- 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 CommitWorkspaceChangesRequest.Builder extends GeneratedMessageV3.Builder<CommitWorkspaceChangesRequest.Builder> implements CommitWorkspaceChangesRequestOrBuilder
CommitWorkspaceChanges
request message.
Protobuf type google.cloud.dataform.v1beta1.CommitWorkspaceChangesRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > CommitWorkspaceChangesRequest.BuilderImplements
CommitWorkspaceChangesRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addAllPaths(Iterable<String> values)
public CommitWorkspaceChangesRequest.Builder addAllPaths(Iterable<String> values)
Optional. Full file paths to commit including filename, rooted at workspace root. If left empty, all files will be committed.
repeated string paths = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
values |
Iterable<String> The paths to add. |
Returns | |
---|---|
Type | Description |
CommitWorkspaceChangesRequest.Builder |
This builder for chaining. |
addPaths(String value)
public CommitWorkspaceChangesRequest.Builder addPaths(String value)
Optional. Full file paths to commit including filename, rooted at workspace root. If left empty, all files will be committed.
repeated string paths = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
String The paths to add. |
Returns | |
---|---|
Type | Description |
CommitWorkspaceChangesRequest.Builder |
This builder for chaining. |
addPathsBytes(ByteString value)
public CommitWorkspaceChangesRequest.Builder addPathsBytes(ByteString value)
Optional. Full file paths to commit including filename, rooted at workspace root. If left empty, all files will be committed.
repeated string paths = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes of the paths to add. |
Returns | |
---|---|
Type | Description |
CommitWorkspaceChangesRequest.Builder |
This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CommitWorkspaceChangesRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
CommitWorkspaceChangesRequest.Builder |
build()
public CommitWorkspaceChangesRequest build()
Returns | |
---|---|
Type | Description |
CommitWorkspaceChangesRequest |
buildPartial()
public CommitWorkspaceChangesRequest buildPartial()
Returns | |
---|---|
Type | Description |
CommitWorkspaceChangesRequest |
clear()
public CommitWorkspaceChangesRequest.Builder clear()
Returns | |
---|---|
Type | Description |
CommitWorkspaceChangesRequest.Builder |
clearAuthor()
public CommitWorkspaceChangesRequest.Builder clearAuthor()
Required. The commit's author.
.google.cloud.dataform.v1beta1.CommitAuthor author = 4 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
CommitWorkspaceChangesRequest.Builder |
clearCommitMessage()
public CommitWorkspaceChangesRequest.Builder clearCommitMessage()
Optional. The commit's message.
string commit_message = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
CommitWorkspaceChangesRequest.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public CommitWorkspaceChangesRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
CommitWorkspaceChangesRequest.Builder |
clearName()
public CommitWorkspaceChangesRequest.Builder clearName()
Required. The workspace's name.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
CommitWorkspaceChangesRequest.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public CommitWorkspaceChangesRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
CommitWorkspaceChangesRequest.Builder |
clearPaths()
public CommitWorkspaceChangesRequest.Builder clearPaths()
Optional. Full file paths to commit including filename, rooted at workspace root. If left empty, all files will be committed.
repeated string paths = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
CommitWorkspaceChangesRequest.Builder |
This builder for chaining. |
clone()
public CommitWorkspaceChangesRequest.Builder clone()
Returns | |
---|---|
Type | Description |
CommitWorkspaceChangesRequest.Builder |
getAuthor()
public CommitAuthor getAuthor()
Required. The commit's author.
.google.cloud.dataform.v1beta1.CommitAuthor author = 4 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
CommitAuthor |
The author. |
getAuthorBuilder()
public CommitAuthor.Builder getAuthorBuilder()
Required. The commit's author.
.google.cloud.dataform.v1beta1.CommitAuthor author = 4 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
CommitAuthor.Builder |
getAuthorOrBuilder()
public CommitAuthorOrBuilder getAuthorOrBuilder()
Required. The commit's author.
.google.cloud.dataform.v1beta1.CommitAuthor author = 4 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
CommitAuthorOrBuilder |
getCommitMessage()
public String getCommitMessage()
Optional. The commit's message.
string commit_message = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The commitMessage. |
getCommitMessageBytes()
public ByteString getCommitMessageBytes()
Optional. The commit's message.
string commit_message = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for commitMessage. |
getDefaultInstanceForType()
public CommitWorkspaceChangesRequest getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
CommitWorkspaceChangesRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getName()
public String getName()
Required. The workspace's name.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
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) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getPaths(int index)
public String getPaths(int index)
Optional. Full file paths to commit including filename, rooted at workspace root. If left empty, all files will be committed.
repeated string paths = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The paths at the given index. |
getPathsBytes(int index)
public ByteString getPathsBytes(int index)
Optional. Full file paths to commit including filename, rooted at workspace root. If left empty, all files will be committed.
repeated string paths = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the paths at the given index. |
getPathsCount()
public int getPathsCount()
Optional. Full file paths to commit including filename, rooted at workspace root. If left empty, all files will be committed.
repeated string paths = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
The count of paths. |
getPathsList()
public ProtocolStringList getPathsList()
Optional. Full file paths to commit including filename, rooted at workspace root. If left empty, all files will be committed.
repeated string paths = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ProtocolStringList |
A list containing the paths. |
hasAuthor()
public boolean hasAuthor()
Required. The commit's author.
.google.cloud.dataform.v1beta1.CommitAuthor author = 4 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the author field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeAuthor(CommitAuthor value)
public CommitWorkspaceChangesRequest.Builder mergeAuthor(CommitAuthor value)
Required. The commit's author.
.google.cloud.dataform.v1beta1.CommitAuthor author = 4 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
CommitAuthor |
Returns | |
---|---|
Type | Description |
CommitWorkspaceChangesRequest.Builder |
mergeFrom(CommitWorkspaceChangesRequest other)
public CommitWorkspaceChangesRequest.Builder mergeFrom(CommitWorkspaceChangesRequest other)
Parameter | |
---|---|
Name | Description |
other |
CommitWorkspaceChangesRequest |
Returns | |
---|---|
Type | Description |
CommitWorkspaceChangesRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CommitWorkspaceChangesRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
CommitWorkspaceChangesRequest.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public CommitWorkspaceChangesRequest.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
CommitWorkspaceChangesRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CommitWorkspaceChangesRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
CommitWorkspaceChangesRequest.Builder |
setAuthor(CommitAuthor value)
public CommitWorkspaceChangesRequest.Builder setAuthor(CommitAuthor value)
Required. The commit's author.
.google.cloud.dataform.v1beta1.CommitAuthor author = 4 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
CommitAuthor |
Returns | |
---|---|
Type | Description |
CommitWorkspaceChangesRequest.Builder |
setAuthor(CommitAuthor.Builder builderForValue)
public CommitWorkspaceChangesRequest.Builder setAuthor(CommitAuthor.Builder builderForValue)
Required. The commit's author.
.google.cloud.dataform.v1beta1.CommitAuthor author = 4 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
builderForValue |
CommitAuthor.Builder |
Returns | |
---|---|
Type | Description |
CommitWorkspaceChangesRequest.Builder |
setCommitMessage(String value)
public CommitWorkspaceChangesRequest.Builder setCommitMessage(String value)
Optional. The commit's message.
string commit_message = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
String The commitMessage to set. |
Returns | |
---|---|
Type | Description |
CommitWorkspaceChangesRequest.Builder |
This builder for chaining. |
setCommitMessageBytes(ByteString value)
public CommitWorkspaceChangesRequest.Builder setCommitMessageBytes(ByteString value)
Optional. The commit's message.
string commit_message = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for commitMessage to set. |
Returns | |
---|---|
Type | Description |
CommitWorkspaceChangesRequest.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public CommitWorkspaceChangesRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
CommitWorkspaceChangesRequest.Builder |
setName(String value)
public CommitWorkspaceChangesRequest.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. |
Returns | |
---|---|
Type | Description |
CommitWorkspaceChangesRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public CommitWorkspaceChangesRequest.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. |
Returns | |
---|---|
Type | Description |
CommitWorkspaceChangesRequest.Builder |
This builder for chaining. |
setPaths(int index, String value)
public CommitWorkspaceChangesRequest.Builder setPaths(int index, String value)
Optional. Full file paths to commit including filename, rooted at workspace root. If left empty, all files will be committed.
repeated string paths = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameters | |
---|---|
Name | Description |
index |
int The index to set the value at. |
value |
String The paths to set. |
Returns | |
---|---|
Type | Description |
CommitWorkspaceChangesRequest.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CommitWorkspaceChangesRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
CommitWorkspaceChangesRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final CommitWorkspaceChangesRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
CommitWorkspaceChangesRequest.Builder |