Class GetRegionCompositeHealthCheckRequest.Builder (1.105.0)

public static final class GetRegionCompositeHealthCheckRequest.Builder extends GeneratedMessage.Builder<GetRegionCompositeHealthCheckRequest.Builder> implements GetRegionCompositeHealthCheckRequestOrBuilder

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

Protobuf type google.cloud.compute.v1.GetRegionCompositeHealthCheckRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetRegionCompositeHealthCheckRequest build()
Returns
Type Description
GetRegionCompositeHealthCheckRequest

buildPartial()

public GetRegionCompositeHealthCheckRequest buildPartial()
Returns
Type Description
GetRegionCompositeHealthCheckRequest

clear()

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

clearCompositeHealthCheck()

public GetRegionCompositeHealthCheckRequest.Builder clearCompositeHealthCheck()

Name of the CompositeHealthCheck resource to return.

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

Returns
Type Description
GetRegionCompositeHealthCheckRequest.Builder

This builder for chaining.

clearProject()

public GetRegionCompositeHealthCheckRequest.Builder clearProject()

Project ID for this request.

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

Returns
Type Description
GetRegionCompositeHealthCheckRequest.Builder

This builder for chaining.

clearRegion()

public GetRegionCompositeHealthCheckRequest.Builder clearRegion()

Name of the region scoping this request.

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

Returns
Type Description
GetRegionCompositeHealthCheckRequest.Builder

This builder for chaining.

getCompositeHealthCheck()

public String getCompositeHealthCheck()

Name of the CompositeHealthCheck resource to return.

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 return.

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

Returns
Type Description
ByteString

The bytes for compositeHealthCheck.

getDefaultInstanceForType()

public GetRegionCompositeHealthCheckRequest getDefaultInstanceForType()
Returns
Type Description
GetRegionCompositeHealthCheckRequest

getDescriptorForType()

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

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
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetRegionCompositeHealthCheckRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setCompositeHealthCheck(String value)

public GetRegionCompositeHealthCheckRequest.Builder setCompositeHealthCheck(String value)

Name of the CompositeHealthCheck resource to return.

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

Parameter
Name Description
value String

The compositeHealthCheck to set.

Returns
Type Description
GetRegionCompositeHealthCheckRequest.Builder

This builder for chaining.

setCompositeHealthCheckBytes(ByteString value)

public GetRegionCompositeHealthCheckRequest.Builder setCompositeHealthCheckBytes(ByteString value)

Name of the CompositeHealthCheck resource to return.

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

Parameter
Name Description
value ByteString

The bytes for compositeHealthCheck to set.

Returns
Type Description
GetRegionCompositeHealthCheckRequest.Builder

This builder for chaining.

setProject(String value)

public GetRegionCompositeHealthCheckRequest.Builder setProject(String value)

Project ID for this request.

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

Parameter
Name Description
value String

The project to set.

Returns
Type Description
GetRegionCompositeHealthCheckRequest.Builder

This builder for chaining.

setProjectBytes(ByteString value)

public GetRegionCompositeHealthCheckRequest.Builder setProjectBytes(ByteString value)

Project ID for this request.

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

Parameter
Name Description
value ByteString

The bytes for project to set.

Returns
Type Description
GetRegionCompositeHealthCheckRequest.Builder

This builder for chaining.

setRegion(String value)

public GetRegionCompositeHealthCheckRequest.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
GetRegionCompositeHealthCheckRequest.Builder

This builder for chaining.

setRegionBytes(ByteString value)

public GetRegionCompositeHealthCheckRequest.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
GetRegionCompositeHealthCheckRequest.Builder

This builder for chaining.