public static final class GetRegionHealthAggregationPolicyRequest.Builder extends GeneratedMessage.Builder<GetRegionHealthAggregationPolicyRequest.Builder> implements GetRegionHealthAggregationPolicyRequestOrBuilderA request message for RegionHealthAggregationPolicies.Get. See the method description for details.
Protobuf type google.cloud.compute.v1.GetRegionHealthAggregationPolicyRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GetRegionHealthAggregationPolicyRequest.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GetRegionHealthAggregationPolicyRequest build()| Returns | |
|---|---|
| Type | Description |
GetRegionHealthAggregationPolicyRequest |
|
buildPartial()
public GetRegionHealthAggregationPolicyRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
GetRegionHealthAggregationPolicyRequest |
|
clear()
public GetRegionHealthAggregationPolicyRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
GetRegionHealthAggregationPolicyRequest.Builder |
|
clearHealthAggregationPolicy()
public GetRegionHealthAggregationPolicyRequest.Builder clearHealthAggregationPolicy()Name of the HealthAggregationPolicy resource to return.
string health_aggregation_policy = 240314354 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetRegionHealthAggregationPolicyRequest.Builder |
This builder for chaining. |
clearProject()
public GetRegionHealthAggregationPolicyRequest.Builder clearProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetRegionHealthAggregationPolicyRequest.Builder |
This builder for chaining. |
clearRegion()
public GetRegionHealthAggregationPolicyRequest.Builder clearRegion()Name of the region scoping this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetRegionHealthAggregationPolicyRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public GetRegionHealthAggregationPolicyRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GetRegionHealthAggregationPolicyRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getHealthAggregationPolicy()
public String getHealthAggregationPolicy()Name of the HealthAggregationPolicy resource to return.
string health_aggregation_policy = 240314354 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The healthAggregationPolicy. |
getHealthAggregationPolicyBytes()
public ByteString getHealthAggregationPolicyBytes()Name of the HealthAggregationPolicy resource to return.
string health_aggregation_policy = 240314354 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for healthAggregationPolicy. |
getProject()
public String getProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The project. |
getProjectBytes()
public ByteString getProjectBytes()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for project. |
getRegion()
public String getRegion()Name of the region scoping this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The region. |
getRegionBytes()
public ByteString getRegionBytes()Name of the region scoping this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for region. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(GetRegionHealthAggregationPolicyRequest other)
public GetRegionHealthAggregationPolicyRequest.Builder mergeFrom(GetRegionHealthAggregationPolicyRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetRegionHealthAggregationPolicyRequest |
| Returns | |
|---|---|
| Type | Description |
GetRegionHealthAggregationPolicyRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetRegionHealthAggregationPolicyRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GetRegionHealthAggregationPolicyRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GetRegionHealthAggregationPolicyRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GetRegionHealthAggregationPolicyRequest.Builder |
|
setHealthAggregationPolicy(String value)
public GetRegionHealthAggregationPolicyRequest.Builder setHealthAggregationPolicy(String value)Name of the HealthAggregationPolicy resource to return.
string health_aggregation_policy = 240314354 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe healthAggregationPolicy to set. |
| Returns | |
|---|---|
| Type | Description |
GetRegionHealthAggregationPolicyRequest.Builder |
This builder for chaining. |
setHealthAggregationPolicyBytes(ByteString value)
public GetRegionHealthAggregationPolicyRequest.Builder setHealthAggregationPolicyBytes(ByteString value)Name of the HealthAggregationPolicy resource to return.
string health_aggregation_policy = 240314354 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for healthAggregationPolicy to set. |
| Returns | |
|---|---|
| Type | Description |
GetRegionHealthAggregationPolicyRequest.Builder |
This builder for chaining. |
setProject(String value)
public GetRegionHealthAggregationPolicyRequest.Builder setProject(String value)Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe project to set. |
| Returns | |
|---|---|
| Type | Description |
GetRegionHealthAggregationPolicyRequest.Builder |
This builder for chaining. |
setProjectBytes(ByteString value)
public GetRegionHealthAggregationPolicyRequest.Builder setProjectBytes(ByteString value)Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for project to set. |
| Returns | |
|---|---|
| Type | Description |
GetRegionHealthAggregationPolicyRequest.Builder |
This builder for chaining. |
setRegion(String value)
public GetRegionHealthAggregationPolicyRequest.Builder setRegion(String value)Name of the region scoping this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe region to set. |
| Returns | |
|---|---|
| Type | Description |
GetRegionHealthAggregationPolicyRequest.Builder |
This builder for chaining. |
setRegionBytes(ByteString value)
public GetRegionHealthAggregationPolicyRequest.Builder setRegionBytes(ByteString value)Name of the region scoping this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for region to set. |
| Returns | |
|---|---|
| Type | Description |
GetRegionHealthAggregationPolicyRequest.Builder |
This builder for chaining. |