Uses of Class
com.google.cloud.migrationcenter.v1.AggregateAssetsValuesRequest
-
Packages that use AggregateAssetsValuesRequest Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center APIcom.google.cloud.migrationcenter.v1.stub -
-
Uses of AggregateAssetsValuesRequest in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return AggregateAssetsValuesRequest Modifier and Type Method Description AggregateAssetsValuesRequest
AggregateAssetsValuesRequest.Builder. build()
AggregateAssetsValuesRequest
AggregateAssetsValuesRequest.Builder. buildPartial()
static AggregateAssetsValuesRequest
AggregateAssetsValuesRequest. getDefaultInstance()
AggregateAssetsValuesRequest
AggregateAssetsValuesRequest.Builder. getDefaultInstanceForType()
AggregateAssetsValuesRequest
AggregateAssetsValuesRequest. getDefaultInstanceForType()
static AggregateAssetsValuesRequest
AggregateAssetsValuesRequest. parseDelimitedFrom(InputStream input)
static AggregateAssetsValuesRequest
AggregateAssetsValuesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregateAssetsValuesRequest
AggregateAssetsValuesRequest. parseFrom(byte[] data)
static AggregateAssetsValuesRequest
AggregateAssetsValuesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregateAssetsValuesRequest
AggregateAssetsValuesRequest. parseFrom(com.google.protobuf.ByteString data)
static AggregateAssetsValuesRequest
AggregateAssetsValuesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregateAssetsValuesRequest
AggregateAssetsValuesRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static AggregateAssetsValuesRequest
AggregateAssetsValuesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregateAssetsValuesRequest
AggregateAssetsValuesRequest. parseFrom(InputStream input)
static AggregateAssetsValuesRequest
AggregateAssetsValuesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregateAssetsValuesRequest
AggregateAssetsValuesRequest. parseFrom(ByteBuffer data)
static AggregateAssetsValuesRequest
AggregateAssetsValuesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type AggregateAssetsValuesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AggregateAssetsValuesRequest,AggregateAssetsValuesResponse>
MigrationCenterClient. aggregateAssetsValuesCallable()
Aggregates the requested fields based on provided function.com.google.api.gax.rpc.UnaryCallSettings<AggregateAssetsValuesRequest,AggregateAssetsValuesResponse>
MigrationCenterSettings. aggregateAssetsValuesSettings()
Returns the object with the settings used for calls to aggregateAssetsValues.com.google.api.gax.rpc.UnaryCallSettings.Builder<AggregateAssetsValuesRequest,AggregateAssetsValuesResponse>
MigrationCenterSettings.Builder. aggregateAssetsValuesSettings()
Returns the builder for the settings used for calls to aggregateAssetsValues.static io.grpc.MethodDescriptor<AggregateAssetsValuesRequest,AggregateAssetsValuesResponse>
MigrationCenterGrpc. getAggregateAssetsValuesMethod()
com.google.protobuf.Parser<AggregateAssetsValuesRequest>
AggregateAssetsValuesRequest. getParserForType()
static com.google.protobuf.Parser<AggregateAssetsValuesRequest>
AggregateAssetsValuesRequest. parser()
Methods in com.google.cloud.migrationcenter.v1 with parameters of type AggregateAssetsValuesRequest Modifier and Type Method Description AggregateAssetsValuesResponse
MigrationCenterClient. aggregateAssetsValues(AggregateAssetsValuesRequest request)
Aggregates the requested fields based on provided function.default void
MigrationCenterGrpc.AsyncService. aggregateAssetsValues(AggregateAssetsValuesRequest request, io.grpc.stub.StreamObserver<AggregateAssetsValuesResponse> responseObserver)
Aggregates the requested fields based on provided function.AggregateAssetsValuesResponse
MigrationCenterGrpc.MigrationCenterBlockingStub. aggregateAssetsValues(AggregateAssetsValuesRequest request)
Aggregates the requested fields based on provided function.com.google.common.util.concurrent.ListenableFuture<AggregateAssetsValuesResponse>
MigrationCenterGrpc.MigrationCenterFutureStub. aggregateAssetsValues(AggregateAssetsValuesRequest request)
Aggregates the requested fields based on provided function.void
MigrationCenterGrpc.MigrationCenterStub. aggregateAssetsValues(AggregateAssetsValuesRequest request, io.grpc.stub.StreamObserver<AggregateAssetsValuesResponse> responseObserver)
Aggregates the requested fields based on provided function.AggregateAssetsValuesRequest.Builder
AggregateAssetsValuesRequest.Builder. mergeFrom(AggregateAssetsValuesRequest other)
static AggregateAssetsValuesRequest.Builder
AggregateAssetsValuesRequest. newBuilder(AggregateAssetsValuesRequest prototype)
-
Uses of AggregateAssetsValuesRequest in com.google.cloud.migrationcenter.v1.stub
Methods in com.google.cloud.migrationcenter.v1.stub that return types with arguments of type AggregateAssetsValuesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AggregateAssetsValuesRequest,AggregateAssetsValuesResponse>
GrpcMigrationCenterStub. aggregateAssetsValuesCallable()
com.google.api.gax.rpc.UnaryCallable<AggregateAssetsValuesRequest,AggregateAssetsValuesResponse>
HttpJsonMigrationCenterStub. aggregateAssetsValuesCallable()
com.google.api.gax.rpc.UnaryCallable<AggregateAssetsValuesRequest,AggregateAssetsValuesResponse>
MigrationCenterStub. aggregateAssetsValuesCallable()
com.google.api.gax.rpc.UnaryCallSettings<AggregateAssetsValuesRequest,AggregateAssetsValuesResponse>
MigrationCenterStubSettings. aggregateAssetsValuesSettings()
Returns the object with the settings used for calls to aggregateAssetsValues.com.google.api.gax.rpc.UnaryCallSettings.Builder<AggregateAssetsValuesRequest,AggregateAssetsValuesResponse>
MigrationCenterStubSettings.Builder. aggregateAssetsValuesSettings()
Returns the builder for the settings used for calls to aggregateAssetsValues.
-