public interface CreateMembersInterconnectGroupRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInterconnectGroup()
public abstract String getInterconnectGroup()Name of the group resource to create members for.
string interconnect_group = 388651918 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The interconnectGroup. |
getInterconnectGroupBytes()
public abstract ByteString getInterconnectGroupBytes()Name of the group resource to create members for.
string interconnect_group = 388651918 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for interconnectGroup. |
getInterconnectGroupsCreateMembersRequestResource()
public abstract InterconnectGroupsCreateMembersRequest getInterconnectGroupsCreateMembersRequestResource()The body resource for this request
.google.cloud.compute.v1.InterconnectGroupsCreateMembersRequest interconnect_groups_create_members_request_resource = 348323437 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
InterconnectGroupsCreateMembersRequest |
The interconnectGroupsCreateMembersRequestResource. |
getInterconnectGroupsCreateMembersRequestResourceOrBuilder()
public abstract InterconnectGroupsCreateMembersRequestOrBuilder getInterconnectGroupsCreateMembersRequestResourceOrBuilder()The body resource for this request
.google.cloud.compute.v1.InterconnectGroupsCreateMembersRequest interconnect_groups_create_members_request_resource = 348323437 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
InterconnectGroupsCreateMembersRequestOrBuilder |
|
getProject()
public abstract String getProject()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_request_field) = "project"];
| Returns | |
|---|---|
| Type | Description |
String |
The project. |
getProjectBytes()
public abstract ByteString getProjectBytes()Project ID for this request.
string project = 227560217 [(.google.api.field_behavior) = REQUIRED, (.google.cloud.operation_request_field) = "project"];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for project. |
hasInterconnectGroupsCreateMembersRequestResource()
public abstract boolean hasInterconnectGroupsCreateMembersRequestResource()The body resource for this request
.google.cloud.compute.v1.InterconnectGroupsCreateMembersRequest interconnect_groups_create_members_request_resource = 348323437 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the interconnectGroupsCreateMembersRequestResource field is set. |