public final class ImageConfig extends GeneratedMessageV3 implements ImageConfigOrBuilder
ImageConfig defines the control plane images to run.
Protobuf type google.cloud.beyondcorp.appconnectors.v1.ImageConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
STABLE_IMAGE_FIELD_NUMBER
public static final int STABLE_IMAGE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
TARGET_IMAGE_FIELD_NUMBER
public static final int TARGET_IMAGE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static ImageConfig getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ImageConfig.Builder newBuilder()
newBuilder(ImageConfig prototype)
public static ImageConfig.Builder newBuilder(ImageConfig prototype)
public static ImageConfig parseDelimitedFrom(InputStream input)
public static ImageConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ImageConfig parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ImageConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ImageConfig parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ImageConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ImageConfig parseFrom(CodedInputStream input)
public static ImageConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ImageConfig parseFrom(InputStream input)
public static ImageConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ImageConfig parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ImageConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ImageConfig> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public ImageConfig getDefaultInstanceForType()
getParserForType()
public Parser<ImageConfig> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getStableImage()
public String getStableImage()
The stable image that the remote agent will fallback to if the target image
fails.
string stable_image = 2;
Returns |
Type |
Description |
String |
The stableImage.
|
getStableImageBytes()
public ByteString getStableImageBytes()
The stable image that the remote agent will fallback to if the target image
fails.
string stable_image = 2;
Returns |
Type |
Description |
ByteString |
The bytes for stableImage.
|
getTargetImage()
public String getTargetImage()
The initial image the remote agent will attempt to run for the control
plane.
string target_image = 1;
Returns |
Type |
Description |
String |
The targetImage.
|
getTargetImageBytes()
public ByteString getTargetImageBytes()
The initial image the remote agent will attempt to run for the control
plane.
string target_image = 1;
Returns |
Type |
Description |
ByteString |
The bytes for targetImage.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ImageConfig.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ImageConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public ImageConfig.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides