public static final class ValidateSchemaRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ValidateSchemaRequest.Builder> implements ValidateSchemaRequestOrBuilder
Request for the `ValidateSchema` method.Protobuf type
google.pubsub.v1.ValidateSchemaRequest
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<ValidateSchemaRequest.Builder>
public ValidateSchemaRequest.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<ValidateSchemaRequest.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<ValidateSchemaRequest.Builder>
public ValidateSchemaRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public ValidateSchemaRequest build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public ValidateSchemaRequest buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public ValidateSchemaRequest.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<ValidateSchemaRequest.Builder>
public ValidateSchemaRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<ValidateSchemaRequest.Builder>
public ValidateSchemaRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<ValidateSchemaRequest.Builder>
public ValidateSchemaRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<ValidateSchemaRequest.Builder>
public ValidateSchemaRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<ValidateSchemaRequest.Builder>
public ValidateSchemaRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<ValidateSchemaRequest.Builder>
public ValidateSchemaRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<ValidateSchemaRequest.Builder>
public ValidateSchemaRequest.Builder mergeFrom(ValidateSchemaRequest other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<ValidateSchemaRequest.Builder>
public ValidateSchemaRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<ValidateSchemaRequest.Builder>
IOException
public String getParent()
Required. The name of the project in which to validate schemas. Format is `projects/{project-id}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getParent
in interface ValidateSchemaRequestOrBuilder
public com.google.protobuf.ByteString getParentBytes()
Required. The name of the project in which to validate schemas. Format is `projects/{project-id}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getParentBytes
in interface ValidateSchemaRequestOrBuilder
public ValidateSchemaRequest.Builder setParent(String value)
Required. The name of the project in which to validate schemas. Format is `projects/{project-id}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
value
- The parent to set.public ValidateSchemaRequest.Builder clearParent()
Required. The name of the project in which to validate schemas. Format is `projects/{project-id}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
public ValidateSchemaRequest.Builder setParentBytes(com.google.protobuf.ByteString value)
Required. The name of the project in which to validate schemas. Format is `projects/{project-id}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
value
- The bytes for parent to set.public boolean hasSchema()
Required. The schema object to validate.
.google.pubsub.v1.Schema schema = 2 [(.google.api.field_behavior) = REQUIRED];
hasSchema
in interface ValidateSchemaRequestOrBuilder
public Schema getSchema()
Required. The schema object to validate.
.google.pubsub.v1.Schema schema = 2 [(.google.api.field_behavior) = REQUIRED];
getSchema
in interface ValidateSchemaRequestOrBuilder
public ValidateSchemaRequest.Builder setSchema(Schema value)
Required. The schema object to validate.
.google.pubsub.v1.Schema schema = 2 [(.google.api.field_behavior) = REQUIRED];
public ValidateSchemaRequest.Builder setSchema(Schema.Builder builderForValue)
Required. The schema object to validate.
.google.pubsub.v1.Schema schema = 2 [(.google.api.field_behavior) = REQUIRED];
public ValidateSchemaRequest.Builder mergeSchema(Schema value)
Required. The schema object to validate.
.google.pubsub.v1.Schema schema = 2 [(.google.api.field_behavior) = REQUIRED];
public ValidateSchemaRequest.Builder clearSchema()
Required. The schema object to validate.
.google.pubsub.v1.Schema schema = 2 [(.google.api.field_behavior) = REQUIRED];
public Schema.Builder getSchemaBuilder()
Required. The schema object to validate.
.google.pubsub.v1.Schema schema = 2 [(.google.api.field_behavior) = REQUIRED];
public SchemaOrBuilder getSchemaOrBuilder()
Required. The schema object to validate.
.google.pubsub.v1.Schema schema = 2 [(.google.api.field_behavior) = REQUIRED];
getSchemaOrBuilder
in interface ValidateSchemaRequestOrBuilder
public final ValidateSchemaRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<ValidateSchemaRequest.Builder>
public final ValidateSchemaRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<ValidateSchemaRequest.Builder>
Copyright © 2023 Google LLC. All rights reserved.