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 AggregatedListSslCertificatesRequest
AggregatedListSslCertificatesRequest.Builder. build()
AggregatedListSslCertificatesRequest
AggregatedListSslCertificatesRequest.Builder. buildPartial()
static AggregatedListSslCertificatesRequest
AggregatedListSslCertificatesRequest. getDefaultInstance()
AggregatedListSslCertificatesRequest
AggregatedListSslCertificatesRequest.Builder. getDefaultInstanceForType()
AggregatedListSslCertificatesRequest
AggregatedListSslCertificatesRequest. getDefaultInstanceForType()
static AggregatedListSslCertificatesRequest
AggregatedListSslCertificatesRequest. parseDelimitedFrom(InputStream input)
static AggregatedListSslCertificatesRequest
AggregatedListSslCertificatesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListSslCertificatesRequest
AggregatedListSslCertificatesRequest. parseFrom(byte[] data)
static AggregatedListSslCertificatesRequest
AggregatedListSslCertificatesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListSslCertificatesRequest
AggregatedListSslCertificatesRequest. parseFrom(com.google.protobuf.ByteString data)
static AggregatedListSslCertificatesRequest
AggregatedListSslCertificatesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListSslCertificatesRequest
AggregatedListSslCertificatesRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static AggregatedListSslCertificatesRequest
AggregatedListSslCertificatesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListSslCertificatesRequest
AggregatedListSslCertificatesRequest. parseFrom(InputStream input)
static AggregatedListSslCertificatesRequest
AggregatedListSslCertificatesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListSslCertificatesRequest
AggregatedListSslCertificatesRequest. parseFrom(ByteBuffer data)
static AggregatedListSslCertificatesRequest
AggregatedListSslCertificatesRequest. 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.AggregatedListPagedResponse
SslCertificatesClient. aggregatedList(AggregatedListSslCertificatesRequest request)
Retrieves the list of all SslCertificate resources, regional and global, available to the specified project.AggregatedListSslCertificatesRequest.Builder
AggregatedListSslCertificatesRequest.Builder. mergeFrom(AggregatedListSslCertificatesRequest other)
static AggregatedListSslCertificatesRequest.Builder
AggregatedListSslCertificatesRequest. newBuilder(AggregatedListSslCertificatesRequest prototype)
-
Uses of AggregatedListSslCertificatesRequest in com.google.cloud.compute.v1.stub
-