Class GetAuthorizationRequest.Builder (2.83.0)

public static final class GetAuthorizationRequest.Builder extends GeneratedMessage.Builder<GetAuthorizationRequest.Builder> implements GetAuthorizationRequestOrBuilder

Request message to get Google Workspace add-ons authorization information.

Protobuf type google.cloud.gsuiteaddons.v1.GetAuthorizationRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetAuthorizationRequest build()
Returns
Type Description
GetAuthorizationRequest

buildPartial()

public GetAuthorizationRequest buildPartial()
Returns
Type Description
GetAuthorizationRequest

clear()

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

clearName()

public GetAuthorizationRequest.Builder clearName()

Required. Name of the project for which to get the Google Workspace add-ons authorization information.

Example: projects/my_project/authorization.

string name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
GetAuthorizationRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetAuthorizationRequest getDefaultInstanceForType()
Returns
Type Description
GetAuthorizationRequest

getDescriptorForType()

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

getName()

public String getName()

Required. Name of the project for which to get the Google Workspace add-ons authorization information.

Example: projects/my_project/authorization.

string name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. Name of the project for which to get the Google Workspace add-ons authorization information.

Example: projects/my_project/authorization.

string name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

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(GetAuthorizationRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public GetAuthorizationRequest.Builder setName(String value)

Required. Name of the project for which to get the Google Workspace add-ons authorization information.

Example: projects/my_project/authorization.

string name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetAuthorizationRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetAuthorizationRequest.Builder setNameBytes(ByteString value)

Required. Name of the project for which to get the Google Workspace add-ons authorization information.

Example: projects/my_project/authorization.

string name = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
GetAuthorizationRequest.Builder

This builder for chaining.