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