Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ public void createClusterTest() throws Exception {
.setProjectId("projectId-894832108")
.setClusterName("clusterName-1141738587")
.setConfig(ClusterConfig.newBuilder().build())
.setVirtualClusterConfig(VirtualClusterConfig.newBuilder().build())
.putAllLabels(new HashMap<String, String>())
.setStatus(ClusterStatus.newBuilder().build())
.addAllStatusHistory(new ArrayList<ClusterStatus>())
Expand Down Expand Up @@ -152,6 +153,7 @@ public void updateClusterTest() throws Exception {
.setProjectId("projectId-894832108")
.setClusterName("clusterName-1141738587")
.setConfig(ClusterConfig.newBuilder().build())
.setVirtualClusterConfig(VirtualClusterConfig.newBuilder().build())
.putAllLabels(new HashMap<String, String>())
.setStatus(ClusterStatus.newBuilder().build())
.addAllStatusHistory(new ArrayList<ClusterStatus>())
Expand Down Expand Up @@ -218,6 +220,7 @@ public void stopClusterTest() throws Exception {
.setProjectId("projectId-894832108")
.setClusterName("clusterName-1141738587")
.setConfig(ClusterConfig.newBuilder().build())
.setVirtualClusterConfig(VirtualClusterConfig.newBuilder().build())
.putAllLabels(new HashMap<String, String>())
.setStatus(ClusterStatus.newBuilder().build())
.addAllStatusHistory(new ArrayList<ClusterStatus>())
Expand Down Expand Up @@ -289,6 +292,7 @@ public void startClusterTest() throws Exception {
.setProjectId("projectId-894832108")
.setClusterName("clusterName-1141738587")
.setConfig(ClusterConfig.newBuilder().build())
.setVirtualClusterConfig(VirtualClusterConfig.newBuilder().build())
.putAllLabels(new HashMap<String, String>())
.setStatus(ClusterStatus.newBuilder().build())
.addAllStatusHistory(new ArrayList<ClusterStatus>())
Expand Down Expand Up @@ -408,6 +412,7 @@ public void getClusterTest() throws Exception {
.setProjectId("projectId-894832108")
.setClusterName("clusterName-1141738587")
.setConfig(ClusterConfig.newBuilder().build())
.setVirtualClusterConfig(VirtualClusterConfig.newBuilder().build())
.putAllLabels(new HashMap<String, String>())
.setStatus(ClusterStatus.newBuilder().build())
.addAllStatusHistory(new ArrayList<ClusterStatus>())
Expand Down
49 changes: 49 additions & 0 deletions proto-google-cloud-dataproc-v1/clirr-ignored-differences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,53 @@
<className>com/google/cloud/dataproc/v1/*OrBuilder</className>
<method>boolean has*(*)</method>
</difference>
<difference>
<differenceType>7002</differenceType>
<className>com/google/cloud/dataproc/v1/ClusterConfig</className>
<method>* *GkeClusterConfig*(*)</method>
</difference>
<difference>
<differenceType>7002</differenceType>
<className>com/google/cloud/dataproc/v1/ClusterConfig$Builder</className>
<method>* GkeClusterConfig*(*)</method>
</difference>
<difference>
<differenceType>7002</differenceType>
<className>com/google/cloud/dataproc/v1/ClusterConfig$Builder</className>
<method>* *GkeCluster*(*)</method>
</difference>
<difference>
<differenceType>7002</differenceType>
<className>com/google/cloud/dataproc/v1/ClusterConfigOrBuilder</className>
<method>* *GkeCluster*(*)</method>
</difference>
<difference>
<differenceType>7002</differenceType>
<className>com/google/cloud/dataproc/v1/GkeClusterConfig</className>
<method>* *GkeDeploymentTarget*(*)</method>
</difference>
<difference>
<differenceType>7002</differenceType>
<className>com/google/cloud/dataproc/v1/GkeClusterConfig$Builder</className>
<method>* *NamespacedGkeDeploymentTarget*(*)</method>
</difference>
<difference>
<differenceType>8001</differenceType>
<className>com/google/cloud/dataproc/v1/GkeClusterConfig$NamespacedGkeDeploymentTarget*</className>
</difference>
<difference>
<differenceType>7002</differenceType>
<className>com/google/cloud/dataproc/v1/GkeClusterConfigOrBuilder</className>
<method>* *NamespacedGkeDeploymentTarget*(*)</method>
</difference>
<difference>
<differenceType>6011</differenceType>
<className>com/google/cloud/dataproc/v1/ClusterConfig</className>
<field>GKE_CLUSTER_CONFIG_FIELD_NUMBER</field>
</difference>
<difference>
<differenceType>6011</differenceType>
<className>com/google/cloud/dataproc/v1/GkeClusterConfig</className>
<field>NAMESPACED_GKE_DEPLOYMENT_TARGET_FIELD_NUMBER</field>
</difference>
</differences>
Loading