Interface SecretsProto.UpdateSecretAccessRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SecretsProto.UpdateSecretAccessRequest,SecretsProto.UpdateSecretAccessRequest.Builder
- Enclosing class:
SecretsProto
public static interface SecretsProto.UpdateSecretAccessRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetEntries(int index) repeated .secret.AccessEntry entries = 3;intrepeated .secret.AccessEntry entries = 3;repeated .secret.AccessEntry entries = 3;getEntriesOrBuilder(int index) repeated .secret.AccessEntry entries = 3;List<? extends SecretsProto.AccessEntryOrBuilder> repeated .secret.AccessEntry entries = 3;getName()string name = 2;com.google.protobuf.ByteStringstring name = 2;string orgName = 1;com.google.protobuf.ByteStringstring orgName = 1;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.
-
getName
String getName()string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 2;- Returns:
- The bytes for name.
-
getEntriesList
List<SecretsProto.AccessEntry> getEntriesList()repeated .secret.AccessEntry entries = 3; -
getEntries
repeated .secret.AccessEntry entries = 3; -
getEntriesCount
int getEntriesCount()repeated .secret.AccessEntry entries = 3; -
getEntriesOrBuilderList
List<? extends SecretsProto.AccessEntryOrBuilder> getEntriesOrBuilderList()repeated .secret.AccessEntry entries = 3; -
getEntriesOrBuilder
repeated .secret.AccessEntry entries = 3;
-