Uses of Class
flyteidl.service.Auth.OAuth2MetadataRequest
-
Packages that use Auth.OAuth2MetadataRequest Package Description flyteidl.service -
-
Uses of Auth.OAuth2MetadataRequest in flyteidl.service
Fields in flyteidl.service declared as Auth.OAuth2MetadataRequest Modifier and Type Field Description private static Auth.OAuth2MetadataRequestAuth.OAuth2MetadataRequest. DEFAULT_INSTANCEFields in flyteidl.service with type parameters of type Auth.OAuth2MetadataRequest Modifier and Type Field Description private static io.grpc.MethodDescriptor<Auth.OAuth2MetadataRequest,Auth.OAuth2MetadataResponse>AuthMetadataServiceGrpc. getGetOAuth2MetadataMethodprivate static com.google.protobuf.Parser<Auth.OAuth2MetadataRequest>Auth.OAuth2MetadataRequest. PARSERMethods in flyteidl.service that return Auth.OAuth2MetadataRequest Modifier and Type Method Description Auth.OAuth2MetadataRequestAuth.OAuth2MetadataRequest.Builder. build()Auth.OAuth2MetadataRequestAuth.OAuth2MetadataRequest.Builder. buildPartial()static Auth.OAuth2MetadataRequestAuth.OAuth2MetadataRequest. getDefaultInstance()Auth.OAuth2MetadataRequestAuth.OAuth2MetadataRequest.Builder. getDefaultInstanceForType()Auth.OAuth2MetadataRequestAuth.OAuth2MetadataRequest. getDefaultInstanceForType()static Auth.OAuth2MetadataRequestAuth.OAuth2MetadataRequest. parseDelimitedFrom(InputStream input)static Auth.OAuth2MetadataRequestAuth.OAuth2MetadataRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Auth.OAuth2MetadataRequestAuth.OAuth2MetadataRequest. parseFrom(byte[] data)static Auth.OAuth2MetadataRequestAuth.OAuth2MetadataRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Auth.OAuth2MetadataRequestAuth.OAuth2MetadataRequest. parseFrom(com.google.protobuf.ByteString data)static Auth.OAuth2MetadataRequestAuth.OAuth2MetadataRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Auth.OAuth2MetadataRequestAuth.OAuth2MetadataRequest. parseFrom(com.google.protobuf.CodedInputStream input)static Auth.OAuth2MetadataRequestAuth.OAuth2MetadataRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Auth.OAuth2MetadataRequestAuth.OAuth2MetadataRequest. parseFrom(InputStream input)static Auth.OAuth2MetadataRequestAuth.OAuth2MetadataRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Auth.OAuth2MetadataRequestAuth.OAuth2MetadataRequest. parseFrom(ByteBuffer data)static Auth.OAuth2MetadataRequestAuth.OAuth2MetadataRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in flyteidl.service that return types with arguments of type Auth.OAuth2MetadataRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<Auth.OAuth2MetadataRequest,Auth.OAuth2MetadataResponse>AuthMetadataServiceGrpc. getGetOAuth2MetadataMethod()com.google.protobuf.Parser<Auth.OAuth2MetadataRequest>Auth.OAuth2MetadataRequest. getParserForType()static com.google.protobuf.Parser<Auth.OAuth2MetadataRequest>Auth.OAuth2MetadataRequest. parser()Methods in flyteidl.service with parameters of type Auth.OAuth2MetadataRequest Modifier and Type Method Description Auth.OAuth2MetadataResponseAuthMetadataServiceGrpc.AuthMetadataServiceBlockingStub. getOAuth2Metadata(Auth.OAuth2MetadataRequest request)Anonymously accessible.com.google.common.util.concurrent.ListenableFuture<Auth.OAuth2MetadataResponse>AuthMetadataServiceGrpc.AuthMetadataServiceFutureStub. getOAuth2Metadata(Auth.OAuth2MetadataRequest request)Anonymously accessible.voidAuthMetadataServiceGrpc.AuthMetadataServiceImplBase. getOAuth2Metadata(Auth.OAuth2MetadataRequest request, io.grpc.stub.StreamObserver<Auth.OAuth2MetadataResponse> responseObserver)Anonymously accessible.voidAuthMetadataServiceGrpc.AuthMetadataServiceStub. getOAuth2Metadata(Auth.OAuth2MetadataRequest request, io.grpc.stub.StreamObserver<Auth.OAuth2MetadataResponse> responseObserver)Anonymously accessible.Auth.OAuth2MetadataRequest.BuilderAuth.OAuth2MetadataRequest.Builder. mergeFrom(Auth.OAuth2MetadataRequest other)static Auth.OAuth2MetadataRequest.BuilderAuth.OAuth2MetadataRequest. newBuilder(Auth.OAuth2MetadataRequest prototype)
-