public static final class GcsDestination.Builder extends GeneratedMessageV3.Builder<GcsDestination.Builder> implements GcsDestinationOrBuilder
La località di Google Cloud Storage in cui deve essere scritto l'output.
Tipo di protobuf google.cloud.vertexai.v1.GcsDestination
Membri ereditati
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Metodi statici
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Metodi
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GcsDestination.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Sostituzioni
build()
public GcsDestination build()
buildPartial()
public GcsDestination buildPartial()
Clear()
public GcsDestination.Builder clear()
Sostituzioni
clearField(Descriptors.FieldDescriptor field)
public GcsDestination.Builder clearField(Descriptors.FieldDescriptor field)
Sostituzioni
clearOneof(Descriptors.OneofDescriptor oneof)
public GcsDestination.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Sostituzioni
clearOutputUriPrefix()
public GcsDestination.Builder clearOutputUriPrefix()
Obbligatorio. URI Google Cloud Storage nella directory di output. Se l'URI non termina con "/", verrà aggiunto automaticamente un simbolo "/". La directory viene creata se non esiste.
string output_uri_prefix = 1 [(.google.api.field_behavior) = REQUIRED];
clone()
public GcsDestination.Builder clone()
Sostituzioni
getDefaultInstanceForType()
public GcsDestination getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Sostituzioni
getOutputUriPrefix()
public String getOutputUriPrefix()
Obbligatorio. URI Google Cloud Storage nella directory di output. Se l'URI non termina con "/", verrà aggiunto automaticamente un simbolo "/". La directory viene creata se non esiste.
string output_uri_prefix = 1 [(.google.api.field_behavior) = REQUIRED];
Restituisce |
Tipo |
Description |
String |
Il valore outputUriPrefix.
|
getOutputUriPrefixBytes()
public ByteString getOutputUriPrefixBytes()
Obbligatorio. URI Google Cloud Storage nella directory di output. Se l'URI non termina con "/", verrà aggiunto automaticamente un simbolo "/". La directory viene creata se non esiste.
string output_uri_prefix = 1 [(.google.api.field_behavior) = REQUIRED];
Restituisce |
Tipo |
Description |
ByteString |
I byte per outputUriPrefix.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Sostituzioni
isInitialized()
public final boolean isInitialized()
Restituisce |
Tipo |
Description |
boolean |
|
Sostituzioni
mergeFrom(GcsDestination other)
public GcsDestination.Builder mergeFrom(GcsDestination other)
public GcsDestination.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Sostituzioni
mergeFrom(Message other)
public GcsDestination.Builder mergeFrom(Message other)
Parametro |
Nome |
Description |
other |
Message
|
Sostituzioni
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GcsDestination.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Sostituzioni
setField(Descriptors.FieldDescriptor field, Object value)
public GcsDestination.Builder setField(Descriptors.FieldDescriptor field, Object value)
Sostituzioni
setOutputUriPrefix(String value)
public GcsDestination.Builder setOutputUriPrefix(String value)
Obbligatorio. URI Google Cloud Storage nella directory di output. Se l'URI non termina con "/", verrà aggiunto automaticamente un simbolo "/". La directory viene creata se non esiste.
string output_uri_prefix = 1 [(.google.api.field_behavior) = REQUIRED];
Parametro |
Nome |
Description |
value |
String
Il valore outputUriPrefix da impostare.
|
setOutputUriPrefixBytes(ByteString value)
public GcsDestination.Builder setOutputUriPrefixBytes(ByteString value)
Obbligatorio. URI Google Cloud Storage nella directory di output. Se l'URI non termina con "/", verrà aggiunto automaticamente un simbolo "/". La directory viene creata se non esiste.
string output_uri_prefix = 1 [(.google.api.field_behavior) = REQUIRED];
Parametro |
Nome |
Description |
value |
ByteString
I byte per outputUriPrefix da impostare.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GcsDestination.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Sostituzioni
setUnknownFields(UnknownFieldSet unknownFields)
public final GcsDestination.Builder setUnknownFields(UnknownFieldSet unknownFields)
Sostituzioni