public static final class GetRegionHealthCheckServiceRequest.Builder extends GeneratedMessage.Builder<GetRegionHealthCheckServiceRequest.Builder> implements GetRegionHealthCheckServiceRequestOrBuilderA request message for RegionHealthCheckServices.Get. See the method description for details.
Protobuf type google.cloud.compute.v1.GetRegionHealthCheckServiceRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GetRegionHealthCheckServiceRequest.BuilderImplements
GetRegionHealthCheckServiceRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GetRegionHealthCheckServiceRequest build()| Returns | |
|---|---|
| Type | Description |
GetRegionHealthCheckServiceRequest |
|
buildPartial()
public GetRegionHealthCheckServiceRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
GetRegionHealthCheckServiceRequest |
|
clear()
public GetRegionHealthCheckServiceRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
GetRegionHealthCheckServiceRequest.Builder |
|
clearHealthCheckService()
public GetRegionHealthCheckServiceRequest.Builder clearHealthCheckService()Name of the HealthCheckService to update. The name must be 1-63 characters long, and comply with RFC1035.
string health_check_service = 408374747 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetRegionHealthCheckServiceRequest.Builder |
This builder for chaining. |
clearProject()
public GetRegionHealthCheckServiceRequest.Builder clearProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetRegionHealthCheckServiceRequest.Builder |
This builder for chaining. |
clearRegion()
public GetRegionHealthCheckServiceRequest.Builder clearRegion()Name of the region scoping this request.
string region = 138946292 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetRegionHealthCheckServiceRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public GetRegionHealthCheckServiceRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GetRegionHealthCheckServiceRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getHealthCheckService()
public String getHealthCheckService()Name of the HealthCheckService to update. The name must be 1-63 characters long, and comply with RFC1035.
string health_check_service = 408374747 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The healthCheckService. |
getHealthCheckServiceBytes()
public ByteString getHealthCheckServiceBytes()Name of the HealthCheckService to update. The name must be 1-63 characters long, and comply with RFC1035.
string health_check_service = 408374747 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for healthCheckService. |
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(GetRegionHealthCheckServiceRequest other)
public GetRegionHealthCheckServiceRequest.Builder mergeFrom(GetRegionHealthCheckServiceRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetRegionHealthCheckServiceRequest |
| Returns | |
|---|---|
| Type | Description |
GetRegionHealthCheckServiceRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetRegionHealthCheckServiceRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GetRegionHealthCheckServiceRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GetRegionHealthCheckServiceRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GetRegionHealthCheckServiceRequest.Builder |
|
setHealthCheckService(String value)
public GetRegionHealthCheckServiceRequest.Builder setHealthCheckService(String value)Name of the HealthCheckService to update. The name must be 1-63 characters long, and comply with RFC1035.
string health_check_service = 408374747 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe healthCheckService to set. |
| Returns | |
|---|---|
| Type | Description |
GetRegionHealthCheckServiceRequest.Builder |
This builder for chaining. |
setHealthCheckServiceBytes(ByteString value)
public GetRegionHealthCheckServiceRequest.Builder setHealthCheckServiceBytes(ByteString value)Name of the HealthCheckService to update. The name must be 1-63 characters long, and comply with RFC1035.
string health_check_service = 408374747 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for healthCheckService to set. |
| Returns | |
|---|---|
| Type | Description |
GetRegionHealthCheckServiceRequest.Builder |
This builder for chaining. |
setProject(String value)
public GetRegionHealthCheckServiceRequest.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 |
GetRegionHealthCheckServiceRequest.Builder |
This builder for chaining. |
setProjectBytes(ByteString value)
public GetRegionHealthCheckServiceRequest.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 |
GetRegionHealthCheckServiceRequest.Builder |
This builder for chaining. |
setRegion(String value)
public GetRegionHealthCheckServiceRequest.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 |
GetRegionHealthCheckServiceRequest.Builder |
This builder for chaining. |
setRegionBytes(ByteString value)
public GetRegionHealthCheckServiceRequest.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 |
GetRegionHealthCheckServiceRequest.Builder |
This builder for chaining. |