public static final class GetInterconnectGroupRequest.Builder extends GeneratedMessage.Builder<GetInterconnectGroupRequest.Builder> implements GetInterconnectGroupRequestOrBuilderA request message for InterconnectGroups.Get. See the method description for details.
Protobuf type google.cloud.compute.v1.GetInterconnectGroupRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GetInterconnectGroupRequest.BuilderImplements
GetInterconnectGroupRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GetInterconnectGroupRequest build()| Returns | |
|---|---|
| Type | Description |
GetInterconnectGroupRequest |
|
buildPartial()
public GetInterconnectGroupRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
GetInterconnectGroupRequest |
|
clear()
public GetInterconnectGroupRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
GetInterconnectGroupRequest.Builder |
|
clearInterconnectGroup()
public GetInterconnectGroupRequest.Builder clearInterconnectGroup()Name of the InterconnectGroup resource to return.
string interconnect_group = 388651918 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetInterconnectGroupRequest.Builder |
This builder for chaining. |
clearProject()
public GetInterconnectGroupRequest.Builder clearProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetInterconnectGroupRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public GetInterconnectGroupRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GetInterconnectGroupRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getInterconnectGroup()
public String getInterconnectGroup()Name of the InterconnectGroup resource to return.
string interconnect_group = 388651918 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The interconnectGroup. |
getInterconnectGroupBytes()
public ByteString getInterconnectGroupBytes()Name of the InterconnectGroup resource to return.
string interconnect_group = 388651918 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for interconnectGroup. |
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(GetInterconnectGroupRequest other)
public GetInterconnectGroupRequest.Builder mergeFrom(GetInterconnectGroupRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetInterconnectGroupRequest |
| Returns | |
|---|---|
| Type | Description |
GetInterconnectGroupRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetInterconnectGroupRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GetInterconnectGroupRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GetInterconnectGroupRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GetInterconnectGroupRequest.Builder |
|
setInterconnectGroup(String value)
public GetInterconnectGroupRequest.Builder setInterconnectGroup(String value)Name of the InterconnectGroup resource to return.
string interconnect_group = 388651918 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe interconnectGroup to set. |
| Returns | |
|---|---|
| Type | Description |
GetInterconnectGroupRequest.Builder |
This builder for chaining. |
setInterconnectGroupBytes(ByteString value)
public GetInterconnectGroupRequest.Builder setInterconnectGroupBytes(ByteString value)Name of the InterconnectGroup resource to return.
string interconnect_group = 388651918 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for interconnectGroup to set. |
| Returns | |
|---|---|
| Type | Description |
GetInterconnectGroupRequest.Builder |
This builder for chaining. |
setProject(String value)
public GetInterconnectGroupRequest.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 |
GetInterconnectGroupRequest.Builder |
This builder for chaining. |
setProjectBytes(ByteString value)
public GetInterconnectGroupRequest.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 |
GetInterconnectGroupRequest.Builder |
This builder for chaining. |