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