Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
feat: display_name is the display name for the assigned issue (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Sep 13, 2021
1 parent 760f757 commit b84ae88
Show file tree
Hide file tree
Showing 51 changed files with 18,025 additions and 425 deletions.

Large diffs are not rendered by default.

Expand Up @@ -144,6 +144,23 @@ public UnaryCallSettings<ExportInsightsDataRequest, Operation> exportInsightsDat
.exportInsightsDataOperationSettings();
}

/** Returns the object with the settings used for calls to createIssueModel. */
public UnaryCallSettings<CreateIssueModelRequest, Operation> createIssueModelSettings() {
return ((ContactCenterInsightsStubSettings) getStubSettings()).createIssueModelSettings();
}

/** Returns the object with the settings used for calls to createIssueModel. */
public OperationCallSettings<CreateIssueModelRequest, IssueModel, CreateIssueModelMetadata>
createIssueModelOperationSettings() {
return ((ContactCenterInsightsStubSettings) getStubSettings())
.createIssueModelOperationSettings();
}

/** Returns the object with the settings used for calls to updateIssueModel. */
public UnaryCallSettings<UpdateIssueModelRequest, IssueModel> updateIssueModelSettings() {
return ((ContactCenterInsightsStubSettings) getStubSettings()).updateIssueModelSettings();
}

/** Returns the object with the settings used for calls to getIssueModel. */
public UnaryCallSettings<GetIssueModelRequest, IssueModel> getIssueModelSettings() {
return ((ContactCenterInsightsStubSettings) getStubSettings()).getIssueModelSettings();
Expand All @@ -155,6 +172,44 @@ public UnaryCallSettings<GetIssueModelRequest, IssueModel> getIssueModelSettings
return ((ContactCenterInsightsStubSettings) getStubSettings()).listIssueModelsSettings();
}

/** Returns the object with the settings used for calls to deleteIssueModel. */
public UnaryCallSettings<DeleteIssueModelRequest, Operation> deleteIssueModelSettings() {
return ((ContactCenterInsightsStubSettings) getStubSettings()).deleteIssueModelSettings();
}

/** Returns the object with the settings used for calls to deleteIssueModel. */
public OperationCallSettings<DeleteIssueModelRequest, Empty, DeleteIssueModelMetadata>
deleteIssueModelOperationSettings() {
return ((ContactCenterInsightsStubSettings) getStubSettings())
.deleteIssueModelOperationSettings();
}

/** Returns the object with the settings used for calls to deployIssueModel. */
public UnaryCallSettings<DeployIssueModelRequest, Operation> deployIssueModelSettings() {
return ((ContactCenterInsightsStubSettings) getStubSettings()).deployIssueModelSettings();
}

/** Returns the object with the settings used for calls to deployIssueModel. */
public OperationCallSettings<
DeployIssueModelRequest, DeployIssueModelResponse, DeployIssueModelMetadata>
deployIssueModelOperationSettings() {
return ((ContactCenterInsightsStubSettings) getStubSettings())
.deployIssueModelOperationSettings();
}

/** Returns the object with the settings used for calls to undeployIssueModel. */
public UnaryCallSettings<UndeployIssueModelRequest, Operation> undeployIssueModelSettings() {
return ((ContactCenterInsightsStubSettings) getStubSettings()).undeployIssueModelSettings();
}

/** Returns the object with the settings used for calls to undeployIssueModel. */
public OperationCallSettings<
UndeployIssueModelRequest, UndeployIssueModelResponse, UndeployIssueModelMetadata>
undeployIssueModelOperationSettings() {
return ((ContactCenterInsightsStubSettings) getStubSettings())
.undeployIssueModelOperationSettings();
}

/** Returns the object with the settings used for calls to getIssue. */
public UnaryCallSettings<GetIssueRequest, Issue> getIssueSettings() {
return ((ContactCenterInsightsStubSettings) getStubSettings()).getIssueSettings();
Expand All @@ -165,6 +220,11 @@ public UnaryCallSettings<ListIssuesRequest, ListIssuesResponse> listIssuesSettin
return ((ContactCenterInsightsStubSettings) getStubSettings()).listIssuesSettings();
}

/** Returns the object with the settings used for calls to updateIssue. */
public UnaryCallSettings<UpdateIssueRequest, Issue> updateIssueSettings() {
return ((ContactCenterInsightsStubSettings) getStubSettings()).updateIssueSettings();
}

