com.clarifai.grpc.api.AzureBlobCredsOrBuilder 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 AzureBlobCredsOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.AzureBlobCreds)
com.google.protobuf.MessageOrBuilder {
/**
* string account_name = 1;
* @return The accountName.
*/
java.lang.String getAccountName();
/**
* string account_name = 1;
* @return The bytes for accountName.
*/
com.google.protobuf.ByteString
getAccountNameBytes();
/**
* string account_key = 2;
* @return The accountKey.
*/
java.lang.String getAccountKey();
/**
* string account_key = 2;
* @return The bytes for accountKey.
*/
com.google.protobuf.ByteString
getAccountKeyBytes();
}