Interface Service.DeleteGatewaySecretOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getSecretId()
      ID of the secret to delete
      com.google.protobuf.ByteString getSecretIdBytes()
      ID of the secret to delete
      boolean hasSecretId()
      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 Detail

      • hasSecretId

        boolean hasSecretId()
         ID of the secret to delete
         
        optional string secret_id = 1;
        Returns:
        Whether the secretId field is set.
      • getSecretId

        java.lang.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.