Interface SecretsProto.AccessEntryOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SecretsProto.AccessEntry,SecretsProto.AccessEntry.Builder
- Enclosing class:
SecretsProto
public static interface SecretsProto.AccessEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetLevel().secret.AccessEntry.AccessLevel level = 4;int.secret.AccessEntry.AccessLevel level = 4;string orgName = 3;com.google.protobuf.ByteStringstring orgName = 3;string teamID = 1;com.google.protobuf.ByteStringstring teamID = 1;string teamName = 2;com.google.protobuf.ByteStringstring teamName = 2;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
-
getTeamID
String getTeamID()string teamID = 1;- Returns:
- The teamID.
-
getTeamIDBytes
com.google.protobuf.ByteString getTeamIDBytes()string teamID = 1;- Returns:
- The bytes for teamID.
-
getTeamName
String getTeamName()string teamName = 2;- Returns:
- The teamName.
-
getTeamNameBytes
com.google.protobuf.ByteString getTeamNameBytes()string teamName = 2;- Returns:
- The bytes for teamName.
-
getOrgName
String getOrgName()string orgName = 3;- Returns:
- The orgName.
-
getOrgNameBytes
com.google.protobuf.ByteString getOrgNameBytes()string orgName = 3;- Returns:
- The bytes for orgName.
-
getLevelValue
int getLevelValue().secret.AccessEntry.AccessLevel level = 4;- Returns:
- The enum numeric value on the wire for level.
-
getLevel
SecretsProto.AccessEntry.AccessLevel getLevel().secret.AccessEntry.AccessLevel level = 4;- Returns:
- The level.
-