Class FetchSelfRequest.Builder (0.42.0)

public static final class FetchSelfRequest.Builder extends GeneratedMessage.Builder<FetchSelfRequest.Builder> implements FetchSelfRequestOrBuilder

Message for fetching a User of the user themselves.

Protobuf type google.cloud.developerconnect.v1.FetchSelfRequest

Static Methods

getDescriptor()

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

Methods

build()

public FetchSelfRequest build()
Returns
Type Description
FetchSelfRequest

buildPartial()

public FetchSelfRequest buildPartial()
Returns
Type Description
FetchSelfRequest

clear()

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

clearName()

public FetchSelfRequest.Builder clearName()

Required. Name of the AccountConnector resource

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

Returns
Type Description
FetchSelfRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public FetchSelfRequest getDefaultInstanceForType()
Returns
Type Description
FetchSelfRequest

getDescriptorForType()

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

getName()

public String getName()

Required. Name of the AccountConnector resource

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. Name of the AccountConnector resource

string name = 1 [(.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(FetchSelfRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public FetchSelfRequest.Builder setName(String value)

Required. Name of the AccountConnector resource

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
FetchSelfRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public FetchSelfRequest.Builder setNameBytes(ByteString value)

Required. Name of the AccountConnector resource

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

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
FetchSelfRequest.Builder

This builder for chaining.