public static final class WorkloadsConfig.DagProcessorResource.Builder extends GeneratedMessage.Builder<WorkloadsConfig.DagProcessorResource.Builder> implements WorkloadsConfig.DagProcessorResourceOrBuilderConfiguration for resources used by Airflow DAG processors.
This field is supported for Cloud Composer environments in versions composer-3-airflow-..-build. and newer.
Protobuf type
google.cloud.orchestration.airflow.service.v1beta1.WorkloadsConfig.DagProcessorResource
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > WorkloadsConfig.DagProcessorResource.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public WorkloadsConfig.DagProcessorResource build()| Returns | |
|---|---|
| Type | Description |
WorkloadsConfig.DagProcessorResource |
|
buildPartial()
public WorkloadsConfig.DagProcessorResource buildPartial()| Returns | |
|---|---|
| Type | Description |
WorkloadsConfig.DagProcessorResource |
|
clear()
public WorkloadsConfig.DagProcessorResource.Builder clear()| Returns | |
|---|---|
| Type | Description |
WorkloadsConfig.DagProcessorResource.Builder |
|
clearCount()
public WorkloadsConfig.DagProcessorResource.Builder clearCount()Optional. The number of DAG processors. If not provided or set to 0, a single DAG processor instance will be created.
int32 count = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
WorkloadsConfig.DagProcessorResource.Builder |
This builder for chaining. |
clearCpu()
public WorkloadsConfig.DagProcessorResource.Builder clearCpu()Optional. CPU request and limit for a single Airflow DAG processor replica.
float cpu = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
WorkloadsConfig.DagProcessorResource.Builder |
This builder for chaining. |
clearMemoryGb()
public WorkloadsConfig.DagProcessorResource.Builder clearMemoryGb()Optional. Memory (GB) request and limit for a single Airflow DAG processor replica.
float memory_gb = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
WorkloadsConfig.DagProcessorResource.Builder |
This builder for chaining. |
clearStorageGb()
public WorkloadsConfig.DagProcessorResource.Builder clearStorageGb()Optional. Storage (GB) request and limit for a single Airflow DAG processor replica.
float storage_gb = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
WorkloadsConfig.DagProcessorResource.Builder |
This builder for chaining. |
getCount()
public int getCount()Optional. The number of DAG processors. If not provided or set to 0, a single DAG processor instance will be created.
int32 count = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The count. |
getCpu()
public float getCpu()Optional. CPU request and limit for a single Airflow DAG processor replica.
float cpu = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
float |
The cpu. |
getDefaultInstanceForType()
public WorkloadsConfig.DagProcessorResource getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
WorkloadsConfig.DagProcessorResource |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getMemoryGb()
public float getMemoryGb()Optional. Memory (GB) request and limit for a single Airflow DAG processor replica.
float memory_gb = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
float |
The memoryGb. |
getStorageGb()
public float getStorageGb()Optional. Storage (GB) request and limit for a single Airflow DAG processor replica.
float storage_gb = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
float |
The storageGb. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(WorkloadsConfig.DagProcessorResource other)
public WorkloadsConfig.DagProcessorResource.Builder mergeFrom(WorkloadsConfig.DagProcessorResource other)| Parameter | |
|---|---|
| Name | Description |
other |
WorkloadsConfig.DagProcessorResource |
| Returns | |
|---|---|
| Type | Description |
WorkloadsConfig.DagProcessorResource.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public WorkloadsConfig.DagProcessorResource.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
WorkloadsConfig.DagProcessorResource.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public WorkloadsConfig.DagProcessorResource.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
WorkloadsConfig.DagProcessorResource.Builder |
|
setCount(int value)
public WorkloadsConfig.DagProcessorResource.Builder setCount(int value)Optional. The number of DAG processors. If not provided or set to 0, a single DAG processor instance will be created.
int32 count = 4 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe count to set. |
| Returns | |
|---|---|
| Type | Description |
WorkloadsConfig.DagProcessorResource.Builder |
This builder for chaining. |
setCpu(float value)
public WorkloadsConfig.DagProcessorResource.Builder setCpu(float value)Optional. CPU request and limit for a single Airflow DAG processor replica.
float cpu = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
floatThe cpu to set. |
| Returns | |
|---|---|
| Type | Description |
WorkloadsConfig.DagProcessorResource.Builder |
This builder for chaining. |
setMemoryGb(float value)
public WorkloadsConfig.DagProcessorResource.Builder setMemoryGb(float value)Optional. Memory (GB) request and limit for a single Airflow DAG processor replica.
float memory_gb = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
floatThe memoryGb to set. |
| Returns | |
|---|---|
| Type | Description |
WorkloadsConfig.DagProcessorResource.Builder |
This builder for chaining. |
setStorageGb(float value)
public WorkloadsConfig.DagProcessorResource.Builder setStorageGb(float value)Optional. Storage (GB) request and limit for a single Airflow DAG processor replica.
float storage_gb = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
floatThe storageGb to set. |
| Returns | |
|---|---|
| Type | Description |
WorkloadsConfig.DagProcessorResource.Builder |
This builder for chaining. |