public final class ManagementConfig extends GeneratedMessageV3 implements ManagementConfigOrBuilder
Configuration of the cluster management
Protobuf type google.cloud.telcoautomation.v1.ManagementConfig
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ManagementConfigImplements
ManagementConfigOrBuilderStatic Fields
FULL_MANAGEMENT_CONFIG_FIELD_NUMBER
public static final int FULL_MANAGEMENT_CONFIG_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
STANDARD_MANAGEMENT_CONFIG_FIELD_NUMBER
public static final int STANDARD_MANAGEMENT_CONFIG_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ManagementConfig getDefaultInstance()
Returns | |
---|---|
Type | Description |
ManagementConfig |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static ManagementConfig.Builder newBuilder()
Returns | |
---|---|
Type | Description |
ManagementConfig.Builder |
newBuilder(ManagementConfig prototype)
public static ManagementConfig.Builder newBuilder(ManagementConfig prototype)
Parameter | |
---|---|
Name | Description |
prototype |
ManagementConfig |
Returns | |
---|---|
Type | Description |
ManagementConfig.Builder |
parseDelimitedFrom(InputStream input)
public static ManagementConfig parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
ManagementConfig |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ManagementConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ManagementConfig |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static ManagementConfig parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
ManagementConfig |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ManagementConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ManagementConfig |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ManagementConfig parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
ManagementConfig |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ManagementConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ManagementConfig |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ManagementConfig parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
ManagementConfig |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ManagementConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ManagementConfig |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static ManagementConfig parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
ManagementConfig |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ManagementConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ManagementConfig |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ManagementConfig parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
ManagementConfig |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ManagementConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ManagementConfig |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ManagementConfig> parser()
Returns | |
---|---|
Type | Description |
Parser<ManagementConfig> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public ManagementConfig getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ManagementConfig |
getFullManagementConfig()
public FullManagementConfig getFullManagementConfig()
Configuration of the full (Autopilot) cluster management. Full cluster management is a preview feature.
.google.cloud.telcoautomation.v1.FullManagementConfig full_management_config = 2;
Returns | |
---|---|
Type | Description |
FullManagementConfig |
The fullManagementConfig. |
getFullManagementConfigOrBuilder()
public FullManagementConfigOrBuilder getFullManagementConfigOrBuilder()
Configuration of the full (Autopilot) cluster management. Full cluster management is a preview feature.
.google.cloud.telcoautomation.v1.FullManagementConfig full_management_config = 2;
Returns | |
---|---|
Type | Description |
FullManagementConfigOrBuilder |
getOneofConfigCase()
public ManagementConfig.OneofConfigCase getOneofConfigCase()
Returns | |
---|---|
Type | Description |
ManagementConfig.OneofConfigCase |
getParserForType()
public Parser<ManagementConfig> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<ManagementConfig> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
getStandardManagementConfig()
public StandardManagementConfig getStandardManagementConfig()
Configuration of the standard (GKE) cluster management
.google.cloud.telcoautomation.v1.StandardManagementConfig standard_management_config = 1;
Returns | |
---|---|
Type | Description |
StandardManagementConfig |
The standardManagementConfig. |
getStandardManagementConfigOrBuilder()
public StandardManagementConfigOrBuilder getStandardManagementConfigOrBuilder()
Configuration of the standard (GKE) cluster management
.google.cloud.telcoautomation.v1.StandardManagementConfig standard_management_config = 1;
Returns | |
---|---|
Type | Description |
StandardManagementConfigOrBuilder |
hasFullManagementConfig()
public boolean hasFullManagementConfig()
Configuration of the full (Autopilot) cluster management. Full cluster management is a preview feature.
.google.cloud.telcoautomation.v1.FullManagementConfig full_management_config = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the fullManagementConfig field is set. |
hasStandardManagementConfig()
public boolean hasStandardManagementConfig()
Configuration of the standard (GKE) cluster management
.google.cloud.telcoautomation.v1.StandardManagementConfig standard_management_config = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the standardManagementConfig field is set. |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public ManagementConfig.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
ManagementConfig.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ManagementConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
ManagementConfig.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public ManagementConfig.Builder toBuilder()
Returns | |
---|---|
Type | Description |
ManagementConfig.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |