Uses of Class
com.google.cloud.compute.v1.SecurityPoliciesAggregatedList
-
Packages that use SecurityPoliciesAggregatedList 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 SecurityPoliciesAggregatedList in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return SecurityPoliciesAggregatedList Modifier and Type Method Description SecurityPoliciesAggregatedList
SecurityPoliciesAggregatedList.Builder. build()
SecurityPoliciesAggregatedList
SecurityPoliciesAggregatedList.Builder. buildPartial()
static SecurityPoliciesAggregatedList
SecurityPoliciesAggregatedList. getDefaultInstance()
SecurityPoliciesAggregatedList
SecurityPoliciesAggregatedList.Builder. getDefaultInstanceForType()
SecurityPoliciesAggregatedList
SecurityPoliciesAggregatedList. getDefaultInstanceForType()
static SecurityPoliciesAggregatedList
SecurityPoliciesAggregatedList. parseDelimitedFrom(InputStream input)
static SecurityPoliciesAggregatedList
SecurityPoliciesAggregatedList. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SecurityPoliciesAggregatedList
SecurityPoliciesAggregatedList. parseFrom(byte[] data)
static SecurityPoliciesAggregatedList
SecurityPoliciesAggregatedList. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SecurityPoliciesAggregatedList
SecurityPoliciesAggregatedList. parseFrom(com.google.protobuf.ByteString data)
static SecurityPoliciesAggregatedList
SecurityPoliciesAggregatedList. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SecurityPoliciesAggregatedList
SecurityPoliciesAggregatedList. parseFrom(com.google.protobuf.CodedInputStream input)
static SecurityPoliciesAggregatedList
SecurityPoliciesAggregatedList. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SecurityPoliciesAggregatedList
SecurityPoliciesAggregatedList. parseFrom(InputStream input)
static SecurityPoliciesAggregatedList
SecurityPoliciesAggregatedList. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SecurityPoliciesAggregatedList
SecurityPoliciesAggregatedList. parseFrom(ByteBuffer data)
static SecurityPoliciesAggregatedList
SecurityPoliciesAggregatedList. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type SecurityPoliciesAggregatedList 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.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<SecurityPoliciesAggregatedList>
SecurityPoliciesAggregatedList. getParserForType()
static com.google.protobuf.Parser<SecurityPoliciesAggregatedList>
SecurityPoliciesAggregatedList. parser()
Methods in com.google.cloud.compute.v1 with parameters of type SecurityPoliciesAggregatedList Modifier and Type Method Description protected SecurityPoliciesClient.AggregatedListPage
SecurityPoliciesClient.AggregatedListPage. createPage(com.google.api.gax.rpc.PageContext<AggregatedListSecurityPoliciesRequest,SecurityPoliciesAggregatedList,Map.Entry<String,SecurityPoliciesScopedList>> context, SecurityPoliciesAggregatedList response)
SecurityPoliciesAggregatedList.Builder
SecurityPoliciesAggregatedList.Builder. mergeFrom(SecurityPoliciesAggregatedList other)
static SecurityPoliciesAggregatedList.Builder
SecurityPoliciesAggregatedList. newBuilder(SecurityPoliciesAggregatedList prototype)
-
Uses of SecurityPoliciesAggregatedList in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type SecurityPoliciesAggregatedList Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AggregatedListSecurityPoliciesRequest,SecurityPoliciesAggregatedList>
HttpJsonSecurityPoliciesStub. aggregatedListCallable()
com.google.api.gax.rpc.UnaryCallable<AggregatedListSecurityPoliciesRequest,SecurityPoliciesAggregatedList>
SecurityPoliciesStub. aggregatedListCallable()
com.google.api.gax.rpc.PagedCallSettings<AggregatedListSecurityPoliciesRequest,SecurityPoliciesAggregatedList,SecurityPoliciesClient.AggregatedListPagedResponse>
SecurityPoliciesStubSettings. aggregatedListSettings()
Returns the object with the settings used for calls to aggregatedList.com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListSecurityPoliciesRequest,SecurityPoliciesAggregatedList,SecurityPoliciesClient.AggregatedListPagedResponse>
SecurityPoliciesStubSettings.Builder. aggregatedListSettings()
Returns the builder for the settings used for calls to aggregatedList.
-