public final class ListGlossariesRequest extends GeneratedMessageV3 implements ListGlossariesRequestOrBuilder
Request message for ListGlossaries.
Protobuf type google.cloud.translation.v3beta1.ListGlossariesRequest
Static Fields
FILTER_FIELD_NUMBER
public static final int FILTER_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
PAGE_SIZE_FIELD_NUMBER
public static final int PAGE_SIZE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
PAGE_TOKEN_FIELD_NUMBER
public static final int PAGE_TOKEN_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
PARENT_FIELD_NUMBER
public static final int PARENT_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static ListGlossariesRequest getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ListGlossariesRequest.Builder newBuilder()
newBuilder(ListGlossariesRequest prototype)
public static ListGlossariesRequest.Builder newBuilder(ListGlossariesRequest prototype)
public static ListGlossariesRequest parseDelimitedFrom(InputStream input)
public static ListGlossariesRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ListGlossariesRequest parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListGlossariesRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ListGlossariesRequest parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListGlossariesRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListGlossariesRequest parseFrom(CodedInputStream input)
public static ListGlossariesRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListGlossariesRequest parseFrom(InputStream input)
public static ListGlossariesRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ListGlossariesRequest parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListGlossariesRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ListGlossariesRequest> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public ListGlossariesRequest getDefaultInstanceForType()
getFilter()
public String getFilter()
Optional. Filter specifying constraints of a list operation.
Specify the constraint by the format of "key=value", where key must be
"src" or "tgt", and the value must be a valid language code.
For multiple restrictions, concatenate them by "AND" (uppercase only),
such as: "src=en-US AND tgt=zh-CN". Notice that the exact match is used
here, which means using 'en-US' and 'en' can lead to different results,
which depends on the language code you used when you create the glossary.
For the unidirectional glossaries, the "src" and "tgt" add restrictions
on the source and target language code separately.
For the equivalent term set glossaries, the "src" and/or "tgt" add
restrictions on the term set.
For example: "src=en-US AND tgt=zh-CN" will only pick the unidirectional
glossaries which exactly match the source language code as "en-US" and the
target language code "zh-CN", but all equivalent term set glossaries which
contain "en-US" and "zh-CN" in their language set will be picked.
If missing, no filtering is performed.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns |
---|
Type | Description |
String | The filter.
|
getFilterBytes()
public ByteString getFilterBytes()
Optional. Filter specifying constraints of a list operation.
Specify the constraint by the format of "key=value", where key must be
"src" or "tgt", and the value must be a valid language code.
For multiple restrictions, concatenate them by "AND" (uppercase only),
such as: "src=en-US AND tgt=zh-CN". Notice that the exact match is used
here, which means using 'en-US' and 'en' can lead to different results,
which depends on the language code you used when you create the glossary.
For the unidirectional glossaries, the "src" and "tgt" add restrictions
on the source and target language code separately.
For the equivalent term set glossaries, the "src" and/or "tgt" add
restrictions on the term set.
For example: "src=en-US AND tgt=zh-CN" will only pick the unidirectional
glossaries which exactly match the source language code as "en-US" and the
target language code "zh-CN", but all equivalent term set glossaries which
contain "en-US" and "zh-CN" in their language set will be picked.
If missing, no filtering is performed.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns |
---|
Type | Description |
ByteString | The bytes for filter.
|
getPageSize()
Optional. Requested page size. The server may return fewer glossaries than
requested. If unspecified, the server picks an appropriate default.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
---|
Type | Description |
int | The pageSize.
|
getPageToken()
public String getPageToken()
Optional. A token identifying a page of results the server should return.
Typically, this is the value of [ListGlossariesResponse.next_page_token]
returned from the previous call to ListGlossaries
method.
The first page is returned if page_token
is empty or missing.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns |
---|
Type | Description |
String | The pageToken.
|
getPageTokenBytes()
public ByteString getPageTokenBytes()
Optional. A token identifying a page of results the server should return.
Typically, this is the value of [ListGlossariesResponse.next_page_token]
returned from the previous call to ListGlossaries
method.
The first page is returned if page_token
is empty or missing.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns |
---|
Type | Description |
ByteString | The bytes for pageToken.
|
getParent()
public String getParent()
Required. The name of the project from which to list all of the glossaries.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
String | The parent.
|
getParentBytes()
public ByteString getParentBytes()
Required. The name of the project from which to list all of the glossaries.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
---|
Type | Description |
ByteString | The bytes for parent.
|
getParserForType()
public Parser<ListGlossariesRequest> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Overrides
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ListGlossariesRequest.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListGlossariesRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public ListGlossariesRequest.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides