Package com.google.cloud.redis.v1
Interface InstanceAuthStringOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InstanceAuthString
,InstanceAuthString.Builder
public interface InstanceAuthStringOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAuthString()
AUTH string set on the instance.com.google.protobuf.ByteString
getAuthStringBytes()
AUTH string set on the instance.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAuthString
String getAuthString()
AUTH string set on the instance.
string auth_string = 1;
- Returns:
- The authString.
-
getAuthStringBytes
com.google.protobuf.ByteString getAuthStringBytes()
AUTH string set on the instance.
string auth_string = 1;
- Returns:
- The bytes for authString.
-
-