Interface Service.GetGatewaySecretInfoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getSecretId()
      Either secret_id or secret_name must be provided
      com.google.protobuf.ByteString getSecretIdBytes()
      Either secret_id or secret_name must be provided
      java.lang.String getSecretName()
      optional string secret_name = 2;
      com.google.protobuf.ByteString getSecretNameBytes()
      optional string secret_name = 2;
      boolean hasSecretId()
      Either secret_id or secret_name must be provided
      boolean hasSecretName()
      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 Detail

      • 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

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

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