Class GrpcEndpoint.Builder (0.88.0)

public static final class GrpcEndpoint.Builder extends GeneratedMessage.Builder<GrpcEndpoint.Builder> implements GrpcEndpointOrBuilder

Specification of the GRPC Endpoint.

Protobuf type google.cloud.networksecurity.v1beta1.GrpcEndpoint

Static Methods

getDescriptor()

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

Methods

build()

public GrpcEndpoint build()
Returns
Type Description
GrpcEndpoint

buildPartial()

public GrpcEndpoint buildPartial()
Returns
Type Description
GrpcEndpoint

clear()

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

clearTargetUri()

public GrpcEndpoint.Builder clearTargetUri()

Required. The target URI of the gRPC endpoint. Only UDS path is supported, and should start with "unix:".

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

Returns
Type Description
GrpcEndpoint.Builder

This builder for chaining.

getDefaultInstanceForType()

public GrpcEndpoint getDefaultInstanceForType()
Returns
Type Description
GrpcEndpoint

getDescriptorForType()

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

getTargetUri()

public String getTargetUri()

Required. The target URI of the gRPC endpoint. Only UDS path is supported, and should start with "unix:".

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

Returns
Type Description
String

The targetUri.

getTargetUriBytes()

public ByteString getTargetUriBytes()

Required. The target URI of the gRPC endpoint. Only UDS path is supported, and should start with "unix:".

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

Returns
Type Description
ByteString

The bytes for targetUri.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GrpcEndpoint other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setTargetUri(String value)

public GrpcEndpoint.Builder setTargetUri(String value)

Required. The target URI of the gRPC endpoint. Only UDS path is supported, and should start with "unix:".

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

Parameter
Name Description
value String

The targetUri to set.

Returns
Type Description
GrpcEndpoint.Builder

This builder for chaining.

setTargetUriBytes(ByteString value)

public GrpcEndpoint.Builder setTargetUriBytes(ByteString value)

Required. The target URI of the gRPC endpoint. Only UDS path is supported, and should start with "unix:".

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

Parameter
Name Description
value ByteString

The bytes for targetUri to set.

Returns
Type Description
GrpcEndpoint.Builder

This builder for chaining.