Skip to content

chore: test CL to GitHub PR propagation in presubmits #11558

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 @@ -20,6 +20,7 @@
public final class Constants {
// Constants for VertexAI class
public static final String USER_AGENT_HEADER = "model-builder";
static final String DEFAULT_LOCATION_FAKE = "us-central1-fake";
static final String DEFAULT_LOCATION = "us-central1";
static final String GOOGLE_CLOUD_REGION = "GOOGLE_CLOUD_REGION";
static final String CLOUD_ML_REGION = "CLOUD_ML_REGION";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ public enum AcceleratorType implements com.google.protobuf.ProtocolMessageEnum {
* <code>ACCELERATOR_TYPE_UNSPECIFIED = 0;</code>
*/
public static final int ACCELERATOR_TYPE_UNSPECIFIED_VALUE = 0;

/**
*
*
Expand All @@ -206,7 +205,6 @@ public enum AcceleratorType implements com.google.protobuf.ProtocolMessageEnum {
* <code>NVIDIA_TESLA_K80 = 1 [deprecated = true];</code>
*/
@java.lang.Deprecated public static final int NVIDIA_TESLA_K80_VALUE = 1;

/**
*
*
Expand All @@ -217,7 +215,6 @@ public enum AcceleratorType implements com.google.protobuf.ProtocolMessageEnum {
* <code>NVIDIA_TESLA_P100 = 2;</code>
*/
public static final int NVIDIA_TESLA_P100_VALUE = 2;

/**
*
*
Expand All @@ -228,7 +225,6 @@ public enum AcceleratorType implements com.google.protobuf.ProtocolMessageEnum {
* <code>NVIDIA_TESLA_V100 = 3;</code>
*/
public static final int NVIDIA_TESLA_V100_VALUE = 3;

/**
*
*
Expand All @@ -239,7 +235,6 @@ public enum AcceleratorType implements com.google.protobuf.ProtocolMessageEnum {
* <code>NVIDIA_TESLA_P4 = 4;</code>
*/
public static final int NVIDIA_TESLA_P4_VALUE = 4;

/**
*
*
Expand All @@ -250,7 +245,6 @@ public enum AcceleratorType implements com.google.protobuf.ProtocolMessageEnum {
* <code>NVIDIA_TESLA_T4 = 5;</code>
*/
public static final int NVIDIA_TESLA_T4_VALUE = 5;

/**
*
*
Expand All @@ -261,7 +255,6 @@ public enum AcceleratorType implements com.google.protobuf.ProtocolMessageEnum {
* <code>NVIDIA_TESLA_A100 = 8;</code>
*/
public static final int NVIDIA_TESLA_A100_VALUE = 8;

/**
*
*
Expand All @@ -272,7 +265,6 @@ public enum AcceleratorType implements com.google.protobuf.ProtocolMessageEnum {
* <code>NVIDIA_A100_80GB = 9;</code>
*/
public static final int NVIDIA_A100_80GB_VALUE = 9;

/**
*
*
Expand All @@ -283,7 +275,6 @@ public enum AcceleratorType implements com.google.protobuf.ProtocolMessageEnum {
* <code>NVIDIA_L4 = 11;</code>
*/
public static final int NVIDIA_L4_VALUE = 11;

/**
*
*
Expand All @@ -294,7 +285,6 @@ public enum AcceleratorType implements com.google.protobuf.ProtocolMessageEnum {
* <code>NVIDIA_H100_80GB = 13;</code>
*/
public static final int NVIDIA_H100_80GB_VALUE = 13;

/**
*
*
Expand All @@ -305,7 +295,6 @@ public enum AcceleratorType implements com.google.protobuf.ProtocolMessageEnum {
* <code>NVIDIA_H100_MEGA_80GB = 14;</code>
*/
public static final int NVIDIA_H100_MEGA_80GB_VALUE = 14;

/**
*
*
Expand All @@ -316,7 +305,6 @@ public enum AcceleratorType implements com.google.protobuf.ProtocolMessageEnum {
* <code>TPU_V2 = 6;</code>
*/
public static final int TPU_V2_VALUE = 6;

/**
*
*
Expand All @@ -327,7 +315,6 @@ public enum AcceleratorType implements com.google.protobuf.ProtocolMessageEnum {
* <code>TPU_V3 = 7;</code>
*/
public static final int TPU_V3_VALUE = 7;

/**
*
*
Expand All @@ -338,7 +325,6 @@ public enum AcceleratorType implements com.google.protobuf.ProtocolMessageEnum {
* <code>TPU_V4_POD = 10;</code>
*/
public static final int TPU_V4_POD_VALUE = 10;

/**
*
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ public final class ApiAuth extends com.google.protobuf.GeneratedMessageV3
// @@protoc_insertion_point(message_implements:google.cloud.vertexai.v1.ApiAuth)
ApiAuthOrBuilder {
private static final long serialVersionUID = 0L;

// Use ApiAuth.newBuilder() to construct.
private ApiAuth(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
super(builder);
Expand Down Expand Up @@ -82,7 +81,6 @@ public interface ApiKeyConfigOrBuilder
* @return The apiKeySecretVersion.
*/
java.lang.String getApiKeySecretVersion();

/**
*
*
Expand All @@ -99,7 +97,6 @@ public interface ApiKeyConfigOrBuilder
*/
com.google.protobuf.ByteString getApiKeySecretVersionBytes();
}

/**
*
*
Expand All @@ -114,7 +111,6 @@ public static final class ApiKeyConfig extends com.google.protobuf.GeneratedMess
// @@protoc_insertion_point(message_implements:google.cloud.vertexai.v1.ApiAuth.ApiKeyConfig)
ApiKeyConfigOrBuilder {
private static final long serialVersionUID = 0L;

// Use ApiKeyConfig.newBuilder() to construct.
private ApiKeyConfig(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
super(builder);
Expand Down Expand Up @@ -149,7 +145,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {

@SuppressWarnings("serial")
private volatile java.lang.Object apiKeySecretVersion_ = "";

/**
*
*
Expand All @@ -176,7 +171,6 @@ public java.lang.String getApiKeySecretVersion() {
return s;
}
}

/**
*
*
Expand Down Expand Up @@ -364,7 +358,6 @@ protected Builder newBuilderForType(
Builder builder = new Builder(parent);
return builder;
}

/**
*
*
Expand Down Expand Up @@ -552,7 +545,6 @@ public Builder mergeFrom(
private int bitField0_;

private java.lang.Object apiKeySecretVersion_ = "";

/**
*
*
Expand All @@ -578,7 +570,6 @@ public java.lang.String getApiKeySecretVersion() {
return (java.lang.String) ref;
}
}

/**
*
*
Expand All @@ -604,7 +595,6 @@ public com.google.protobuf.ByteString getApiKeySecretVersionBytes() {
return (com.google.protobuf.ByteString) ref;
}
}

/**
*
*
Expand All @@ -629,7 +619,6 @@ public Builder setApiKeySecretVersion(java.lang.String value) {
onChanged();
return this;
}

/**
*
*
Expand All @@ -650,7 +639,6 @@ public Builder clearApiKeySecretVersion() {
onChanged();
return this;
}

/**
*
*
Expand Down Expand Up @@ -757,7 +745,6 @@ public enum AuthConfigCase
private AuthConfigCase(int value) {
this.value = value;
}

/**
* @param value The number of the enum to look for.
* @return The enum associated with the given number.
Expand Down Expand Up @@ -789,7 +776,6 @@ public AuthConfigCase getAuthConfigCase() {
}

public static final int API_KEY_CONFIG_FIELD_NUMBER = 1;

/**
*
*
Expand All @@ -805,7 +791,6 @@ public AuthConfigCase getAuthConfigCase() {
public boolean hasApiKeyConfig() {
return authConfigCase_ == 1;
}

/**
*
*
Expand All @@ -824,7 +809,6 @@ public com.google.cloud.vertexai.api.ApiAuth.ApiKeyConfig getApiKeyConfig() {
}
return com.google.cloud.vertexai.api.ApiAuth.ApiKeyConfig.getDefaultInstance();
}

/**
*
*
Expand Down Expand Up @@ -1014,7 +998,6 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
Builder builder = new Builder(parent);
return builder;
}

/**
*
*
Expand Down Expand Up @@ -1232,7 +1215,6 @@ public Builder clearAuthConfig() {
com.google.cloud.vertexai.api.ApiAuth.ApiKeyConfig.Builder,
com.google.cloud.vertexai.api.ApiAuth.ApiKeyConfigOrBuilder>
apiKeyConfigBuilder_;

/**
*
*
Expand All @@ -1248,7 +1230,6 @@ public Builder clearAuthConfig() {
public boolean hasApiKeyConfig() {
return authConfigCase_ == 1;
}

/**
*
*
Expand All @@ -1274,7 +1255,6 @@ public com.google.cloud.vertexai.api.ApiAuth.ApiKeyConfig getApiKeyConfig() {
return com.google.cloud.vertexai.api.ApiAuth.ApiKeyConfig.getDefaultInstance();
}
}

/**
*
*
Expand All @@ -1297,7 +1277,6 @@ public Builder setApiKeyConfig(com.google.cloud.vertexai.api.ApiAuth.ApiKeyConfi
authConfigCase_ = 1;
return this;
}

/**
*
*
Expand All @@ -1318,7 +1297,6 @@ public Builder setApiKeyConfig(
authConfigCase_ = 1;
return this;
}

/**
*
*
Expand Down Expand Up @@ -1352,7 +1330,6 @@ public Builder mergeApiKeyConfig(com.google.cloud.vertexai.api.ApiAuth.ApiKeyCon
authConfigCase_ = 1;
return this;
}

/**
*
*
Expand All @@ -1378,7 +1355,6 @@ public Builder clearApiKeyConfig() {
}
return this;
}

/**
*
*
Expand All @@ -1391,7 +1367,6 @@ public Builder clearApiKeyConfig() {
public com.google.cloud.vertexai.api.ApiAuth.ApiKeyConfig.Builder getApiKeyConfigBuilder() {
return getApiKeyConfigFieldBuilder().getBuilder();
}

/**
*
*
Expand All @@ -1412,7 +1387,6 @@ public com.google.cloud.vertexai.api.ApiAuth.ApiKeyConfigOrBuilder getApiKeyConf
return com.google.cloud.vertexai.api.ApiAuth.ApiKeyConfig.getDefaultInstance();
}
}

/**
*
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ public interface ApiAuthOrBuilder
* @return Whether the apiKeyConfig field is set.
*/
boolean hasApiKeyConfig();

/**
*
*
Expand All @@ -49,7 +48,6 @@ public interface ApiAuthOrBuilder
* @return The apiKeyConfig.
*/
com.google.cloud.vertexai.api.ApiAuth.ApiKeyConfig getApiKeyConfig();

/**
*
*
Expand Down
Loading
Loading