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