/** Returns the object with the settings used for calls to calculateIssueModelStats. */
public UnaryCallSettings<CalculateIssueModelStatsRequest, CalculateIssueModelStatsResponse>
calculateIssueModelStatsSettings() {
Expand Down Expand Up @@ -381,6 +441,25 @@ public UnaryCallSettings.Builder<DeleteAnalysisRequest, Empty> deleteAnalysisSet
return getStubSettingsBuilder().exportInsightsDataOperationSettings();
}

/** Returns the builder for the settings used for calls to createIssueModel. */
public UnaryCallSettings.Builder<CreateIssueModelRequest, Operation>
createIssueModelSettings() {
return getStubSettingsBuilder().createIssueModelSettings();
}

/** Returns the builder for the settings used for calls to createIssueModel. */
public OperationCallSettings.Builder<
CreateIssueModelRequest, IssueModel, CreateIssueModelMetadata>
createIssueModelOperationSettings() {
return getStubSettingsBuilder().createIssueModelOperationSettings();
}

/** Returns the builder for the settings used for calls to updateIssueModel. */
public UnaryCallSettings.Builder<UpdateIssueModelRequest, IssueModel>
updateIssueModelSettings() {
return getStubSettingsBuilder().updateIssueModelSettings();
}

/** Returns the builder for the settings used for calls to getIssueModel. */
public UnaryCallSettings.Builder<GetIssueModelRequest, IssueModel> getIssueModelSettings() {
return getStubSettingsBuilder().getIssueModelSettings();
Expand All @@ -392,6 +471,44 @@ public UnaryCallSettings.Builder<GetIssueModelRequest, IssueModel> getIssueModel
return getStubSettingsBuilder().listIssueModelsSettings();
}

/** Returns the builder for the settings used for calls to deleteIssueModel. */
public UnaryCallSettings.Builder<DeleteIssueModelRequest, Operation>
deleteIssueModelSettings() {
return getStubSettingsBuilder().deleteIssueModelSettings();
}

/** Returns the builder for the settings used for calls to deleteIssueModel. */
public OperationCallSettings.Builder<DeleteIssueModelRequest, Empty, DeleteIssueModelMetadata>
deleteIssueModelOperationSettings() {
return getStubSettingsBuilder().deleteIssueModelOperationSettings();
}

/** Returns the builder for the settings used for calls to deployIssueModel. */
public UnaryCallSettings.Builder<DeployIssueModelRequest, Operation>
deployIssueModelSettings() {
return getStubSettingsBuilder().deployIssueModelSettings();
}

/** Returns the builder for the settings used for calls to deployIssueModel. */
public OperationCallSettings.Builder<
DeployIssueModelRequest, DeployIssueModelResponse, DeployIssueModelMetadata>
deployIssueModelOperationSettings() {
return getStubSettingsBuilder().deployIssueModelOperationSettings();
}

/** Returns the builder for the settings used for calls to undeployIssueModel. */
public UnaryCallSettings.Builder<UndeployIssueModelRequest, Operation>
undeployIssueModelSettings() {
return getStubSettingsBuilder().undeployIssueModelSettings();
}

/** Returns the builder for the settings used for calls to undeployIssueModel. */
public OperationCallSettings.Builder<
UndeployIssueModelRequest, UndeployIssueModelResponse, UndeployIssueModelMetadata>
undeployIssueModelOperationSettings() {
return getStubSettingsBuilder().undeployIssueModelOperationSettings();
}

/** Returns the builder for the settings used for calls to getIssue. */
public UnaryCallSettings.Builder<GetIssueRequest, Issue> getIssueSettings() {
return getStubSettingsBuilder().getIssueSettings();
Expand All @@ -402,6 +519,11 @@ public UnaryCallSettings.Builder<ListIssuesRequest, ListIssuesResponse> listIssu
return getStubSettingsBuilder().listIssuesSettings();
}

/** Returns the builder for the settings used for calls to updateIssue. */
public UnaryCallSettings.Builder<UpdateIssueRequest, Issue> updateIssueSettings() {
return getStubSettingsBuilder().updateIssueSettings();
}

