Interface Service.DeleteGatewaySecretOrBuilder

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

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

    Modifier and Type
    Method
    Description
    ID of the secret to delete
    com.google.protobuf.ByteString
    ID of the secret to delete
    boolean
    ID of the secret to delete

    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()
       ID of the secret to delete
       
      optional string secret_id = 1;
      Returns:
      Whether the secretId field is set.
    • getSecretId

      String getSecretId()
       ID of the secret to delete
       
      optional string secret_id = 1;
      Returns:
      The secretId.
    • getSecretIdBytes

      com.google.protobuf.ByteString getSecretIdBytes()
       ID of the secret to delete
       
      optional string secret_id = 1;
      Returns:
      The bytes for secretId.