Latest generation

This commit is contained in:
ci core model
2025-10-31 14:44:09 +00:00
parent 354b7ec798
commit 2dfad21b13
4 changed files with 23 additions and 3 deletions

View File

@@ -3250,6 +3250,7 @@ class CoreEndpoint extends $pb.GeneratedMessage {
$core.String? grpcCoreCollabInputEndpoint,
$core.String? grpcCoreCollabQueryEndpoint,
$core.String? grpcCoreClaimTypeEndpoint,
$core.String? grpcCoreEndpoint,
}) {
final result = create();
if (restEndpoint != null) result.restEndpoint = restEndpoint;
@@ -3261,6 +3262,7 @@ class CoreEndpoint extends $pb.GeneratedMessage {
if (grpcCoreCollabInputEndpoint != null) result.grpcCoreCollabInputEndpoint = grpcCoreCollabInputEndpoint;
if (grpcCoreCollabQueryEndpoint != null) result.grpcCoreCollabQueryEndpoint = grpcCoreCollabQueryEndpoint;
if (grpcCoreClaimTypeEndpoint != null) result.grpcCoreClaimTypeEndpoint = grpcCoreClaimTypeEndpoint;
if (grpcCoreEndpoint != null) result.grpcCoreEndpoint = grpcCoreEndpoint;
return result;
}
@@ -3279,6 +3281,7 @@ class CoreEndpoint extends $pb.GeneratedMessage {
..aOS(7, _omitFieldNames ? '' : 'GrpcCoreCollabInputEndpoint', protoName: 'GrpcCoreCollabInputEndpoint')
..aOS(8, _omitFieldNames ? '' : 'GrpcCoreCollabQueryEndpoint', protoName: 'GrpcCoreCollabQueryEndpoint')
..aOS(9, _omitFieldNames ? '' : 'GrpcCoreClaimTypeEndpoint', protoName: 'GrpcCoreClaimTypeEndpoint')
..aOS(10, _omitFieldNames ? '' : 'GrpcCoreEndpoint', protoName: 'GrpcCoreEndpoint')
..hasRequiredFields = false
;
@@ -3433,6 +3436,21 @@ class CoreEndpoint extends $pb.GeneratedMessage {
$core.bool hasGrpcCoreClaimTypeEndpoint() => $_has(8);
@$pb.TagNumber(9)
void clearGrpcCoreClaimTypeEndpoint() => $_clearField(9);
/// GrpcCoreEndpoint is the URL to access GRPC services of Platform.
/// It is expected to include protocol.
/// The protocol is expected to be "https://".
/// Empty protocol MUST raise an error.
/// Empty protocol or empty value MUST prevent attempts to access gRPC services.
/// Empty value or protocol SHOULD NOT prevent normal use of other functions.
@$pb.TagNumber(10)
$core.String get grpcCoreEndpoint => $_getSZ(9);
@$pb.TagNumber(10)
set grpcCoreEndpoint($core.String value) => $_setString(9, value);
@$pb.TagNumber(10)
$core.bool hasGrpcCoreEndpoint() => $_has(9);
@$pb.TagNumber(10)
void clearGrpcCoreEndpoint() => $_clearField(10);
}
/// IntegrationEndpoint represents the different endpoints of the integration Platform