Package | Description |
---|---|
com.google.cloud.firestore.v1 |
A client to Cloud Firestore API
|
com.google.cloud.firestore.v1.stub | |
com.google.firestore.admin.v1 |
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<GetFieldRequest,Field> |
FirestoreAdminClient.getFieldCallable()
Gets the metadata and configuration for a Field.
|
com.google.api.gax.rpc.UnaryCallSettings<GetFieldRequest,Field> |
FirestoreAdminSettings.getFieldSettings()
Returns the object with the settings used for calls to getField.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetFieldRequest,Field> |
FirestoreAdminSettings.Builder.getFieldSettings()
Returns the builder for the settings used for calls to getField.
|
Modifier and Type | Method and Description |
---|---|
Field |
FirestoreAdminClient.getField(GetFieldRequest request)
Gets the metadata and configuration for a Field.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<GetFieldRequest,Field> |
GrpcFirestoreAdminStub.getFieldCallable() |
com.google.api.gax.rpc.UnaryCallable<GetFieldRequest,Field> |
HttpJsonFirestoreAdminStub.getFieldCallable() |
com.google.api.gax.rpc.UnaryCallable<GetFieldRequest,Field> |
FirestoreAdminStub.getFieldCallable() |
com.google.api.gax.rpc.UnaryCallSettings<GetFieldRequest,Field> |
FirestoreAdminStubSettings.getFieldSettings()
Returns the object with the settings used for calls to getField.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetFieldRequest,Field> |
FirestoreAdminStubSettings.Builder.getFieldSettings()
Returns the builder for the settings used for calls to getField.
|
Modifier and Type | Method and Description |
---|---|
GetFieldRequest |
GetFieldRequest.Builder.build() |
GetFieldRequest |
GetFieldRequest.Builder.buildPartial() |
static GetFieldRequest |
GetFieldRequest.getDefaultInstance() |
GetFieldRequest |
GetFieldRequest.getDefaultInstanceForType() |
GetFieldRequest |
GetFieldRequest.Builder.getDefaultInstanceForType() |
static GetFieldRequest |
GetFieldRequest.parseDelimitedFrom(InputStream input) |
static GetFieldRequest |
GetFieldRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetFieldRequest |
GetFieldRequest.parseFrom(byte[] data) |
static GetFieldRequest |
GetFieldRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetFieldRequest |
GetFieldRequest.parseFrom(ByteBuffer data) |
static GetFieldRequest |
GetFieldRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetFieldRequest |
GetFieldRequest.parseFrom(com.google.protobuf.ByteString data) |
static GetFieldRequest |
GetFieldRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetFieldRequest |
GetFieldRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static GetFieldRequest |
GetFieldRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetFieldRequest |
GetFieldRequest.parseFrom(InputStream input) |
static GetFieldRequest |
GetFieldRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<GetFieldRequest,Field> |
FirestoreAdminGrpc.getGetFieldMethod() |
com.google.protobuf.Parser<GetFieldRequest> |
GetFieldRequest.getParserForType() |
static com.google.protobuf.Parser<GetFieldRequest> |
GetFieldRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Field |
FirestoreAdminGrpc.FirestoreAdminBlockingStub.getField(GetFieldRequest request)
Gets the metadata and configuration for a Field.
|
com.google.common.util.concurrent.ListenableFuture<Field> |
FirestoreAdminGrpc.FirestoreAdminFutureStub.getField(GetFieldRequest request)
Gets the metadata and configuration for a Field.
|
default void |
FirestoreAdminGrpc.AsyncService.getField(GetFieldRequest request,
io.grpc.stub.StreamObserver<Field> responseObserver)
Gets the metadata and configuration for a Field.
|
void |
FirestoreAdminGrpc.FirestoreAdminStub.getField(GetFieldRequest request,
io.grpc.stub.StreamObserver<Field> responseObserver)
Gets the metadata and configuration for a Field.
|
GetFieldRequest.Builder |
GetFieldRequest.Builder.mergeFrom(GetFieldRequest other) |
static GetFieldRequest.Builder |
GetFieldRequest.newBuilder(GetFieldRequest prototype) |
Copyright © 2023 Google LLC. All rights reserved.