Interface SecretsProto.ListAccessEntryResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SecretsProto.ListAccessEntryResponse,SecretsProto.ListAccessEntryResponse.Builder
- Enclosing class:
SecretsProto
public static interface SecretsProto.ListAccessEntryResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAccess(int index) repeated .secret.AccessEntry access = 1;intrepeated .secret.AccessEntry access = 1;repeated .secret.AccessEntry access = 1;getAccessOrBuilder(int index) repeated .secret.AccessEntry access = 1;List<? extends SecretsProto.AccessEntryOrBuilder> repeated .secret.AccessEntry access = 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
-
getAccessList
List<SecretsProto.AccessEntry> getAccessList()repeated .secret.AccessEntry access = 1; -
getAccess
repeated .secret.AccessEntry access = 1; -
getAccessCount
int getAccessCount()repeated .secret.AccessEntry access = 1; -
getAccessOrBuilderList
List<? extends SecretsProto.AccessEntryOrBuilder> getAccessOrBuilderList()repeated .secret.AccessEntry access = 1; -
getAccessOrBuilder
repeated .secret.AccessEntry access = 1;
-