public final class DbNode extends GeneratedMessageV3 implements DbNodeOrBuilder
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PROPERTIES_FIELD_NUMBER
public static final int PROPERTIES_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static DbNode getDefaultInstance()
Returns |
Type |
Description |
DbNode |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static DbNode.Builder newBuilder()
newBuilder(DbNode prototype)
public static DbNode.Builder newBuilder(DbNode prototype)
Parameter |
Name |
Description |
prototype |
DbNode
|
public static DbNode parseDelimitedFrom(InputStream input)
Returns |
Type |
Description |
DbNode |
|
public static DbNode parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
DbNode |
|
parseFrom(byte[] data)
public static DbNode parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
Returns |
Type |
Description |
DbNode |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DbNode parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
DbNode |
|
parseFrom(ByteString data)
public static DbNode parseFrom(ByteString data)
Returns |
Type |
Description |
DbNode |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static DbNode parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
DbNode |
|
public static DbNode parseFrom(CodedInputStream input)
Returns |
Type |
Description |
DbNode |
|
public static DbNode parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
DbNode |
|
public static DbNode parseFrom(InputStream input)
Returns |
Type |
Description |
DbNode |
|
public static DbNode parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
DbNode |
|
parseFrom(ByteBuffer data)
public static DbNode parseFrom(ByteBuffer data)
Returns |
Type |
Description |
DbNode |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static DbNode parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Returns |
Type |
Description |
DbNode |
|
parser()
public static Parser<DbNode> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public DbNode getDefaultInstanceForType()
Returns |
Type |
Description |
DbNode |
|
getName()
Identifier. The name of the database node resource in the following format:
projects/{project}/locations/{location}/cloudVmClusters/{cloud_vm_cluster}/dbNodes/{db_node}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns |
Type |
Description |
String |
The name.
|
getNameBytes()
public ByteString getNameBytes()
Identifier. The name of the database node resource in the following format:
projects/{project}/locations/{location}/cloudVmClusters/{cloud_vm_cluster}/dbNodes/{db_node}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
Returns |
Type |
Description |
ByteString |
The bytes for name.
|
getParserForType()
public Parser<DbNode> getParserForType()
Overrides
getProperties()
public DbNodeProperties getProperties()
Optional. Various properties of the database node.
.google.cloud.oracledatabase.v1.DbNodeProperties properties = 3 [(.google.api.field_behavior) = OPTIONAL];
getPropertiesOrBuilder()
public DbNodePropertiesOrBuilder getPropertiesOrBuilder()
Optional. Various properties of the database node.
.google.cloud.oracledatabase.v1.DbNodeProperties properties = 3 [(.google.api.field_behavior) = OPTIONAL];
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hasProperties()
public boolean hasProperties()
Optional. Various properties of the database node.
.google.cloud.oracledatabase.v1.DbNodeProperties properties = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
boolean |
Whether the properties field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public DbNode.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected DbNode.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public DbNode.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides