public static final class GetInterconnectRemoteLocationRequest.Builder extends GeneratedMessage.Builder<GetInterconnectRemoteLocationRequest.Builder> implements GetInterconnectRemoteLocationRequestOrBuilderA request message for InterconnectRemoteLocations.Get. See the method description for details.
Protobuf type google.cloud.compute.v1.GetInterconnectRemoteLocationRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GetInterconnectRemoteLocationRequest.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GetInterconnectRemoteLocationRequest build()| Returns | |
|---|---|
| Type | Description |
GetInterconnectRemoteLocationRequest |
|
buildPartial()
public GetInterconnectRemoteLocationRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
GetInterconnectRemoteLocationRequest |
|
clear()
public GetInterconnectRemoteLocationRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
GetInterconnectRemoteLocationRequest.Builder |
|
clearInterconnectRemoteLocation()
public GetInterconnectRemoteLocationRequest.Builder clearInterconnectRemoteLocation()Name of the interconnect remote location to return.
string interconnect_remote_location = 290153949 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetInterconnectRemoteLocationRequest.Builder |
This builder for chaining. |
clearProject()
public GetInterconnectRemoteLocationRequest.Builder clearProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetInterconnectRemoteLocationRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public GetInterconnectRemoteLocationRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GetInterconnectRemoteLocationRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getInterconnectRemoteLocation()
public String getInterconnectRemoteLocation()Name of the interconnect remote location to return.
string interconnect_remote_location = 290153949 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The interconnectRemoteLocation. |
getInterconnectRemoteLocationBytes()
public ByteString getInterconnectRemoteLocationBytes()Name of the interconnect remote location to return.
string interconnect_remote_location = 290153949 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for interconnectRemoteLocation. |
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(GetInterconnectRemoteLocationRequest other)
public GetInterconnectRemoteLocationRequest.Builder mergeFrom(GetInterconnectRemoteLocationRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetInterconnectRemoteLocationRequest |
| Returns | |
|---|---|
| Type | Description |
GetInterconnectRemoteLocationRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetInterconnectRemoteLocationRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GetInterconnectRemoteLocationRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GetInterconnectRemoteLocationRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GetInterconnectRemoteLocationRequest.Builder |
|
setInterconnectRemoteLocation(String value)
public GetInterconnectRemoteLocationRequest.Builder setInterconnectRemoteLocation(String value)Name of the interconnect remote location to return.
string interconnect_remote_location = 290153949 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe interconnectRemoteLocation to set. |
| Returns | |
|---|---|
| Type | Description |
GetInterconnectRemoteLocationRequest.Builder |
This builder for chaining. |
setInterconnectRemoteLocationBytes(ByteString value)
public GetInterconnectRemoteLocationRequest.Builder setInterconnectRemoteLocationBytes(ByteString value)Name of the interconnect remote location to return.
string interconnect_remote_location = 290153949 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for interconnectRemoteLocation to set. |
| Returns | |
|---|---|
| Type | Description |
GetInterconnectRemoteLocationRequest.Builder |
This builder for chaining. |
setProject(String value)
public GetInterconnectRemoteLocationRequest.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 |
GetInterconnectRemoteLocationRequest.Builder |
This builder for chaining. |
setProjectBytes(ByteString value)
public GetInterconnectRemoteLocationRequest.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 |
GetInterconnectRemoteLocationRequest.Builder |
This builder for chaining. |