Interface SecretsProto.GetSecretRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SecretsProto.GetSecretRequest,SecretsProto.GetSecretRequest.Builder
- Enclosing class:
SecretsProto
public static interface SecretsProto.GetSecretRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getOrg
String getOrg()string org = 1;- Returns:
- The org.
-
getOrgBytes
com.google.protobuf.ByteString getOrgBytes()string org = 1;- Returns:
- The bytes for org.
-
getName
String getName()string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 2;- Returns:
- The bytes for name.
-
getStorePassword
String getStorePassword()string storePassword = 3;- Returns:
- The storePassword.
-
getStorePasswordBytes
com.google.protobuf.ByteString getStorePasswordBytes()string storePassword = 3;- Returns:
- The bytes for storePassword.
-