Interface SecretsProto.SecretParamsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SecretsProto.SecretParams,SecretsProto.SecretParams.Builder
- Enclosing class:
SecretsProto
public static interface SecretsProto.SecretParamsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool generatePassword = 5;getName()string name = 3;com.google.protobuf.ByteStringstring name = 3;string orgName = 1;com.google.protobuf.ByteStringstring orgName = 1;string project = 2;com.google.protobuf.ByteStringstring project = 2;string storePassword = 4;com.google.protobuf.ByteStringstring storePassword = 4;.secret.SecretParams.Visibility visibility = 6;int.secret.SecretParams.Visibility visibility = 6;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
-
getOrgName
String getOrgName()string orgName = 1;- Returns:
- The orgName.
-
getOrgNameBytes
com.google.protobuf.ByteString getOrgNameBytes()string orgName = 1;- Returns:
- The bytes for orgName.
-
getProject
String getProject()string project = 2;- Returns:
- The project.
-
getProjectBytes
com.google.protobuf.ByteString getProjectBytes()string project = 2;- Returns:
- The bytes for project.
-
getName
String getName()string name = 3;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 3;- Returns:
- The bytes for name.
-
getStorePassword
String getStorePassword()string storePassword = 4;- Returns:
- The storePassword.
-
getStorePasswordBytes
com.google.protobuf.ByteString getStorePasswordBytes()string storePassword = 4;- Returns:
- The bytes for storePassword.
-
getGeneratePassword
boolean getGeneratePassword()bool generatePassword = 5;- Returns:
- The generatePassword.
-
getVisibilityValue
int getVisibilityValue().secret.SecretParams.Visibility visibility = 6;- Returns:
- The enum numeric value on the wire for visibility.
-
getVisibility
SecretsProto.SecretParams.Visibility getVisibility().secret.SecretParams.Visibility visibility = 6;- Returns:
- The visibility.
-