public static final class ClientConnectorService.Ingress.Config.Builder extends GeneratedMessageV3.Builder<ClientConnectorService.Ingress.Config.Builder> implements ClientConnectorService.Ingress.ConfigOrBuilder
The basic ingress config for ClientGateways.
Protobuf type
google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService.Ingress.Config
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllDestinationRoutes(Iterable<? extends ClientConnectorService.Ingress.Config.DestinationRoute> values)
public ClientConnectorService.Ingress.Config.Builder addAllDestinationRoutes(Iterable<? extends ClientConnectorService.Ingress.Config.DestinationRoute> values)
Required. The settings used to configure basic ClientGateways.
repeated .google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService.Ingress.Config.DestinationRoute destination_routes = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
values | Iterable<? extends com.google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService.Ingress.Config.DestinationRoute>
|
addDestinationRoutes(ClientConnectorService.Ingress.Config.DestinationRoute value)
public ClientConnectorService.Ingress.Config.Builder addDestinationRoutes(ClientConnectorService.Ingress.Config.DestinationRoute value)
Required. The settings used to configure basic ClientGateways.
repeated .google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService.Ingress.Config.DestinationRoute destination_routes = 2 [(.google.api.field_behavior) = REQUIRED];
addDestinationRoutes(ClientConnectorService.Ingress.Config.DestinationRoute.Builder builderForValue)
public ClientConnectorService.Ingress.Config.Builder addDestinationRoutes(ClientConnectorService.Ingress.Config.DestinationRoute.Builder builderForValue)
Required. The settings used to configure basic ClientGateways.
repeated .google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService.Ingress.Config.DestinationRoute destination_routes = 2 [(.google.api.field_behavior) = REQUIRED];
addDestinationRoutes(int index, ClientConnectorService.Ingress.Config.DestinationRoute value)
public ClientConnectorService.Ingress.Config.Builder addDestinationRoutes(int index, ClientConnectorService.Ingress.Config.DestinationRoute value)
Required. The settings used to configure basic ClientGateways.
repeated .google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService.Ingress.Config.DestinationRoute destination_routes = 2 [(.google.api.field_behavior) = REQUIRED];
addDestinationRoutes(int index, ClientConnectorService.Ingress.Config.DestinationRoute.Builder builderForValue)
public ClientConnectorService.Ingress.Config.Builder addDestinationRoutes(int index, ClientConnectorService.Ingress.Config.DestinationRoute.Builder builderForValue)
Required. The settings used to configure basic ClientGateways.
repeated .google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService.Ingress.Config.DestinationRoute destination_routes = 2 [(.google.api.field_behavior) = REQUIRED];
addDestinationRoutesBuilder()
public ClientConnectorService.Ingress.Config.DestinationRoute.Builder addDestinationRoutesBuilder()
Required. The settings used to configure basic ClientGateways.
repeated .google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService.Ingress.Config.DestinationRoute destination_routes = 2 [(.google.api.field_behavior) = REQUIRED];
addDestinationRoutesBuilder(int index)
public ClientConnectorService.Ingress.Config.DestinationRoute.Builder addDestinationRoutesBuilder(int index)
Required. The settings used to configure basic ClientGateways.
repeated .google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService.Ingress.Config.DestinationRoute destination_routes = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
index | int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ClientConnectorService.Ingress.Config.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ClientConnectorService.Ingress.Config build()
buildPartial()
public ClientConnectorService.Ingress.Config buildPartial()
clear()
public ClientConnectorService.Ingress.Config.Builder clear()
Overrides
clearDestinationRoutes()
public ClientConnectorService.Ingress.Config.Builder clearDestinationRoutes()
Required. The settings used to configure basic ClientGateways.
repeated .google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService.Ingress.Config.DestinationRoute destination_routes = 2 [(.google.api.field_behavior) = REQUIRED];
clearField(Descriptors.FieldDescriptor field)
public ClientConnectorService.Ingress.Config.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ClientConnectorService.Ingress.Config.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearTransportProtocol()
public ClientConnectorService.Ingress.Config.Builder clearTransportProtocol()
Required. Immutable. The transport protocol used between the client and
the server.
.google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService.Ingress.Config.TransportProtocol transport_protocol = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
clone()
public ClientConnectorService.Ingress.Config.Builder clone()
Overrides
getDefaultInstanceForType()
public ClientConnectorService.Ingress.Config getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getDestinationRoutes(int index)
public ClientConnectorService.Ingress.Config.DestinationRoute getDestinationRoutes(int index)
Required. The settings used to configure basic ClientGateways.
repeated .google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService.Ingress.Config.DestinationRoute destination_routes = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
index | int
|
getDestinationRoutesBuilder(int index)
public ClientConnectorService.Ingress.Config.DestinationRoute.Builder getDestinationRoutesBuilder(int index)
Required. The settings used to configure basic ClientGateways.
repeated .google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService.Ingress.Config.DestinationRoute destination_routes = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
index | int
|
getDestinationRoutesBuilderList()
public List<ClientConnectorService.Ingress.Config.DestinationRoute.Builder> getDestinationRoutesBuilderList()
Required. The settings used to configure basic ClientGateways.
repeated .google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService.Ingress.Config.DestinationRoute destination_routes = 2 [(.google.api.field_behavior) = REQUIRED];
getDestinationRoutesCount()
public int getDestinationRoutesCount()
Required. The settings used to configure basic ClientGateways.
repeated .google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService.Ingress.Config.DestinationRoute destination_routes = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
int | |
getDestinationRoutesList()
public List<ClientConnectorService.Ingress.Config.DestinationRoute> getDestinationRoutesList()
Required. The settings used to configure basic ClientGateways.
repeated .google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService.Ingress.Config.DestinationRoute destination_routes = 2 [(.google.api.field_behavior) = REQUIRED];
getDestinationRoutesOrBuilder(int index)
public ClientConnectorService.Ingress.Config.DestinationRouteOrBuilder getDestinationRoutesOrBuilder(int index)
Required. The settings used to configure basic ClientGateways.
repeated .google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService.Ingress.Config.DestinationRoute destination_routes = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
index | int
|
getDestinationRoutesOrBuilderList()
public List<? extends ClientConnectorService.Ingress.Config.DestinationRouteOrBuilder> getDestinationRoutesOrBuilderList()
Required. The settings used to configure basic ClientGateways.
repeated .google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService.Ingress.Config.DestinationRoute destination_routes = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
List<? extends com.google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService.Ingress.Config.DestinationRouteOrBuilder> | |
getTransportProtocol()
public ClientConnectorService.Ingress.Config.TransportProtocol getTransportProtocol()
Required. Immutable. The transport protocol used between the client and
the server.
.google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService.Ingress.Config.TransportProtocol transport_protocol = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
getTransportProtocolValue()
public int getTransportProtocolValue()
Required. Immutable. The transport protocol used between the client and
the server.
.google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService.Ingress.Config.TransportProtocol transport_protocol = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
Returns |
---|
Type | Description |
int | The enum numeric value on the wire for transportProtocol.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ClientConnectorService.Ingress.Config other)
public ClientConnectorService.Ingress.Config.Builder mergeFrom(ClientConnectorService.Ingress.Config other)
public ClientConnectorService.Ingress.Config.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ClientConnectorService.Ingress.Config.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ClientConnectorService.Ingress.Config.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeDestinationRoutes(int index)
public ClientConnectorService.Ingress.Config.Builder removeDestinationRoutes(int index)
Required. The settings used to configure basic ClientGateways.
repeated .google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService.Ingress.Config.DestinationRoute destination_routes = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
index | int
|
setDestinationRoutes(int index, ClientConnectorService.Ingress.Config.DestinationRoute value)
public ClientConnectorService.Ingress.Config.Builder setDestinationRoutes(int index, ClientConnectorService.Ingress.Config.DestinationRoute value)
Required. The settings used to configure basic ClientGateways.
repeated .google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService.Ingress.Config.DestinationRoute destination_routes = 2 [(.google.api.field_behavior) = REQUIRED];
setDestinationRoutes(int index, ClientConnectorService.Ingress.Config.DestinationRoute.Builder builderForValue)
public ClientConnectorService.Ingress.Config.Builder setDestinationRoutes(int index, ClientConnectorService.Ingress.Config.DestinationRoute.Builder builderForValue)
Required. The settings used to configure basic ClientGateways.
repeated .google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService.Ingress.Config.DestinationRoute destination_routes = 2 [(.google.api.field_behavior) = REQUIRED];
setField(Descriptors.FieldDescriptor field, Object value)
public ClientConnectorService.Ingress.Config.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ClientConnectorService.Ingress.Config.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setTransportProtocol(ClientConnectorService.Ingress.Config.TransportProtocol value)
public ClientConnectorService.Ingress.Config.Builder setTransportProtocol(ClientConnectorService.Ingress.Config.TransportProtocol value)
Required. Immutable. The transport protocol used between the client and
the server.
.google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService.Ingress.Config.TransportProtocol transport_protocol = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
setTransportProtocolValue(int value)
public ClientConnectorService.Ingress.Config.Builder setTransportProtocolValue(int value)
Required. Immutable. The transport protocol used between the client and
the server.
.google.cloud.beyondcorp.clientconnectorservices.v1.ClientConnectorService.Ingress.Config.TransportProtocol transport_protocol = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
Parameter |
---|
Name | Description |
value | int
The enum numeric value on the wire for transportProtocol to set.
|
setUnknownFields(UnknownFieldSet unknownFields)
public final ClientConnectorService.Ingress.Config.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides