Skip to content

Commit eb9a6af

Browse files
200scSupportSDM
authored andcommitted
Merge commit
GitOrigin-RevId: caf74dc82b6325209e7ea349403f3f9d70fb89d5
1 parent 89cab53 commit eb9a6af

File tree

10 files changed

+2272
-1705
lines changed

10 files changed

+2272
-1705
lines changed

com/strongdm/api/HTTPAuth.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,16 @@ public void setHealthy(boolean in) {
8888
this.healthy = in;
8989
}
9090

91+
private String hostOverride;
92+
/** */
93+
public String getHostOverride() {
94+
return this.hostOverride;
95+
}
96+
/** */
97+
public void setHostOverride(String in) {
98+
this.hostOverride = in;
99+
}
100+
91101
private String id;
92102
/** Unique identifier of the Resource. */
93103
public String getId() {

com/strongdm/api/HTTPBasicAuth.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,16 @@ public void setHealthy(boolean in) {
7878
this.healthy = in;
7979
}
8080

81+
private String hostOverride;
82+
/** */
83+
public String getHostOverride() {
84+
return this.hostOverride;
85+
}
86+
/** */
87+
public void setHostOverride(String in) {
88+
this.hostOverride = in;
89+
}
90+
8191
private String id;
8292
/** Unique identifier of the Resource. */
8393
public String getId() {

com/strongdm/api/HTTPNoAuth.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,16 @@ public void setHealthy(boolean in) {
7878
this.healthy = in;
7979
}
8080

81+
private String hostOverride;
82+
/** */
83+
public String getHostOverride() {
84+
return this.hostOverride;
85+
}
86+
/** */
87+
public void setHostOverride(String in) {
88+
this.hostOverride = in;
89+
}
90+
8191
private String id;
8292
/** Unique identifier of the Resource. */
8393
public String getId() {

0 commit comments

Comments
 (0)