Send feedback
Class AppConnectorInstanceConfig (0.21.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.21.0 keyboard_arrow_down
public final class AppConnectorInstanceConfig extends GeneratedMessageV3 implements AppConnectorInstanceConfigOrBuilder
AppConnectorInstanceConfig defines the instance config of a AppConnector.
Protobuf type google.cloud.beyondcorp.appconnectors.v1.AppConnectorInstanceConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
IMAGE_CONFIG_FIELD_NUMBER
public static final int IMAGE_CONFIG_FIELD_NUMBER
Field Value Type Description int
INSTANCE_CONFIG_FIELD_NUMBER
public static final int INSTANCE_CONFIG_FIELD_NUMBER
Field Value Type Description int
NOTIFICATION_CONFIG_FIELD_NUMBER
public static final int NOTIFICATION_CONFIG_FIELD_NUMBER
Field Value Type Description int
SEQUENCE_NUMBER_FIELD_NUMBER
public static final int SEQUENCE_NUMBER_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static AppConnectorInstanceConfig getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static AppConnectorInstanceConfig . Builder newBuilder ()
newBuilder(AppConnectorInstanceConfig prototype)
public static AppConnectorInstanceConfig . Builder newBuilder ( AppConnectorInstanceConfig prototype )
public static AppConnectorInstanceConfig parseDelimitedFrom ( InputStream input )
public static AppConnectorInstanceConfig parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static AppConnectorInstanceConfig parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AppConnectorInstanceConfig parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static AppConnectorInstanceConfig parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AppConnectorInstanceConfig parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static AppConnectorInstanceConfig parseFrom ( CodedInputStream input )
public static AppConnectorInstanceConfig parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static AppConnectorInstanceConfig parseFrom ( InputStream input )
public static AppConnectorInstanceConfig parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static AppConnectorInstanceConfig parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AppConnectorInstanceConfig parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<AppConnectorInstanceConfig> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getDefaultInstanceForType()
public AppConnectorInstanceConfig getDefaultInstanceForType ()
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;
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;
getInstanceConfig()
public Any getInstanceConfig ()
The SLM instance agent configuration.
.google.protobuf.Any instance_config = 2;
Returns Type Description Any
The instanceConfig.
getInstanceConfigOrBuilder()
public AnyOrBuilder getInstanceConfigOrBuilder ()
The SLM instance agent configuration.
.google.protobuf.Any instance_config = 2;
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;
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;
getParserForType()
public Parser<AppConnectorInstanceConfig> getParserForType ()
Overrides
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.
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
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.
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public AppConnectorInstanceConfig . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AppConnectorInstanceConfig . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public AppConnectorInstanceConfig . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]