Class StreamingStorageConfig.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<StreamingStorageConfig.Builder>
-
- com.google.cloud.videointelligence.v1p3beta1.StreamingStorageConfig.Builder
-
- All Implemented Interfaces:
StreamingStorageConfigOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- StreamingStorageConfig
public static final class StreamingStorageConfig.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<StreamingStorageConfig.Builder> implements StreamingStorageConfigOrBuilder
Config for streaming storage option.
Protobuf typegoogle.cloud.videointelligence.v1p3beta1.StreamingStorageConfig
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StreamingStorageConfig.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
StreamingStorageConfig
build()
StreamingStorageConfig
buildPartial()
StreamingStorageConfig.Builder
clear()
StreamingStorageConfig.Builder
clearAnnotationResultStorageDirectory()
Cloud Storage URI to store all annotation results for one client.StreamingStorageConfig.Builder
clearEnableStorageAnnotationResult()
Enable streaming storage.StreamingStorageConfig.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
StreamingStorageConfig.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
StreamingStorageConfig.Builder
clone()
String
getAnnotationResultStorageDirectory()
Cloud Storage URI to store all annotation results for one client.com.google.protobuf.ByteString
getAnnotationResultStorageDirectoryBytes()
Cloud Storage URI to store all annotation results for one client.StreamingStorageConfig
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
boolean
getEnableStorageAnnotationResult()
Enable streaming storage.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
StreamingStorageConfig.Builder
mergeFrom(StreamingStorageConfig other)
StreamingStorageConfig.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
StreamingStorageConfig.Builder
mergeFrom(com.google.protobuf.Message other)
StreamingStorageConfig.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
StreamingStorageConfig.Builder
setAnnotationResultStorageDirectory(String value)
Cloud Storage URI to store all annotation results for one client.StreamingStorageConfig.Builder
setAnnotationResultStorageDirectoryBytes(com.google.protobuf.ByteString value)
Cloud Storage URI to store all annotation results for one client.StreamingStorageConfig.Builder
setEnableStorageAnnotationResult(boolean value)
Enable streaming storage.StreamingStorageConfig.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
StreamingStorageConfig.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
StreamingStorageConfig.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<StreamingStorageConfig.Builder>
-
clear
public StreamingStorageConfig.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<StreamingStorageConfig.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<StreamingStorageConfig.Builder>
-
getDefaultInstanceForType
public StreamingStorageConfig getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public StreamingStorageConfig build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public StreamingStorageConfig buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public StreamingStorageConfig.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<StreamingStorageConfig.Builder>
-
setField
public StreamingStorageConfig.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<StreamingStorageConfig.Builder>
-
clearField
public StreamingStorageConfig.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<StreamingStorageConfig.Builder>
-
clearOneof
public StreamingStorageConfig.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<StreamingStorageConfig.Builder>
-
setRepeatedField
public StreamingStorageConfig.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<StreamingStorageConfig.Builder>
-
addRepeatedField
public StreamingStorageConfig.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<StreamingStorageConfig.Builder>
-
mergeFrom
public StreamingStorageConfig.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<StreamingStorageConfig.Builder>
-
mergeFrom
public StreamingStorageConfig.Builder mergeFrom(StreamingStorageConfig other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<StreamingStorageConfig.Builder>
-
mergeFrom
public StreamingStorageConfig.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<StreamingStorageConfig.Builder>
- Throws:
IOException
-
getEnableStorageAnnotationResult
public boolean getEnableStorageAnnotationResult()
Enable streaming storage. Default: false.
bool enable_storage_annotation_result = 1;
- Specified by:
getEnableStorageAnnotationResult
in interfaceStreamingStorageConfigOrBuilder
- Returns:
- The enableStorageAnnotationResult.
-
setEnableStorageAnnotationResult
public StreamingStorageConfig.Builder setEnableStorageAnnotationResult(boolean value)
Enable streaming storage. Default: false.
bool enable_storage_annotation_result = 1;
- Parameters:
value
- The enableStorageAnnotationResult to set.- Returns:
- This builder for chaining.
-
clearEnableStorageAnnotationResult
public StreamingStorageConfig.Builder clearEnableStorageAnnotationResult()
Enable streaming storage. Default: false.
bool enable_storage_annotation_result = 1;
- Returns:
- This builder for chaining.
-
getAnnotationResultStorageDirectory
public String getAnnotationResultStorageDirectory()
Cloud Storage URI to store all annotation results for one client. Client should specify this field as the top-level storage directory. Annotation results of different sessions will be put into different sub-directories denoted by project_name and session_id. All sub-directories will be auto generated by program and will be made accessible to client in response proto. URIs must be specified in the following format: `gs://bucket-id/object-id` `bucket-id` should be a valid Cloud Storage bucket created by client and bucket permission shall also be configured properly. `object-id` can be arbitrary string that make sense to client. Other URI formats will return error and cause Cloud Storage write failure.
string annotation_result_storage_directory = 3;
- Specified by:
getAnnotationResultStorageDirectory
in interfaceStreamingStorageConfigOrBuilder
- Returns:
- The annotationResultStorageDirectory.
-
getAnnotationResultStorageDirectoryBytes
public com.google.protobuf.ByteString getAnnotationResultStorageDirectoryBytes()
Cloud Storage URI to store all annotation results for one client. Client should specify this field as the top-level storage directory. Annotation results of different sessions will be put into different sub-directories denoted by project_name and session_id. All sub-directories will be auto generated by program and will be made accessible to client in response proto. URIs must be specified in the following format: `gs://bucket-id/object-id` `bucket-id` should be a valid Cloud Storage bucket created by client and bucket permission shall also be configured properly. `object-id` can be arbitrary string that make sense to client. Other URI formats will return error and cause Cloud Storage write failure.
string annotation_result_storage_directory = 3;
- Specified by:
getAnnotationResultStorageDirectoryBytes
in interfaceStreamingStorageConfigOrBuilder
- Returns:
- The bytes for annotationResultStorageDirectory.
-
setAnnotationResultStorageDirectory
public StreamingStorageConfig.Builder setAnnotationResultStorageDirectory(String value)
Cloud Storage URI to store all annotation results for one client. Client should specify this field as the top-level storage directory. Annotation results of different sessions will be put into different sub-directories denoted by project_name and session_id. All sub-directories will be auto generated by program and will be made accessible to client in response proto. URIs must be specified in the following format: `gs://bucket-id/object-id` `bucket-id` should be a valid Cloud Storage bucket created by client and bucket permission shall also be configured properly. `object-id` can be arbitrary string that make sense to client. Other URI formats will return error and cause Cloud Storage write failure.
string annotation_result_storage_directory = 3;
- Parameters:
value
- The annotationResultStorageDirectory to set.- Returns:
- This builder for chaining.
-
clearAnnotationResultStorageDirectory
public StreamingStorageConfig.Builder clearAnnotationResultStorageDirectory()
Cloud Storage URI to store all annotation results for one client. Client should specify this field as the top-level storage directory. Annotation results of different sessions will be put into different sub-directories denoted by project_name and session_id. All sub-directories will be auto generated by program and will be made accessible to client in response proto. URIs must be specified in the following format: `gs://bucket-id/object-id` `bucket-id` should be a valid Cloud Storage bucket created by client and bucket permission shall also be configured properly. `object-id` can be arbitrary string that make sense to client. Other URI formats will return error and cause Cloud Storage write failure.
string annotation_result_storage_directory = 3;
- Returns:
- This builder for chaining.
-
setAnnotationResultStorageDirectoryBytes
public StreamingStorageConfig.Builder setAnnotationResultStorageDirectoryBytes(com.google.protobuf.ByteString value)
Cloud Storage URI to store all annotation results for one client. Client should specify this field as the top-level storage directory. Annotation results of different sessions will be put into different sub-directories denoted by project_name and session_id. All sub-directories will be auto generated by program and will be made accessible to client in response proto. URIs must be specified in the following format: `gs://bucket-id/object-id` `bucket-id` should be a valid Cloud Storage bucket created by client and bucket permission shall also be configured properly. `object-id` can be arbitrary string that make sense to client. Other URI formats will return error and cause Cloud Storage write failure.
string annotation_result_storage_directory = 3;
- Parameters:
value
- The bytes for annotationResultStorageDirectory to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final StreamingStorageConfig.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<StreamingStorageConfig.Builder>
-
mergeUnknownFields
public final StreamingStorageConfig.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<StreamingStorageConfig.Builder>
-
-