Interface SecretsProto.SecretParamsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SecretsProto.SecretParams, SecretsProto.SecretParams.Builder
Enclosing class:
SecretsProto

public static interface SecretsProto.SecretParamsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bool generatePassword = 5;
    string name = 3;
    com.google.protobuf.ByteString
    string name = 3;
    string orgName = 1;
    com.google.protobuf.ByteString
    string orgName = 1;
    string project = 2;
    com.google.protobuf.ByteString
    string project = 2;
    string storePassword = 4;
    com.google.protobuf.ByteString
    string storePassword = 4;
    .secret.SecretParams.Visibility visibility = 6;
    int
    .secret.SecretParams.Visibility visibility = 6;

    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.
    • getProject

      String getProject()
      string project = 2;
      Returns:
      The project.
    • getProjectBytes

      com.google.protobuf.ByteString getProjectBytes()
      string project = 2;
      Returns:
      The bytes for project.
    • getName

      String getName()
      string name = 3;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      string name = 3;
      Returns:
      The bytes for name.
    • getStorePassword

      String getStorePassword()
      string storePassword = 4;
      Returns:
      The storePassword.
    • getStorePasswordBytes

      com.google.protobuf.ByteString getStorePasswordBytes()
      string storePassword = 4;
      Returns:
      The bytes for storePassword.
    • getGeneratePassword

      boolean getGeneratePassword()
      bool generatePassword = 5;
      Returns:
      The generatePassword.
    • getVisibilityValue

      int getVisibilityValue()
      .secret.SecretParams.Visibility visibility = 6;
      Returns:
      The enum numeric value on the wire for visibility.
    • getVisibility

      .secret.SecretParams.Visibility visibility = 6;
      Returns:
      The visibility.