Uses of Interface
com.google.cloud.orchestration.airflow.service.v1.EnvironmentOrBuilder
-
Packages that use EnvironmentOrBuilder Package Description com.google.cloud.orchestration.airflow.service.v1 A client to Cloud Composer API -
-
Uses of EnvironmentOrBuilder in com.google.cloud.orchestration.airflow.service.v1
Classes in com.google.cloud.orchestration.airflow.service.v1 that implement EnvironmentOrBuilder Modifier and Type Class Description class
Environment
An environment for running orchestration tasks.static class
Environment.Builder
An environment for running orchestration tasks.Methods in com.google.cloud.orchestration.airflow.service.v1 that return EnvironmentOrBuilder Modifier and Type Method Description EnvironmentOrBuilder
CreateEnvironmentRequest.Builder. getEnvironmentOrBuilder()
The environment to create.EnvironmentOrBuilder
CreateEnvironmentRequest. getEnvironmentOrBuilder()
The environment to create.EnvironmentOrBuilder
CreateEnvironmentRequestOrBuilder. getEnvironmentOrBuilder()
The environment to create.EnvironmentOrBuilder
UpdateEnvironmentRequest.Builder. getEnvironmentOrBuilder()
A patch environment.EnvironmentOrBuilder
UpdateEnvironmentRequest. getEnvironmentOrBuilder()
A patch environment.EnvironmentOrBuilder
UpdateEnvironmentRequestOrBuilder. getEnvironmentOrBuilder()
A patch environment.EnvironmentOrBuilder
ListEnvironmentsResponse.Builder. getEnvironmentsOrBuilder(int index)
The list of environments returned by a ListEnvironmentsRequest.EnvironmentOrBuilder
ListEnvironmentsResponse. getEnvironmentsOrBuilder(int index)
The list of environments returned by a ListEnvironmentsRequest.EnvironmentOrBuilder
ListEnvironmentsResponseOrBuilder. getEnvironmentsOrBuilder(int index)
The list of environments returned by a ListEnvironmentsRequest.Methods in com.google.cloud.orchestration.airflow.service.v1 that return types with arguments of type EnvironmentOrBuilder Modifier and Type Method Description List<? extends EnvironmentOrBuilder>
ListEnvironmentsResponse.Builder. getEnvironmentsOrBuilderList()
The list of environments returned by a ListEnvironmentsRequest.List<? extends EnvironmentOrBuilder>
ListEnvironmentsResponse. getEnvironmentsOrBuilderList()
The list of environments returned by a ListEnvironmentsRequest.List<? extends EnvironmentOrBuilder>
ListEnvironmentsResponseOrBuilder. getEnvironmentsOrBuilderList()
The list of environments returned by a ListEnvironmentsRequest.
-