public static final class GetInterconnectAttachmentGroupRequest.Builder extends GeneratedMessage.Builder<GetInterconnectAttachmentGroupRequest.Builder> implements GetInterconnectAttachmentGroupRequestOrBuilderA request message for InterconnectAttachmentGroups.Get. See the method description for details.
Protobuf type google.cloud.compute.v1.GetInterconnectAttachmentGroupRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GetInterconnectAttachmentGroupRequest.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GetInterconnectAttachmentGroupRequest build()| Returns | |
|---|---|
| Type | Description |
GetInterconnectAttachmentGroupRequest |
|
buildPartial()
public GetInterconnectAttachmentGroupRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
GetInterconnectAttachmentGroupRequest |
|
clear()
public GetInterconnectAttachmentGroupRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
GetInterconnectAttachmentGroupRequest.Builder |
|
clearInterconnectAttachmentGroup()
public GetInterconnectAttachmentGroupRequest.Builder clearInterconnectAttachmentGroup()Name of the InterconnectAttachmentGroup resource to return.
string interconnect_attachment_group = 75905012 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetInterconnectAttachmentGroupRequest.Builder |
This builder for chaining. |
clearProject()
public GetInterconnectAttachmentGroupRequest.Builder clearProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
GetInterconnectAttachmentGroupRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public GetInterconnectAttachmentGroupRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GetInterconnectAttachmentGroupRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getInterconnectAttachmentGroup()
public String getInterconnectAttachmentGroup()Name of the InterconnectAttachmentGroup resource to return.
string interconnect_attachment_group = 75905012 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The interconnectAttachmentGroup. |
getInterconnectAttachmentGroupBytes()
public ByteString getInterconnectAttachmentGroupBytes()Name of the InterconnectAttachmentGroup resource to return.
string interconnect_attachment_group = 75905012 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for interconnectAttachmentGroup. |
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(GetInterconnectAttachmentGroupRequest other)
public GetInterconnectAttachmentGroupRequest.Builder mergeFrom(GetInterconnectAttachmentGroupRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetInterconnectAttachmentGroupRequest |
| Returns | |
|---|---|
| Type | Description |
GetInterconnectAttachmentGroupRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetInterconnectAttachmentGroupRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GetInterconnectAttachmentGroupRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GetInterconnectAttachmentGroupRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GetInterconnectAttachmentGroupRequest.Builder |
|
setInterconnectAttachmentGroup(String value)
public GetInterconnectAttachmentGroupRequest.Builder setInterconnectAttachmentGroup(String value)Name of the InterconnectAttachmentGroup resource to return.
string interconnect_attachment_group = 75905012 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe interconnectAttachmentGroup to set. |
| Returns | |
|---|---|
| Type | Description |
GetInterconnectAttachmentGroupRequest.Builder |
This builder for chaining. |
setInterconnectAttachmentGroupBytes(ByteString value)
public GetInterconnectAttachmentGroupRequest.Builder setInterconnectAttachmentGroupBytes(ByteString value)Name of the InterconnectAttachmentGroup resource to return.
string interconnect_attachment_group = 75905012 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for interconnectAttachmentGroup to set. |
| Returns | |
|---|---|
| Type | Description |
GetInterconnectAttachmentGroupRequest.Builder |
This builder for chaining. |
setProject(String value)
public GetInterconnectAttachmentGroupRequest.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 |
GetInterconnectAttachmentGroupRequest.Builder |
This builder for chaining. |
setProjectBytes(ByteString value)
public GetInterconnectAttachmentGroupRequest.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 |
GetInterconnectAttachmentGroupRequest.Builder |
This builder for chaining. |