Class DeleteEnvironmentRequest

java.lang.Object
com.google.genai.gaos.models.operations.DeleteEnvironmentRequest

public class DeleteEnvironmentRequest extends Object
  • Constructor Details

    • DeleteEnvironmentRequest

      public DeleteEnvironmentRequest(@Nullable String apiVersion, @Nonnull String id)
    • DeleteEnvironmentRequest

      public DeleteEnvironmentRequest(@Nonnull String id)
  • Method Details

    • apiVersion

      public Optional<String> apiVersion()
      Which version of the API to use.
    • id

      public Optional<String> id()
      Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
    • builder

      public static DeleteEnvironmentRequest.Builder builder()
    • withApiVersion

      public DeleteEnvironmentRequest withApiVersion(@Nullable String apiVersion)
      Which version of the API to use.
    • withId

      public DeleteEnvironmentRequest withId(@Nonnull String id)
      Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object