com.clarifai.grpc.api.AWSCredsOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: proto/clarifai/api/resources.proto
package com.clarifai.grpc.api;
public interface AWSCredsOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.AWSCreds)
com.google.protobuf.MessageOrBuilder {
/**
* string region = 2;
* @return The region.
*/
java.lang.String getRegion();
/**
* string region = 2;
* @return The bytes for region.
*/
com.google.protobuf.ByteString
getRegionBytes();
/**
* string id = 3;
* @return The id.
*/
java.lang.String getId();
/**
* string id = 3;
* @return The bytes for id.
*/
com.google.protobuf.ByteString
getIdBytes();
/**
* string secret = 4;
* @return The secret.
*/
java.lang.String getSecret();
/**
* string secret = 4;
* @return The bytes for secret.
*/
com.google.protobuf.ByteString
getSecretBytes();
/**
* string token = 5;
* @return The token.
*/
java.lang.String getToken();
/**
* string token = 5;
* @return The bytes for token.
*/
com.google.protobuf.ByteString
getTokenBytes();
}