Uses of Class
com.google.pubsub.v1.CreateSchemaRequest.Builder
-
Uses of CreateSchemaRequest.Builder in com.google.pubsub.v1
Methods in com.google.pubsub.v1 that return CreateSchemaRequest.BuilderModifier and TypeMethodDescriptionCreateSchemaRequest.Builder.clear()CreateSchemaRequest.Builder.clearParent()Required.CreateSchemaRequest.Builder.clearSchema()Required.CreateSchemaRequest.Builder.clearSchemaId()The ID to use for the schema, which will become the final component of the schema's resource name.CreateSchemaRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CreateSchemaRequest.Builder.mergeFrom(com.google.protobuf.Message other) CreateSchemaRequest.Builder.mergeFrom(CreateSchemaRequest other) CreateSchemaRequest.Builder.mergeSchema(Schema value) Required.static CreateSchemaRequest.BuilderCreateSchemaRequest.newBuilder()static CreateSchemaRequest.BuilderCreateSchemaRequest.newBuilder(CreateSchemaRequest prototype) CreateSchemaRequest.newBuilderForType()protected CreateSchemaRequest.BuilderCreateSchemaRequest.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Required.CreateSchemaRequest.Builder.setParentBytes(com.google.protobuf.ByteString value) Required.Required.CreateSchemaRequest.Builder.setSchema(Schema.Builder builderForValue) Required.CreateSchemaRequest.Builder.setSchemaId(String value) The ID to use for the schema, which will become the final component of the schema's resource name.CreateSchemaRequest.Builder.setSchemaIdBytes(com.google.protobuf.ByteString value) The ID to use for the schema, which will become the final component of the schema's resource name.CreateSchemaRequest.toBuilder()