public static interface ImportDataObjectsRequest.GcsImportConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getContentsUri()
public abstract String getContentsUri()Required. URI prefix of the Cloud Storage DataObjects to import.
string contents_uri = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The contentsUri. |
getContentsUriBytes()
public abstract ByteString getContentsUriBytes()Required. URI prefix of the Cloud Storage DataObjects to import.
string contents_uri = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for contentsUri. |
getErrorUri()
public abstract String getErrorUri()Required. URI prefix of the Cloud Storage location to write any errors encountered during the import.
string error_uri = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The errorUri. |
getErrorUriBytes()
public abstract ByteString getErrorUriBytes()Required. URI prefix of the Cloud Storage location to write any errors encountered during the import.
string error_uri = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for errorUri. |
getOutputUri()
public abstract String getOutputUri() Optional. URI prefix of the Cloud Storage location to write DataObject
IDs and etags of DataObjects that were successfully imported. The
service will write the successfully imported DataObjects to sharded files
under this prefix. If this field is empty, no output will be written.
string output_uri = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The outputUri. |
getOutputUriBytes()
public abstract ByteString getOutputUriBytes() Optional. URI prefix of the Cloud Storage location to write DataObject
IDs and etags of DataObjects that were successfully imported. The
service will write the successfully imported DataObjects to sharded files
under this prefix. If this field is empty, no output will be written.
string output_uri = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for outputUri. |