- 0.54.0 (latest)
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.4
public static final class FetchGitAheadBehindRequest.Builder extends GeneratedMessageV3.Builder<FetchGitAheadBehindRequest.Builder> implements FetchGitAheadBehindRequestOrBuilder
FetchGitAheadBehind
request message.
Protobuf type google.cloud.dataform.v1alpha2.FetchGitAheadBehindRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > FetchGitAheadBehindRequest.BuilderImplements
FetchGitAheadBehindRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public FetchGitAheadBehindRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
FetchGitAheadBehindRequest.Builder |
build()
public FetchGitAheadBehindRequest build()
Type | Description |
FetchGitAheadBehindRequest |
buildPartial()
public FetchGitAheadBehindRequest buildPartial()
Type | Description |
FetchGitAheadBehindRequest |
clear()
public FetchGitAheadBehindRequest.Builder clear()
Type | Description |
FetchGitAheadBehindRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public FetchGitAheadBehindRequest.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
FetchGitAheadBehindRequest.Builder |
clearName()
public FetchGitAheadBehindRequest.Builder clearName()
Required. The workspace's name.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
FetchGitAheadBehindRequest.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public FetchGitAheadBehindRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
FetchGitAheadBehindRequest.Builder |
clearRemoteBranch()
public FetchGitAheadBehindRequest.Builder clearRemoteBranch()
Optional. The name of the branch in the Git remote against which this workspace should be compared. If left unset, the repository's default branch name will be used.
string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
FetchGitAheadBehindRequest.Builder | This builder for chaining. |
clone()
public FetchGitAheadBehindRequest.Builder clone()
Type | Description |
FetchGitAheadBehindRequest.Builder |
getDefaultInstanceForType()
public FetchGitAheadBehindRequest getDefaultInstanceForType()
Type | Description |
FetchGitAheadBehindRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getName()
public String getName()
Required. The workspace's name.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
String | The name. |
getNameBytes()
public ByteString getNameBytes()
Required. The workspace's name.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
ByteString | The bytes for name. |
getRemoteBranch()
public String getRemoteBranch()
Optional. The name of the branch in the Git remote against which this workspace should be compared. If left unset, the repository's default branch name will be used.
string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
String | The remoteBranch. |
getRemoteBranchBytes()
public ByteString getRemoteBranchBytes()
Optional. The name of the branch in the Git remote against which this workspace should be compared. If left unset, the repository's default branch name will be used.
string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
ByteString | The bytes for remoteBranch. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(FetchGitAheadBehindRequest other)
public FetchGitAheadBehindRequest.Builder mergeFrom(FetchGitAheadBehindRequest other)
Name | Description |
other | FetchGitAheadBehindRequest |
Type | Description |
FetchGitAheadBehindRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public FetchGitAheadBehindRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
FetchGitAheadBehindRequest.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public FetchGitAheadBehindRequest.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
FetchGitAheadBehindRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final FetchGitAheadBehindRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
FetchGitAheadBehindRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public FetchGitAheadBehindRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
FetchGitAheadBehindRequest.Builder |
setName(String value)
public FetchGitAheadBehindRequest.Builder setName(String value)
Required. The workspace's name.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Name | Description |
value | String The name to set. |
Type | Description |
FetchGitAheadBehindRequest.Builder | This builder for chaining. |
setNameBytes(ByteString value)
public FetchGitAheadBehindRequest.Builder setNameBytes(ByteString value)
Required. The workspace's name.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Name | Description |
value | ByteString The bytes for name to set. |
Type | Description |
FetchGitAheadBehindRequest.Builder | This builder for chaining. |
setRemoteBranch(String value)
public FetchGitAheadBehindRequest.Builder setRemoteBranch(String value)
Optional. The name of the branch in the Git remote against which this workspace should be compared. If left unset, the repository's default branch name will be used.
string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
value | String The remoteBranch to set. |
Type | Description |
FetchGitAheadBehindRequest.Builder | This builder for chaining. |
setRemoteBranchBytes(ByteString value)
public FetchGitAheadBehindRequest.Builder setRemoteBranchBytes(ByteString value)
Optional. The name of the branch in the Git remote against which this workspace should be compared. If left unset, the repository's default branch name will be used.
string remote_branch = 2 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
value | ByteString The bytes for remoteBranch to set. |
Type | Description |
FetchGitAheadBehindRequest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public FetchGitAheadBehindRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
FetchGitAheadBehindRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final FetchGitAheadBehindRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
FetchGitAheadBehindRequest.Builder |