public static final class PullGitCommitsRequest.Builder extends GeneratedMessageV3.Builder<PullGitCommitsRequest.Builder> implements PullGitCommitsRequestOrBuilder
PullGitCommits
request message.
Protobuf type google.cloud.dataform.v1alpha2.PullGitCommitsRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public PullGitCommitsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public PullGitCommitsRequest build()
public PullGitCommitsRequest buildPartial()
public PullGitCommitsRequest.Builder clear()
Overrides
public PullGitCommitsRequest.Builder clearAuthor()
Required. The author of any merge commit which may be created as a result of merging
fetched Git commits into this workspace.
.google.cloud.dataform.v1alpha2.CommitAuthor author = 3 [(.google.api.field_behavior) = REQUIRED];
public PullGitCommitsRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public PullGitCommitsRequest.Builder clearName()
Required. The workspace's name.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
public PullGitCommitsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public PullGitCommitsRequest.Builder clearRemoteBranch()
Optional. The name of the branch in the Git remote from which to pull commits.
If left unset, the repository's default branch name will be used.
string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];
public PullGitCommitsRequest.Builder clone()
Overrides
public CommitAuthor getAuthor()
Required. The author of any merge commit which may be created as a result of merging
fetched Git commits into this workspace.
.google.cloud.dataform.v1alpha2.CommitAuthor author = 3 [(.google.api.field_behavior) = REQUIRED];
public CommitAuthor.Builder getAuthorBuilder()
Required. The author of any merge commit which may be created as a result of merging
fetched Git commits into this workspace.
.google.cloud.dataform.v1alpha2.CommitAuthor author = 3 [(.google.api.field_behavior) = REQUIRED];
public CommitAuthorOrBuilder getAuthorOrBuilder()
Required. The author of any merge commit which may be created as a result of merging
fetched Git commits into this workspace.
.google.cloud.dataform.v1alpha2.CommitAuthor author = 3 [(.google.api.field_behavior) = REQUIRED];
public PullGitCommitsRequest getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
Required. The workspace's name.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
String |
The name.
|
public ByteString getNameBytes()
Required. The workspace's name.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
ByteString |
The bytes for name.
|
public String getRemoteBranch()
Optional. The name of the branch in the Git remote from which to pull commits.
If left unset, the repository's default branch name will be used.
string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
String |
The remoteBranch.
|
public ByteString getRemoteBranchBytes()
Optional. The name of the branch in the Git remote from which to pull commits.
If left unset, the repository's default branch name will be used.
string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
ByteString |
The bytes for remoteBranch.
|
public boolean hasAuthor()
Required. The author of any merge commit which may be created as a result of merging
fetched Git commits into this workspace.
.google.cloud.dataform.v1alpha2.CommitAuthor author = 3 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
boolean |
Whether the author field is set.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public PullGitCommitsRequest.Builder mergeAuthor(CommitAuthor value)
Required. The author of any merge commit which may be created as a result of merging
fetched Git commits into this workspace.
.google.cloud.dataform.v1alpha2.CommitAuthor author = 3 [(.google.api.field_behavior) = REQUIRED];
public PullGitCommitsRequest.Builder mergeFrom(PullGitCommitsRequest other)
public PullGitCommitsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public PullGitCommitsRequest.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public final PullGitCommitsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public PullGitCommitsRequest.Builder setAuthor(CommitAuthor value)
Required. The author of any merge commit which may be created as a result of merging
fetched Git commits into this workspace.
.google.cloud.dataform.v1alpha2.CommitAuthor author = 3 [(.google.api.field_behavior) = REQUIRED];
public PullGitCommitsRequest.Builder setAuthor(CommitAuthor.Builder builderForValue)
Required. The author of any merge commit which may be created as a result of merging
fetched Git commits into this workspace.
.google.cloud.dataform.v1alpha2.CommitAuthor author = 3 [(.google.api.field_behavior) = REQUIRED];
public PullGitCommitsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public PullGitCommitsRequest.Builder setName(String value)
Required. The workspace's name.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter |
Name |
Description |
value |
String
The name to set.
|
public PullGitCommitsRequest.Builder setNameBytes(ByteString value)
Required. The workspace's name.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter |
Name |
Description |
value |
ByteString
The bytes for name to set.
|
public PullGitCommitsRequest.Builder setRemoteBranch(String value)
Optional. The name of the branch in the Git remote from which to pull commits.
If left unset, the repository's default branch name will be used.
string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
value |
String
The remoteBranch to set.
|
public PullGitCommitsRequest.Builder setRemoteBranchBytes(ByteString value)
Optional. The name of the branch in the Git remote from which to pull commits.
If left unset, the repository's default branch name will be used.
string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
value |
ByteString
The bytes for remoteBranch to set.
|
public PullGitCommitsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final PullGitCommitsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides