Class GetRouterStatusRouterRequest.Builder (1.93.0)

public static final class GetRouterStatusRouterRequest.Builder extends GeneratedMessage.Builder<GetRouterStatusRouterRequest.Builder> implements GetRouterStatusRouterRequestOrBuilder

A request message for Routers.GetRouterStatus. See the method description for details.

Protobuf type google.cloud.compute.v1.GetRouterStatusRouterRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetRouterStatusRouterRequest build()
Returns
Type Description
GetRouterStatusRouterRequest

buildPartial()

public GetRouterStatusRouterRequest buildPartial()
Returns
Type Description
GetRouterStatusRouterRequest

clear()

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

clearProject()

public GetRouterStatusRouterRequest.Builder clearProject()

Project ID for this request.

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

Returns
Type Description
GetRouterStatusRouterRequest.Builder

This builder for chaining.

clearRegion()

public GetRouterStatusRouterRequest.Builder clearRegion()

Name of the region for this request.

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

Returns
Type Description
GetRouterStatusRouterRequest.Builder

This builder for chaining.

clearRouter()

public GetRouterStatusRouterRequest.Builder clearRouter()

Name of the Router resource to query.

string router = 148608841 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GetRouterStatusRouterRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetRouterStatusRouterRequest getDefaultInstanceForType()
Returns
Type Description
GetRouterStatusRouterRequest

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 for this request.

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

Returns
Type Description
String

The region.

getRegionBytes()

public ByteString getRegionBytes()

Name of the region for this request.

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

Returns
Type Description
ByteString

The bytes for region.

getRouter()

public String getRouter()

Name of the Router resource to query.

string router = 148608841 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The router.

getRouterBytes()

public ByteString getRouterBytes()

Name of the Router resource to query.

string router = 148608841 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for router.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetRouterStatusRouterRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setProject(String value)

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

This builder for chaining.

setProjectBytes(ByteString value)

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

This builder for chaining.

setRegion(String value)

public GetRouterStatusRouterRequest.Builder setRegion(String value)

Name of the region for this request.

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

Parameter
Name Description
value String

The region to set.

Returns
Type Description
GetRouterStatusRouterRequest.Builder

This builder for chaining.

setRegionBytes(ByteString value)

public GetRouterStatusRouterRequest.Builder setRegionBytes(ByteString value)

Name of the region for this request.

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

Parameter
Name Description
value ByteString

The bytes for region to set.

Returns
Type Description
GetRouterStatusRouterRequest.Builder

This builder for chaining.

setRouter(String value)

public GetRouterStatusRouterRequest.Builder setRouter(String value)

Name of the Router resource to query.

string router = 148608841 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The router to set.

Returns
Type Description
GetRouterStatusRouterRequest.Builder

This builder for chaining.

setRouterBytes(ByteString value)

public GetRouterStatusRouterRequest.Builder setRouterBytes(ByteString value)

Name of the Router resource to query.

string router = 148608841 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for router to set.

Returns
Type Description
GetRouterStatusRouterRequest.Builder

This builder for chaining.