Interface RemovePresetRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    RemovePresetRequest, RemovePresetRequest.Builder

    public interface RemovePresetRequestOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getOrganizationId()
      string organization_id = 2 [json_name = "organizationId"];
      com.google.protobuf.ByteString getOrganizationIdBytes()
      string organization_id = 2 [json_name = "organizationId"];
      java.lang.String getPresetId()
      string preset_id = 1 [json_name = "presetId"];
      com.google.protobuf.ByteString getPresetIdBytes()
      string preset_id = 1 [json_name = "presetId"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getPresetId

        java.lang.String getPresetId()
        string preset_id = 1 [json_name = "presetId"];
        Returns:
        The presetId.
      • getPresetIdBytes

        com.google.protobuf.ByteString getPresetIdBytes()
        string preset_id = 1 [json_name = "presetId"];
        Returns:
        The bytes for presetId.
      • getOrganizationId

        java.lang.String getOrganizationId()
        string organization_id = 2 [json_name = "organizationId"];
        Returns:
        The organizationId.
      • getOrganizationIdBytes

        com.google.protobuf.ByteString getOrganizationIdBytes()
        string organization_id = 2 [json_name = "organizationId"];
        Returns:
        The bytes for organizationId.