Interface CreateBackendAuthenticationConfigRequestOrBuilder (0.94.0)

public interface CreateBackendAuthenticationConfigRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBackendAuthenticationConfig()

public abstract BackendAuthenticationConfig getBackendAuthenticationConfig()

Required. BackendAuthenticationConfig resource to be created.

.google.cloud.networksecurity.v1.BackendAuthenticationConfig backend_authentication_config = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
BackendAuthenticationConfig

The backendAuthenticationConfig.

getBackendAuthenticationConfigId()

public abstract String getBackendAuthenticationConfigId()

Required. Short name of the BackendAuthenticationConfig 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. "backend-auth-config".

string backend_authentication_config_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The backendAuthenticationConfigId.

getBackendAuthenticationConfigIdBytes()

public abstract ByteString getBackendAuthenticationConfigIdBytes()

Required. Short name of the BackendAuthenticationConfig 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. "backend-auth-config".

string backend_authentication_config_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for backendAuthenticationConfigId.

getBackendAuthenticationConfigOrBuilder()

public abstract BackendAuthenticationConfigOrBuilder getBackendAuthenticationConfigOrBuilder()

Required. BackendAuthenticationConfig resource to be created.

.google.cloud.networksecurity.v1.BackendAuthenticationConfig backend_authentication_config = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
BackendAuthenticationConfigOrBuilder

getParent()

public abstract String getParent()

Required. The parent resource of the BackendAuthenticationConfig. Must be in the format projects/*/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 BackendAuthenticationConfig. Must be in the format projects/*/locations/{location}.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

hasBackendAuthenticationConfig()

public abstract boolean hasBackendAuthenticationConfig()

Required. BackendAuthenticationConfig resource to be created.

.google.cloud.networksecurity.v1.BackendAuthenticationConfig backend_authentication_config = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the backendAuthenticationConfig field is set.