public interface WriteFileRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getContents()
public abstract ByteString getContents()Required. The file's contents.
bytes contents = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The contents. |
getPath()
public abstract String getPath()Required. The file.
string path = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The path. |
getPathBytes()
public abstract ByteString getPathBytes()Required. The file.
string path = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for path. |
getWorkspace()
public abstract String getWorkspace()Required. The workspace's name.
string workspace = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The workspace. |
getWorkspaceBytes()
public abstract ByteString getWorkspaceBytes()Required. The workspace's name.
string workspace = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for workspace. |