public static final class FetchFileDiffRequest.Builder extends GeneratedMessage.Builder<FetchFileDiffRequest.Builder> implements FetchFileDiffRequestOrBuilder FetchFileDiff request message.
Protobuf type google.cloud.dataform.v1beta1.FetchFileDiffRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > FetchFileDiffRequest.BuilderImplements
FetchFileDiffRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public FetchFileDiffRequest build()| Returns | |
|---|---|
| Type | Description |
FetchFileDiffRequest |
|
buildPartial()
public FetchFileDiffRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
FetchFileDiffRequest |
|
clear()
public FetchFileDiffRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
FetchFileDiffRequest.Builder |
|
clearPath()
public FetchFileDiffRequest.Builder clearPath()Required. The file's full path including filename, relative to the workspace root.
string path = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FetchFileDiffRequest.Builder |
This builder for chaining. |
clearWorkspace()
public FetchFileDiffRequest.Builder clearWorkspace()Required. The workspace's name.
string workspace = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
FetchFileDiffRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public FetchFileDiffRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
FetchFileDiffRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getPath()
public String getPath()Required. The file's full path including filename, relative to the workspace root.
string path = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The path. |
getPathBytes()
public ByteString getPathBytes()Required. The file's full path including filename, relative to the workspace root.
string path = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for path. |
getWorkspace()
public String getWorkspace()Required. The workspace's name.
string workspace = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The workspace. |
getWorkspaceBytes()
public ByteString getWorkspaceBytes()Required. The workspace's name.
string workspace = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for workspace. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(FetchFileDiffRequest other)
public FetchFileDiffRequest.Builder mergeFrom(FetchFileDiffRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
FetchFileDiffRequest |
| Returns | |
|---|---|
| Type | Description |
FetchFileDiffRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public FetchFileDiffRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FetchFileDiffRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public FetchFileDiffRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
FetchFileDiffRequest.Builder |
|
setPath(String value)
public FetchFileDiffRequest.Builder setPath(String value)Required. The file's full path including filename, relative to the workspace root.
string path = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe path to set. |
| Returns | |
|---|---|
| Type | Description |
FetchFileDiffRequest.Builder |
This builder for chaining. |
setPathBytes(ByteString value)
public FetchFileDiffRequest.Builder setPathBytes(ByteString value)Required. The file's full path including filename, relative to the workspace root.
string path = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for path to set. |
| Returns | |
|---|---|
| Type | Description |
FetchFileDiffRequest.Builder |
This builder for chaining. |
setWorkspace(String value)
public FetchFileDiffRequest.Builder setWorkspace(String value)Required. The workspace's name.
string workspace = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe workspace to set. |
| Returns | |
|---|---|
| Type | Description |
FetchFileDiffRequest.Builder |
This builder for chaining. |
setWorkspaceBytes(ByteString value)
public FetchFileDiffRequest.Builder setWorkspaceBytes(ByteString value)Required. The workspace's name.
string workspace = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for workspace to set. |
| Returns | |
|---|---|
| Type | Description |
FetchFileDiffRequest.Builder |
This builder for chaining. |