Interface InstanceTypeServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface InstanceTypeServiceAsync.WithRawResponseA view of InstanceTypeServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract InstanceTypeServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<InstanceTypeListResponse>>list()Returns a raw HTTP response for get /compute/v1/instance-types, but is otherwise the same as InstanceTypeServiceAsync.list.abstract CompletableFuture<HttpResponseFor<InstanceTypeListResponse>>list(InstanceTypeListParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<InstanceTypeListResponse>>list(InstanceTypeListParams params)CompletableFuture<HttpResponseFor<InstanceTypeListResponse>>list(RequestOptions requestOptions)-
-
Method Detail
-
withOptions
abstract InstanceTypeServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
list
CompletableFuture<HttpResponseFor<InstanceTypeListResponse>> list()
Returns a raw HTTP response for
get /compute/v1/instance-types, but is otherwise the same as InstanceTypeServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<InstanceTypeListResponse>> list(InstanceTypeListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<InstanceTypeListResponse>> list(InstanceTypeListParams params)
-
list
CompletableFuture<HttpResponseFor<InstanceTypeListResponse>> list(RequestOptions requestOptions)
-
-
-
-