Class GrpcEndpoint.Builder (0.47.0)

public static final class GrpcEndpoint.Builder extends GeneratedMessageV3.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

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

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

clearField(Descriptors.FieldDescriptor field)

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

clearOneof(Descriptors.OneofDescriptor oneof)

public GrpcEndpoint.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
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.

clone()

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

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 GeneratedMessageV3.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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

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

public GrpcEndpoint.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
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.

setUnknownFields(UnknownFieldSet unknownFields)

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