Interface RemoveFileRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RemoveFileRequest
,RemoveFileRequest.Builder
public interface RemoveFileRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getPath()
Required.com.google.protobuf.ByteString
getPathBytes()
Required.String
getWorkspace()
Required.com.google.protobuf.ByteString
getWorkspaceBytes()
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's full path including filename, relative to the workspace root.
string path = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The path.
-
getPathBytes
com.google.protobuf.ByteString getPathBytes()
Required. The file's full path including filename, relative to the workspace root.
string path = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for path.
-
-