Uses of Class
com.google.cloud.compute.v1.ResourcePolicyList
-
Packages that use ResourcePolicyList 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 ResourcePolicyList in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return ResourcePolicyList Modifier and Type Method Description ResourcePolicyList
ResourcePolicyList.Builder. build()
ResourcePolicyList
ResourcePolicyList.Builder. buildPartial()
static ResourcePolicyList
ResourcePolicyList. getDefaultInstance()
ResourcePolicyList
ResourcePolicyList.Builder. getDefaultInstanceForType()
ResourcePolicyList
ResourcePolicyList. getDefaultInstanceForType()
static ResourcePolicyList
ResourcePolicyList. parseDelimitedFrom(InputStream input)
static ResourcePolicyList
ResourcePolicyList. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ResourcePolicyList
ResourcePolicyList. parseFrom(byte[] data)
static ResourcePolicyList
ResourcePolicyList. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ResourcePolicyList
ResourcePolicyList. parseFrom(com.google.protobuf.ByteString data)
static ResourcePolicyList
ResourcePolicyList. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ResourcePolicyList
ResourcePolicyList. parseFrom(com.google.protobuf.CodedInputStream input)
static ResourcePolicyList
ResourcePolicyList. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ResourcePolicyList
ResourcePolicyList. parseFrom(InputStream input)
static ResourcePolicyList
ResourcePolicyList. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ResourcePolicyList
ResourcePolicyList. parseFrom(ByteBuffer data)
static ResourcePolicyList
ResourcePolicyList. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type ResourcePolicyList Modifier and Type Method Description com.google.protobuf.Parser<ResourcePolicyList>
ResourcePolicyList. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListResourcePoliciesRequest,ResourcePolicyList>
ResourcePoliciesClient. listCallable()
A list all the resource policies that have been configured for the specified project in specified region.com.google.api.gax.rpc.PagedCallSettings.Builder<ListResourcePoliciesRequest,ResourcePolicyList,ResourcePoliciesClient.ListPagedResponse>
ResourcePoliciesSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListResourcePoliciesRequest,ResourcePolicyList,ResourcePoliciesClient.ListPagedResponse>
ResourcePoliciesSettings. listSettings()
Returns the object with the settings used for calls to list.static com.google.protobuf.Parser<ResourcePolicyList>
ResourcePolicyList. parser()
Methods in com.google.cloud.compute.v1 with parameters of type ResourcePolicyList Modifier and Type Method Description protected ResourcePoliciesClient.ListPage
ResourcePoliciesClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListResourcePoliciesRequest,ResourcePolicyList,ResourcePolicy> context, ResourcePolicyList response)
ResourcePolicyList.Builder
ResourcePolicyList.Builder. mergeFrom(ResourcePolicyList other)
static ResourcePolicyList.Builder
ResourcePolicyList. newBuilder(ResourcePolicyList prototype)
Method parameters in com.google.cloud.compute.v1 with type arguments of type ResourcePolicyList Modifier and Type Method Description static com.google.api.core.ApiFuture<ResourcePoliciesClient.ListPagedResponse>
ResourcePoliciesClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListResourcePoliciesRequest,ResourcePolicyList,ResourcePolicy> context, com.google.api.core.ApiFuture<ResourcePolicyList> futureResponse)
static com.google.api.core.ApiFuture<ResourcePoliciesClient.ListPagedResponse>
ResourcePoliciesClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListResourcePoliciesRequest,ResourcePolicyList,ResourcePolicy> context, com.google.api.core.ApiFuture<ResourcePolicyList> futureResponse)
protected ResourcePoliciesClient.ListPage
ResourcePoliciesClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListResourcePoliciesRequest,ResourcePolicyList,ResourcePolicy> context, ResourcePolicyList response)
com.google.api.core.ApiFuture<ResourcePoliciesClient.ListPage>
ResourcePoliciesClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListResourcePoliciesRequest,ResourcePolicyList,ResourcePolicy> context, com.google.api.core.ApiFuture<ResourcePolicyList> futureResponse)
com.google.api.core.ApiFuture<ResourcePoliciesClient.ListPage>
ResourcePoliciesClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListResourcePoliciesRequest,ResourcePolicyList,ResourcePolicy> context, com.google.api.core.ApiFuture<ResourcePolicyList> futureResponse)
-
Uses of ResourcePolicyList in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type ResourcePolicyList Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListResourcePoliciesRequest,ResourcePolicyList>
HttpJsonResourcePoliciesStub. listCallable()
com.google.api.gax.rpc.UnaryCallable<ListResourcePoliciesRequest,ResourcePolicyList>
ResourcePoliciesStub. listCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListResourcePoliciesRequest,ResourcePolicyList,ResourcePoliciesClient.ListPagedResponse>
ResourcePoliciesStubSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListResourcePoliciesRequest,ResourcePolicyList,ResourcePoliciesClient.ListPagedResponse>
ResourcePoliciesStubSettings. listSettings()
Returns the object with the settings used for calls to list.
-