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