Class GetInterconnectRequest.Builder (1.93.0)

public static final class GetInterconnectRequest.Builder extends GeneratedMessage.Builder<GetInterconnectRequest.Builder> implements GetInterconnectRequestOrBuilder

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

Protobuf type google.cloud.compute.v1.GetInterconnectRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetInterconnectRequest build()
Returns
Type Description
GetInterconnectRequest

buildPartial()

public GetInterconnectRequest buildPartial()
Returns
Type Description
GetInterconnectRequest

clear()

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

clearInterconnect()

public GetInterconnectRequest.Builder clearInterconnect()

Name of the interconnect to return.

string interconnect = 224601230 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
GetInterconnectRequest.Builder

This builder for chaining.

clearProject()

public GetInterconnectRequest.Builder clearProject()

Project ID for this request.

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

Returns
Type Description
GetInterconnectRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetInterconnectRequest getDefaultInstanceForType()
Returns
Type Description
GetInterconnectRequest

getDescriptorForType()

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

getInterconnect()

public String getInterconnect()

Name of the interconnect to return.

string interconnect = 224601230 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The interconnect.

getInterconnectBytes()

public ByteString getInterconnectBytes()

Name of the interconnect to return.

string interconnect = 224601230 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for interconnect.

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.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetInterconnectRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setInterconnect(String value)

public GetInterconnectRequest.Builder setInterconnect(String value)

Name of the interconnect to return.

string interconnect = 224601230 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The interconnect to set.

Returns
Type Description
GetInterconnectRequest.Builder

This builder for chaining.

setInterconnectBytes(ByteString value)

public GetInterconnectRequest.Builder setInterconnectBytes(ByteString value)

Name of the interconnect to return.

string interconnect = 224601230 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for interconnect to set.

Returns
Type Description
GetInterconnectRequest.Builder

This builder for chaining.

setProject(String value)

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

This builder for chaining.

setProjectBytes(ByteString value)

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

This builder for chaining.