public sealed class UpdateRepositoryRequest : IMessage<UpdateRepositoryRequest>, IEquatable<UpdateRepositoryRequest>, IDeepCloneable<UpdateRepositoryRequest>, IBufferMessage, IMessageReference documentation and code samples for the Dataform v1 API class UpdateRepositoryRequest.
UpdateRepository request message.
Implements
IMessageUpdateRepositoryRequest, IEquatableUpdateRepositoryRequest, IDeepCloneableUpdateRepositoryRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataform.V1Assembly
Google.Cloud.Dataform.V1.dll
Constructors
UpdateRepositoryRequest()
public UpdateRepositoryRequest()UpdateRepositoryRequest(UpdateRepositoryRequest)
public UpdateRepositoryRequest(UpdateRepositoryRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateRepositoryRequest |
Properties
Repository
public Repository Repository { get; set; }Required. The repository to update.
| Property Value | |
|---|---|
| Type | Description |
Repository |
|
UpdateMask
public FieldMask UpdateMask { get; set; }Optional. Specifies the fields to be updated in the repository. If left unset, all fields will be updated.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|