Uses of Class
com.google.cloud.beyondcorp.appgateways.v1.GetAppGatewayRequest
-
Packages that use GetAppGatewayRequest Package Description com.google.cloud.beyondcorp.appgateways.v1 A client to BeyondCorp APIcom.google.cloud.beyondcorp.appgateways.v1.stub -
-
Uses of GetAppGatewayRequest in com.google.cloud.beyondcorp.appgateways.v1
Methods in com.google.cloud.beyondcorp.appgateways.v1 that return GetAppGatewayRequest Modifier and Type Method Description GetAppGatewayRequest
GetAppGatewayRequest.Builder. build()
GetAppGatewayRequest
GetAppGatewayRequest.Builder. buildPartial()
static GetAppGatewayRequest
GetAppGatewayRequest. getDefaultInstance()
GetAppGatewayRequest
GetAppGatewayRequest.Builder. getDefaultInstanceForType()
GetAppGatewayRequest
GetAppGatewayRequest. getDefaultInstanceForType()
static GetAppGatewayRequest
GetAppGatewayRequest. parseDelimitedFrom(InputStream input)
static GetAppGatewayRequest
GetAppGatewayRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetAppGatewayRequest
GetAppGatewayRequest. parseFrom(byte[] data)
static GetAppGatewayRequest
GetAppGatewayRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetAppGatewayRequest
GetAppGatewayRequest. parseFrom(com.google.protobuf.ByteString data)
static GetAppGatewayRequest
GetAppGatewayRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetAppGatewayRequest
GetAppGatewayRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetAppGatewayRequest
GetAppGatewayRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetAppGatewayRequest
GetAppGatewayRequest. parseFrom(InputStream input)
static GetAppGatewayRequest
GetAppGatewayRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetAppGatewayRequest
GetAppGatewayRequest. parseFrom(ByteBuffer data)
static GetAppGatewayRequest
GetAppGatewayRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.beyondcorp.appgateways.v1 that return types with arguments of type GetAppGatewayRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetAppGatewayRequest,AppGateway>
AppGatewaysServiceClient. getAppGatewayCallable()
Gets details of a single AppGateway.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAppGatewayRequest,AppGateway>
AppGatewaysServiceSettings.Builder. getAppGatewaySettings()
Returns the builder for the settings used for calls to getAppGateway.com.google.api.gax.rpc.UnaryCallSettings<GetAppGatewayRequest,AppGateway>
AppGatewaysServiceSettings. getAppGatewaySettings()
Returns the object with the settings used for calls to getAppGateway.static io.grpc.MethodDescriptor<GetAppGatewayRequest,AppGateway>
AppGatewaysServiceGrpc. getGetAppGatewayMethod()
com.google.protobuf.Parser<GetAppGatewayRequest>
GetAppGatewayRequest. getParserForType()
static com.google.protobuf.Parser<GetAppGatewayRequest>
GetAppGatewayRequest. parser()
Methods in com.google.cloud.beyondcorp.appgateways.v1 with parameters of type GetAppGatewayRequest Modifier and Type Method Description AppGateway
AppGatewaysServiceClient. getAppGateway(GetAppGatewayRequest request)
Gets details of a single AppGateway.AppGateway
AppGatewaysServiceGrpc.AppGatewaysServiceBlockingStub. getAppGateway(GetAppGatewayRequest request)
Gets details of a single AppGateway.com.google.common.util.concurrent.ListenableFuture<AppGateway>
AppGatewaysServiceGrpc.AppGatewaysServiceFutureStub. getAppGateway(GetAppGatewayRequest request)
Gets details of a single AppGateway.void
AppGatewaysServiceGrpc.AppGatewaysServiceStub. getAppGateway(GetAppGatewayRequest request, io.grpc.stub.StreamObserver<AppGateway> responseObserver)
Gets details of a single AppGateway.default void
AppGatewaysServiceGrpc.AsyncService. getAppGateway(GetAppGatewayRequest request, io.grpc.stub.StreamObserver<AppGateway> responseObserver)
Gets details of a single AppGateway.GetAppGatewayRequest.Builder
GetAppGatewayRequest.Builder. mergeFrom(GetAppGatewayRequest other)
static GetAppGatewayRequest.Builder
GetAppGatewayRequest. newBuilder(GetAppGatewayRequest prototype)
-
Uses of GetAppGatewayRequest in com.google.cloud.beyondcorp.appgateways.v1.stub
Methods in com.google.cloud.beyondcorp.appgateways.v1.stub that return types with arguments of type GetAppGatewayRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetAppGatewayRequest,AppGateway>
AppGatewaysServiceStub. getAppGatewayCallable()
com.google.api.gax.rpc.UnaryCallable<GetAppGatewayRequest,AppGateway>
GrpcAppGatewaysServiceStub. getAppGatewayCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetAppGatewayRequest,AppGateway>
AppGatewaysServiceStubSettings.Builder. getAppGatewaySettings()
Returns the builder for the settings used for calls to getAppGateway.com.google.api.gax.rpc.UnaryCallSettings<GetAppGatewayRequest,AppGateway>
AppGatewaysServiceStubSettings. getAppGatewaySettings()
Returns the object with the settings used for calls to getAppGateway.
-