Interfaccia GcsDestinationOrBuilder (1.3.0)

public interface GcsDestinationOrBuilder extends MessageOrBuilder

Implementa

MessageOrBuilder

Metodi

getOutputUriPrefix()

public abstract 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 abstract 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.