com.clarifai.grpc.api.CloudRegionOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: proto/clarifai/api/resources.proto
package com.clarifai.grpc.api;
public interface CloudRegionOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.CloudRegion)
com.google.protobuf.MessageOrBuilder {
/**
* string id = 1;
* @return The id.
*/
java.lang.String getId();
/**
* string id = 1;
* @return The bytes for id.
*/
com.google.protobuf.ByteString
getIdBytes();
/**
* .clarifai.api.CloudRegion.Cloud cloud = 3;
* @return The enum numeric value on the wire for cloud.
*/
int getCloudValue();
/**
* .clarifai.api.CloudRegion.Cloud cloud = 3;
* @return The cloud.
*/
com.clarifai.grpc.api.CloudRegion.Cloud getCloud();
/**
*
* The region. The naming here depends on the cloud choice above and will be validated
* against which clouds+regions that Clarifai currently supports.
*
*
* string region = 4;
* @return The region.
*/
java.lang.String getRegion();
/**
*
* The region. The naming here depends on the cloud choice above and will be validated
* against which clouds+regions that Clarifai currently supports.
*
*
* string region = 4;
* @return The bytes for region.
*/
com.google.protobuf.ByteString
getRegionBytes();
}