Interface Service.GetGatewaySecretInfoOrBuilder

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

public static interface Service.GetGatewaySecretInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Either secret_id or secret_name must be provided
    com.google.protobuf.ByteString
    Either secret_id or secret_name must be provided
    optional string secret_name = 2;
    com.google.protobuf.ByteString
    optional string secret_name = 2;
    boolean
    Either secret_id or secret_name must be provided
    boolean
    optional string secret_name = 2;

    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

    • hasSecretId

      boolean hasSecretId()
       Either secret_id or secret_name must be provided
       
      optional string secret_id = 1;
      Returns:
      Whether the secretId field is set.
    • getSecretId

      String getSecretId()
       Either secret_id or secret_name must be provided
       
      optional string secret_id = 1;
      Returns:
      The secretId.
    • getSecretIdBytes

      com.google.protobuf.ByteString getSecretIdBytes()
       Either secret_id or secret_name must be provided
       
      optional string secret_id = 1;
      Returns:
      The bytes for secretId.
    • hasSecretName

      boolean hasSecretName()
      optional string secret_name = 2;
      Returns:
      Whether the secretName field is set.
    • getSecretName

      String getSecretName()
      optional string secret_name = 2;
      Returns:
      The secretName.
    • getSecretNameBytes

      com.google.protobuf.ByteString getSecretNameBytes()
      optional string secret_name = 2;
      Returns:
      The bytes for secretName.