public interface CreateInterceptEndpointGroupAssociationRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInterceptEndpointGroupAssociation()
public abstract InterceptEndpointGroupAssociation getInterceptEndpointGroupAssociation()Required. The association to create.
.google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation intercept_endpoint_group_association = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
InterceptEndpointGroupAssociation |
The interceptEndpointGroupAssociation. |
getInterceptEndpointGroupAssociationId()
public abstract String getInterceptEndpointGroupAssociationId()Optional. The ID to use for the new association, which will become the final component of the endpoint group's resource name. If not provided, the server will generate a unique ID.
string intercept_endpoint_group_association_id = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The interceptEndpointGroupAssociationId. |
getInterceptEndpointGroupAssociationIdBytes()
public abstract ByteString getInterceptEndpointGroupAssociationIdBytes()Optional. The ID to use for the new association, which will become the final component of the endpoint group's resource name. If not provided, the server will generate a unique ID.
string intercept_endpoint_group_association_id = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for interceptEndpointGroupAssociationId. |
getInterceptEndpointGroupAssociationOrBuilder()
public abstract InterceptEndpointGroupAssociationOrBuilder getInterceptEndpointGroupAssociationOrBuilder()Required. The association to create.
.google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation intercept_endpoint_group_association = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
InterceptEndpointGroupAssociationOrBuilder |
|
getParent()
public abstract String getParent()Required. The parent resource where this association will be created. Format: projects/{project}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()Required. The parent resource where this association will be created. Format: projects/{project}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getRequestId()
public abstract String getRequestId() Optional. A unique identifier for this request. Must be a UUID4.
This request is only idempotent if a request_id is provided.
See https://google.aip.dev/155 for more details.
string request_id = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The requestId. |
getRequestIdBytes()
public abstract ByteString getRequestIdBytes() Optional. A unique identifier for this request. Must be a UUID4.
This request is only idempotent if a request_id is provided.
See https://google.aip.dev/155 for more details.
string request_id = 4 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for requestId. |
hasInterceptEndpointGroupAssociation()
public abstract boolean hasInterceptEndpointGroupAssociation()Required. The association to create.
.google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation intercept_endpoint_group_association = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the interceptEndpointGroupAssociation field is set. |