
com.google.cloud.visionai.v1.MediaWarehouseConfigOrBuilder Maven / Gradle / Ivy
/*
* Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/visionai/v1/platform.proto
// Protobuf Java Version: 3.25.3
package com.google.cloud.visionai.v1;
public interface MediaWarehouseConfigOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.visionai.v1.MediaWarehouseConfig)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Resource name of the Media Warehouse corpus.
* Format:
* projects/${project_id}/locations/${location_id}/corpora/${corpus_id}
*
*
* string corpus = 1;
*
* @return The corpus.
*/
java.lang.String getCorpus();
/**
*
*
*
* Resource name of the Media Warehouse corpus.
* Format:
* projects/${project_id}/locations/${location_id}/corpora/${corpus_id}
*
*
* string corpus = 1;
*
* @return The bytes for corpus.
*/
com.google.protobuf.ByteString getCorpusBytes();
/**
*
*
*
* Deprecated.
*
*
* string region = 2 [deprecated = true];
*
* @deprecated google.cloud.visionai.v1.MediaWarehouseConfig.region is deprecated. See
* google/cloud/visionai/v1/platform.proto;l=2056
* @return The region.
*/
@java.lang.Deprecated
java.lang.String getRegion();
/**
*
*
*
* Deprecated.
*
*
* string region = 2 [deprecated = true];
*
* @deprecated google.cloud.visionai.v1.MediaWarehouseConfig.region is deprecated. See
* google/cloud/visionai/v1/platform.proto;l=2056
* @return The bytes for region.
*/
@java.lang.Deprecated
com.google.protobuf.ByteString getRegionBytes();
/**
*
*
*
* The duration for which all media assets, associated metadata, and search
* documents can exist.
*
*
* .google.protobuf.Duration ttl = 3;
*
* @return Whether the ttl field is set.
*/
boolean hasTtl();
/**
*
*
*
* The duration for which all media assets, associated metadata, and search
* documents can exist.
*
*
* .google.protobuf.Duration ttl = 3;
*
* @return The ttl.
*/
com.google.protobuf.Duration getTtl();
/**
*
*
*
* The duration for which all media assets, associated metadata, and search
* documents can exist.
*
*
* .google.protobuf.Duration ttl = 3;
*/
com.google.protobuf.DurationOrBuilder getTtlOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy