Class SecretsProto.SecretParams

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
tech.justen.concord.goodwill.grpc.SecretsProto.SecretParams
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, SecretsProto.SecretParamsOrBuilder
Enclosing class:
SecretsProto

public static final class SecretsProto.SecretParams extends com.google.protobuf.GeneratedMessageV3 implements SecretsProto.SecretParamsOrBuilder
Protobuf type secret.SecretParams
See Also:
  • Field Details

    • ORGNAME_FIELD_NUMBER

      public static final int ORGNAME_FIELD_NUMBER
      See Also:
    • PROJECT_FIELD_NUMBER

      public static final int PROJECT_FIELD_NUMBER
      See Also:
    • NAME_FIELD_NUMBER

      public static final int NAME_FIELD_NUMBER
      See Also:
    • STOREPASSWORD_FIELD_NUMBER

      public static final int STOREPASSWORD_FIELD_NUMBER
      See Also:
    • GENERATEPASSWORD_FIELD_NUMBER

      public static final int GENERATEPASSWORD_FIELD_NUMBER
      See Also:
    • VISIBILITY_FIELD_NUMBER

      public static final int VISIBILITY_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getOrgName

      public String getOrgName()
      string orgName = 1;
      Specified by:
      getOrgName in interface SecretsProto.SecretParamsOrBuilder
      Returns:
      The orgName.
    • getOrgNameBytes

      public com.google.protobuf.ByteString getOrgNameBytes()
      string orgName = 1;
      Specified by:
      getOrgNameBytes in interface SecretsProto.SecretParamsOrBuilder
      Returns:
      The bytes for orgName.
    • getProject

      public String getProject()
      string project = 2;
      Specified by:
      getProject in interface SecretsProto.SecretParamsOrBuilder
      Returns:
      The project.
    • getProjectBytes

      public com.google.protobuf.ByteString getProjectBytes()
      string project = 2;
      Specified by:
      getProjectBytes in interface SecretsProto.SecretParamsOrBuilder
      Returns:
      The bytes for project.
    • getName

      public String getName()
      string name = 3;
      Specified by:
      getName in interface SecretsProto.SecretParamsOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
      string name = 3;
      Specified by:
      getNameBytes in interface SecretsProto.SecretParamsOrBuilder
      Returns:
      The bytes for name.
    • getStorePassword

      public String getStorePassword()
      string storePassword = 4;
      Specified by:
      getStorePassword in interface SecretsProto.SecretParamsOrBuilder
      Returns:
      The storePassword.
    • getStorePasswordBytes

      public com.google.protobuf.ByteString getStorePasswordBytes()
      string storePassword = 4;
      Specified by:
      getStorePasswordBytes in interface SecretsProto.SecretParamsOrBuilder
      Returns:
      The bytes for storePassword.
    • getGeneratePassword

      public boolean getGeneratePassword()
      bool generatePassword = 5;
      Specified by:
      getGeneratePassword in interface SecretsProto.SecretParamsOrBuilder
      Returns:
      The generatePassword.
    • getVisibilityValue

      public int getVisibilityValue()
      .secret.SecretParams.Visibility visibility = 6;
      Specified by:
      getVisibilityValue in interface SecretsProto.SecretParamsOrBuilder
      Returns:
      The enum numeric value on the wire for visibility.
    • getVisibility

      public SecretsProto.SecretParams.Visibility getVisibility()
      .secret.SecretParams.Visibility visibility = 6;
      Specified by:
      getVisibility in interface SecretsProto.SecretParamsOrBuilder
      Returns:
      The visibility.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static SecretsProto.SecretParams parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static SecretsProto.SecretParams parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static SecretsProto.SecretParams parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static SecretsProto.SecretParams parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static SecretsProto.SecretParams parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static SecretsProto.SecretParams parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static SecretsProto.SecretParams parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static SecretsProto.SecretParams parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static SecretsProto.SecretParams parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static SecretsProto.SecretParams parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static SecretsProto.SecretParams parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static SecretsProto.SecretParams parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public SecretsProto.SecretParams.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static SecretsProto.SecretParams.Builder newBuilder()
    • newBuilder

      public static SecretsProto.SecretParams.Builder newBuilder(SecretsProto.SecretParams prototype)
    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected SecretsProto.SecretParams.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static SecretsProto.SecretParams getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<SecretsProto.SecretParams> parser()
    • getParserForType

      public com.google.protobuf.Parser<SecretsProto.SecretParams> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public SecretsProto.SecretParams getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder