Class GetHealthRegionCompositeHealthCheckRequest.Builder (1.105.0)

public static final class GetHealthRegionCompositeHealthCheckRequest.Builder extends GeneratedMessage.Builder<GetHealthRegionCompositeHealthCheckRequest.Builder> implements GetHealthRegionCompositeHealthCheckRequestOrBuilder

A request message for RegionCompositeHealthChecks.GetHealth. See the method description for details.

Protobuf type google.cloud.compute.v1.GetHealthRegionCompositeHealthCheckRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public GetHealthRegionCompositeHealthCheckRequest build()
Returns
Type Description
GetHealthRegionCompositeHealthCheckRequest

buildPartial()

public GetHealthRegionCompositeHealthCheckRequest buildPartial()
Returns
Type Description
GetHealthRegionCompositeHealthCheckRequest

clear()

public GetHealthRegionCompositeHealthCheckRequest.Builder clear()
Returns
Type Description
GetHealthRegionCompositeHealthCheckRequest.Builder
Overrides

clearCompositeHealthCheck()

public GetHealthRegionCompositeHealthCheckRequest.Builder clearCompositeHealthCheck()

Name of the CompositeHealthCheck resource to get health for.

string composite_health_check = 466984989 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GetHealthRegionCompositeHealthCheckRequest.Builder

This builder for chaining.

clearProject()

public GetHealthRegionCompositeHealthCheckRequest.Builder clearProject()

Name of the project scoping this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GetHealthRegionCompositeHealthCheckRequest.Builder

This builder for chaining.

clearRegion()

public GetHealthRegionCompositeHealthCheckRequest.Builder clearRegion()

Name of the region scoping this request.

string region = 138946292 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GetHealthRegionCompositeHealthCheckRequest.Builder

This builder for chaining.

getCompositeHealthCheck()

public String getCompositeHealthCheck()

Name of the CompositeHealthCheck resource to get health for.

string composite_health_check = 466984989 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The compositeHealthCheck.

getCompositeHealthCheckBytes()

public ByteString getCompositeHealthCheckBytes()

Name of the CompositeHealthCheck resource to get health for.

string composite_health_check = 466984989 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for compositeHealthCheck.

getDefaultInstanceForType()

public GetHealthRegionCompositeHealthCheckRequest getDefaultInstanceForType()
Returns
Type Description
GetHealthRegionCompositeHealthCheckRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getProject()

public String getProject()

Name of the project scoping this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The project.

getProjectBytes()

public ByteString getProjectBytes()

Name of the project scoping 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
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetHealthRegionCompositeHealthCheckRequest other)

public GetHealthRegionCompositeHealthCheckRequest.Builder mergeFrom(GetHealthRegionCompositeHealthCheckRequest other)
Parameter
Name Description
other GetHealthRegionCompositeHealthCheckRequest
Returns
Type Description
GetHealthRegionCompositeHealthCheckRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GetHealthRegionCompositeHealthCheckRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GetHealthRegionCompositeHealthCheckRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public GetHealthRegionCompositeHealthCheckRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
GetHealthRegionCompositeHealthCheckRequest.Builder
Overrides

setCompositeHealthCheck(String value)

public GetHealthRegionCompositeHealthCheckRequest.Builder setCompositeHealthCheck(String value)

Name of the CompositeHealthCheck resource to get health for.

string composite_health_check = 466984989 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The compositeHealthCheck to set.

Returns
Type Description
GetHealthRegionCompositeHealthCheckRequest.Builder

This builder for chaining.

setCompositeHealthCheckBytes(ByteString value)

public GetHealthRegionCompositeHealthCheckRequest.Builder setCompositeHealthCheckBytes(ByteString value)

Name of the CompositeHealthCheck resource to get health for.

string composite_health_check = 466984989 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for compositeHealthCheck to set.

Returns
Type Description
GetHealthRegionCompositeHealthCheckRequest.Builder

This builder for chaining.

setProject(String value)

public GetHealthRegionCompositeHealthCheckRequest.Builder setProject(String value)

Name of the project scoping this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The project to set.

Returns
Type Description
GetHealthRegionCompositeHealthCheckRequest.Builder

This builder for chaining.

setProjectBytes(ByteString value)

public GetHealthRegionCompositeHealthCheckRequest.Builder setProjectBytes(ByteString value)

Name of the project scoping this request.

string project = 227560217 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for project to set.

Returns
Type Description
GetHealthRegionCompositeHealthCheckRequest.Builder

This builder for chaining.

setRegion(String value)

public GetHealthRegionCompositeHealthCheckRequest.Builder setRegion(String value)

Name of the region scoping this request.

string region = 138946292 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The region to set.

Returns
Type Description
GetHealthRegionCompositeHealthCheckRequest.Builder

This builder for chaining.

setRegionBytes(ByteString value)

public GetHealthRegionCompositeHealthCheckRequest.Builder setRegionBytes(ByteString value)

Name of the region scoping this request.

string region = 138946292 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for region to set.

Returns
Type Description
GetHealthRegionCompositeHealthCheckRequest.Builder

This builder for chaining.