Class AzureMetadata.AzureManagementGroup (2.57.0)

public static final class AzureMetadata.AzureManagementGroup extends GeneratedMessageV3 implements AzureMetadata.AzureManagementGroupOrBuilder

Represents an Azure management group.

Protobuf type google.cloud.securitycenter.v2.AzureMetadata.AzureManagementGroup

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > AzureMetadata.AzureManagementGroup

Static Fields

DISPLAY_NAME_FIELD_NUMBER

public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value
Type Description
int

ID_FIELD_NUMBER

public static final int ID_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static AzureMetadata.AzureManagementGroup getDefaultInstance()
Returns
Type Description
AzureMetadata.AzureManagementGroup

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static AzureMetadata.AzureManagementGroup.Builder newBuilder()
Returns
Type Description
AzureMetadata.AzureManagementGroup.Builder

newBuilder(AzureMetadata.AzureManagementGroup prototype)

public static AzureMetadata.AzureManagementGroup.Builder newBuilder(AzureMetadata.AzureManagementGroup prototype)
Parameter
Name Description
prototype AzureMetadata.AzureManagementGroup
Returns
Type Description
AzureMetadata.AzureManagementGroup.Builder

parseDelimitedFrom(InputStream input)

public static AzureMetadata.AzureManagementGroup parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
AzureMetadata.AzureManagementGroup
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AzureMetadata.AzureManagementGroup parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AzureMetadata.AzureManagementGroup
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static AzureMetadata.AzureManagementGroup parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
AzureMetadata.AzureManagementGroup
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static AzureMetadata.AzureManagementGroup parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AzureMetadata.AzureManagementGroup
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static AzureMetadata.AzureManagementGroup parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
AzureMetadata.AzureManagementGroup
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static AzureMetadata.AzureManagementGroup parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AzureMetadata.AzureManagementGroup
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static AzureMetadata.AzureManagementGroup parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
AzureMetadata.AzureManagementGroup
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static AzureMetadata.AzureManagementGroup parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AzureMetadata.AzureManagementGroup
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static AzureMetadata.AzureManagementGroup parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
AzureMetadata.AzureManagementGroup
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AzureMetadata.AzureManagementGroup parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AzureMetadata.AzureManagementGroup
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static AzureMetadata.AzureManagementGroup parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
AzureMetadata.AzureManagementGroup
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static AzureMetadata.AzureManagementGroup parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AzureMetadata.AzureManagementGroup
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<AzureMetadata.AzureManagementGroup> parser()
Returns
Type Description
Parser<AzureManagementGroup>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public AzureMetadata.AzureManagementGroup getDefaultInstanceForType()
Returns
Type Description
AzureMetadata.AzureManagementGroup

getDisplayName()

public String getDisplayName()

The display name of the Azure management group.

string display_name = 2;

Returns
Type Description
String

The displayName.

getDisplayNameBytes()

public ByteString getDisplayNameBytes()

The display name of the Azure management group.

string display_name = 2;

Returns
Type Description
ByteString

The bytes for displayName.

getId()

public String getId()

The UUID of the Azure management group, for example, 20000000-0001-0000-0000-000000000000.

string id = 1;

Returns
Type Description
String

The id.

getIdBytes()

public ByteString getIdBytes()

The UUID of the Azure management group, for example, 20000000-0001-0000-0000-000000000000.

string id = 1;

Returns
Type Description
ByteString

The bytes for id.

getParserForType()

public Parser<AzureMetadata.AzureManagementGroup> getParserForType()
Returns
Type Description
Parser<AzureManagementGroup>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public AzureMetadata.AzureManagementGroup.Builder newBuilderForType()
Returns
Type Description
AzureMetadata.AzureManagementGroup.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected AzureMetadata.AzureManagementGroup.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
AzureMetadata.AzureManagementGroup.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public AzureMetadata.AzureManagementGroup.Builder toBuilder()
Returns
Type Description
AzureMetadata.AzureManagementGroup.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException