public interface CommitWorkspaceChangesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CommitAuthor |
getAuthor()
Required.
|
CommitAuthorOrBuilder |
getAuthorOrBuilder()
Required.
|
String |
getCommitMessage()
Optional.
|
com.google.protobuf.ByteString |
getCommitMessageBytes()
Optional.
|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
String |
getPaths(int index)
Optional.
|
com.google.protobuf.ByteString |
getPathsBytes(int index)
Optional.
|
int |
getPathsCount()
Optional.
|
List<String> |
getPathsList()
Optional.
|
boolean |
hasAuthor()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Required. The workspace's name.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getNameBytes()
Required. The workspace's name.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasAuthor()
Required. The commit's author.
.google.cloud.dataform.v1alpha2.CommitAuthor author = 4 [(.google.api.field_behavior) = REQUIRED];
CommitAuthor getAuthor()
Required. The commit's author.
.google.cloud.dataform.v1alpha2.CommitAuthor author = 4 [(.google.api.field_behavior) = REQUIRED];
CommitAuthorOrBuilder getAuthorOrBuilder()
Required. The commit's author.
.google.cloud.dataform.v1alpha2.CommitAuthor author = 4 [(.google.api.field_behavior) = REQUIRED];
String getCommitMessage()
Optional. The commit's message.
string commit_message = 2 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getCommitMessageBytes()
Optional. The commit's message.
string commit_message = 2 [(.google.api.field_behavior) = OPTIONAL];List<String> 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];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];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];index - The index of the element to return.com.google.protobuf.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];index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.