Class GetExternalAccessRuleRequest.Builder (0.77.0)

public static final class GetExternalAccessRuleRequest.Builder extends GeneratedMessage.Builder<GetExternalAccessRuleRequest.Builder> implements GetExternalAccessRuleRequestOrBuilder

Request message for VmwareEngine.GetExternalAccessRule

Protobuf type google.cloud.vmwareengine.v1.GetExternalAccessRuleRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetExternalAccessRuleRequest build()
Returns
Type Description
GetExternalAccessRuleRequest

buildPartial()

public GetExternalAccessRuleRequest buildPartial()
Returns
Type Description
GetExternalAccessRuleRequest

clear()

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

clearName()

public GetExternalAccessRuleRequest.Builder clearName()

Required. The resource name of the external access firewall rule to retrieve. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/us-central1/networkPolicies/my-policy/externalAccessRules/my-rule

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
GetExternalAccessRuleRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetExternalAccessRuleRequest getDefaultInstanceForType()
Returns
Type Description
GetExternalAccessRuleRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The resource name of the external access firewall rule to retrieve. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/us-central1/networkPolicies/my-policy/externalAccessRules/my-rule

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The resource name of the external access firewall rule to retrieve. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/us-central1/networkPolicies/my-policy/externalAccessRules/my-rule

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetExternalAccessRuleRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public GetExternalAccessRuleRequest.Builder setName(String value)

Required. The resource name of the external access firewall rule to retrieve. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/us-central1/networkPolicies/my-policy/externalAccessRules/my-rule

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetExternalAccessRuleRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetExternalAccessRuleRequest.Builder setNameBytes(ByteString value)

Required. The resource name of the external access firewall rule to retrieve. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-project/locations/us-central1/networkPolicies/my-policy/externalAccessRules/my-rule

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
GetExternalAccessRuleRequest.Builder

This builder for chaining.