aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/GRPCCallOptions.h
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-10-19 11:57:18 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-10-19 11:57:18 -0700
commit9f9141082bcd4167488780f93eeec8d40c17e007 (patch)
tree9fa25546f817dc5a479fb5fa6e63f116e272d804 /src/objective-c/GRPCClient/GRPCCallOptions.h
parentcc9157a248e20a2f24972241ae1f2d41ea171a8b (diff)
compressAlgorithm->compressionAlgorithm
Diffstat (limited to 'src/objective-c/GRPCClient/GRPCCallOptions.h')
-rw-r--r--src/objective-c/GRPCClient/GRPCCallOptions.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/objective-c/GRPCClient/GRPCCallOptions.h b/src/objective-c/GRPCClient/GRPCCallOptions.h
index 9a8362cbcc..484f15fde6 100644
--- a/src/objective-c/GRPCClient/GRPCCallOptions.h
+++ b/src/objective-c/GRPCClient/GRPCCallOptions.h
@@ -119,7 +119,7 @@ typedef NS_ENUM(NSInteger, GRPCTransportType) {
* The compression algorithm to be used by the gRPC call. For more details refer to
* https://github.com/grpc/grpc/blob/master/doc/compression.md
*/
-@property(readonly) GRPCCompressAlgorithm compressAlgorithm;
+@property(readonly) GRPCCompressionAlgorithm compressionAlgorithm;
/**
* Enable/Disable gRPC call's retry feature. The default is enabled. For details of this feature
@@ -266,7 +266,7 @@ typedef NS_ENUM(NSInteger, GRPCTransportType) {
* The compression algorithm to be used by the gRPC call. For more details refer to
* https://github.com/grpc/grpc/blob/master/doc/compression.md
*/
-@property(readwrite) GRPCCompressAlgorithm compressAlgorithm;
+@property(readwrite) GRPCCompressionAlgorithm compressionAlgorithm;
/**
* Enable/Disable gRPC call's retry feature. The default is enabled. For details of this feature