You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user