Uses of Class
com.google.cloud.compute.v1.TargetSslProxy
-
Packages that use TargetSslProxy 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 TargetSslProxy in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return TargetSslProxy Modifier and Type Method Description TargetSslProxy
TargetSslProxy.Builder. build()
TargetSslProxy
TargetSslProxy.Builder. buildPartial()
TargetSslProxy
TargetSslProxiesClient. get(GetTargetSslProxyRequest request)
Returns the specified TargetSslProxy resource.TargetSslProxy
TargetSslProxiesClient. get(String project, String targetSslProxy)
Returns the specified TargetSslProxy resource.static TargetSslProxy
TargetSslProxy. getDefaultInstance()
TargetSslProxy
TargetSslProxy.Builder. getDefaultInstanceForType()
TargetSslProxy
TargetSslProxy. getDefaultInstanceForType()
TargetSslProxy
TargetSslProxyList.Builder. getItems(int index)
A list of TargetSslProxy resources.TargetSslProxy
TargetSslProxyList. getItems(int index)
A list of TargetSslProxy resources.TargetSslProxy
TargetSslProxyListOrBuilder. getItems(int index)
A list of TargetSslProxy resources.TargetSslProxy
InsertTargetSslProxyRequest.Builder. getTargetSslProxyResource()
The body resource for this requestTargetSslProxy
InsertTargetSslProxyRequest. getTargetSslProxyResource()
The body resource for this requestTargetSslProxy
InsertTargetSslProxyRequestOrBuilder. getTargetSslProxyResource()
The body resource for this requeststatic TargetSslProxy
TargetSslProxy. parseDelimitedFrom(InputStream input)
static TargetSslProxy
TargetSslProxy. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TargetSslProxy
TargetSslProxy. parseFrom(byte[] data)
static TargetSslProxy
TargetSslProxy. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TargetSslProxy
TargetSslProxy. parseFrom(com.google.protobuf.ByteString data)
static TargetSslProxy
TargetSslProxy. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TargetSslProxy
TargetSslProxy. parseFrom(com.google.protobuf.CodedInputStream input)
static TargetSslProxy
TargetSslProxy. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TargetSslProxy
TargetSslProxy. parseFrom(InputStream input)
static TargetSslProxy
TargetSslProxy. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TargetSslProxy
TargetSslProxy. parseFrom(ByteBuffer data)
static TargetSslProxy
TargetSslProxy. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type TargetSslProxy Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetTargetSslProxyRequest,TargetSslProxy>
TargetSslProxiesClient. getCallable()
Returns the specified TargetSslProxy resource.List<TargetSslProxy>
TargetSslProxyList.Builder. getItemsList()
A list of TargetSslProxy resources.List<TargetSslProxy>
TargetSslProxyList. getItemsList()
A list of TargetSslProxy resources.List<TargetSslProxy>
TargetSslProxyListOrBuilder. getItemsList()
A list of TargetSslProxy resources.com.google.protobuf.Parser<TargetSslProxy>
TargetSslProxy. getParserForType()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTargetSslProxyRequest,TargetSslProxy>
TargetSslProxiesSettings.Builder. getSettings()
Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetTargetSslProxyRequest,TargetSslProxy>
TargetSslProxiesSettings. getSettings()
Returns the object with the settings used for calls to get.static com.google.protobuf.Parser<TargetSslProxy>
TargetSslProxy. parser()
Methods in com.google.cloud.compute.v1 with parameters of type TargetSslProxy Modifier and Type Method Description TargetSslProxyList.Builder
TargetSslProxyList.Builder. addItems(int index, TargetSslProxy value)
A list of TargetSslProxy resources.TargetSslProxyList.Builder
TargetSslProxyList.Builder. addItems(TargetSslProxy value)
A list of TargetSslProxy resources.com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
TargetSslProxiesClient. insertAsync(String project, TargetSslProxy targetSslProxyResource)
Creates a TargetSslProxy resource in the specified project using the data included in the request.TargetSslProxy.Builder
TargetSslProxy.Builder. mergeFrom(TargetSslProxy other)
InsertTargetSslProxyRequest.Builder
InsertTargetSslProxyRequest.Builder. mergeTargetSslProxyResource(TargetSslProxy value)
The body resource for this requeststatic TargetSslProxy.Builder
TargetSslProxy. newBuilder(TargetSslProxy prototype)
TargetSslProxyList.Builder
TargetSslProxyList.Builder. setItems(int index, TargetSslProxy value)
A list of TargetSslProxy resources.InsertTargetSslProxyRequest.Builder
InsertTargetSslProxyRequest.Builder. setTargetSslProxyResource(TargetSslProxy value)
The body resource for this requestMethod parameters in com.google.cloud.compute.v1 with type arguments of type TargetSslProxy Modifier and Type Method Description TargetSslProxyList.Builder
TargetSslProxyList.Builder. addAllItems(Iterable<? extends TargetSslProxy> values)
A list of TargetSslProxy resources.static com.google.api.core.ApiFuture<TargetSslProxiesClient.ListPagedResponse>
TargetSslProxiesClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListTargetSslProxiesRequest,TargetSslProxyList,TargetSslProxy> context, com.google.api.core.ApiFuture<TargetSslProxyList> futureResponse)
protected TargetSslProxiesClient.ListPage
TargetSslProxiesClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListTargetSslProxiesRequest,TargetSslProxyList,TargetSslProxy> context, TargetSslProxyList response)
com.google.api.core.ApiFuture<TargetSslProxiesClient.ListPage>
TargetSslProxiesClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListTargetSslProxiesRequest,TargetSslProxyList,TargetSslProxy> context, com.google.api.core.ApiFuture<TargetSslProxyList> futureResponse)
-
Uses of TargetSslProxy in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type TargetSslProxy Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetTargetSslProxyRequest,TargetSslProxy>
HttpJsonTargetSslProxiesStub. getCallable()
com.google.api.gax.rpc.UnaryCallable<GetTargetSslProxyRequest,TargetSslProxy>
TargetSslProxiesStub. getCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTargetSslProxyRequest,TargetSslProxy>
TargetSslProxiesStubSettings.Builder. getSettings()
Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetTargetSslProxyRequest,TargetSslProxy>
TargetSslProxiesStubSettings. getSettings()
Returns the object with the settings used for calls to get.
-