Class GetAppConnectionRequest.Builder (0.83.0)

public static final class GetAppConnectionRequest.Builder extends GeneratedMessage.Builder<GetAppConnectionRequest.Builder> implements GetAppConnectionRequestOrBuilder

Request message for BeyondCorp.GetAppConnection.

Protobuf type google.cloud.beyondcorp.appconnections.v1.GetAppConnectionRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetAppConnectionRequest build()
Returns
Type Description
GetAppConnectionRequest

buildPartial()

public GetAppConnectionRequest buildPartial()
Returns
Type Description
GetAppConnectionRequest

clear()

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

clearName()

public GetAppConnectionRequest.Builder clearName()

Required. BeyondCorp AppConnection name using the form: projects/{project_id}/locations/{location_id}/appConnections/{app_connection_id}

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

Returns
Type Description
GetAppConnectionRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetAppConnectionRequest getDefaultInstanceForType()
Returns
Type Description
GetAppConnectionRequest

getDescriptorForType()

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

getName()

public String getName()

Required. BeyondCorp AppConnection name using the form: projects/{project_id}/locations/{location_id}/appConnections/{app_connection_id}

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. BeyondCorp AppConnection name using the form: projects/{project_id}/locations/{location_id}/appConnections/{app_connection_id}

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

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public GetAppConnectionRequest.Builder setName(String value)

Required. BeyondCorp AppConnection name using the form: projects/{project_id}/locations/{location_id}/appConnections/{app_connection_id}

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetAppConnectionRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetAppConnectionRequest.Builder setNameBytes(ByteString value)

Required. BeyondCorp AppConnection name using the form: projects/{project_id}/locations/{location_id}/appConnections/{app_connection_id}

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
GetAppConnectionRequest.Builder

This builder for chaining.