public static final class GetSchemaRequest.Builder extends GeneratedMessageV3.Builder<GetSchemaRequest.Builder> implements GetSchemaRequestOrBuilder
Request for the GetSchema method.
Protobuf type google.pubsub.v1.GetSchemaRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > GetSchemaRequest.BuilderImplements
GetSchemaRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GetSchemaRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
GetSchemaRequest.Builder |
build()
public GetSchemaRequest build()
Type | Description |
GetSchemaRequest |
buildPartial()
public GetSchemaRequest buildPartial()
Type | Description |
GetSchemaRequest |
clear()
public GetSchemaRequest.Builder clear()
Type | Description |
GetSchemaRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public GetSchemaRequest.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
GetSchemaRequest.Builder |
clearName()
public GetSchemaRequest.Builder clearName()
Required. The name of the schema to get.
Format is projects/{project}/schemas/{schema}
.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
GetSchemaRequest.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public GetSchemaRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
GetSchemaRequest.Builder |
clearView()
public GetSchemaRequest.Builder clearView()
The set of fields to return in the response. If not set, returns a Schema
with name
and type
, but not definition
. Set to FULL
to retrieve all
fields.
.google.pubsub.v1.SchemaView view = 2;
Type | Description |
GetSchemaRequest.Builder | This builder for chaining. |
clone()
public GetSchemaRequest.Builder clone()
Type | Description |
GetSchemaRequest.Builder |
getDefaultInstanceForType()
public GetSchemaRequest getDefaultInstanceForType()
Type | Description |
GetSchemaRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getName()
public String getName()
Required. The name of the schema to get.
Format is projects/{project}/schemas/{schema}
.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
String | The name. |
getNameBytes()
public ByteString getNameBytes()
Required. The name of the schema to get.
Format is projects/{project}/schemas/{schema}
.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
ByteString | The bytes for name. |
getView()
public SchemaView getView()
The set of fields to return in the response. If not set, returns a Schema
with name
and type
, but not definition
. Set to FULL
to retrieve all
fields.
.google.pubsub.v1.SchemaView view = 2;
Type | Description |
SchemaView | The view. |
getViewValue()
public int getViewValue()
The set of fields to return in the response. If not set, returns a Schema
with name
and type
, but not definition
. Set to FULL
to retrieve all
fields.
.google.pubsub.v1.SchemaView view = 2;
Type | Description |
int | The enum numeric value on the wire for view. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetSchemaRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GetSchemaRequest.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public GetSchemaRequest.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
GetSchemaRequest.Builder |
mergeFrom(GetSchemaRequest other)
public GetSchemaRequest.Builder mergeFrom(GetSchemaRequest other)
Name | Description |
other | GetSchemaRequest |
Type | Description |
GetSchemaRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GetSchemaRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
GetSchemaRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public GetSchemaRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
GetSchemaRequest.Builder |
setName(String value)
public GetSchemaRequest.Builder setName(String value)
Required. The name of the schema to get.
Format is projects/{project}/schemas/{schema}
.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Name | Description |
value | String The name to set. |
Type | Description |
GetSchemaRequest.Builder | This builder for chaining. |
setNameBytes(ByteString value)
public GetSchemaRequest.Builder setNameBytes(ByteString value)
Required. The name of the schema to get.
Format is projects/{project}/schemas/{schema}
.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Name | Description |
value | ByteString The bytes for name to set. |
Type | Description |
GetSchemaRequest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GetSchemaRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
GetSchemaRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final GetSchemaRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
GetSchemaRequest.Builder |
setView(SchemaView value)
public GetSchemaRequest.Builder setView(SchemaView value)
The set of fields to return in the response. If not set, returns a Schema
with name
and type
, but not definition
. Set to FULL
to retrieve all
fields.
.google.pubsub.v1.SchemaView view = 2;
Name | Description |
value | SchemaView The view to set. |
Type | Description |
GetSchemaRequest.Builder | This builder for chaining. |
setViewValue(int value)
public GetSchemaRequest.Builder setViewValue(int value)
The set of fields to return in the response. If not set, returns a Schema
with name
and type
, but not definition
. Set to FULL
to retrieve all
fields.
.google.pubsub.v1.SchemaView view = 2;
Name | Description |
value | int The enum numeric value on the wire for view to set. |
Type | Description |
GetSchemaRequest.Builder | This builder for chaining. |