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