Class PluggableDatabaseProperties.DefinedTagValue (0.29.0)

public static final class PluggableDatabaseProperties.DefinedTagValue extends GeneratedMessageV3 implements PluggableDatabaseProperties.DefinedTagValueOrBuilder

Wrapper message for the value of a defined tag.

Protobuf type google.cloud.oracledatabase.v1.PluggableDatabaseProperties.DefinedTagValue

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > PluggableDatabaseProperties.DefinedTagValue

Static Fields

TAGS_FIELD_NUMBER

public static final int TAGS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static PluggableDatabaseProperties.DefinedTagValue getDefaultInstance()
Returns
Type Description
PluggableDatabaseProperties.DefinedTagValue

getDescriptor()

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

newBuilder()

public static PluggableDatabaseProperties.DefinedTagValue.Builder newBuilder()
Returns
Type Description
PluggableDatabaseProperties.DefinedTagValue.Builder

newBuilder(PluggableDatabaseProperties.DefinedTagValue prototype)

public static PluggableDatabaseProperties.DefinedTagValue.Builder newBuilder(PluggableDatabaseProperties.DefinedTagValue prototype)
Parameter
Name Description
prototype PluggableDatabaseProperties.DefinedTagValue
Returns
Type Description
PluggableDatabaseProperties.DefinedTagValue.Builder

parseDelimitedFrom(InputStream input)

public static PluggableDatabaseProperties.DefinedTagValue parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
PluggableDatabaseProperties.DefinedTagValue
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

public static PluggableDatabaseProperties.DefinedTagValue parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
PluggableDatabaseProperties.DefinedTagValue
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

public static PluggableDatabaseProperties.DefinedTagValue parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
PluggableDatabaseProperties.DefinedTagValue
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

public static PluggableDatabaseProperties.DefinedTagValue parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
PluggableDatabaseProperties.DefinedTagValue
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

public static PluggableDatabaseProperties.DefinedTagValue parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
PluggableDatabaseProperties.DefinedTagValue
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

public static Parser<PluggableDatabaseProperties.DefinedTagValue> parser()
Returns
Type Description
Parser<DefinedTagValue>

Methods

containsTags(String key)

public boolean containsTags(String key)

The tags within the namespace.

map<string, string> tags = 1;

Parameter
Name Description
key String
Returns
Type Description
boolean

equals(Object obj)

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

getDefaultInstanceForType()

public PluggableDatabaseProperties.DefinedTagValue getDefaultInstanceForType()
Returns
Type Description
PluggableDatabaseProperties.DefinedTagValue

getParserForType()

public Parser<PluggableDatabaseProperties.DefinedTagValue> getParserForType()
Returns
Type Description
Parser<DefinedTagValue>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getTags() (deprecated)

public Map<String,String> getTags()

Use #getTagsMap() instead.

Returns
Type Description
Map<String,String>

getTagsCount()

public int getTagsCount()

The tags within the namespace.

map<string, string> tags = 1;

Returns
Type Description
int

getTagsMap()

public Map<String,String> getTagsMap()

The tags within the namespace.

map<string, string> tags = 1;

Returns
Type Description
Map<String,String>

getTagsOrDefault(String key, String defaultValue)

public String getTagsOrDefault(String key, String defaultValue)

The tags within the namespace.

map<string, string> tags = 1;

Parameters
Name Description
key String
defaultValue String
Returns
Type Description
String

getTagsOrThrow(String key)

public String getTagsOrThrow(String key)

The tags within the namespace.

map<string, string> tags = 1;

Parameter
Name Description
key String
Returns
Type Description
String

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

internalGetMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter
Name Description
number int
Returns
Type Description
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public PluggableDatabaseProperties.DefinedTagValue.Builder newBuilderForType()
Returns
Type Description
PluggableDatabaseProperties.DefinedTagValue.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected PluggableDatabaseProperties.DefinedTagValue.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
PluggableDatabaseProperties.DefinedTagValue.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

public PluggableDatabaseProperties.DefinedTagValue.Builder toBuilder()
Returns
Type Description
PluggableDatabaseProperties.DefinedTagValue.Builder

writeTo(CodedOutputStream output)

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