Interface SecretsProto.EncryptStringRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SecretsProto.EncryptStringRequest,SecretsProto.EncryptStringRequest.Builder
- Enclosing class:
SecretsProto
public static interface SecretsProto.EncryptStringRequestOrBuilder
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.
-
getProject
String getProject()string project = 2;- Returns:
- The project.
-
getProjectBytes
com.google.protobuf.ByteString getProjectBytes()string project = 2;- Returns:
- The bytes for project.
-
getValue
String getValue()string value = 3;- Returns:
- The value.
-
getValueBytes
com.google.protobuf.ByteString getValueBytes()string value = 3;- Returns:
- The bytes for value.
-