public interface CreateSecuritySettingsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent() Required. The location to create an SecuritySettings for.
Format: projects/<Project ID>/locations/<Location ID>.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The parent. |
getParentBytes()
public abstract ByteString getParentBytes() Required. The location to create an SecuritySettings for.
Format: projects/<Project ID>/locations/<Location ID>.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for parent. |
getSecuritySettings()
public abstract SecuritySettings getSecuritySettings()Required. The security settings to create.
.google.cloud.dialogflow.cx.v3.SecuritySettings security_settings = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| SecuritySettings | The securitySettings. |
getSecuritySettingsOrBuilder()
public abstract SecuritySettingsOrBuilder getSecuritySettingsOrBuilder()Required. The security settings to create.
.google.cloud.dialogflow.cx.v3.SecuritySettings security_settings = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| SecuritySettingsOrBuilder |
hasSecuritySettings()
public abstract boolean hasSecuritySettings()Required. The security settings to create.
.google.cloud.dialogflow.cx.v3.SecuritySettings security_settings = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the securitySettings field is set. |