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 Type
    Method
    Description
    string name = 2;
    com.google.protobuf.ByteString
    string name = 2;
    string orgName = 1;
    com.google.protobuf.ByteString
    string orgName = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.