Skip to content

Commit

Permalink
docs: Remove experimental note for schema APIs
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 360714464

Source-Author: Google APIs <noreply@google.com>
Source-Date: Wed Mar 3 11:13:45 2021 -0800
Source-Repo: googleapis/googleapis
Source-Sha: 479acf6990eada1213f8666f1c795a018f8496f9
Source-Link: googleapis/googleapis@479acf6
  • Loading branch information
yoshi-automation committed Mar 3, 2021
1 parent 5ced9b5 commit 0d30065
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 30 deletions.
Expand Up @@ -48,7 +48,7 @@

// AUTO-GENERATED DOCUMENTATION AND SERVICE
/**
* Service Description:
* Service Description: Service for doing schema-related operations.
*
* <p>This class provides the ability to make remote calls to the backing service through method
* calls that map to API methods. Sample code to get started:
Expand Down
Expand Up @@ -21,7 +21,7 @@
*
* <p>=================== SchemaServiceClient ===================
*
* <p>Service Description:
* <p>Service Description: Service for doing schema-related operations.
*
* <p>Sample for SchemaServiceClient:
*
Expand Down
Expand Up @@ -22,7 +22,13 @@
import static io.grpc.stub.ServerCalls.asyncUnaryCall;
import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;

/** */
/**
*
*
* <pre>
* Service for doing schema-related operations.
* </pre>
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler",
comments = "Source: google/pubsub/v1/schema.proto")
Expand Down Expand Up @@ -319,7 +325,13 @@ public SchemaServiceFutureStub newStub(
return SchemaServiceFutureStub.newStub(factory, channel);
}

/** */
/**
*
*
* <pre>
* Service for doing schema-related operations.
* </pre>
*/
public abstract static class SchemaServiceImplBase implements io.grpc.BindableService {

/**
Expand Down Expand Up @@ -445,7 +457,13 @@ public final io.grpc.ServerServiceDefinition bindService() {
}
}

/** */
/**
*
*
* <pre>
* Service for doing schema-related operations.
* </pre>
*/
public static final class SchemaServiceStub
extends io.grpc.stub.AbstractAsyncStub<SchemaServiceStub> {
private SchemaServiceStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
Expand Down Expand Up @@ -553,7 +571,13 @@ public void validateMessage(
}
}

/** */
/**
*
*
* <pre>
* Service for doing schema-related operations.
* </pre>
*/
public static final class SchemaServiceBlockingStub
extends io.grpc.stub.AbstractBlockingStub<SchemaServiceBlockingStub> {
private SchemaServiceBlockingStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
Expand Down Expand Up @@ -638,7 +662,13 @@ public com.google.pubsub.v1.ValidateMessageResponse validateMessage(
}
}

/** */
/**
*
*
* <pre>
* Service for doing schema-related operations.
* </pre>
*/
public static final class SchemaServiceFutureStub
extends io.grpc.stub.AbstractFutureStub<SchemaServiceFutureStub> {
private SchemaServiceFutureStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
Expand Down
Expand Up @@ -454,7 +454,6 @@ public com.google.protobuf.ByteString getKmsKeyNameBytes() {
*
* <pre>
* Settings for validating messages published against a schema.
* EXPERIMENTAL: Schema support is in development and may not work yet.
* </pre>
*
* <code>.google.pubsub.v1.SchemaSettings schema_settings = 6;</code>
Expand All @@ -470,7 +469,6 @@ public boolean hasSchemaSettings() {
*
* <pre>
* Settings for validating messages published against a schema.
* EXPERIMENTAL: Schema support is in development and may not work yet.
* </pre>
*
* <code>.google.pubsub.v1.SchemaSettings schema_settings = 6;</code>
Expand All @@ -488,7 +486,6 @@ public com.google.pubsub.v1.SchemaSettings getSchemaSettings() {
*
* <pre>
* Settings for validating messages published against a schema.
* EXPERIMENTAL: Schema support is in development and may not work yet.
* </pre>
*
* <code>.google.pubsub.v1.SchemaSettings schema_settings = 6;</code>
Expand Down Expand Up @@ -1585,7 +1582,6 @@ public Builder setKmsKeyNameBytes(com.google.protobuf.ByteString value) {
*
* <pre>
* Settings for validating messages published against a schema.
* EXPERIMENTAL: Schema support is in development and may not work yet.
* </pre>
*
* <code>.google.pubsub.v1.SchemaSettings schema_settings = 6;</code>
Expand All @@ -1600,7 +1596,6 @@ public boolean hasSchemaSettings() {
*
* <pre>
* Settings for validating messages published against a schema.
* EXPERIMENTAL: Schema support is in development and may not work yet.
* </pre>
*
* <code>.google.pubsub.v1.SchemaSettings schema_settings = 6;</code>
Expand All @@ -1621,7 +1616,6 @@ public com.google.pubsub.v1.SchemaSettings getSchemaSettings() {
*
* <pre>
* Settings for validating messages published against a schema.
* EXPERIMENTAL: Schema support is in development and may not work yet.
* </pre>
*
* <code>.google.pubsub.v1.SchemaSettings schema_settings = 6;</code>
Expand All @@ -1644,7 +1638,6 @@ public Builder setSchemaSettings(com.google.pubsub.v1.SchemaSettings value) {
*
* <pre>
* Settings for validating messages published against a schema.
* EXPERIMENTAL: Schema support is in development and may not work yet.
* </pre>
*
* <code>.google.pubsub.v1.SchemaSettings schema_settings = 6;</code>
Expand All @@ -1664,7 +1657,6 @@ public Builder setSchemaSettings(com.google.pubsub.v1.SchemaSettings.Builder bui
*
* <pre>
* Settings for validating messages published against a schema.
* EXPERIMENTAL: Schema support is in development and may not work yet.
* </pre>
*
* <code>.google.pubsub.v1.SchemaSettings schema_settings = 6;</code>
Expand All @@ -1691,7 +1683,6 @@ public Builder mergeSchemaSettings(com.google.pubsub.v1.SchemaSettings value) {
*
* <pre>
* Settings for validating messages published against a schema.
* EXPERIMENTAL: Schema support is in development and may not work yet.
* </pre>
*
* <code>.google.pubsub.v1.SchemaSettings schema_settings = 6;</code>
Expand All @@ -1712,7 +1703,6 @@ public Builder clearSchemaSettings() {
*
* <pre>
* Settings for validating messages published against a schema.
* EXPERIMENTAL: Schema support is in development and may not work yet.
* </pre>
*
* <code>.google.pubsub.v1.SchemaSettings schema_settings = 6;</code>
Expand All @@ -1727,7 +1717,6 @@ public com.google.pubsub.v1.SchemaSettings.Builder getSchemaSettingsBuilder() {
*
* <pre>
* Settings for validating messages published against a schema.
* EXPERIMENTAL: Schema support is in development and may not work yet.
* </pre>
*
* <code>.google.pubsub.v1.SchemaSettings schema_settings = 6;</code>
Expand All @@ -1746,7 +1735,6 @@ public com.google.pubsub.v1.SchemaSettingsOrBuilder getSchemaSettingsOrBuilder()
*
* <pre>
* Settings for validating messages published against a schema.
* EXPERIMENTAL: Schema support is in development and may not work yet.
* </pre>
*
* <code>.google.pubsub.v1.SchemaSettings schema_settings = 6;</code>
Expand Down
Expand Up @@ -192,7 +192,6 @@ public interface TopicOrBuilder
*
* <pre>
* Settings for validating messages published against a schema.
* EXPERIMENTAL: Schema support is in development and may not work yet.
* </pre>
*
* <code>.google.pubsub.v1.SchemaSettings schema_settings = 6;</code>
Expand All @@ -205,7 +204,6 @@ public interface TopicOrBuilder
*
* <pre>
* Settings for validating messages published against a schema.
* EXPERIMENTAL: Schema support is in development and may not work yet.
* </pre>
*
* <code>.google.pubsub.v1.SchemaSettings schema_settings = 6;</code>
Expand All @@ -218,7 +216,6 @@ public interface TopicOrBuilder
*
* <pre>
* Settings for validating messages published against a schema.
* EXPERIMENTAL: Schema support is in development and may not work yet.
* </pre>
*
* <code>.google.pubsub.v1.SchemaSettings schema_settings = 6;</code>
Expand Down
Expand Up @@ -191,8 +191,6 @@ message Topic {
string kms_key_name = 5;

// Settings for validating messages published against a schema.
//
// EXPERIMENTAL: Schema support is in development and may not work yet.
SchemaSettings schema_settings = 6;

// Reserved for future use. This field is set only in responses from the
Expand Down
Expand Up @@ -32,9 +32,6 @@ option php_namespace = "Google\\Cloud\\PubSub\\V1";
option ruby_package = "Google::Cloud::PubSub::V1";

// Service for doing schema-related operations.
//
// EXPERIMENTAL: The Schema service is in development and may not work yet.

service SchemaService {
option (google.api.default_host) = "pubsub.googleapis.com";
option (google.api.oauth_scopes) =
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-pubsub.git",
"sha": "699661c060886bf3200b1198636821155d5be0c3"
"sha": "5ced9b53b6279e8fc78500c4979fb42cd9887b9d"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "f6dd7e47620566925a4b3f1ce029e74e1b2f2516",
"internalRef": "359781040"
"sha": "479acf6990eada1213f8666f1c795a018f8496f9",
"internalRef": "360714464"
}
},
{
Expand Down

0 comments on commit 0d30065

Please sign in to comment.