Uses of Class
com.google.cloud.talent.v4beta1.CompleteQueryRequest.CompletionScope
-
Packages that use CompleteQueryRequest.CompletionScope Package Description com.google.cloud.talent.v4beta1 A client to Cloud Talent Solution API -
-
Uses of CompleteQueryRequest.CompletionScope in com.google.cloud.talent.v4beta1
Methods in com.google.cloud.talent.v4beta1 that return CompleteQueryRequest.CompletionScope Modifier and Type Method Description static CompleteQueryRequest.CompletionScope
CompleteQueryRequest.CompletionScope. forNumber(int value)
CompleteQueryRequest.CompletionScope
CompleteQueryRequest.Builder. getScope()
The scope of the completion.CompleteQueryRequest.CompletionScope
CompleteQueryRequest. getScope()
The scope of the completion.CompleteQueryRequest.CompletionScope
CompleteQueryRequestOrBuilder. getScope()
The scope of the completion.static CompleteQueryRequest.CompletionScope
CompleteQueryRequest.CompletionScope. valueOf(int value)
Deprecated.static CompleteQueryRequest.CompletionScope
CompleteQueryRequest.CompletionScope. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static CompleteQueryRequest.CompletionScope
CompleteQueryRequest.CompletionScope. valueOf(String name)
Returns the enum constant of this type with the specified name.static CompleteQueryRequest.CompletionScope[]
CompleteQueryRequest.CompletionScope. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.talent.v4beta1 that return types with arguments of type CompleteQueryRequest.CompletionScope Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<CompleteQueryRequest.CompletionScope>
CompleteQueryRequest.CompletionScope. internalGetValueMap()
Methods in com.google.cloud.talent.v4beta1 with parameters of type CompleteQueryRequest.CompletionScope Modifier and Type Method Description CompleteQueryRequest.Builder
CompleteQueryRequest.Builder. setScope(CompleteQueryRequest.CompletionScope value)
The scope of the completion.
-