/** Returns the builder for the settings used for calls to calculateIssueModelStats. */
public UnaryCallSettings.Builder<
CalculateIssueModelStatsRequest, CalculateIssueModelStatsResponse>
Expand Down
Expand Up @@ -22,6 +22,9 @@
"CreateConversation": {
"methods": ["createConversation", "createConversation", "createConversation", "createConversationCallable"]
},
"CreateIssueModel": {
"methods": ["createIssueModelAsync", "createIssueModelAsync", "createIssueModelAsync", "createIssueModelOperationCallable", "createIssueModelCallable"]
},
"CreatePhraseMatcher": {
"methods": ["createPhraseMatcher", "createPhraseMatcher", "createPhraseMatcher", "createPhraseMatcherCallable"]
},
Expand All @@ -31,9 +34,15 @@
"DeleteConversation": {
"methods": ["deleteConversation", "deleteConversation", "deleteConversation", "deleteConversationCallable"]
},
"DeleteIssueModel": {
"methods": ["deleteIssueModelAsync", "deleteIssueModelAsync", "deleteIssueModelAsync", "deleteIssueModelOperationCallable", "deleteIssueModelCallable"]
},
"DeletePhraseMatcher": {
"methods": ["deletePhraseMatcher", "deletePhraseMatcher", "deletePhraseMatcher", "deletePhraseMatcherCallable"]
},
"DeployIssueModel": {
"methods": ["deployIssueModelAsync", "deployIssueModelAsync", "deployIssueModelAsync", "deployIssueModelOperationCallable", "deployIssueModelCallable"]
},
"ExportInsightsData": {
"methods": ["exportInsightsDataAsync", "exportInsightsDataAsync", "exportInsightsDataAsync", "exportInsightsDataOperationCallable", "exportInsightsDataCallable"]
},
Expand Down Expand Up @@ -70,9 +79,18 @@
"ListPhraseMatchers": {
"methods": ["listPhraseMatchers", "listPhraseMatchers", "listPhraseMatchers", "listPhraseMatchersPagedCallable", "listPhraseMatchersCallable"]
},
"UndeployIssueModel": {
"methods": ["undeployIssueModelAsync", "undeployIssueModelAsync", "undeployIssueModelAsync", "undeployIssueModelOperationCallable", "undeployIssueModelCallable"]
},
"UpdateConversation": {
"methods": ["updateConversation", "updateConversation", "updateConversationCallable"]
},
"UpdateIssue": {
"methods": ["updateIssue", "updateIssue", "updateIssueCallable"]
},
"UpdateIssueModel": {
"methods": ["updateIssueModel", "updateIssueModel", "updateIssueModelCallable"]
},
"UpdateSettings": {
"methods": ["updateSettings", "updateSettings", "updateSettingsCallable"]
}
Expand Down
Expand Up @@ -32,10 +32,17 @@
import com.google.cloud.contactcenterinsights.v1.CreateAnalysisOperationMetadata;
import com.google.cloud.contactcenterinsights.v1.CreateAnalysisRequest;
import com.google.cloud.contactcenterinsights.v1.CreateConversationRequest;
import com.google.cloud.contactcenterinsights.v1.CreateIssueModelMetadata;
import com.google.cloud.contactcenterinsights.v1.CreateIssueModelRequest;
import com.google.cloud.contactcenterinsights.v1.CreatePhraseMatcherRequest;
import com.google.cloud.contactcenterinsights.v1.DeleteAnalysisRequest;
import com.google.cloud.contactcenterinsights.v1.DeleteConversationRequest;
import com.google.cloud.contactcenterinsights.v1.DeleteIssueModelMetadata;
import com.google.cloud.contactcenterinsights.v1.DeleteIssueModelRequest;
import com.google.cloud.contactcenterinsights.v1.DeletePhraseMatcherRequest;
import com.google.cloud.contactcenterinsights.v1.DeployIssueModelMetadata;
import com.google.cloud.contactcenterinsights.v1.DeployIssueModelRequest;
import com.google.cloud.contactcenterinsights.v1.DeployIssueModelResponse;
import com.google.cloud.contactcenterinsights.v1.ExportInsightsDataMetadata;
import com.google.cloud.contactcenterinsights.v1.ExportInsightsDataRequest;
import com.google.cloud.contactcenterinsights.v1.ExportInsightsDataResponse;
Expand All @@ -59,7 +66,12 @@
import com.google.cloud.contactcenterinsights.v1.ListPhraseMatchersResponse;
import com.google.cloud.contactcenterinsights.v1.PhraseMatcher;
import com.google.cloud.contactcenterinsights.v1.Settings;
import com.google.cloud.contactcenterinsights.v1.UndeployIssueModelMetadata;
import com.google.cloud.contactcenterinsights.v1.UndeployIssueModelRequest;
import com.google.cloud.contactcenterinsights.v1.UndeployIssueModelResponse;
import com.google.cloud.contactcenterinsights.v1.UpdateConversationRequest;
import com.google.cloud.contactcenterinsights.v1.UpdateIssueModelRequest;
import com.google.cloud.contactcenterinsights.v1.UpdateIssueRequest;
import com.google.cloud.contactcenterinsights.v1.UpdateSettingsRequest;
import com.google.longrunning.Operation;
import com.google.longrunning.stub.OperationsStub;
Expand Down Expand Up @@ -141,6 +153,19 @@ public UnaryCallable<ExportInsightsDataRequest, Operation> exportInsightsDataCal
throw new UnsupportedOperationException("Not implemented: exportInsightsDataCallable()");
}

