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