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