Interface SecretsProto.SecretRefOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SecretsProto.SecretRef,SecretsProto.SecretRef.Builder
- Enclosing class:
SecretsProto
public static interface SecretsProto.SecretRefOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetName()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.
-