public interface MediaWarehouseConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCorpus()
public abstract String getCorpus()Resource name of the Media Warehouse corpus. Format: projects/${project_id}/locations/${location_id}/corpora/${corpus_id}
string corpus = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The corpus. |
getCorpusBytes()
public abstract ByteString getCorpusBytes()Resource name of the Media Warehouse corpus. Format: projects/${project_id}/locations/${location_id}/corpora/${corpus_id}
string corpus = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for corpus. |
getRegion() (deprecated)
public abstract String getRegion()Deprecated. google.cloud.visionai.v1.MediaWarehouseConfig.region is deprecated. See google/cloud/visionai/v1/platform.proto;l=2056
Deprecated.
string region = 2 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
String |
The region. |
getRegionBytes() (deprecated)
public abstract ByteString getRegionBytes()Deprecated. google.cloud.visionai.v1.MediaWarehouseConfig.region is deprecated. See google/cloud/visionai/v1/platform.proto;l=2056
Deprecated.
string region = 2 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for region. |
getTtl()
public abstract Duration getTtl()The duration for which all media assets, associated metadata, and search documents can exist.
.google.protobuf.Duration ttl = 3;
| Returns | |
|---|---|
| Type | Description |
Duration |
The ttl. |
getTtlOrBuilder()
public abstract DurationOrBuilder getTtlOrBuilder()The duration for which all media assets, associated metadata, and search documents can exist.
.google.protobuf.Duration ttl = 3;
| Returns | |
|---|---|
| Type | Description |
DurationOrBuilder |
|
hasTtl()
public abstract boolean hasTtl()The duration for which all media assets, associated metadata, and search documents can exist.
.google.protobuf.Duration ttl = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the ttl field is set. |