Cloud Pub/Sub V1 API - Class Google::Cloud::PubSub::V1::ValidateMessageRequest (v1.6.0)

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

Request for the ValidateMessage method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#encoding

def encoding() -> ::Google::Cloud::PubSub::V1::Encoding
Returns

#encoding=

def encoding=(value) -> ::Google::Cloud::PubSub::V1::Encoding
Parameter
Returns

#message

def message() -> ::String
Returns
  • (::String) — Message to validate against the provided schema_spec.

#message=

def message=(value) -> ::String
Parameter
  • value (::String) — Message to validate against the provided schema_spec.
Returns
  • (::String) — Message to validate against the provided schema_spec.

#name

def name() -> ::String
Returns
  • (::String) — Name of the schema against which to validate.

    Format is projects/{project}/schemas/{schema}.

    Note: The following fields are mutually exclusive: name, schema. If a field in that set is populated, all other fields in the set will automatically be cleared.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Name of the schema against which to validate.

    Format is projects/{project}/schemas/{schema}.

    Note: The following fields are mutually exclusive: name, schema. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::String) — Name of the schema against which to validate.

    Format is projects/{project}/schemas/{schema}.

    Note: The following fields are mutually exclusive: name, schema. If a field in that set is populated, all other fields in the set will automatically be cleared.

#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) — Ad-hoc schema against which to validate

    Note: The following fields are mutually exclusive: schema, name. If a field in that set is populated, all other fields in the set will automatically be cleared.

#schema=

def schema=(value) -> ::Google::Cloud::PubSub::V1::Schema
Parameter
  • value (::Google::Cloud::PubSub::V1::Schema) — Ad-hoc schema against which to validate

    Note: The following fields are mutually exclusive: schema, name. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::PubSub::V1::Schema) — Ad-hoc schema against which to validate

    Note: The following fields are mutually exclusive: schema, name. If a field in that set is populated, all other fields in the set will automatically be cleared.