Class App.VariableDeclaration (0.1.0)

public static final class App.VariableDeclaration extends GeneratedMessage implements App.VariableDeclarationOrBuilder

Defines the structure and metadata for a variable.

Protobuf type google.cloud.ces.v1.App.VariableDeclaration

Static Fields

DESCRIPTION_FIELD_NUMBER

public static final int DESCRIPTION_FIELD_NUMBER
Field Value
Type Description
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
Type Description
int

SCHEMA_FIELD_NUMBER

public static final int SCHEMA_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static App.VariableDeclaration getDefaultInstance()
Returns
Type Description
App.VariableDeclaration

getDescriptor()

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

newBuilder()

public static App.VariableDeclaration.Builder newBuilder()
Returns
Type Description
App.VariableDeclaration.Builder

newBuilder(App.VariableDeclaration prototype)

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

parseDelimitedFrom(InputStream input)

public static App.VariableDeclaration parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
App.VariableDeclaration
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

public static App.VariableDeclaration parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
App.VariableDeclaration
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

public static App.VariableDeclaration parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
App.VariableDeclaration
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

public static App.VariableDeclaration parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
App.VariableDeclaration
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

public static App.VariableDeclaration parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
App.VariableDeclaration
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

public static Parser<App.VariableDeclaration> parser()
Returns
Type Description
Parser<VariableDeclaration>

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public App.VariableDeclaration getDefaultInstanceForType()
Returns
Type Description
App.VariableDeclaration

getDescription()

public String getDescription()

Required. The description of the variable.

string description = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The description.

getDescriptionBytes()

public ByteString getDescriptionBytes()

Required. The description of the variable.

string description = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for description.

getName()

public String getName()

Required. The name of the variable. The name must start with a letter or underscore and contain only letters, numbers, or underscores.

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The name of the variable. The name must start with a letter or underscore and contain only letters, numbers, or underscores.

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for name.

getParserForType()

public Parser<App.VariableDeclaration> getParserForType()
Returns
Type Description
Parser<VariableDeclaration>
Overrides

getSchema()

public Schema getSchema()

Required. The schema of the variable.

.google.cloud.ces.v1.Schema schema = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Schema

The schema.

getSchemaOrBuilder()

public SchemaOrBuilder getSchemaOrBuilder()

Required. The schema of the variable.

.google.cloud.ces.v1.Schema schema = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
SchemaOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasSchema()

public boolean hasSchema()

Required. The schema of the variable.

.google.cloud.ces.v1.Schema schema = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the schema field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public App.VariableDeclaration.Builder newBuilderForType()
Returns
Type Description
App.VariableDeclaration.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected App.VariableDeclaration.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
App.VariableDeclaration.Builder
Overrides

toBuilder()

public App.VariableDeclaration.Builder toBuilder()
Returns
Type Description
App.VariableDeclaration.Builder

writeTo(CodedOutputStream output)

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