Uses of Class
com.google.cloud.compute.v1.AggregatedListGlobalOperationsRequest
-
Packages that use AggregatedListGlobalOperationsRequest Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples.com.google.cloud.compute.v1.stub -
-
Uses of AggregatedListGlobalOperationsRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return AggregatedListGlobalOperationsRequest Modifier and Type Method Description AggregatedListGlobalOperationsRequest
AggregatedListGlobalOperationsRequest.Builder. build()
AggregatedListGlobalOperationsRequest
AggregatedListGlobalOperationsRequest.Builder. buildPartial()
static AggregatedListGlobalOperationsRequest
AggregatedListGlobalOperationsRequest. getDefaultInstance()
AggregatedListGlobalOperationsRequest
AggregatedListGlobalOperationsRequest.Builder. getDefaultInstanceForType()
AggregatedListGlobalOperationsRequest
AggregatedListGlobalOperationsRequest. getDefaultInstanceForType()
static AggregatedListGlobalOperationsRequest
AggregatedListGlobalOperationsRequest. parseDelimitedFrom(InputStream input)
static AggregatedListGlobalOperationsRequest
AggregatedListGlobalOperationsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListGlobalOperationsRequest
AggregatedListGlobalOperationsRequest. parseFrom(byte[] data)
static AggregatedListGlobalOperationsRequest
AggregatedListGlobalOperationsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListGlobalOperationsRequest
AggregatedListGlobalOperationsRequest. parseFrom(com.google.protobuf.ByteString data)
static AggregatedListGlobalOperationsRequest
AggregatedListGlobalOperationsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListGlobalOperationsRequest
AggregatedListGlobalOperationsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static AggregatedListGlobalOperationsRequest
AggregatedListGlobalOperationsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListGlobalOperationsRequest
AggregatedListGlobalOperationsRequest. parseFrom(InputStream input)
static AggregatedListGlobalOperationsRequest
AggregatedListGlobalOperationsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListGlobalOperationsRequest
AggregatedListGlobalOperationsRequest. parseFrom(ByteBuffer data)
static AggregatedListGlobalOperationsRequest
AggregatedListGlobalOperationsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type AggregatedListGlobalOperationsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AggregatedListGlobalOperationsRequest,OperationAggregatedList>
GlobalOperationsClient. aggregatedListCallable()
Retrieves an aggregated list of all operations.com.google.api.gax.rpc.UnaryCallable<AggregatedListGlobalOperationsRequest,GlobalOperationsClient.AggregatedListPagedResponse>
GlobalOperationsClient. aggregatedListPagedCallable()
Retrieves an aggregated list of all operations.com.google.api.gax.rpc.PagedCallSettings<AggregatedListGlobalOperationsRequest,OperationAggregatedList,GlobalOperationsClient.AggregatedListPagedResponse>
GlobalOperationsSettings. aggregatedListSettings()
Returns the object with the settings used for calls to aggregatedList.com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListGlobalOperationsRequest,OperationAggregatedList,GlobalOperationsClient.AggregatedListPagedResponse>
GlobalOperationsSettings.Builder. aggregatedListSettings()
Returns the builder for the settings used for calls to aggregatedList.com.google.protobuf.Parser<AggregatedListGlobalOperationsRequest>
AggregatedListGlobalOperationsRequest. getParserForType()
static com.google.protobuf.Parser<AggregatedListGlobalOperationsRequest>
AggregatedListGlobalOperationsRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type AggregatedListGlobalOperationsRequest Modifier and Type Method Description GlobalOperationsClient.AggregatedListPagedResponse
GlobalOperationsClient. aggregatedList(AggregatedListGlobalOperationsRequest request)
Retrieves an aggregated list of all operations.AggregatedListGlobalOperationsRequest.Builder
AggregatedListGlobalOperationsRequest.Builder. mergeFrom(AggregatedListGlobalOperationsRequest other)
static AggregatedListGlobalOperationsRequest.Builder
AggregatedListGlobalOperationsRequest. newBuilder(AggregatedListGlobalOperationsRequest prototype)
-
Uses of AggregatedListGlobalOperationsRequest in com.google.cloud.compute.v1.stub
-