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