Class GetDiagnosticsInterconnectRequest.Builder (1.93.0)

public static final class GetDiagnosticsInterconnectRequest.Builder extends GeneratedMessage.Builder<GetDiagnosticsInterconnectRequest.Builder> implements GetDiagnosticsInterconnectRequestOrBuilder

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

Protobuf type google.cloud.compute.v1.GetDiagnosticsInterconnectRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetDiagnosticsInterconnectRequest build()
Returns
Type Description
GetDiagnosticsInterconnectRequest

buildPartial()

public GetDiagnosticsInterconnectRequest buildPartial()
Returns
Type Description
GetDiagnosticsInterconnectRequest

clear()

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

clearInterconnect()

public GetDiagnosticsInterconnectRequest.Builder clearInterconnect()

Name of the interconnect resource to query.

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

Returns
Type Description
GetDiagnosticsInterconnectRequest.Builder

This builder for chaining.

clearProject()

public GetDiagnosticsInterconnectRequest.Builder clearProject()

Project ID for this request.

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

Returns
Type Description
GetDiagnosticsInterconnectRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetDiagnosticsInterconnectRequest getDefaultInstanceForType()
Returns
Type Description
GetDiagnosticsInterconnectRequest

getDescriptorForType()

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

getInterconnect()

public String getInterconnect()

Name of the interconnect resource to query.

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

Returns
Type Description
String

The interconnect.

getInterconnectBytes()

public ByteString getInterconnectBytes()

Name of the interconnect resource to query.

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

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setInterconnect(String value)

public GetDiagnosticsInterconnectRequest.Builder setInterconnect(String value)

Name of the interconnect resource to query.

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

Parameter
Name Description
value String

The interconnect to set.

Returns
Type Description
GetDiagnosticsInterconnectRequest.Builder

This builder for chaining.

setInterconnectBytes(ByteString value)

public GetDiagnosticsInterconnectRequest.Builder setInterconnectBytes(ByteString value)

Name of the interconnect resource to query.

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

Parameter
Name Description
value ByteString

The bytes for interconnect to set.

Returns
Type Description
GetDiagnosticsInterconnectRequest.Builder

This builder for chaining.

setProject(String value)

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

This builder for chaining.

setProjectBytes(ByteString value)

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

This builder for chaining.