Class GetMeshRouteViewRequest.Builder (0.39.0)

public static final class GetMeshRouteViewRequest.Builder extends GeneratedMessage.Builder<GetMeshRouteViewRequest.Builder> implements GetMeshRouteViewRequestOrBuilder

Request used with the GetMeshRouteView method.

Protobuf type google.cloud.networkservices.v1.GetMeshRouteViewRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetMeshRouteViewRequest build()
Returns
Type Description
GetMeshRouteViewRequest

buildPartial()

public GetMeshRouteViewRequest buildPartial()
Returns
Type Description
GetMeshRouteViewRequest

clear()

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

clearName()

public GetMeshRouteViewRequest.Builder clearName()

Required. Name of the MeshRouteView resource. Format: projects/{project}/locations/{location}/meshes/{mesh}/routeViews/{route_view}

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

Returns
Type Description
GetMeshRouteViewRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetMeshRouteViewRequest getDefaultInstanceForType()
Returns
Type Description
GetMeshRouteViewRequest

getDescriptorForType()

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

getName()

public String getName()

Required. Name of the MeshRouteView resource. Format: projects/{project}/locations/{location}/meshes/{mesh}/routeViews/{route_view}

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. Name of the MeshRouteView resource. Format: projects/{project}/locations/{location}/meshes/{mesh}/routeViews/{route_view}

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

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public GetMeshRouteViewRequest.Builder setName(String value)

Required. Name of the MeshRouteView resource. Format: projects/{project}/locations/{location}/meshes/{mesh}/routeViews/{route_view}

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetMeshRouteViewRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetMeshRouteViewRequest.Builder setNameBytes(ByteString value)

Required. Name of the MeshRouteView resource. Format: projects/{project}/locations/{location}/meshes/{mesh}/routeViews/{route_view}

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

This builder for chaining.