Package com.google.cloud.aiplatform.v1
Interface GcsDestinationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GcsDestination,GcsDestination.Builder
@Generated
public interface GcsDestinationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionRequired.com.google.protobuf.ByteStringRequired.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getOutputUriPrefix
String getOutputUriPrefix()Required. Google Cloud Storage URI to output directory. If the uri doesn't end with '/', a '/' will be automatically appended. The directory is created if it doesn't exist.
string output_uri_prefix = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The outputUriPrefix.
-
getOutputUriPrefixBytes
com.google.protobuf.ByteString getOutputUriPrefixBytes()Required. Google Cloud Storage URI to output directory. If the uri doesn't end with '/', a '/' will be automatically appended. The directory is created if it doesn't exist.
string output_uri_prefix = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for outputUriPrefix.
-