Reference documentation and code samples for the Cloud Pub/Sub V1 API class Google::Cloud::PubSub::V1::ValidateSchemaRequest.
Request for the ValidateSchema
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 validate schemas.
Format is
projects/{project-id}
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The name of the project in which to validate schemas.
Format is
projects/{project-id}
.
Returns
-
(::String) — Required. The name of the project in which to validate schemas.
Format is
projects/{project-id}
.
#schema
def schema() -> ::Google::Cloud::PubSub::V1::Schema
Returns
- (::Google::Cloud::PubSub::V1::Schema) — Required. The schema object to validate.
#schema=
def schema=(value) -> ::Google::Cloud::PubSub::V1::Schema
Parameter
- value (::Google::Cloud::PubSub::V1::Schema) — Required. The schema object to validate.
Returns
- (::Google::Cloud::PubSub::V1::Schema) — Required. The schema object to validate.