public static final class GetInterconnectRequest.Builder extends GeneratedMessage.Builder<GetInterconnectRequest.Builder> implements GetInterconnectRequestOrBuilderA request message for Interconnects.Get. See the method description for details.
Protobuf type google.cloud.compute.v1.GetInterconnectRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GetInterconnectRequest.BuilderImplements
GetInterconnectRequestOrBuilderStatic 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 |
|
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 |
|
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 |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GetInterconnectRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GetInterconnectRequest.Builder |
|
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 |
StringThe 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 |
ByteStringThe 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 |
StringThe 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 |
ByteStringThe bytes for project to set. |
| Returns | |
|---|---|
| Type | Description |
GetInterconnectRequest.Builder |
This builder for chaining. |