Class UnitVariable (0.2.0)

public final class UnitVariable extends GeneratedMessageV3 implements UnitVariableOrBuilder

UnitVariable describes a parameter for a Unit.

Protobuf type google.cloud.saasplatform.saasservicemgmt.v1beta1.UnitVariable

Static Fields

TYPE_FIELD_NUMBER

public static final int TYPE_FIELD_NUMBER
Field Value
Type Description
int

VALUE_FIELD_NUMBER

public static final int VALUE_FIELD_NUMBER
Field Value
Type Description
int

VARIABLE_FIELD_NUMBER

public static final int VARIABLE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static UnitVariable getDefaultInstance()
Returns
Type Description
UnitVariable

getDescriptor()

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

newBuilder()

public static UnitVariable.Builder newBuilder()
Returns
Type Description
UnitVariable.Builder

newBuilder(UnitVariable prototype)

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

parseDelimitedFrom(InputStream input)

public static UnitVariable parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
UnitVariable
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

public static UnitVariable parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
UnitVariable
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

public static UnitVariable parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
UnitVariable
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

public static UnitVariable parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
UnitVariable
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

public static UnitVariable parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
UnitVariable
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

public static Parser<UnitVariable> parser()
Returns
Type Description
Parser<UnitVariable>

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public UnitVariable getDefaultInstanceForType()
Returns
Type Description
UnitVariable

getParserForType()

public Parser<UnitVariable> getParserForType()
Returns
Type Description
Parser<UnitVariable>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getType()

public UnitVariable.Type getType()

Optional. Immutable. Name of a supported variable type. Supported types are string, int, bool.

.google.cloud.saasplatform.saasservicemgmt.v1beta1.UnitVariable.Type type = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
UnitVariable.Type

The type.

getTypeValue()

public int getTypeValue()

Optional. Immutable. Name of a supported variable type. Supported types are string, int, bool.

.google.cloud.saasplatform.saasservicemgmt.v1beta1.UnitVariable.Type type = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
int

The enum numeric value on the wire for type.

getValue()

public String getValue()

Optional. String encoded value for the variable.

string value = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The value.

getValueBytes()

public ByteString getValueBytes()

Optional. String encoded value for the variable.

string value = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for value.

getVariable()

public String getVariable()

Required. Immutable. Name of the variable from actuation configs.

string variable = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
String

The variable.

getVariableBytes()

public ByteString getVariableBytes()

Required. Immutable. Name of the variable from actuation configs.

string variable = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
ByteString

The bytes for variable.

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 UnitVariable.Builder newBuilderForType()
Returns
Type Description
UnitVariable.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

public UnitVariable.Builder toBuilder()
Returns
Type Description
UnitVariable.Builder

writeTo(CodedOutputStream output)

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