public final class CreateSchemaRequest extends GeneratedMessageV3 implements CreateSchemaRequestOrBuilder
Request for the CreateSchema method.
Protobuf type google.pubsub.v1.CreateSchemaRequest
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > CreateSchemaRequestImplements
CreateSchemaRequestOrBuilderStatic Fields
PARENT_FIELD_NUMBER
public static final int PARENT_FIELD_NUMBER
Type | Description |
int |
SCHEMA_FIELD_NUMBER
public static final int SCHEMA_FIELD_NUMBER
Type | Description |
int |
SCHEMA_ID_FIELD_NUMBER
public static final int SCHEMA_ID_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static CreateSchemaRequest getDefaultInstance()
Type | Description |
CreateSchemaRequest |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static CreateSchemaRequest.Builder newBuilder()
Type | Description |
CreateSchemaRequest.Builder |
newBuilder(CreateSchemaRequest prototype)
public static CreateSchemaRequest.Builder newBuilder(CreateSchemaRequest prototype)
Name | Description |
prototype | CreateSchemaRequest |
Type | Description |
CreateSchemaRequest.Builder |
parseDelimitedFrom(InputStream input)
public static CreateSchemaRequest parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
CreateSchemaRequest |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static CreateSchemaRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateSchemaRequest |
Type | Description |
IOException |
parseFrom(byte[] data)
public static CreateSchemaRequest parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
CreateSchemaRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CreateSchemaRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateSchemaRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static CreateSchemaRequest parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
CreateSchemaRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CreateSchemaRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateSchemaRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static CreateSchemaRequest parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
CreateSchemaRequest |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static CreateSchemaRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateSchemaRequest |
Type | Description |
IOException |
parseFrom(InputStream input)
public static CreateSchemaRequest parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
CreateSchemaRequest |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static CreateSchemaRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateSchemaRequest |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static CreateSchemaRequest parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
CreateSchemaRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CreateSchemaRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateSchemaRequest |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<CreateSchemaRequest> parser()
Type | Description |
Parser<CreateSchemaRequest> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public CreateSchemaRequest getDefaultInstanceForType()
Type | Description |
CreateSchemaRequest |
getParent()
public String getParent()
Required. The name of the project in which to create the schema.
Format is projects/{project-id}
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
String | The parent. |
getParentBytes()
public ByteString getParentBytes()
Required. The name of the project in which to create the schema.
Format is projects/{project-id}
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
ByteString | The bytes for parent. |
getParserForType()
public Parser<CreateSchemaRequest> getParserForType()
Type | Description |
Parser<CreateSchemaRequest> |
getSchema()
public Schema getSchema()
Required. The schema object to create.
This schema's name
parameter is ignored. The schema object returned
by CreateSchema will have a name
made using the given parent
and
schema_id
.
.google.pubsub.v1.Schema schema = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
Schema | The schema. |
getSchemaId()
public String getSchemaId()
The ID to use for the schema, which will become the final component of the schema's resource name. See https://cloud.google.com/pubsub/docs/admin#resource_names for resource name constraints.
string schema_id = 3;
Type | Description |
String | The schemaId. |
getSchemaIdBytes()
public ByteString getSchemaIdBytes()
The ID to use for the schema, which will become the final component of the schema's resource name. See https://cloud.google.com/pubsub/docs/admin#resource_names for resource name constraints.
string schema_id = 3;
Type | Description |
ByteString | The bytes for schemaId. |
getSchemaOrBuilder()
public SchemaOrBuilder getSchemaOrBuilder()
Required. The schema object to create.
This schema's name
parameter is ignored. The schema object returned
by CreateSchema will have a name
made using the given parent
and
schema_id
.
.google.pubsub.v1.Schema schema = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
SchemaOrBuilder |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hasSchema()
public boolean hasSchema()
Required. The schema object to create.
This schema's name
parameter is ignored. The schema object returned
by CreateSchema will have a name
made using the given parent
and
schema_id
.
.google.pubsub.v1.Schema schema = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
boolean | Whether the schema field is set. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public CreateSchemaRequest.Builder newBuilderForType()
Type | Description |
CreateSchemaRequest.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CreateSchemaRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
CreateSchemaRequest.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public CreateSchemaRequest.Builder toBuilder()
Type | Description |
CreateSchemaRequest.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |