Class DeleteIdentityAwareProxyClientRequest.Builder (0.39.0)

public static final class DeleteIdentityAwareProxyClientRequest.Builder extends GeneratedMessage.Builder<DeleteIdentityAwareProxyClientRequest.Builder> implements DeleteIdentityAwareProxyClientRequestOrBuilder

The request sent to DeleteIdentityAwareProxyClient.

Protobuf type google.cloud.iap.v1.DeleteIdentityAwareProxyClientRequest

Static Methods

getDescriptor()

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

Methods

build()

public DeleteIdentityAwareProxyClientRequest build()
Returns
Type Description
DeleteIdentityAwareProxyClientRequest

buildPartial()

public DeleteIdentityAwareProxyClientRequest buildPartial()
Returns
Type Description
DeleteIdentityAwareProxyClientRequest

clear()

public DeleteIdentityAwareProxyClientRequest.Builder clear()
Returns
Type Description
DeleteIdentityAwareProxyClientRequest.Builder
Overrides

clearName()

public DeleteIdentityAwareProxyClientRequest.Builder clearName()

Required. Name of the Identity Aware Proxy client to be deleted. In the following format: projects/{project_number/id}/brands/{brand}/identityAwareProxyClients/{client_id}.

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
DeleteIdentityAwareProxyClientRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public DeleteIdentityAwareProxyClientRequest getDefaultInstanceForType()
Returns
Type Description
DeleteIdentityAwareProxyClientRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getName()

public String getName()

Required. Name of the Identity Aware Proxy client to be deleted. In the following format: projects/{project_number/id}/brands/{brand}/identityAwareProxyClients/{client_id}.

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. Name of the Identity Aware Proxy client to be deleted. In the following format: projects/{project_number/id}/brands/{brand}/identityAwareProxyClients/{client_id}.

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for name.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(DeleteIdentityAwareProxyClientRequest other)

public DeleteIdentityAwareProxyClientRequest.Builder mergeFrom(DeleteIdentityAwareProxyClientRequest other)
Parameter
Name Description
other DeleteIdentityAwareProxyClientRequest
Returns
Type Description
DeleteIdentityAwareProxyClientRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public DeleteIdentityAwareProxyClientRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeleteIdentityAwareProxyClientRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public DeleteIdentityAwareProxyClientRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
DeleteIdentityAwareProxyClientRequest.Builder
Overrides

setName(String value)

public DeleteIdentityAwareProxyClientRequest.Builder setName(String value)

Required. Name of the Identity Aware Proxy client to be deleted. In the following format: projects/{project_number/id}/brands/{brand}/identityAwareProxyClients/{client_id}.

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The name to set.

Returns
Type Description
DeleteIdentityAwareProxyClientRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DeleteIdentityAwareProxyClientRequest.Builder setNameBytes(ByteString value)

Required. Name of the Identity Aware Proxy client to be deleted. In the following format: projects/{project_number/id}/brands/{brand}/identityAwareProxyClients/{client_id}.

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
DeleteIdentityAwareProxyClientRequest.Builder

This builder for chaining.