Uses of Class
com.google.cloud.beyondcorp.appconnections.v1.GetAppConnectionRequest
-
Packages that use GetAppConnectionRequest Package Description com.google.cloud.beyondcorp.appconnections.v1 A client to BeyondCorp APIcom.google.cloud.beyondcorp.appconnections.v1.stub -
-
Uses of GetAppConnectionRequest in com.google.cloud.beyondcorp.appconnections.v1
Methods in com.google.cloud.beyondcorp.appconnections.v1 that return GetAppConnectionRequest Modifier and Type Method Description GetAppConnectionRequestGetAppConnectionRequest.Builder. build()GetAppConnectionRequestGetAppConnectionRequest.Builder. buildPartial()static GetAppConnectionRequestGetAppConnectionRequest. getDefaultInstance()GetAppConnectionRequestGetAppConnectionRequest.Builder. getDefaultInstanceForType()GetAppConnectionRequestGetAppConnectionRequest. getDefaultInstanceForType()static GetAppConnectionRequestGetAppConnectionRequest. parseDelimitedFrom(InputStream input)static GetAppConnectionRequestGetAppConnectionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetAppConnectionRequestGetAppConnectionRequest. parseFrom(byte[] data)static GetAppConnectionRequestGetAppConnectionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetAppConnectionRequestGetAppConnectionRequest. parseFrom(com.google.protobuf.ByteString data)static GetAppConnectionRequestGetAppConnectionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetAppConnectionRequestGetAppConnectionRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetAppConnectionRequestGetAppConnectionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetAppConnectionRequestGetAppConnectionRequest. parseFrom(InputStream input)static GetAppConnectionRequestGetAppConnectionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetAppConnectionRequestGetAppConnectionRequest. parseFrom(ByteBuffer data)static GetAppConnectionRequestGetAppConnectionRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.beyondcorp.appconnections.v1 that return types with arguments of type GetAppConnectionRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetAppConnectionRequest,AppConnection>AppConnectionsServiceClient. getAppConnectionCallable()Gets details of a single AppConnection.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAppConnectionRequest,AppConnection>AppConnectionsServiceSettings.Builder. getAppConnectionSettings()Returns the builder for the settings used for calls to getAppConnection.com.google.api.gax.rpc.UnaryCallSettings<GetAppConnectionRequest,AppConnection>AppConnectionsServiceSettings. getAppConnectionSettings()Returns the object with the settings used for calls to getAppConnection.static io.grpc.MethodDescriptor<GetAppConnectionRequest,AppConnection>AppConnectionsServiceGrpc. getGetAppConnectionMethod()com.google.protobuf.Parser<GetAppConnectionRequest>GetAppConnectionRequest. getParserForType()static com.google.protobuf.Parser<GetAppConnectionRequest>GetAppConnectionRequest. parser()Methods in com.google.cloud.beyondcorp.appconnections.v1 with parameters of type GetAppConnectionRequest Modifier and Type Method Description AppConnectionAppConnectionsServiceClient. getAppConnection(GetAppConnectionRequest request)Gets details of a single AppConnection.AppConnectionAppConnectionsServiceGrpc.AppConnectionsServiceBlockingStub. getAppConnection(GetAppConnectionRequest request)Gets details of a single AppConnection.com.google.common.util.concurrent.ListenableFuture<AppConnection>AppConnectionsServiceGrpc.AppConnectionsServiceFutureStub. getAppConnection(GetAppConnectionRequest request)Gets details of a single AppConnection.voidAppConnectionsServiceGrpc.AppConnectionsServiceStub. getAppConnection(GetAppConnectionRequest request, io.grpc.stub.StreamObserver<AppConnection> responseObserver)Gets details of a single AppConnection.default voidAppConnectionsServiceGrpc.AsyncService. getAppConnection(GetAppConnectionRequest request, io.grpc.stub.StreamObserver<AppConnection> responseObserver)Gets details of a single AppConnection.GetAppConnectionRequest.BuilderGetAppConnectionRequest.Builder. mergeFrom(GetAppConnectionRequest other)static GetAppConnectionRequest.BuilderGetAppConnectionRequest. newBuilder(GetAppConnectionRequest prototype) -
Uses of GetAppConnectionRequest in com.google.cloud.beyondcorp.appconnections.v1.stub
Methods in com.google.cloud.beyondcorp.appconnections.v1.stub that return types with arguments of type GetAppConnectionRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetAppConnectionRequest,AppConnection>AppConnectionsServiceStub. getAppConnectionCallable()com.google.api.gax.rpc.UnaryCallable<GetAppConnectionRequest,AppConnection>GrpcAppConnectionsServiceStub. getAppConnectionCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAppConnectionRequest,AppConnection>AppConnectionsServiceStubSettings.Builder. getAppConnectionSettings()Returns the builder for the settings used for calls to getAppConnection.com.google.api.gax.rpc.UnaryCallSettings<GetAppConnectionRequest,AppConnection>AppConnectionsServiceStubSettings. getAppConnectionSettings()Returns the object with the settings used for calls to getAppConnection.
-