Uses of Class
com.google.cloud.migrationcenter.v1.AggregateAssetsValuesResponse
-
Packages that use AggregateAssetsValuesResponse Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center APIcom.google.cloud.migrationcenter.v1.stub -
-
Uses of AggregateAssetsValuesResponse in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return AggregateAssetsValuesResponse Modifier and Type Method Description AggregateAssetsValuesResponse
MigrationCenterClient. aggregateAssetsValues(AggregateAssetsValuesRequest request)
Aggregates the requested fields based on provided function.AggregateAssetsValuesResponse
MigrationCenterGrpc.MigrationCenterBlockingStub. aggregateAssetsValues(AggregateAssetsValuesRequest request)
Aggregates the requested fields based on provided function.AggregateAssetsValuesResponse
AggregateAssetsValuesResponse.Builder. build()
AggregateAssetsValuesResponse
AggregateAssetsValuesResponse.Builder. buildPartial()
static AggregateAssetsValuesResponse
AggregateAssetsValuesResponse. getDefaultInstance()
AggregateAssetsValuesResponse
AggregateAssetsValuesResponse.Builder. getDefaultInstanceForType()
AggregateAssetsValuesResponse
AggregateAssetsValuesResponse. getDefaultInstanceForType()
static AggregateAssetsValuesResponse
AggregateAssetsValuesResponse. parseDelimitedFrom(InputStream input)
static AggregateAssetsValuesResponse
AggregateAssetsValuesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregateAssetsValuesResponse
AggregateAssetsValuesResponse. parseFrom(byte[] data)
static AggregateAssetsValuesResponse
AggregateAssetsValuesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregateAssetsValuesResponse
AggregateAssetsValuesResponse. parseFrom(com.google.protobuf.ByteString data)
static AggregateAssetsValuesResponse
AggregateAssetsValuesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregateAssetsValuesResponse
AggregateAssetsValuesResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static AggregateAssetsValuesResponse
AggregateAssetsValuesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregateAssetsValuesResponse
AggregateAssetsValuesResponse. parseFrom(InputStream input)
static AggregateAssetsValuesResponse
AggregateAssetsValuesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregateAssetsValuesResponse
AggregateAssetsValuesResponse. parseFrom(ByteBuffer data)
static AggregateAssetsValuesResponse
AggregateAssetsValuesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type AggregateAssetsValuesResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<AggregateAssetsValuesResponse>
MigrationCenterGrpc.MigrationCenterFutureStub. aggregateAssetsValues(AggregateAssetsValuesRequest request)
Aggregates the requested fields based on provided function.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<AggregateAssetsValuesResponse>
AggregateAssetsValuesResponse. getParserForType()
static com.google.protobuf.Parser<AggregateAssetsValuesResponse>
AggregateAssetsValuesResponse. parser()
Methods in com.google.cloud.migrationcenter.v1 with parameters of type AggregateAssetsValuesResponse Modifier and Type Method Description AggregateAssetsValuesResponse.Builder
AggregateAssetsValuesResponse.Builder. mergeFrom(AggregateAssetsValuesResponse other)
static AggregateAssetsValuesResponse.Builder
AggregateAssetsValuesResponse. newBuilder(AggregateAssetsValuesResponse prototype)
Method parameters in com.google.cloud.migrationcenter.v1 with type arguments of type AggregateAssetsValuesResponse Modifier and Type Method Description default void
MigrationCenterGrpc.AsyncService. aggregateAssetsValues(AggregateAssetsValuesRequest request, io.grpc.stub.StreamObserver<AggregateAssetsValuesResponse> responseObserver)
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. -
Uses of AggregateAssetsValuesResponse in com.google.cloud.migrationcenter.v1.stub
Methods in com.google.cloud.migrationcenter.v1.stub that return types with arguments of type AggregateAssetsValuesResponse 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.
-