File tree Expand file tree Collapse file tree
google/cloud/dialogflow/v2 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,8 +101,8 @@ java_gapic_library(
101101 rest_numeric_enums = True ,
102102 service_yaml = "dialogflow_v2.yaml" ,
103103 test_deps = [
104- ":dialogflow_java_grpc" ,
105104 "//google/cloud/location:location_java_grpc" ,
105+ ":dialogflow_java_grpc" ,
106106 ],
107107 transport = "grpc+rest" ,
108108 deps = [
Original file line number Diff line number Diff line change @@ -150,6 +150,8 @@ service ConversationProfiles {
150150 }
151151 };
152152 option (google.api.method_signature ) = "conversation_profile" ;
153+ option (google.api.method_signature ) =
154+ "conversation_profile,participant_role,suggestion_feature_config" ;
153155 option (google.longrunning.operation_info ) = {
154156 response_type : "ConversationProfile"
155157 metadata_type : "SetSuggestionFeatureConfigOperationMetadata"
@@ -178,6 +180,8 @@ service ConversationProfiles {
178180 }
179181 };
180182 option (google.api.method_signature ) = "conversation_profile" ;
183+ option (google.api.method_signature ) =
184+ "conversation_profile,participant_role,suggestion_feature_type" ;
181185 option (google.longrunning.operation_info ) = {
182186 response_type : "ConversationProfile"
183187 metadata_type : "ClearSuggestionFeatureConfigOperationMetadata"
Original file line number Diff line number Diff line change @@ -74,6 +74,11 @@ documentation:
7474 - selector : google.cloud.location.Locations.ListLocations
7575 description : Lists information about the supported locations for this service.
7676
77+ - selector : google.longrunning.Operations.ListOperations
78+ description : |-
79+ Lists operations that match the specified filter in the request. If
80+ the server doesn't support this method, it returns `UNIMPLEMENTED`.
81+
7782backend :
7883 rules :
7984 - selector : ' google.cloud.dialogflow.v2.Agents.*'
You can’t perform that action at this time.
0 commit comments