All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.visionai.v1.PartitionOrBuilder 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/warehouse.proto

// Protobuf Java Version: 3.25.3
package com.google.cloud.visionai.v1;

public interface PartitionOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.visionai.v1.Partition)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Partition of asset in time.
   * 
* * .google.cloud.visionai.v1.Partition.TemporalPartition temporal_partition = 1; * * @return Whether the temporalPartition field is set. */ boolean hasTemporalPartition(); /** * * *
   * Partition of asset in time.
   * 
* * .google.cloud.visionai.v1.Partition.TemporalPartition temporal_partition = 1; * * @return The temporalPartition. */ com.google.cloud.visionai.v1.Partition.TemporalPartition getTemporalPartition(); /** * * *
   * Partition of asset in time.
   * 
* * .google.cloud.visionai.v1.Partition.TemporalPartition temporal_partition = 1; */ com.google.cloud.visionai.v1.Partition.TemporalPartitionOrBuilder getTemporalPartitionOrBuilder(); /** * * *
   * Partition of asset in space.
   * 
* * .google.cloud.visionai.v1.Partition.SpatialPartition spatial_partition = 2; * * @return Whether the spatialPartition field is set. */ boolean hasSpatialPartition(); /** * * *
   * Partition of asset in space.
   * 
* * .google.cloud.visionai.v1.Partition.SpatialPartition spatial_partition = 2; * * @return The spatialPartition. */ com.google.cloud.visionai.v1.Partition.SpatialPartition getSpatialPartition(); /** * * *
   * Partition of asset in space.
   * 
* * .google.cloud.visionai.v1.Partition.SpatialPartition spatial_partition = 2; */ com.google.cloud.visionai.v1.Partition.SpatialPartitionOrBuilder getSpatialPartitionOrBuilder(); /** * * *
   * Partition of asset in time.
   * 
* * * .google.cloud.visionai.v1.Partition.RelativeTemporalPartition relative_temporal_partition = 3; * * * @return Whether the relativeTemporalPartition field is set. */ boolean hasRelativeTemporalPartition(); /** * * *
   * Partition of asset in time.
   * 
* * * .google.cloud.visionai.v1.Partition.RelativeTemporalPartition relative_temporal_partition = 3; * * * @return The relativeTemporalPartition. */ com.google.cloud.visionai.v1.Partition.RelativeTemporalPartition getRelativeTemporalPartition(); /** * * *
   * Partition of asset in time.
   * 
* * * .google.cloud.visionai.v1.Partition.RelativeTemporalPartition relative_temporal_partition = 3; * */ com.google.cloud.visionai.v1.Partition.RelativeTemporalPartitionOrBuilder getRelativeTemporalPartitionOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy