Class AzureMetadata.AzureTenant (2.67.0)

public static final class AzureMetadata.AzureTenant extends GeneratedMessageV3 implements AzureMetadata.AzureTenantOrBuilder

Represents a Microsoft Entra tenant.

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

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.AzureTenant getDefaultInstance()
Returns
Type Description
AzureMetadata.AzureTenant

getDescriptor()

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

newBuilder()

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

newBuilder(AzureMetadata.AzureTenant prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

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

getDisplayName()

public String getDisplayName()

The display name of the Azure tenant.

string display_name = 2;

Returns
Type Description
String

The displayName.

getDisplayNameBytes()

public ByteString getDisplayNameBytes()

The display name of the Azure tenant.

string display_name = 2;

Returns
Type Description
ByteString

The bytes for displayName.

getId()

public String getId()

The ID of the Microsoft Entra tenant, for example, "a11aaa11-aa11-1aa1-11aa-1aaa11a".

string id = 1;

Returns
Type Description
String

The id.

getIdBytes()

public ByteString getIdBytes()

The ID of the Microsoft Entra tenant, for example, "a11aaa11-aa11-1aa1-11aa-1aaa11a".

string id = 1;

Returns
Type Description
ByteString

The bytes for id.

getParserForType()

public Parser<AzureMetadata.AzureTenant> getParserForType()
Returns
Type Description
Parser<AzureTenant>
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.AzureTenant.Builder newBuilderForType()
Returns
Type Description
AzureMetadata.AzureTenant.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected AzureMetadata.AzureTenant.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
AzureMetadata.AzureTenant.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.AzureTenant.Builder toBuilder()
Returns
Type Description
AzureMetadata.AzureTenant.Builder

writeTo(CodedOutputStream output)

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