Send feedback
Class CreateEnvironmentRequest.Builder (1.4.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.4.0 keyboard_arrow_down
public static final class CreateEnvironmentRequest . Builder extends GeneratedMessageV3 . Builder<CreateEnvironmentRequest . Builder > implements CreateEnvironmentRequestOrBuilder
Create a new environment.
Protobuf type
google.cloud.orchestration.airflow.service.v1beta1.CreateEnvironmentRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CreateEnvironmentRequest . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
build()
public CreateEnvironmentRequest build ()
Returns
buildPartial()
public CreateEnvironmentRequest buildPartial ()
Returns
clear()
public CreateEnvironmentRequest . Builder clear ()
Returns
Overrides
clearEnvironment()
public CreateEnvironmentRequest . Builder clearEnvironment ()
The environment to create.
.google.cloud.orchestration.airflow.service.v1beta1.Environment environment = 2;
Returns
clearField(Descriptors.FieldDescriptor field)
public CreateEnvironmentRequest . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public CreateEnvironmentRequest . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clearParent()
public CreateEnvironmentRequest . Builder clearParent ()
The parent must be of the form
"projects/{projectId}/locations/{locationId}".
string parent = 1;
Returns
clone()
public CreateEnvironmentRequest . Builder clone ()
Returns
Overrides
getDefaultInstanceForType()
public CreateEnvironmentRequest getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
getEnvironment()
public Environment getEnvironment ()
The environment to create.
.google.cloud.orchestration.airflow.service.v1beta1.Environment environment = 2;
Returns
getEnvironmentBuilder()
public Environment . Builder getEnvironmentBuilder ()
The environment to create.
.google.cloud.orchestration.airflow.service.v1beta1.Environment environment = 2;
Returns
getEnvironmentOrBuilder()
public EnvironmentOrBuilder getEnvironmentOrBuilder ()
The environment to create.
.google.cloud.orchestration.airflow.service.v1beta1.Environment environment = 2;
Returns
getParent()
public String getParent ()
The parent must be of the form
"projects/{projectId}/locations/{locationId}".
string parent = 1;
Returns
Type
Description
String
The parent.
getParentBytes()
public ByteString getParentBytes ()
The parent must be of the form
"projects/{projectId}/locations/{locationId}".
string parent = 1;
Returns
hasEnvironment()
public boolean hasEnvironment ()
The environment to create.
.google.cloud.orchestration.airflow.service.v1beta1.Environment environment = 2;
Returns
Type
Description
boolean
Whether the environment field is set.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
mergeEnvironment(Environment value)
public CreateEnvironmentRequest . Builder mergeEnvironment ( Environment value )
The environment to create.
.google.cloud.orchestration.airflow.service.v1beta1.Environment environment = 2;
Parameter
Returns
mergeFrom(CreateEnvironmentRequest other)
public CreateEnvironmentRequest . Builder mergeFrom ( CreateEnvironmentRequest other )
Parameter
Returns
public CreateEnvironmentRequest . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public CreateEnvironmentRequest . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CreateEnvironmentRequest . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
setEnvironment(Environment value)
public CreateEnvironmentRequest . Builder setEnvironment ( Environment value )
The environment to create.
.google.cloud.orchestration.airflow.service.v1beta1.Environment environment = 2;
Parameter
Returns
setEnvironment(Environment.Builder builderForValue)
public CreateEnvironmentRequest . Builder setEnvironment ( Environment . Builder builderForValue )
The environment to create.
.google.cloud.orchestration.airflow.service.v1beta1.Environment environment = 2;
Parameter
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public CreateEnvironmentRequest . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setParent(String value)
public CreateEnvironmentRequest . Builder setParent ( String value )
The parent must be of the form
"projects/{projectId}/locations/{locationId}".
string parent = 1;
Parameter
Name
Description
value
String
The parent to set.
Returns
setParentBytes(ByteString value)
public CreateEnvironmentRequest . Builder setParentBytes ( ByteString value )
The parent must be of the form
"projects/{projectId}/locations/{locationId}".
string parent = 1;
Parameter
Name
Description
value
ByteString
The bytes for parent to set.
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CreateEnvironmentRequest . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final CreateEnvironmentRequest . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]