Cloud Pub/Sub V1 API - Class Google::Cloud::PubSub::V1::CreateSchemaRequest (v0.10.0)

Reference documentation and code samples for the Cloud Pub/Sub V1 API class Google::Cloud::PubSub::V1::CreateSchemaRequest.

Request for the CreateSchema method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The name of the project in which to create the schema. Format is projects/{project-id}.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the project in which to create the schema. Format is projects/{project-id}.
Returns
  • (::String) — Required. The name of the project in which to create the schema. Format is projects/{project-id}.

#schema

def schema() -> ::Google::Cloud::PubSub::V1::Schema
Returns
  • (::Google::Cloud::PubSub::V1::Schema) — 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.

#schema=

def schema=(value) -> ::Google::Cloud::PubSub::V1::Schema
Parameter
  • value (::Google::Cloud::PubSub::V1::Schema) — 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.

Returns
  • (::Google::Cloud::PubSub::V1::Schema) — 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.

#schema_id

def schema_id() -> ::String
Returns
  • (::String) — 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/admin#resource_names for resource name constraints.

#schema_id=

def schema_id=(value) -> ::String
Parameter
  • value (::String) — 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/admin#resource_names for resource name constraints.

Returns
  • (::String) — 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/admin#resource_names for resource name constraints.