public interface CreateSecuritySettingsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent() Required. The location to create an
SecuritySettings for.
Format: projects/<ProjectID>/locations/<LocationID>.
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 location to create an
SecuritySettings for.
Format: projects/<ProjectID>/locations/<LocationID>.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| 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];
| Returns | |
|---|---|
| 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];
| Returns | |
|---|---|
| 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];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the securitySettings field is set. |