public static final class GetSchemaRequest.Builder extends GeneratedMessage.Builder<GetSchemaRequest.Builder> implements GetSchemaRequestOrBuilderRequest for the GetSchema method.
Protobuf type google.pubsub.v1.GetSchemaRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GetSchemaRequest.BuilderImplements
GetSchemaRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GetSchemaRequest build()| Returns | |
|---|---|
| Type | Description |
GetSchemaRequest |
|
buildPartial()
public GetSchemaRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
GetSchemaRequest |
|
clear()
public GetSchemaRequest.Builder clear()| Returns | |
|---|---|
| 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) = { ... }
| Returns | |
|---|---|
| Type | Description |
GetSchemaRequest.Builder |
This builder for chaining. |
clearView()
public GetSchemaRequest.Builder clearView() The set of fields to return in the response. If not set, returns a Schema
with all fields filled out. Set to BASIC to omit the definition.
.google.pubsub.v1.SchemaView view = 2;
| Returns | |
|---|---|
| Type | Description |
GetSchemaRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public GetSchemaRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GetSchemaRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| 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) = { ... }
| Returns | |
|---|---|
| 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) = { ... }
| Returns | |
|---|---|
| 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 all fields filled out. Set to BASIC to omit the definition.
.google.pubsub.v1.SchemaView view = 2;
| Returns | |
|---|---|
| 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 all fields filled out. Set to BASIC to omit the definition.
.google.pubsub.v1.SchemaView view = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for view. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetSchemaRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GetSchemaRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GetSchemaRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GetSchemaRequest.Builder |
|
mergeFrom(GetSchemaRequest other)
public GetSchemaRequest.Builder mergeFrom(GetSchemaRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetSchemaRequest |
| Returns | |
|---|---|
| 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) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe name to set. |
| Returns | |
|---|---|
| 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) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
GetSchemaRequest.Builder |
This builder for chaining. |
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 all fields filled out. Set to BASIC to omit the definition.
.google.pubsub.v1.SchemaView view = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
SchemaViewThe view to set. |
| Returns | |
|---|---|
| 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 all fields filled out. Set to BASIC to omit the definition.
.google.pubsub.v1.SchemaView view = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for view to set. |
| Returns | |
|---|---|
| Type | Description |
GetSchemaRequest.Builder |
This builder for chaining. |