Package com.google.cloud.retail.v2beta
Interface GcsOutputResultOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GcsOutputResult
,GcsOutputResult.Builder
public interface GcsOutputResultOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getOutputUri()
The uri of Gcs outputcom.google.protobuf.ByteString
getOutputUriBytes()
The uri of Gcs output-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getOutputUri
String getOutputUri()
The uri of Gcs output
string output_uri = 1;
- Returns:
- The outputUri.
-
getOutputUriBytes
com.google.protobuf.ByteString getOutputUriBytes()
The uri of Gcs output
string output_uri = 1;
- Returns:
- The bytes for outputUri.
-
-