Package flyteidl.service
Class AuthMetadataServiceGrpc
- java.lang.Object
-
- flyteidl.service.AuthMetadataServiceGrpc
-
@Generated(value="by gRPC proto compiler (version 1.46.0)", comments="Source: flyteidl/service/auth.proto") public final class AuthMetadataServiceGrpc extends ObjectThe following defines an RPC service that is also served over HTTP via grpc-gateway. Standard response codes for both are defined here: https://github.com/grpc-ecosystem/grpc-gateway/blob/master/runtime/errors.go RPCs defined in this service must be anonymously accessible.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classAuthMetadataServiceGrpc.AuthMetadataServiceBaseDescriptorSupplierstatic classAuthMetadataServiceGrpc.AuthMetadataServiceBlockingStubThe following defines an RPC service that is also served over HTTP via grpc-gateway.private static classAuthMetadataServiceGrpc.AuthMetadataServiceFileDescriptorSupplierstatic classAuthMetadataServiceGrpc.AuthMetadataServiceFutureStubThe following defines an RPC service that is also served over HTTP via grpc-gateway.static classAuthMetadataServiceGrpc.AuthMetadataServiceImplBaseThe following defines an RPC service that is also served over HTTP via grpc-gateway.private static classAuthMetadataServiceGrpc.AuthMetadataServiceMethodDescriptorSupplierstatic classAuthMetadataServiceGrpc.AuthMetadataServiceStubThe following defines an RPC service that is also served over HTTP via grpc-gateway.private static classAuthMetadataServiceGrpc.MethodHandlers<Req,Resp>
-
Field Summary
Fields Modifier and Type Field Description private static io.grpc.MethodDescriptor<Auth.OAuth2MetadataRequest,Auth.OAuth2MetadataResponse>getGetOAuth2MetadataMethodprivate static io.grpc.MethodDescriptor<Auth.PublicClientAuthConfigRequest,Auth.PublicClientAuthConfigResponse>getGetPublicClientConfigMethodprivate static intMETHODID_GET_OAUTH2METADATAprivate static intMETHODID_GET_PUBLIC_CLIENT_CONFIGstatic StringSERVICE_NAMEprivate static io.grpc.ServiceDescriptorserviceDescriptor
-
Constructor Summary
Constructors Modifier Constructor Description privateAuthMetadataServiceGrpc()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.MethodDescriptor<Auth.OAuth2MetadataRequest,Auth.OAuth2MetadataResponse>getGetOAuth2MetadataMethod()static io.grpc.MethodDescriptor<Auth.PublicClientAuthConfigRequest,Auth.PublicClientAuthConfigResponse>getGetPublicClientConfigMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static AuthMetadataServiceGrpc.AuthMetadataServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic AuthMetadataServiceGrpc.AuthMetadataServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic AuthMetadataServiceGrpc.AuthMetadataServiceStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
getGetOAuth2MetadataMethod
private static volatile io.grpc.MethodDescriptor<Auth.OAuth2MetadataRequest,Auth.OAuth2MetadataResponse> getGetOAuth2MetadataMethod
-
getGetPublicClientConfigMethod
private static volatile io.grpc.MethodDescriptor<Auth.PublicClientAuthConfigRequest,Auth.PublicClientAuthConfigResponse> getGetPublicClientConfigMethod
-
METHODID_GET_OAUTH2METADATA
private static final int METHODID_GET_OAUTH2METADATA
- See Also:
- Constant Field Values
-
METHODID_GET_PUBLIC_CLIENT_CONFIG
private static final int METHODID_GET_PUBLIC_CLIENT_CONFIG
- See Also:
- Constant Field Values
-
serviceDescriptor
private static volatile io.grpc.ServiceDescriptor serviceDescriptor
-
-
Method Detail
-
getGetOAuth2MetadataMethod
public static io.grpc.MethodDescriptor<Auth.OAuth2MetadataRequest,Auth.OAuth2MetadataResponse> getGetOAuth2MetadataMethod()
-
getGetPublicClientConfigMethod
public static io.grpc.MethodDescriptor<Auth.PublicClientAuthConfigRequest,Auth.PublicClientAuthConfigResponse> getGetPublicClientConfigMethod()
-
newStub
public static AuthMetadataServiceGrpc.AuthMetadataServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static AuthMetadataServiceGrpc.AuthMetadataServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static AuthMetadataServiceGrpc.AuthMetadataServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-