Class GetVmwareEngineNetworkRequest.Builder (0.79.0)

public static final class GetVmwareEngineNetworkRequest.Builder extends GeneratedMessage.Builder<GetVmwareEngineNetworkRequest.Builder> implements GetVmwareEngineNetworkRequestOrBuilder

Request message for VmwareEngine.GetVmwareEngineNetwork

Protobuf type google.cloud.vmwareengine.v1.GetVmwareEngineNetworkRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetVmwareEngineNetworkRequest build()
Returns
Type Description
GetVmwareEngineNetworkRequest

buildPartial()

public GetVmwareEngineNetworkRequest buildPartial()
Returns
Type Description
GetVmwareEngineNetworkRequest

clear()

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

clearName()

public GetVmwareEngineNetworkRequest.Builder clearName()

Required. The resource name of the VMware Engine network 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/global/vmwareEngineNetworks/my-network

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

Returns
Type Description
GetVmwareEngineNetworkRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetVmwareEngineNetworkRequest getDefaultInstanceForType()
Returns
Type Description
GetVmwareEngineNetworkRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The resource name of the VMware Engine network 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/global/vmwareEngineNetworks/my-network

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 VMware Engine network 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/global/vmwareEngineNetworks/my-network

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

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public GetVmwareEngineNetworkRequest.Builder setName(String value)

Required. The resource name of the VMware Engine network 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/global/vmwareEngineNetworks/my-network

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetVmwareEngineNetworkRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetVmwareEngineNetworkRequest.Builder setNameBytes(ByteString value)

Required. The resource name of the VMware Engine network 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/global/vmwareEngineNetworks/my-network

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
GetVmwareEngineNetworkRequest.Builder

This builder for chaining.