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