public sealed class UpdateRepositoryRequest : IMessage<UpdateRepositoryRequest>, IEquatable<UpdateRepositoryRequest>, IDeepCloneable<UpdateRepositoryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataform v1beta1 API class UpdateRepositoryRequest.
UpdateRepository
request message.
Implements
IMessageUpdateRepositoryRequest, IEquatableUpdateRepositoryRequest, IDeepCloneableUpdateRepositoryRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataform.V1Beta1Assembly
Google.Cloud.Dataform.V1Beta1.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 |