Class GetEnvironmentRequest

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

public class GetEnvironmentRequest extends Object
  • Constructor Details

    • GetEnvironmentRequest

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

      public GetEnvironmentRequest(@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 GetEnvironmentRequest.Builder builder()
    • withApiVersion

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

      public GetEnvironmentRequest 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