Interface WriteFileRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WriteFileRequest,WriteFileRequest.Builder
public interface WriteFileRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.ByteStringgetContents()Required.StringgetPath()Required.com.google.protobuf.ByteStringgetPathBytes()Required.StringgetWorkspace()Required.com.google.protobuf.ByteStringgetWorkspaceBytes()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getWorkspace
String getWorkspace()
Required. The workspace's name.
string workspace = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The workspace.
-
getWorkspaceBytes
com.google.protobuf.ByteString getWorkspaceBytes()
Required. The workspace's name.
string workspace = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for workspace.
-
getPath
String getPath()
Required. The file.
string path = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The path.
-
getPathBytes
com.google.protobuf.ByteString getPathBytes()
Required. The file.
string path = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for path.
-
getContents
com.google.protobuf.ByteString getContents()
Required. The file's contents.
bytes contents = 3 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The contents.
-
-