public interface CreateSecurityProfileGroupRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent() Required. The parent resource of the SecurityProfileGroup. Must be in the
format projects|organizations/*/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 of the SecurityProfileGroup. Must be in the
format projects|organizations/*/locations/{location}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getSecurityProfileGroup()
public abstract SecurityProfileGroup getSecurityProfileGroup()Required. SecurityProfileGroup resource to be created.
.google.cloud.networksecurity.v1.SecurityProfileGroup security_profile_group = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
SecurityProfileGroup |
The securityProfileGroup. |
getSecurityProfileGroupId()
public abstract String getSecurityProfileGroupId()Required. Short name of the SecurityProfileGroup resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. "security_profile_group1".
string security_profile_group_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The securityProfileGroupId. |
getSecurityProfileGroupIdBytes()
public abstract ByteString getSecurityProfileGroupIdBytes()Required. Short name of the SecurityProfileGroup resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. "security_profile_group1".
string security_profile_group_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for securityProfileGroupId. |
getSecurityProfileGroupOrBuilder()
public abstract SecurityProfileGroupOrBuilder getSecurityProfileGroupOrBuilder()Required. SecurityProfileGroup resource to be created.
.google.cloud.networksecurity.v1.SecurityProfileGroup security_profile_group = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
SecurityProfileGroupOrBuilder |
|
hasSecurityProfileGroup()
public abstract boolean hasSecurityProfileGroup()Required. SecurityProfileGroup resource to be created.
.google.cloud.networksecurity.v1.SecurityProfileGroup security_profile_group = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the securityProfileGroup field is set. |