Class GetForwardingRuleRequest.Builder (1.93.0)

public static final class GetForwardingRuleRequest.Builder extends GeneratedMessage.Builder<GetForwardingRuleRequest.Builder> implements GetForwardingRuleRequestOrBuilder

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

Protobuf type google.cloud.compute.v1.GetForwardingRuleRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetForwardingRuleRequest build()
Returns
Type Description
GetForwardingRuleRequest

buildPartial()

public GetForwardingRuleRequest buildPartial()
Returns
Type Description
GetForwardingRuleRequest

clear()

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

clearForwardingRule()

public GetForwardingRuleRequest.Builder clearForwardingRule()

Name of the ForwardingRule resource to return.

string forwarding_rule = 269964030 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GetForwardingRuleRequest.Builder

This builder for chaining.

clearProject()

public GetForwardingRuleRequest.Builder clearProject()

Project ID for this request.

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

Returns
Type Description
GetForwardingRuleRequest.Builder

This builder for chaining.

clearRegion()

public GetForwardingRuleRequest.Builder clearRegion()

Name of the region scoping this request.

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

Returns
Type Description
GetForwardingRuleRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetForwardingRuleRequest getDefaultInstanceForType()
Returns
Type Description
GetForwardingRuleRequest

getDescriptorForType()

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

getForwardingRule()

public String getForwardingRule()

Name of the ForwardingRule resource to return.

string forwarding_rule = 269964030 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The forwardingRule.

getForwardingRuleBytes()

public ByteString getForwardingRuleBytes()

Name of the ForwardingRule resource to return.

string forwarding_rule = 269964030 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for forwardingRule.

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(GetForwardingRuleRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setForwardingRule(String value)

public GetForwardingRuleRequest.Builder setForwardingRule(String value)

Name of the ForwardingRule resource to return.

string forwarding_rule = 269964030 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The forwardingRule to set.

Returns
Type Description
GetForwardingRuleRequest.Builder

This builder for chaining.

setForwardingRuleBytes(ByteString value)

public GetForwardingRuleRequest.Builder setForwardingRuleBytes(ByteString value)

Name of the ForwardingRule resource to return.

string forwarding_rule = 269964030 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for forwardingRule to set.

Returns
Type Description
GetForwardingRuleRequest.Builder

This builder for chaining.

setProject(String value)

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

This builder for chaining.

setProjectBytes(ByteString value)

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

This builder for chaining.

setRegion(String value)

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

This builder for chaining.

setRegionBytes(ByteString value)

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

This builder for chaining.