public OperationCallable<CreateIssueModelRequest, IssueModel, CreateIssueModelMetadata>
createIssueModelOperationCallable() {
throw new UnsupportedOperationException("Not implemented: createIssueModelOperationCallable()");
}

public UnaryCallable<CreateIssueModelRequest, Operation> createIssueModelCallable() {
throw new UnsupportedOperationException("Not implemented: createIssueModelCallable()");
}

public UnaryCallable<UpdateIssueModelRequest, IssueModel> updateIssueModelCallable() {
throw new UnsupportedOperationException("Not implemented: updateIssueModelCallable()");
}

public UnaryCallable<GetIssueModelRequest, IssueModel> getIssueModelCallable() {
throw new UnsupportedOperationException("Not implemented: getIssueModelCallable()");
}
Expand All @@ -149,6 +174,36 @@ public UnaryCallable<ListIssueModelsRequest, ListIssueModelsResponse> listIssueM
throw new UnsupportedOperationException("Not implemented: listIssueModelsCallable()");
}

public OperationCallable<DeleteIssueModelRequest, Empty, DeleteIssueModelMetadata>
deleteIssueModelOperationCallable() {
throw new UnsupportedOperationException("Not implemented: deleteIssueModelOperationCallable()");
}

public UnaryCallable<DeleteIssueModelRequest, Operation> deleteIssueModelCallable() {
throw new UnsupportedOperationException("Not implemented: deleteIssueModelCallable()");
}

public OperationCallable<
DeployIssueModelRequest, DeployIssueModelResponse, DeployIssueModelMetadata>
deployIssueModelOperationCallable() {
throw new UnsupportedOperationException("Not implemented: deployIssueModelOperationCallable()");
}

public UnaryCallable<DeployIssueModelRequest, Operation> deployIssueModelCallable() {
throw new UnsupportedOperationException("Not implemented: deployIssueModelCallable()");
}

public OperationCallable<
UndeployIssueModelRequest, UndeployIssueModelResponse, UndeployIssueModelMetadata>
undeployIssueModelOperationCallable() {
throw new UnsupportedOperationException(
"Not implemented: undeployIssueModelOperationCallable()");
}

public UnaryCallable<UndeployIssueModelRequest, Operation> undeployIssueModelCallable() {
throw new UnsupportedOperationException("Not implemented: undeployIssueModelCallable()");
}

public UnaryCallable<GetIssueRequest, Issue> getIssueCallable() {
throw new UnsupportedOperationException("Not implemented: getIssueCallable()");
}
Expand All @@ -157,6 +212,10 @@ public UnaryCallable<ListIssuesRequest, ListIssuesResponse> listIssuesCallable()
throw new UnsupportedOperationException("Not implemented: listIssuesCallable()");
}

public UnaryCallable<UpdateIssueRequest, Issue> updateIssueCallable() {
throw new UnsupportedOperationException("Not implemented: updateIssueCallable()");
}

public UnaryCallable<CalculateIssueModelStatsRequest, CalculateIssueModelStatsResponse>
calculateIssueModelStatsCallable() {
throw new UnsupportedOperationException("Not implemented: calculateIssueModelStatsCallable()");
Expand Down

0 comments on commit b84ae88

Please sign in to comment.