- 0.51.0 (latest)
- 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 FetchGitAheadBehindResponse.Builder extends GeneratedMessageV3.Builder<FetchGitAheadBehindResponse.Builder> implements FetchGitAheadBehindResponseOrBuilder
FetchGitAheadBehind
response message.
Protobuf type google.cloud.dataform.v1alpha2.FetchGitAheadBehindResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > FetchGitAheadBehindResponse.BuilderImplements
FetchGitAheadBehindResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public FetchGitAheadBehindResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
FetchGitAheadBehindResponse.Builder |
build()
public FetchGitAheadBehindResponse build()
Type | Description |
FetchGitAheadBehindResponse |
buildPartial()
public FetchGitAheadBehindResponse buildPartial()
Type | Description |
FetchGitAheadBehindResponse |
clear()
public FetchGitAheadBehindResponse.Builder clear()
Type | Description |
FetchGitAheadBehindResponse.Builder |
clearCommitsAhead()
public FetchGitAheadBehindResponse.Builder clearCommitsAhead()
The number of commits in the remote branch that are not in the workspace.
int32 commits_ahead = 1;
Type | Description |
FetchGitAheadBehindResponse.Builder | This builder for chaining. |
clearCommitsBehind()
public FetchGitAheadBehindResponse.Builder clearCommitsBehind()
The number of commits in the workspace that are not in the remote branch.
int32 commits_behind = 2;
Type | Description |
FetchGitAheadBehindResponse.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public FetchGitAheadBehindResponse.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
FetchGitAheadBehindResponse.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public FetchGitAheadBehindResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
FetchGitAheadBehindResponse.Builder |
clone()
public FetchGitAheadBehindResponse.Builder clone()
Type | Description |
FetchGitAheadBehindResponse.Builder |
getCommitsAhead()
public int getCommitsAhead()
The number of commits in the remote branch that are not in the workspace.
int32 commits_ahead = 1;
Type | Description |
int | The commitsAhead. |
getCommitsBehind()
public int getCommitsBehind()
The number of commits in the workspace that are not in the remote branch.
int32 commits_behind = 2;
Type | Description |
int | The commitsBehind. |
getDefaultInstanceForType()
public FetchGitAheadBehindResponse getDefaultInstanceForType()
Type | Description |
FetchGitAheadBehindResponse |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(FetchGitAheadBehindResponse other)
public FetchGitAheadBehindResponse.Builder mergeFrom(FetchGitAheadBehindResponse other)
Name | Description |
other | FetchGitAheadBehindResponse |
Type | Description |
FetchGitAheadBehindResponse.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public FetchGitAheadBehindResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
FetchGitAheadBehindResponse.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public FetchGitAheadBehindResponse.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
FetchGitAheadBehindResponse.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final FetchGitAheadBehindResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
FetchGitAheadBehindResponse.Builder |
setCommitsAhead(int value)
public FetchGitAheadBehindResponse.Builder setCommitsAhead(int value)
The number of commits in the remote branch that are not in the workspace.
int32 commits_ahead = 1;
Name | Description |
value | int The commitsAhead to set. |
Type | Description |
FetchGitAheadBehindResponse.Builder | This builder for chaining. |
setCommitsBehind(int value)
public FetchGitAheadBehindResponse.Builder setCommitsBehind(int value)
The number of commits in the workspace that are not in the remote branch.
int32 commits_behind = 2;
Name | Description |
value | int The commitsBehind to set. |
Type | Description |
FetchGitAheadBehindResponse.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public FetchGitAheadBehindResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
FetchGitAheadBehindResponse.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public FetchGitAheadBehindResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
FetchGitAheadBehindResponse.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final FetchGitAheadBehindResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
FetchGitAheadBehindResponse.Builder |