Class CreateSchemaRequest.Builder (1.129.3)

public static final class CreateSchemaRequest.Builder extends GeneratedMessageV3.Builder<CreateSchemaRequest.Builder> implements CreateSchemaRequestOrBuilder

Request for the CreateSchema method.

Protobuf type google.pubsub.v1.CreateSchemaRequest

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public CreateSchemaRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
CreateSchemaRequest.Builder
Overrides

build()

public CreateSchemaRequest build()
Returns
Type Description
CreateSchemaRequest

buildPartial()

public CreateSchemaRequest buildPartial()
Returns
Type Description
CreateSchemaRequest

clear()

public CreateSchemaRequest.Builder clear()
Returns
Type Description
CreateSchemaRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public CreateSchemaRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
CreateSchemaRequest.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public CreateSchemaRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
CreateSchemaRequest.Builder
Overrides

clearParent()

public CreateSchemaRequest.Builder clearParent()

Required. The name of the project in which to create the schema. Format is projects/{project-id}.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
CreateSchemaRequest.Builder

This builder for chaining.

clearSchema()

public CreateSchemaRequest.Builder clearSchema()

Required. The schema object to create.

This schema's name parameter is ignored. The schema object returned by CreateSchema will have a name made using the given parent and schema_id.

.google.pubsub.v1.Schema schema = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CreateSchemaRequest.Builder

clearSchemaId()

public CreateSchemaRequest.Builder clearSchemaId()

The ID to use for the schema, which will become the final component of the schema's resource name.

See https://cloud.google.com/pubsub/docs/pubsub-basics#resource_names for resource name constraints.

string schema_id = 3;

Returns
Type Description
CreateSchemaRequest.Builder

This builder for chaining.

clone()

public CreateSchemaRequest.Builder clone()
Returns
Type Description
CreateSchemaRequest.Builder
Overrides

getDefaultInstanceForType()

public CreateSchemaRequest getDefaultInstanceForType()
Returns
Type Description
CreateSchemaRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getParent()

public String getParent()

Required. The name of the project in which to create the schema. Format is projects/{project-id}.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The name of the project in which to create the schema. Format is projects/{project-id}.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

getSchema()

public Schema getSchema()

Required. The schema object to create.

This schema's name parameter is ignored. The schema object returned by CreateSchema will have a name made using the given parent and schema_id.

.google.pubsub.v1.Schema schema = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Schema

The schema.

getSchemaBuilder()

public Schema.Builder getSchemaBuilder()

Required. The schema object to create.

This schema's name parameter is ignored. The schema object returned by CreateSchema will have a name made using the given parent and schema_id.

.google.pubsub.v1.Schema schema = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Schema.Builder

getSchemaId()

public String getSchemaId()

The ID to use for the schema, which will become the final component of the schema's resource name.

See https://cloud.google.com/pubsub/docs/pubsub-basics#resource_names for resource name constraints.

string schema_id = 3;

Returns
Type Description
String

The schemaId.

getSchemaIdBytes()

public ByteString getSchemaIdBytes()

The ID to use for the schema, which will become the final component of the schema's resource name.

See https://cloud.google.com/pubsub/docs/pubsub-basics#resource_names for resource name constraints.

string schema_id = 3;

Returns
Type Description
ByteString

The bytes for schemaId.

getSchemaOrBuilder()

public SchemaOrBuilder getSchemaOrBuilder()

Required. The schema object to create.

This schema's name parameter is ignored. The schema object returned by CreateSchema will have a name made using the given parent and schema_id.

.google.pubsub.v1.Schema schema = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
SchemaOrBuilder

hasSchema()

public boolean hasSchema()

Required. The schema object to create.

This schema's name parameter is ignored. The schema object returned by CreateSchema will have a name made using the given parent and schema_id.

.google.pubsub.v1.Schema schema = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the schema field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public CreateSchemaRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CreateSchemaRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public CreateSchemaRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
CreateSchemaRequest.Builder
Overrides

mergeFrom(CreateSchemaRequest other)

public CreateSchemaRequest.Builder mergeFrom(CreateSchemaRequest other)
Parameter
Name Description
other CreateSchemaRequest
Returns
Type Description
CreateSchemaRequest.Builder

mergeSchema(Schema value)

public CreateSchemaRequest.Builder mergeSchema(Schema value)

Required. The schema object to create.

This schema's name parameter is ignored. The schema object returned by CreateSchema will have a name made using the given parent and schema_id.

.google.pubsub.v1.Schema schema = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value Schema
Returns
Type Description
CreateSchemaRequest.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final CreateSchemaRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
CreateSchemaRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public CreateSchemaRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
CreateSchemaRequest.Builder
Overrides

setParent(String value)

public CreateSchemaRequest.Builder setParent(String value)

Required. The name of the project in which to create the schema. Format is projects/{project-id}.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The parent to set.

Returns
Type Description
CreateSchemaRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public CreateSchemaRequest.Builder setParentBytes(ByteString value)

Required. The name of the project in which to create the schema. Format is projects/{project-id}.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for parent to set.

Returns
Type Description
CreateSchemaRequest.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public CreateSchemaRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
CreateSchemaRequest.Builder
Overrides

setSchema(Schema value)

public CreateSchemaRequest.Builder setSchema(Schema value)

Required. The schema object to create.

This schema's name parameter is ignored. The schema object returned by CreateSchema will have a name made using the given parent and schema_id.

.google.pubsub.v1.Schema schema = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value Schema
Returns
Type Description
CreateSchemaRequest.Builder

setSchema(Schema.Builder builderForValue)

public CreateSchemaRequest.Builder setSchema(Schema.Builder builderForValue)

Required. The schema object to create.

This schema's name parameter is ignored. The schema object returned by CreateSchema will have a name made using the given parent and schema_id.

.google.pubsub.v1.Schema schema = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue Schema.Builder
Returns
Type Description
CreateSchemaRequest.Builder

setSchemaId(String value)

public CreateSchemaRequest.Builder setSchemaId(String value)

The ID to use for the schema, which will become the final component of the schema's resource name.

See https://cloud.google.com/pubsub/docs/pubsub-basics#resource_names for resource name constraints.

string schema_id = 3;

Parameter
Name Description
value String

The schemaId to set.

Returns
Type Description
CreateSchemaRequest.Builder

This builder for chaining.

setSchemaIdBytes(ByteString value)

public CreateSchemaRequest.Builder setSchemaIdBytes(ByteString value)

The ID to use for the schema, which will become the final component of the schema's resource name.

See https://cloud.google.com/pubsub/docs/pubsub-basics#resource_names for resource name constraints.

string schema_id = 3;

Parameter
Name Description
value ByteString

The bytes for schemaId to set.

Returns
Type Description
CreateSchemaRequest.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final CreateSchemaRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
CreateSchemaRequest.Builder
Overrides