Interface SecretsProto.CreateSecretValueRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    .secret.SecretParams options = 1;
    .secret.SecretParams options = 1;
    com.google.protobuf.ByteString
    bytes value = 2;
    boolean
    .secret.SecretParams options = 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

    • hasOptions

      boolean hasOptions()
      .secret.SecretParams options = 1;
      Returns:
      Whether the options field is set.
    • getOptions

      .secret.SecretParams options = 1;
      Returns:
      The options.
    • getOptionsOrBuilder

      SecretsProto.SecretParamsOrBuilder getOptionsOrBuilder()
      .secret.SecretParams options = 1;
    • getValue

      com.google.protobuf.ByteString getValue()
      bytes value = 2;
      Returns:
      The value.