Uses of Class
com.google.cloud.support.v2.stub.CommentServiceStubSettings
-
Packages that use CommentServiceStubSettings Package Description com.google.cloud.support.v2 A client to Google Cloud Support APIcom.google.cloud.support.v2.stub -
-
Uses of CommentServiceStubSettings in com.google.cloud.support.v2
Methods in com.google.cloud.support.v2 with parameters of type CommentServiceStubSettings Modifier and Type Method Description static CommentServiceSettingsCommentServiceSettings. create(CommentServiceStubSettings stub) -
Uses of CommentServiceStubSettings in com.google.cloud.support.v2.stub
Methods in com.google.cloud.support.v2.stub that return CommentServiceStubSettings Modifier and Type Method Description CommentServiceStubSettingsCommentServiceStubSettings.Builder. build()Methods in com.google.cloud.support.v2.stub with parameters of type CommentServiceStubSettings Modifier and Type Method Description static GrpcCommentServiceStubGrpcCommentServiceStub. create(CommentServiceStubSettings settings)static HttpJsonCommentServiceStubHttpJsonCommentServiceStub. create(CommentServiceStubSettings settings)Constructors in com.google.cloud.support.v2.stub with parameters of type CommentServiceStubSettings Constructor Description Builder(CommentServiceStubSettings settings)GrpcCommentServiceStub(CommentServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)Constructs an instance of GrpcCommentServiceStub, using the given settings.GrpcCommentServiceStub(CommentServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)Constructs an instance of GrpcCommentServiceStub, using the given settings.HttpJsonCommentServiceStub(CommentServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)Constructs an instance of HttpJsonCommentServiceStub, using the given settings.HttpJsonCommentServiceStub(CommentServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)Constructs an instance of HttpJsonCommentServiceStub, using the given settings.
-