类 AggregatedMeshConfigServiceGrpc
- java.lang.Object
-
- istio.mcp.v1alpha1.AggregatedMeshConfigServiceGrpc
-
@Generated(value="by gRPC proto compiler (version 1.50.2)", comments="Source: mcp/v1alpha1/mcp.proto") public final class AggregatedMeshConfigServiceGrpc extends java.lang.ObjectThe aggregated mesh configuration services allow a single management server, via a single gRPC stream, to deliver all API updates.
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 private static classAggregatedMeshConfigServiceGrpc.AggregatedMeshConfigServiceBaseDescriptorSupplierstatic classAggregatedMeshConfigServiceGrpc.AggregatedMeshConfigServiceBlockingStubThe aggregated mesh configuration services allow a single management server, via a single gRPC stream, to deliver all API updates.private static classAggregatedMeshConfigServiceGrpc.AggregatedMeshConfigServiceFileDescriptorSupplierstatic classAggregatedMeshConfigServiceGrpc.AggregatedMeshConfigServiceFutureStubThe aggregated mesh configuration services allow a single management server, via a single gRPC stream, to deliver all API updates.static classAggregatedMeshConfigServiceGrpc.AggregatedMeshConfigServiceImplBaseThe aggregated mesh configuration services allow a single management server, via a single gRPC stream, to deliver all API updates.private static classAggregatedMeshConfigServiceGrpc.AggregatedMeshConfigServiceMethodDescriptorSupplierstatic classAggregatedMeshConfigServiceGrpc.AggregatedMeshConfigServiceStubThe aggregated mesh configuration services allow a single management server, via a single gRPC stream, to deliver all API updates.private static classAggregatedMeshConfigServiceGrpc.MethodHandlers<Req,Resp>
-
字段概要
字段 修饰符和类型 字段 说明 private static io.grpc.MethodDescriptor<Mcp.IncrementalMeshConfigRequest,Mcp.IncrementalMeshConfigResponse>getIncrementalAggregatedResourcesMethodprivate static io.grpc.MethodDescriptor<Mcp.MeshConfigRequest,Mcp.MeshConfigResponse>getStreamAggregatedResourcesMethodprivate static intMETHODID_INCREMENTAL_AGGREGATED_RESOURCESprivate static intMETHODID_STREAM_AGGREGATED_RESOURCESstatic java.lang.StringSERVICE_NAMEprivate static io.grpc.ServiceDescriptorserviceDescriptor
-
构造器概要
构造器 限定符 构造器 说明 privateAggregatedMeshConfigServiceGrpc()
-
方法概要
所有方法 静态方法 具体方法 修饰符和类型 方法 说明 static io.grpc.MethodDescriptor<Mcp.IncrementalMeshConfigRequest,Mcp.IncrementalMeshConfigResponse>getIncrementalAggregatedResourcesMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<Mcp.MeshConfigRequest,Mcp.MeshConfigResponse>getStreamAggregatedResourcesMethod()static AggregatedMeshConfigServiceGrpc.AggregatedMeshConfigServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic AggregatedMeshConfigServiceGrpc.AggregatedMeshConfigServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic AggregatedMeshConfigServiceGrpc.AggregatedMeshConfigServiceStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
字段详细资料
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- 另请参阅:
- 常量字段值
-
getStreamAggregatedResourcesMethod
private static volatile io.grpc.MethodDescriptor<Mcp.MeshConfigRequest,Mcp.MeshConfigResponse> getStreamAggregatedResourcesMethod
-
getIncrementalAggregatedResourcesMethod
private static volatile io.grpc.MethodDescriptor<Mcp.IncrementalMeshConfigRequest,Mcp.IncrementalMeshConfigResponse> getIncrementalAggregatedResourcesMethod
-
METHODID_STREAM_AGGREGATED_RESOURCES
private static final int METHODID_STREAM_AGGREGATED_RESOURCES
- 另请参阅:
- 常量字段值
-
METHODID_INCREMENTAL_AGGREGATED_RESOURCES
private static final int METHODID_INCREMENTAL_AGGREGATED_RESOURCES
- 另请参阅:
- 常量字段值
-
serviceDescriptor
private static volatile io.grpc.ServiceDescriptor serviceDescriptor
-
-
方法详细资料
-
getStreamAggregatedResourcesMethod
public static io.grpc.MethodDescriptor<Mcp.MeshConfigRequest,Mcp.MeshConfigResponse> getStreamAggregatedResourcesMethod()
-
getIncrementalAggregatedResourcesMethod
public static io.grpc.MethodDescriptor<Mcp.IncrementalMeshConfigRequest,Mcp.IncrementalMeshConfigResponse> getIncrementalAggregatedResourcesMethod()
-
newStub
public static AggregatedMeshConfigServiceGrpc.AggregatedMeshConfigServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static AggregatedMeshConfigServiceGrpc.AggregatedMeshConfigServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static AggregatedMeshConfigServiceGrpc.AggregatedMeshConfigServiceFutureStub 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()
-
-