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.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
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)
Overridespublic PullGitCommitsRequest build()
public PullGitCommitsRequest buildPartial()
public PullGitCommitsRequest.Builder clear()
Overridespublic 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)
Overridespublic 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)
Overridespublic 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()
Overridespublic 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()
OverridesRequired. 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()
Overridespublic final boolean isInitialized()
Overridespublic 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)
Overridespublic PullGitCommitsRequest.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overridespublic final PullGitCommitsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overridespublic 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)
Overridespublic 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)
Overridespublic final PullGitCommitsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides