public interface HubAuthenticationOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getApiKey()
optional string api_key = 1; |
com.google.protobuf.ByteString |
getApiKeyBytes()
optional string api_key = 1; |
String |
getSecretKey()
optional string secret_key = 2; |
com.google.protobuf.ByteString |
getSecretKeyBytes()
optional string secret_key = 2; |
boolean |
hasApiKey()
optional string api_key = 1; |
boolean |
hasSecretKey()
optional string secret_key = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasApiKey()
optional string api_key = 1;
String getApiKey()
optional string api_key = 1;
com.google.protobuf.ByteString getApiKeyBytes()
optional string api_key = 1;
boolean hasSecretKey()
optional string secret_key = 2;
String getSecretKey()
optional string secret_key = 2;
com.google.protobuf.ByteString getSecretKeyBytes()
optional string secret_key = 2;
Copyright © 2023. All Rights Reserved.