| Package | Description |
|---|---|
| com.google.cloud |
Core classes for the
gcloud-java library. |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpServiceOptions<ServiceT extends Service<OptionsT>,ServiceRpcT,OptionsT extends HttpServiceOptions<ServiceT,ServiceRpcT,OptionsT>>
Abstract class representing service options for those services that use HTTP as the transport
layer.
|
protected static class |
HttpServiceOptions.Builder<ServiceT extends Service<OptionsT>,ServiceRpcT,OptionsT extends HttpServiceOptions<ServiceT,ServiceRpcT,OptionsT>,B extends HttpServiceOptions.Builder<ServiceT,ServiceRpcT,OptionsT,B>>
Builder for
HttpServiceOptions. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract HttpServiceOptions<ServiceT,ServiceRpcT,OptionsT> |
HttpServiceOptions.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
HttpServiceOptions.baseEquals(HttpServiceOptions<?,?,?> other) |
| Constructor and Description |
|---|
HttpServiceOptions.Builder(HttpServiceOptions<ServiceT,ServiceRpcT,OptionsT> options) |
Copyright © 2016 Google. All rights reserved.