Uses of Class
tech.justen.concord.goodwill.grpc.SecretsProto.AccessEntry
Packages that use SecretsProto.AccessEntry
-
Uses of SecretsProto.AccessEntry in tech.justen.concord.goodwill.grpc
Methods in tech.justen.concord.goodwill.grpc that return SecretsProto.AccessEntryModifier and TypeMethodDescriptionSecretsProto.AccessEntry.Builder.build()SecretsProto.AccessEntry.Builder.buildPartial()SecretsProto.ListAccessEntryResponse.Builder.getAccess(int index) repeated .secret.AccessEntry access = 1;SecretsProto.ListAccessEntryResponse.getAccess(int index) repeated .secret.AccessEntry access = 1;SecretsProto.ListAccessEntryResponseOrBuilder.getAccess(int index) repeated .secret.AccessEntry access = 1;static SecretsProto.AccessEntrySecretsProto.AccessEntry.getDefaultInstance()SecretsProto.AccessEntry.Builder.getDefaultInstanceForType()SecretsProto.AccessEntry.getDefaultInstanceForType()SecretsProto.UpdateSecretAccessRequest.Builder.getEntries(int index) repeated .secret.AccessEntry entries = 3;SecretsProto.UpdateSecretAccessRequest.getEntries(int index) repeated .secret.AccessEntry entries = 3;SecretsProto.UpdateSecretAccessRequestOrBuilder.getEntries(int index) repeated .secret.AccessEntry entries = 3;static SecretsProto.AccessEntrySecretsProto.AccessEntry.parseDelimitedFrom(InputStream input) static SecretsProto.AccessEntrySecretsProto.AccessEntry.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SecretsProto.AccessEntrySecretsProto.AccessEntry.parseFrom(byte[] data) static SecretsProto.AccessEntrySecretsProto.AccessEntry.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SecretsProto.AccessEntrySecretsProto.AccessEntry.parseFrom(com.google.protobuf.ByteString data) static SecretsProto.AccessEntrySecretsProto.AccessEntry.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SecretsProto.AccessEntrySecretsProto.AccessEntry.parseFrom(com.google.protobuf.CodedInputStream input) static SecretsProto.AccessEntrySecretsProto.AccessEntry.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SecretsProto.AccessEntrySecretsProto.AccessEntry.parseFrom(InputStream input) static SecretsProto.AccessEntrySecretsProto.AccessEntry.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SecretsProto.AccessEntrySecretsProto.AccessEntry.parseFrom(ByteBuffer data) static SecretsProto.AccessEntrySecretsProto.AccessEntry.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in tech.justen.concord.goodwill.grpc that return types with arguments of type SecretsProto.AccessEntryModifier and TypeMethodDescriptionSecretsProto.ListAccessEntryResponse.Builder.getAccessList()repeated .secret.AccessEntry access = 1;SecretsProto.ListAccessEntryResponse.getAccessList()repeated .secret.AccessEntry access = 1;SecretsProto.ListAccessEntryResponseOrBuilder.getAccessList()repeated .secret.AccessEntry access = 1;SecretsProto.UpdateSecretAccessRequest.Builder.getEntriesList()repeated .secret.AccessEntry entries = 3;SecretsProto.UpdateSecretAccessRequest.getEntriesList()repeated .secret.AccessEntry entries = 3;SecretsProto.UpdateSecretAccessRequestOrBuilder.getEntriesList()repeated .secret.AccessEntry entries = 3;com.google.protobuf.Parser<SecretsProto.AccessEntry> SecretsProto.AccessEntry.getParserForType()static com.google.protobuf.Parser<SecretsProto.AccessEntry> SecretsProto.AccessEntry.parser()Methods in tech.justen.concord.goodwill.grpc with parameters of type SecretsProto.AccessEntryModifier and TypeMethodDescriptionSecretsProto.ListAccessEntryResponse.Builder.addAccess(int index, SecretsProto.AccessEntry value) repeated .secret.AccessEntry access = 1;SecretsProto.ListAccessEntryResponse.Builder.addAccess(SecretsProto.AccessEntry value) repeated .secret.AccessEntry access = 1;SecretsProto.UpdateSecretAccessRequest.Builder.addEntries(int index, SecretsProto.AccessEntry value) repeated .secret.AccessEntry entries = 3;SecretsProto.UpdateSecretAccessRequest.Builder.addEntries(SecretsProto.AccessEntry value) repeated .secret.AccessEntry entries = 3;SecretsProto.AccessEntry.Builder.mergeFrom(SecretsProto.AccessEntry other) SecretsProto.AccessEntry.newBuilder(SecretsProto.AccessEntry prototype) SecretsProto.ListAccessEntryResponse.Builder.setAccess(int index, SecretsProto.AccessEntry value) repeated .secret.AccessEntry access = 1;SecretsProto.UpdateSecretAccessRequest.Builder.setEntries(int index, SecretsProto.AccessEntry value) repeated .secret.AccessEntry entries = 3;Method parameters in tech.justen.concord.goodwill.grpc with type arguments of type SecretsProto.AccessEntryModifier and TypeMethodDescriptionSecretsProto.ListAccessEntryResponse.Builder.addAllAccess(Iterable<? extends SecretsProto.AccessEntry> values) repeated .secret.AccessEntry access = 1;SecretsProto.UpdateSecretAccessRequest.Builder.addAllEntries(Iterable<? extends SecretsProto.AccessEntry> values) repeated .secret.AccessEntry entries = 3;