Class GetIdentityAwareProxyClientRequest.Builder (0.1.0)

public static final class GetIdentityAwareProxyClientRequest.Builder extends GeneratedMessageV3.Builder<GetIdentityAwareProxyClientRequest.Builder> implements GetIdentityAwareProxyClientRequestOrBuilder

The request sent to GetIdentityAwareProxyClient.

Protobuf type google.cloud.iap.v1.GetIdentityAwareProxyClientRequest

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public GetIdentityAwareProxyClientRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
GetIdentityAwareProxyClientRequest.Builder
Overrides

build()

public GetIdentityAwareProxyClientRequest build()
Returns
Type Description
GetIdentityAwareProxyClientRequest

buildPartial()

public GetIdentityAwareProxyClientRequest buildPartial()
Returns
Type Description
GetIdentityAwareProxyClientRequest

clear()

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

clearField(Descriptors.FieldDescriptor field)

public GetIdentityAwareProxyClientRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
GetIdentityAwareProxyClientRequest.Builder
Overrides

clearName()

public GetIdentityAwareProxyClientRequest.Builder clearName()

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

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

Returns
Type Description
GetIdentityAwareProxyClientRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public GetIdentityAwareProxyClientRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
GetIdentityAwareProxyClientRequest.Builder
Overrides

clone()

public GetIdentityAwareProxyClientRequest.Builder clone()
Returns
Type Description
GetIdentityAwareProxyClientRequest.Builder
Overrides

getDefaultInstanceForType()

public GetIdentityAwareProxyClientRequest getDefaultInstanceForType()
Returns
Type Description
GetIdentityAwareProxyClientRequest

getDescriptorForType()

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

getName()

public String getName()

Required. Name of the Identity Aware Proxy client to be fetched. 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 fetched. 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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetIdentityAwareProxyClientRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final GetIdentityAwareProxyClientRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
GetIdentityAwareProxyClientRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public GetIdentityAwareProxyClientRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
GetIdentityAwareProxyClientRequest.Builder
Overrides

setName(String value)

public GetIdentityAwareProxyClientRequest.Builder setName(String value)

Required. Name of the Identity Aware Proxy client to be fetched. 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
GetIdentityAwareProxyClientRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetIdentityAwareProxyClientRequest.Builder setNameBytes(ByteString value)

Required. Name of the Identity Aware Proxy client to be fetched. 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
GetIdentityAwareProxyClientRequest.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public GetIdentityAwareProxyClientRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
GetIdentityAwareProxyClientRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final GetIdentityAwareProxyClientRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
GetIdentityAwareProxyClientRequest.Builder
Overrides