Uses of Class
com.google.cloud.compute.v1.AggregatedListResourcePoliciesRequest
-
Packages that use AggregatedListResourcePoliciesRequest 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 AggregatedListResourcePoliciesRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return AggregatedListResourcePoliciesRequest Modifier and Type Method Description AggregatedListResourcePoliciesRequest
AggregatedListResourcePoliciesRequest.Builder. build()
AggregatedListResourcePoliciesRequest
AggregatedListResourcePoliciesRequest.Builder. buildPartial()
static AggregatedListResourcePoliciesRequest
AggregatedListResourcePoliciesRequest. getDefaultInstance()
AggregatedListResourcePoliciesRequest
AggregatedListResourcePoliciesRequest.Builder. getDefaultInstanceForType()
AggregatedListResourcePoliciesRequest
AggregatedListResourcePoliciesRequest. getDefaultInstanceForType()
static AggregatedListResourcePoliciesRequest
AggregatedListResourcePoliciesRequest. parseDelimitedFrom(InputStream input)
static AggregatedListResourcePoliciesRequest
AggregatedListResourcePoliciesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListResourcePoliciesRequest
AggregatedListResourcePoliciesRequest. parseFrom(byte[] data)
static AggregatedListResourcePoliciesRequest
AggregatedListResourcePoliciesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListResourcePoliciesRequest
AggregatedListResourcePoliciesRequest. parseFrom(com.google.protobuf.ByteString data)
static AggregatedListResourcePoliciesRequest
AggregatedListResourcePoliciesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListResourcePoliciesRequest
AggregatedListResourcePoliciesRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static AggregatedListResourcePoliciesRequest
AggregatedListResourcePoliciesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListResourcePoliciesRequest
AggregatedListResourcePoliciesRequest. parseFrom(InputStream input)
static AggregatedListResourcePoliciesRequest
AggregatedListResourcePoliciesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListResourcePoliciesRequest
AggregatedListResourcePoliciesRequest. parseFrom(ByteBuffer data)
static AggregatedListResourcePoliciesRequest
AggregatedListResourcePoliciesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type AggregatedListResourcePoliciesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AggregatedListResourcePoliciesRequest,ResourcePolicyAggregatedList>
ResourcePoliciesClient. aggregatedListCallable()
Retrieves an aggregated list of resource policies.com.google.api.gax.rpc.UnaryCallable<AggregatedListResourcePoliciesRequest,ResourcePoliciesClient.AggregatedListPagedResponse>
ResourcePoliciesClient. aggregatedListPagedCallable()
Retrieves an aggregated list of resource policies.com.google.api.gax.rpc.PagedCallSettings<AggregatedListResourcePoliciesRequest,ResourcePolicyAggregatedList,ResourcePoliciesClient.AggregatedListPagedResponse>
ResourcePoliciesSettings. aggregatedListSettings()
Returns the object with the settings used for calls to aggregatedList.com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListResourcePoliciesRequest,ResourcePolicyAggregatedList,ResourcePoliciesClient.AggregatedListPagedResponse>
ResourcePoliciesSettings.Builder. aggregatedListSettings()
Returns the builder for the settings used for calls to aggregatedList.com.google.protobuf.Parser<AggregatedListResourcePoliciesRequest>
AggregatedListResourcePoliciesRequest. getParserForType()
static com.google.protobuf.Parser<AggregatedListResourcePoliciesRequest>
AggregatedListResourcePoliciesRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type AggregatedListResourcePoliciesRequest Modifier and Type Method Description ResourcePoliciesClient.AggregatedListPagedResponse
ResourcePoliciesClient. aggregatedList(AggregatedListResourcePoliciesRequest request)
Retrieves an aggregated list of resource policies.AggregatedListResourcePoliciesRequest.Builder
AggregatedListResourcePoliciesRequest.Builder. mergeFrom(AggregatedListResourcePoliciesRequest other)
static AggregatedListResourcePoliciesRequest.Builder
AggregatedListResourcePoliciesRequest. newBuilder(AggregatedListResourcePoliciesRequest prototype)
-
Uses of AggregatedListResourcePoliciesRequest in com.google.cloud.compute.v1.stub
-