You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
Lib version: 1.13.0-SNAPSHOT-260310091641
|
Lib version: 1.13.0-SNAPSHOT-260310094049
|
||||||
|
|||||||
@@ -529,6 +529,7 @@ class GetSiteEntityModelResult extends $pb.GeneratedMessage {
|
|||||||
void clearJsonFormatModel() => $_clearField(1);
|
void clearJsonFormatModel() => $_clearField(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@$core.Deprecated('This message is deprecated')
|
||||||
class GetEntitiesRequest extends $pb.GeneratedMessage {
|
class GetEntitiesRequest extends $pb.GeneratedMessage {
|
||||||
factory GetEntitiesRequest({
|
factory GetEntitiesRequest({
|
||||||
$core.String? domain,
|
$core.String? domain,
|
||||||
@@ -575,6 +576,7 @@ class GetEntitiesRequest extends $pb.GeneratedMessage {
|
|||||||
void clearDomain() => $_clearField(2);
|
void clearDomain() => $_clearField(2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@$core.Deprecated('This message is deprecated')
|
||||||
class GetEntitiesResult extends $pb.GeneratedMessage {
|
class GetEntitiesResult extends $pb.GeneratedMessage {
|
||||||
factory GetEntitiesResult({
|
factory GetEntitiesResult({
|
||||||
$core.Iterable<$core.String>? entities,
|
$core.Iterable<$core.String>? entities,
|
||||||
|
|||||||
@@ -40,14 +40,17 @@ class ModelServiceClient extends $grpc.Client {
|
|||||||
return $createUnaryCall(_$getEntityModel, request, options: options);
|
return $createUnaryCall(_$getEntityModel, request, options: options);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@$core.Deprecated('This method is deprecated')
|
||||||
$grpc.ResponseFuture<$0.GetEntitiesResult> getEntities($0.GetEntitiesRequest request, {$grpc.CallOptions? options,}) {
|
$grpc.ResponseFuture<$0.GetEntitiesResult> getEntities($0.GetEntitiesRequest request, {$grpc.CallOptions? options,}) {
|
||||||
return $createUnaryCall(_$getEntities, request, options: options);
|
return $createUnaryCall(_$getEntities, request, options: options);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@$core.Deprecated('This method is deprecated')
|
||||||
$grpc.ResponseFuture<$0.GetEntitiesResult> getEntitiesWithMetadata($0.GetEntitiesRequest request, {$grpc.CallOptions? options,}) {
|
$grpc.ResponseFuture<$0.GetEntitiesResult> getEntitiesWithMetadata($0.GetEntitiesRequest request, {$grpc.CallOptions? options,}) {
|
||||||
return $createUnaryCall(_$getEntitiesWithMetadata, request, options: options);
|
return $createUnaryCall(_$getEntitiesWithMetadata, request, options: options);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@$core.Deprecated('This method is deprecated')
|
||||||
$grpc.ResponseFuture<$0.GetEntitiesResult> getEntitiesWithDataRestriction($0.GetEntitiesRequest request, {$grpc.CallOptions? options,}) {
|
$grpc.ResponseFuture<$0.GetEntitiesResult> getEntitiesWithDataRestriction($0.GetEntitiesRequest request, {$grpc.CallOptions? options,}) {
|
||||||
return $createUnaryCall(_$getEntitiesWithDataRestriction, request, options: options);
|
return $createUnaryCall(_$getEntitiesWithDataRestriction, request, options: options);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -161,13 +161,13 @@ const GetEntitiesRequest$json = {
|
|||||||
'2': [
|
'2': [
|
||||||
{'1': 'Domain', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'Domain'},
|
{'1': 'Domain', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'Domain'},
|
||||||
],
|
],
|
||||||
'7': {},
|
'7': {'3': true},
|
||||||
};
|
};
|
||||||
|
|
||||||
/// Descriptor for `GetEntitiesRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
/// Descriptor for `GetEntitiesRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||||
final $typed_data.Uint8List getEntitiesRequestDescriptor = $convert.base64Decode(
|
final $typed_data.Uint8List getEntitiesRequestDescriptor = $convert.base64Decode(
|
||||||
'ChJHZXRFbnRpdGllc1JlcXVlc3QSNgoGRG9tYWluGAIgASgJQh6SQQc6BXRyYWRl+kIRcg9SBX'
|
'ChJHZXRFbnRpdGllc1JlcXVlc3QSNgoGRG9tYWluGAIgASgJQh6SQQc6BXRyYWRl+kIRcg9SBX'
|
||||||
'RyYWRlUgZjb2xsYWJSBkRvbWFpbjoOkkELCgnSAQZEb21haW4=');
|
'RyYWRlUgZjb2xsYWJSBkRvbWFpbjoQGAGSQQsKCdIBBkRvbWFpbg==');
|
||||||
|
|
||||||
@$core.Deprecated('Use getEntitiesResultDescriptor instead')
|
@$core.Deprecated('Use getEntitiesResultDescriptor instead')
|
||||||
const GetEntitiesResult$json = {
|
const GetEntitiesResult$json = {
|
||||||
@@ -175,11 +175,12 @@ const GetEntitiesResult$json = {
|
|||||||
'2': [
|
'2': [
|
||||||
{'1': 'Entities', '3': 1, '4': 3, '5': 9, '10': 'Entities'},
|
{'1': 'Entities', '3': 1, '4': 3, '5': 9, '10': 'Entities'},
|
||||||
],
|
],
|
||||||
|
'7': {'3': true},
|
||||||
};
|
};
|
||||||
|
|
||||||
/// Descriptor for `GetEntitiesResult`. Decode as a `google.protobuf.DescriptorProto`.
|
/// Descriptor for `GetEntitiesResult`. Decode as a `google.protobuf.DescriptorProto`.
|
||||||
final $typed_data.Uint8List getEntitiesResultDescriptor = $convert.base64Decode(
|
final $typed_data.Uint8List getEntitiesResultDescriptor = $convert.base64Decode(
|
||||||
'ChFHZXRFbnRpdGllc1Jlc3VsdBIaCghFbnRpdGllcxgBIAMoCVIIRW50aXRpZXM=');
|
'ChFHZXRFbnRpdGllc1Jlc3VsdBIaCghFbnRpdGllcxgBIAMoCVIIRW50aXRpZXM6AhgB');
|
||||||
|
|
||||||
@$core.Deprecated('Use listEntitiesRequestDescriptor instead')
|
@$core.Deprecated('Use listEntitiesRequestDescriptor instead')
|
||||||
const ListEntitiesRequest$json = {
|
const ListEntitiesRequest$json = {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name: dart_core_sdk
|
name: dart_core_sdk
|
||||||
description: dart libs from core model proto files
|
description: dart libs from core model proto files
|
||||||
version: 1.13.0-SNAPSHOT-260310091641
|
version: 1.13.0-SNAPSHOT-260310094049
|
||||||
homepage: ''
|
homepage: ''
|
||||||
publish_to: ''
|
publish_to: ''
|
||||||
repository: ''
|
repository: ''
|
||||||
|
|||||||
Reference in New Issue
Block a user