Class AzureClusterResources (0.40.0)

public final class AzureClusterResources extends GeneratedMessageV3 implements AzureClusterResourcesOrBuilder

Managed Azure resources for the cluster.

The values could change and be empty, depending on the state of the cluster.

Protobuf type google.cloud.gkemulticloud.v1.AzureClusterResources

Static Fields

CONTROL_PLANE_APPLICATION_SECURITY_GROUP_ID_FIELD_NUMBER

public static final int CONTROL_PLANE_APPLICATION_SECURITY_GROUP_ID_FIELD_NUMBER
Field Value
TypeDescription
int

NETWORK_SECURITY_GROUP_ID_FIELD_NUMBER

public static final int NETWORK_SECURITY_GROUP_ID_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static AzureClusterResources getDefaultInstance()
Returns
TypeDescription
AzureClusterResources

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static AzureClusterResources.Builder newBuilder()
Returns
TypeDescription
AzureClusterResources.Builder

newBuilder(AzureClusterResources prototype)

public static AzureClusterResources.Builder newBuilder(AzureClusterResources prototype)
Parameter
NameDescription
prototypeAzureClusterResources
Returns
TypeDescription
AzureClusterResources.Builder

parseDelimitedFrom(InputStream input)

public static AzureClusterResources parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
AzureClusterResources
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AzureClusterResources parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AzureClusterResources
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static AzureClusterResources parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
AzureClusterResources
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static AzureClusterResources parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AzureClusterResources
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static AzureClusterResources parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
AzureClusterResources
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static AzureClusterResources parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AzureClusterResources
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static AzureClusterResources parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
AzureClusterResources
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static AzureClusterResources parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AzureClusterResources
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static AzureClusterResources parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
AzureClusterResources
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AzureClusterResources parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AzureClusterResources
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static AzureClusterResources parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
AzureClusterResources
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static AzureClusterResources parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AzureClusterResources
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<AzureClusterResources> parser()
Returns
TypeDescription
Parser<AzureClusterResources>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getControlPlaneApplicationSecurityGroupId()

public String getControlPlaneApplicationSecurityGroupId()

Output only. The ARM ID of the control plane application security group.

string control_plane_application_security_group_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The controlPlaneApplicationSecurityGroupId.

getControlPlaneApplicationSecurityGroupIdBytes()

public ByteString getControlPlaneApplicationSecurityGroupIdBytes()

Output only. The ARM ID of the control plane application security group.

string control_plane_application_security_group_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for controlPlaneApplicationSecurityGroupId.

getDefaultInstanceForType()

public AzureClusterResources getDefaultInstanceForType()
Returns
TypeDescription
AzureClusterResources

getNetworkSecurityGroupId()

public String getNetworkSecurityGroupId()

Output only. The ARM ID of the cluster network security group.

string network_security_group_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The networkSecurityGroupId.

getNetworkSecurityGroupIdBytes()

public ByteString getNetworkSecurityGroupIdBytes()

Output only. The ARM ID of the cluster network security group.

string network_security_group_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for networkSecurityGroupId.

getParserForType()

public Parser<AzureClusterResources> getParserForType()
Returns
TypeDescription
Parser<AzureClusterResources>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public AzureClusterResources.Builder newBuilderForType()
Returns
TypeDescription
AzureClusterResources.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected AzureClusterResources.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
AzureClusterResources.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public AzureClusterResources.Builder toBuilder()
Returns
TypeDescription
AzureClusterResources.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException