Uses of Class
com.google.cloud.compute.v1.GetTargetSslProxyRequest
-
Packages that use GetTargetSslProxyRequest 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 GetTargetSslProxyRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return GetTargetSslProxyRequest Modifier and Type Method Description GetTargetSslProxyRequest
GetTargetSslProxyRequest.Builder. build()
GetTargetSslProxyRequest
GetTargetSslProxyRequest.Builder. buildPartial()
static GetTargetSslProxyRequest
GetTargetSslProxyRequest. getDefaultInstance()
GetTargetSslProxyRequest
GetTargetSslProxyRequest.Builder. getDefaultInstanceForType()
GetTargetSslProxyRequest
GetTargetSslProxyRequest. getDefaultInstanceForType()
static GetTargetSslProxyRequest
GetTargetSslProxyRequest. parseDelimitedFrom(InputStream input)
static GetTargetSslProxyRequest
GetTargetSslProxyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTargetSslProxyRequest
GetTargetSslProxyRequest. parseFrom(byte[] data)
static GetTargetSslProxyRequest
GetTargetSslProxyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTargetSslProxyRequest
GetTargetSslProxyRequest. parseFrom(com.google.protobuf.ByteString data)
static GetTargetSslProxyRequest
GetTargetSslProxyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTargetSslProxyRequest
GetTargetSslProxyRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetTargetSslProxyRequest
GetTargetSslProxyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTargetSslProxyRequest
GetTargetSslProxyRequest. parseFrom(InputStream input)
static GetTargetSslProxyRequest
GetTargetSslProxyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTargetSslProxyRequest
GetTargetSslProxyRequest. parseFrom(ByteBuffer data)
static GetTargetSslProxyRequest
GetTargetSslProxyRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type GetTargetSslProxyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetTargetSslProxyRequest,TargetSslProxy>
TargetSslProxiesClient. getCallable()
Returns the specified TargetSslProxy resource.com.google.protobuf.Parser<GetTargetSslProxyRequest>
GetTargetSslProxyRequest. 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<GetTargetSslProxyRequest>
GetTargetSslProxyRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type GetTargetSslProxyRequest Modifier and Type Method Description TargetSslProxy
TargetSslProxiesClient. get(GetTargetSslProxyRequest request)
Returns the specified TargetSslProxy resource.GetTargetSslProxyRequest.Builder
GetTargetSslProxyRequest.Builder. mergeFrom(GetTargetSslProxyRequest other)
static GetTargetSslProxyRequest.Builder
GetTargetSslProxyRequest. newBuilder(GetTargetSslProxyRequest prototype)
-
Uses of GetTargetSslProxyRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type GetTargetSslProxyRequest 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.
-