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
-
(::String) — Required. The name of the project in which to create the schema.
Format is
projects/{project-id}
.
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. The name of the project in which to create the schema.
Format is
projects/{project-id}
.
-
(::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
-
(::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 aname
made using the givenparent
andschema_id
.
#schema=
def schema=(value) -> ::Google::Cloud::PubSub::V1::Schema
-
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 aname
made using the givenparent
andschema_id
.
-
(::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 aname
made using the givenparent
andschema_id
.
#schema_id
def schema_id() -> ::String
-
(::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/pubsub-basics#resource_names for resource name constraints.
#schema_id=
def schema_id=(value) -> ::String
-
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/pubsub-basics#resource_names for resource name constraints.
-
(::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/pubsub-basics#resource_names for resource name constraints.