Class CreateBackendAuthenticationConfigRequest (0.94.0)

public final class CreateBackendAuthenticationConfigRequest extends GeneratedMessage implements CreateBackendAuthenticationConfigRequestOrBuilder

Request used by the CreateBackendAuthenticationConfig method.

Protobuf type google.cloud.networksecurity.v1.CreateBackendAuthenticationConfigRequest

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > CreateBackendAuthenticationConfigRequest

Static Fields

BACKEND_AUTHENTICATION_CONFIG_FIELD_NUMBER

public static final int BACKEND_AUTHENTICATION_CONFIG_FIELD_NUMBER
Field Value
Type Description
int

BACKEND_AUTHENTICATION_CONFIG_ID_FIELD_NUMBER

public static final int BACKEND_AUTHENTICATION_CONFIG_ID_FIELD_NUMBER
Field Value
Type Description
int

PARENT_FIELD_NUMBER

public static final int PARENT_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static CreateBackendAuthenticationConfigRequest getDefaultInstance()
Returns
Type Description
CreateBackendAuthenticationConfigRequest

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static CreateBackendAuthenticationConfigRequest.Builder newBuilder()
Returns
Type Description
CreateBackendAuthenticationConfigRequest.Builder

newBuilder(CreateBackendAuthenticationConfigRequest prototype)

public static CreateBackendAuthenticationConfigRequest.Builder newBuilder(CreateBackendAuthenticationConfigRequest prototype)
Parameter
Name Description
prototype CreateBackendAuthenticationConfigRequest
Returns
Type Description
CreateBackendAuthenticationConfigRequest.Builder

parseDelimitedFrom(InputStream input)

public static CreateBackendAuthenticationConfigRequest parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
CreateBackendAuthenticationConfigRequest
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static CreateBackendAuthenticationConfigRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CreateBackendAuthenticationConfigRequest
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static CreateBackendAuthenticationConfigRequest parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
CreateBackendAuthenticationConfigRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static CreateBackendAuthenticationConfigRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CreateBackendAuthenticationConfigRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static CreateBackendAuthenticationConfigRequest parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
CreateBackendAuthenticationConfigRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static CreateBackendAuthenticationConfigRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CreateBackendAuthenticationConfigRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static CreateBackendAuthenticationConfigRequest parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
CreateBackendAuthenticationConfigRequest
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static CreateBackendAuthenticationConfigRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CreateBackendAuthenticationConfigRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static CreateBackendAuthenticationConfigRequest parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
CreateBackendAuthenticationConfigRequest
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static CreateBackendAuthenticationConfigRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CreateBackendAuthenticationConfigRequest
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static CreateBackendAuthenticationConfigRequest parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
CreateBackendAuthenticationConfigRequest
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static CreateBackendAuthenticationConfigRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CreateBackendAuthenticationConfigRequest
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<CreateBackendAuthenticationConfigRequest> parser()
Returns
Type Description
Parser<CreateBackendAuthenticationConfigRequest>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getBackendAuthenticationConfig()

public 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 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 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 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

getDefaultInstanceForType()

public CreateBackendAuthenticationConfigRequest getDefaultInstanceForType()
Returns
Type Description
CreateBackendAuthenticationConfigRequest

getParent()

public 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 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.

getParserForType()

public Parser<CreateBackendAuthenticationConfigRequest> getParserForType()
Returns
Type Description
Parser<CreateBackendAuthenticationConfigRequest>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasBackendAuthenticationConfig()

public 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.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public CreateBackendAuthenticationConfigRequest.Builder newBuilderForType()
Returns
Type Description
CreateBackendAuthenticationConfigRequest.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected CreateBackendAuthenticationConfigRequest.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
CreateBackendAuthenticationConfigRequest.Builder
Overrides

toBuilder()

public CreateBackendAuthenticationConfigRequest.Builder toBuilder()
Returns
Type Description
CreateBackendAuthenticationConfigRequest.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException