- 0.83.0 (latest)
- 0.81.0
- 0.80.0
- 0.79.0
- 0.78.0
- 0.76.0
- 0.74.0
- 0.73.0
- 0.72.0
- 0.71.0
- 0.70.0
- 0.68.0
- 0.66.0
- 0.65.0
- 0.62.0
- 0.61.0
- 0.60.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
public static final class AppConnectorInstanceConfig.Builder extends GeneratedMessage.Builder<AppConnectorInstanceConfig.Builder> implements AppConnectorInstanceConfigOrBuilderAppConnectorInstanceConfig defines the instance config of a AppConnector.
Protobuf type google.cloud.beyondcorp.appconnectors.v1.AppConnectorInstanceConfig
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > AppConnectorInstanceConfig.BuilderImplements
AppConnectorInstanceConfigOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public AppConnectorInstanceConfig build()| Returns | |
|---|---|
| Type | Description |
AppConnectorInstanceConfig |
|
buildPartial()
public AppConnectorInstanceConfig buildPartial()| Returns | |
|---|---|
| Type | Description |
AppConnectorInstanceConfig |
|
clear()
public AppConnectorInstanceConfig.Builder clear()| Returns | |
|---|---|
| Type | Description |
AppConnectorInstanceConfig.Builder |
|
clearImageConfig()
public AppConnectorInstanceConfig.Builder clearImageConfig()ImageConfig defines the GCR images to run for the remote agent's control plane.
.google.cloud.beyondcorp.appconnectors.v1.ImageConfig image_config = 4;
| Returns | |
|---|---|
| Type | Description |
AppConnectorInstanceConfig.Builder |
|
clearInstanceConfig()
public AppConnectorInstanceConfig.Builder clearInstanceConfig()The SLM instance agent configuration.
.google.protobuf.Any instance_config = 2;
| Returns | |
|---|---|
| Type | Description |
AppConnectorInstanceConfig.Builder |
|
clearNotificationConfig()
public AppConnectorInstanceConfig.Builder clearNotificationConfig()NotificationConfig defines the notification mechanism that the remote instance should subscribe to in order to receive notification.
.google.cloud.beyondcorp.appconnectors.v1.NotificationConfig notification_config = 3;
| Returns | |
|---|---|
| Type | Description |
AppConnectorInstanceConfig.Builder |
|
clearSequenceNumber()
public AppConnectorInstanceConfig.Builder clearSequenceNumber()Required. A monotonically increasing number generated and maintained by the API provider. Every time a config changes in the backend, the sequenceNumber should be bumped up to reflect the change.
int64 sequence_number = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
AppConnectorInstanceConfig.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public AppConnectorInstanceConfig getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
AppConnectorInstanceConfig |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getImageConfig()
public ImageConfig getImageConfig()ImageConfig defines the GCR images to run for the remote agent's control plane.
.google.cloud.beyondcorp.appconnectors.v1.ImageConfig image_config = 4;
| Returns | |
|---|---|
| Type | Description |
ImageConfig |
The imageConfig. |
getImageConfigBuilder()
public ImageConfig.Builder getImageConfigBuilder()ImageConfig defines the GCR images to run for the remote agent's control plane.
.google.cloud.beyondcorp.appconnectors.v1.ImageConfig image_config = 4;
| Returns | |
|---|---|
| Type | Description |
ImageConfig.Builder |
|
getImageConfigOrBuilder()
public ImageConfigOrBuilder getImageConfigOrBuilder()ImageConfig defines the GCR images to run for the remote agent's control plane.
.google.cloud.beyondcorp.appconnectors.v1.ImageConfig image_config = 4;
| Returns | |
|---|---|
| Type | Description |
ImageConfigOrBuilder |
|
getInstanceConfig()
public Any getInstanceConfig()The SLM instance agent configuration.
.google.protobuf.Any instance_config = 2;
| Returns | |
|---|---|
| Type | Description |
Any |
The instanceConfig. |
getInstanceConfigBuilder()
public Any.Builder getInstanceConfigBuilder()The SLM instance agent configuration.
.google.protobuf.Any instance_config = 2;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getInstanceConfigOrBuilder()
public AnyOrBuilder getInstanceConfigOrBuilder()The SLM instance agent configuration.
.google.protobuf.Any instance_config = 2;
| Returns | |
|---|---|
| Type | Description |
AnyOrBuilder |
|
getNotificationConfig()
public NotificationConfig getNotificationConfig()NotificationConfig defines the notification mechanism that the remote instance should subscribe to in order to receive notification.
.google.cloud.beyondcorp.appconnectors.v1.NotificationConfig notification_config = 3;
| Returns | |
|---|---|
| Type | Description |
NotificationConfig |
The notificationConfig. |
getNotificationConfigBuilder()
public NotificationConfig.Builder getNotificationConfigBuilder()NotificationConfig defines the notification mechanism that the remote instance should subscribe to in order to receive notification.
.google.cloud.beyondcorp.appconnectors.v1.NotificationConfig notification_config = 3;
| Returns | |
|---|---|
| Type | Description |
NotificationConfig.Builder |
|
getNotificationConfigOrBuilder()
public NotificationConfigOrBuilder getNotificationConfigOrBuilder()NotificationConfig defines the notification mechanism that the remote instance should subscribe to in order to receive notification.
.google.cloud.beyondcorp.appconnectors.v1.NotificationConfig notification_config = 3;
| Returns | |
|---|---|
| Type | Description |
NotificationConfigOrBuilder |
|
getSequenceNumber()
public long getSequenceNumber()Required. A monotonically increasing number generated and maintained by the API provider. Every time a config changes in the backend, the sequenceNumber should be bumped up to reflect the change.
int64 sequence_number = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
long |
The sequenceNumber. |
hasImageConfig()
public boolean hasImageConfig()ImageConfig defines the GCR images to run for the remote agent's control plane.
.google.cloud.beyondcorp.appconnectors.v1.ImageConfig image_config = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the imageConfig field is set. |
hasInstanceConfig()
public boolean hasInstanceConfig()The SLM instance agent configuration.
.google.protobuf.Any instance_config = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the instanceConfig field is set. |
hasNotificationConfig()
public boolean hasNotificationConfig()NotificationConfig defines the notification mechanism that the remote instance should subscribe to in order to receive notification.
.google.cloud.beyondcorp.appconnectors.v1.NotificationConfig notification_config = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the notificationConfig field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(AppConnectorInstanceConfig other)
public AppConnectorInstanceConfig.Builder mergeFrom(AppConnectorInstanceConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
AppConnectorInstanceConfig |
| Returns | |
|---|---|
| Type | Description |
AppConnectorInstanceConfig.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AppConnectorInstanceConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AppConnectorInstanceConfig.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public AppConnectorInstanceConfig.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
AppConnectorInstanceConfig.Builder |
|
mergeImageConfig(ImageConfig value)
public AppConnectorInstanceConfig.Builder mergeImageConfig(ImageConfig value)ImageConfig defines the GCR images to run for the remote agent's control plane.
.google.cloud.beyondcorp.appconnectors.v1.ImageConfig image_config = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
ImageConfig |
| Returns | |
|---|---|
| Type | Description |
AppConnectorInstanceConfig.Builder |
|
mergeInstanceConfig(Any value)
public AppConnectorInstanceConfig.Builder mergeInstanceConfig(Any value)The SLM instance agent configuration.
.google.protobuf.Any instance_config = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Any |
| Returns | |
|---|---|
| Type | Description |
AppConnectorInstanceConfig.Builder |
|
mergeNotificationConfig(NotificationConfig value)
public AppConnectorInstanceConfig.Builder mergeNotificationConfig(NotificationConfig value)NotificationConfig defines the notification mechanism that the remote instance should subscribe to in order to receive notification.
.google.cloud.beyondcorp.appconnectors.v1.NotificationConfig notification_config = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
NotificationConfig |
| Returns | |
|---|---|
| Type | Description |
AppConnectorInstanceConfig.Builder |
|
setImageConfig(ImageConfig value)
public AppConnectorInstanceConfig.Builder setImageConfig(ImageConfig value)ImageConfig defines the GCR images to run for the remote agent's control plane.
.google.cloud.beyondcorp.appconnectors.v1.ImageConfig image_config = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
ImageConfig |
| Returns | |
|---|---|
| Type | Description |
AppConnectorInstanceConfig.Builder |
|
setImageConfig(ImageConfig.Builder builderForValue)
public AppConnectorInstanceConfig.Builder setImageConfig(ImageConfig.Builder builderForValue)ImageConfig defines the GCR images to run for the remote agent's control plane.
.google.cloud.beyondcorp.appconnectors.v1.ImageConfig image_config = 4;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
ImageConfig.Builder |
| Returns | |
|---|---|
| Type | Description |
AppConnectorInstanceConfig.Builder |
|
setInstanceConfig(Any value)
public AppConnectorInstanceConfig.Builder setInstanceConfig(Any value)The SLM instance agent configuration.
.google.protobuf.Any instance_config = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Any |
| Returns | |
|---|---|
| Type | Description |
AppConnectorInstanceConfig.Builder |
|
setInstanceConfig(Any.Builder builderForValue)
public AppConnectorInstanceConfig.Builder setInstanceConfig(Any.Builder builderForValue)The SLM instance agent configuration.
.google.protobuf.Any instance_config = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
AppConnectorInstanceConfig.Builder |
|
setNotificationConfig(NotificationConfig value)
public AppConnectorInstanceConfig.Builder setNotificationConfig(NotificationConfig value)NotificationConfig defines the notification mechanism that the remote instance should subscribe to in order to receive notification.
.google.cloud.beyondcorp.appconnectors.v1.NotificationConfig notification_config = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
NotificationConfig |
| Returns | |
|---|---|
| Type | Description |
AppConnectorInstanceConfig.Builder |
|
setNotificationConfig(NotificationConfig.Builder builderForValue)
public AppConnectorInstanceConfig.Builder setNotificationConfig(NotificationConfig.Builder builderForValue)NotificationConfig defines the notification mechanism that the remote instance should subscribe to in order to receive notification.
.google.cloud.beyondcorp.appconnectors.v1.NotificationConfig notification_config = 3;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
NotificationConfig.Builder |
| Returns | |
|---|---|
| Type | Description |
AppConnectorInstanceConfig.Builder |
|
setSequenceNumber(long value)
public AppConnectorInstanceConfig.Builder setSequenceNumber(long value)Required. A monotonically increasing number generated and maintained by the API provider. Every time a config changes in the backend, the sequenceNumber should be bumped up to reflect the change.
int64 sequence_number = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
longThe sequenceNumber to set. |
| Returns | |
|---|---|
| Type | Description |
AppConnectorInstanceConfig.Builder |
This builder for chaining. |