Class AzureMetadata.AzureSubscription (2.57.0)

public static final class AzureMetadata.AzureSubscription extends GeneratedMessageV3 implements AzureMetadata.AzureSubscriptionOrBuilder

Represents an Azure subscription.

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

Inheritance

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

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

getDescriptor()

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

newBuilder()

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

newBuilder(AzureMetadata.AzureSubscription prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

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

getDisplayName()

public String getDisplayName()

The display name of the Azure subscription.

string display_name = 2;

Returns
Type Description
String

The displayName.

getDisplayNameBytes()

public ByteString getDisplayNameBytes()

The display name of the Azure subscription.

string display_name = 2;

Returns
Type Description
ByteString

The bytes for displayName.

getId()

public String getId()

The UUID of the Azure subscription, for example, 291bba3f-e0a5-47bc-a099-3bdcb2a50a05.

string id = 1;

Returns
Type Description
String

The id.

getIdBytes()

public ByteString getIdBytes()

The UUID of the Azure subscription, for example, 291bba3f-e0a5-47bc-a099-3bdcb2a50a05.

string id = 1;

Returns
Type Description
ByteString

The bytes for id.

getParserForType()

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

writeTo(CodedOutputStream output)

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