Home
last modified time | relevance | path

Searched +full:google +full:- +full:cloud +full:- +full:compute +full:- +full:small +full:- +full:v1 +full:- +full:java (Results 1 – 25 of 35) sorted by relevance

12

/external/sdk-platform-java/.github/workflows/
Dci.yaml4 - main
11 runs-on: ubuntu-22.04
14 java: [ 11, 17 ]
16 - uses: actions/checkout@v3
17 - uses: actions/setup-java@v3
19 java-version: ${{ matrix.java }}
22 - run: java -version
23 - name: Unit Tests
25 mvn test --batch-mode --no-transfer-progress -Dcheckstyle.skip \
26 -Dfmt.skip -DenableTestCoverage
[all …]
/external/google-cloud-java/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/
DDiskConfig.java2 * Copyright 2020 Google LLC
8 * https://www.apache.org/licenses/LICENSE-2.0
17 // source: google/cloud/dataproc/v1/clusters.proto
19 package com.google.cloud.dataproc.v1;
28 * Protobuf type {@code google.cloud.dataproc.v1.DiskConfig}
30 public final class DiskConfig extends com.google.protobuf.GeneratedMessageV3
32 // @@protoc_insertion_point(message_implements:google.cloud.dataproc.v1.DiskConfig)
36 private DiskConfig(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in DiskConfig()
45 @java.lang.Override
47 protected java.lang.Object newInstance(UnusedPrivateParameter unused) { in newInstance()
[all …]
DDiskConfigOrBuilder.java2 * Copyright 2020 Google LLC
8 * https://www.apache.org/licenses/LICENSE-2.0
17 // source: google/cloud/dataproc/v1/clusters.proto
19 package com.google.cloud.dataproc.v1;
23 // @@protoc_insertion_point(interface_extends:google.cloud.dataproc.v1.DiskConfig)
24 com.google.protobuf.MessageOrBuilder {
30 * Optional. Type of the boot disk (default is "pd-standard").
31 * Valid values: "pd-balanced" (Persistent Disk Balanced Solid State Drive),
32 * "pd-ssd" (Persistent Disk Solid State Drive),
33 * or "pd-standard" (Persistent Disk Hard Disk Drive).
[all …]
/external/googleapis/google/cloud/compute/v1small/
DBUILD.bazel20 src = "compute.v1small.json",
26 src = "compute.v1small.json",
31 src = "compute.v1small.json",
46 "@com_google_googleapis//google/api:annotations_proto",
47 "@com_google_googleapis//google/api:client_proto",
48 "@com_google_googleapis//google/api:field_behavior_proto",
49 "@com_google_googleapis//google/api:resource_proto",
50 "@com_google_googleapis//google/cloud:extended_operations_proto",
51 "@com_google_googleapis//google/longrunning:operations_proto",
60 "@com_google_googleapis//google/cloud:common_resources_proto",
[all …]
/external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/
DBackendBucketCdnPolicy.java2 * Copyright 2020 Google LLC
8 * https://www.apache.org/licenses/LICENSE-2.0
17 // source: google/cloud/compute/v1/compute.proto
19 package com.google.cloud.compute.v1;
25 * Message containing Cloud CDN configuration for a backend bucket.
28 * Protobuf type {@code google.cloud.compute.v1.BackendBucketCdnPolicy}
30 public final class BackendBucketCdnPolicy extends com.google.protobuf.GeneratedMessageV3
32 // @@protoc_insertion_point(message_implements:google.cloud.compute.v1.BackendBucketCdnPolicy)
36 private BackendBucketCdnPolicy(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in BackendBucketCdnPolicy()
41 bypassCacheOnRequestHeaders_ = java.util.Collections.emptyList(); in BackendBucketCdnPolicy()
[all …]
DBackendServiceCdnPolicy.java2 * Copyright 2020 Google LLC
8 * https://www.apache.org/licenses/LICENSE-2.0
17 // source: google/cloud/compute/v1/compute.proto
19 package com.google.cloud.compute.v1;
25 * Message containing Cloud CDN configuration for a backend service.
28 * Protobuf type {@code google.cloud.compute.v1.BackendServiceCdnPolicy}
30 public final class BackendServiceCdnPolicy extends com.google.protobuf.GeneratedMessageV3
32 // @@protoc_insertion_point(message_implements:google.cloud.compute.v1.BackendServiceCdnPolicy)
36 private BackendServiceCdnPolicy(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in BackendServiceCdnPolicy()
41 bypassCacheOnRequestHeaders_ = java.util.Collections.emptyList(); in BackendServiceCdnPolicy()
[all …]
DBackendBucketCdnPolicyOrBuilder.java2 * Copyright 2020 Google LLC
8 * https://www.apache.org/licenses/LICENSE-2.0
17 // source: google/cloud/compute/v1/compute.proto
19 package com.google.cloud.compute.v1;
23 // @@protoc_insertion_point(interface_extends:google.cloud.compute.v1.BackendBucketCdnPolicy)
24 com.google.protobuf.MessageOrBuilder {
30 …* Bypass the cache when the specified request headers are matched - e.g. Pragma or Authorization h…
34 …* repeated .google.cloud.compute.v1.BackendBucketCdnPolicyBypassCacheOnRequestHeader bypass_cache_…
37 java.util.List<com.google.cloud.compute.v1.BackendBucketCdnPolicyBypassCacheOnRequestHeader>
43 …* Bypass the cache when the specified request headers are matched - e.g. Pragma or Authorization h…
[all …]
DBackendServiceCdnPolicyOrBuilder.java2 * Copyright 2020 Google LLC
8 * https://www.apache.org/licenses/LICENSE-2.0
17 // source: google/cloud/compute/v1/compute.proto
19 package com.google.cloud.compute.v1;
23 // @@protoc_insertion_point(interface_extends:google.cloud.compute.v1.BackendServiceCdnPolicy)
24 com.google.protobuf.MessageOrBuilder {
30 …* Bypass the cache when the specified request headers are matched - e.g. Pragma or Authorization h…
34 …* repeated .google.cloud.compute.v1.BackendServiceCdnPolicyBypassCacheOnRequestHeader bypass_cache…
37 java.util.List<com.google.cloud.compute.v1.BackendServiceCdnPolicyBypassCacheOnRequestHeader>
43 …* Bypass the cache when the specified request headers are matched - e.g. Pragma or Authorization h…
[all …]
/external/google-cloud-java/java-alloydb/proto-google-cloud-alloydb-v1/src/main/java/com/google/cloud/alloydb/v1/
DInstanceOrBuilder.java2 * Copyright 2020 Google LLC
8 * https://www.apache.org/licenses/LICENSE-2.0
17 // source: google/cloud/alloydb/v1/resources.proto
19 package com.google.cloud.alloydb.v1;
23 // @@protoc_insertion_point(interface_extends:google.cloud.alloydb.v1.Instance)
24 com.google.protobuf.MessageOrBuilder {
33 * expression `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`, e.g. 1-63 characters of
35 * with a letter or number. For more details see https://google.aip.dev/122.
41 * <code>string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code>
45 java.lang.String getName(); in getName()
[all …]
DInstance.java2 * Copyright 2020 Google LLC
8 * https://www.apache.org/licenses/LICENSE-2.0
17 // source: google/cloud/alloydb/v1/resources.proto
19 package com.google.cloud.alloydb.v1;
29 * Protobuf type {@code google.cloud.alloydb.v1.Instance}
31 public final class Instance extends com.google.protobuf.GeneratedMessageV3
33 // @@protoc_insertion_point(message_implements:google.cloud.alloydb.v1.Instance)
37 private Instance(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Instance()
49 nodes_ = java.util.Collections.emptyList(); in Instance()
54 @java.lang.Override
[all …]
/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/
DDeployedIndexOrBuilder.java2 * Copyright 2020 Google LLC
8 * https://www.apache.org/licenses/LICENSE-2.0
17 // source: google/cloud/aiplatform/v1/index_endpoint.proto
19 package com.google.cloud.aiplatform.v1;
23 // @@protoc_insertion_point(interface_extends:google.cloud.aiplatform.v1.DeployedIndex)
24 com.google.protobuf.MessageOrBuilder {
36 * <code>string id = 1 [(.google.api.field_behavior) = REQUIRED];</code>
40 java.lang.String getId(); in getId()
51 * <code>string id = 1 [(.google.api.field_behavior) = REQUIRED];</code>
55 com.google.protobuf.ByteString getIdBytes(); in getIdBytes()
[all …]
DDeployedIndex.java2 * Copyright 2020 Google LLC
8 * https://www.apache.org/licenses/LICENSE-2.0
17 // source: google/cloud/aiplatform/v1/index_endpoint.proto
19 package com.google.cloud.aiplatform.v1;
28 * Protobuf type {@code google.cloud.aiplatform.v1.DeployedIndex}
30 public final class DeployedIndex extends com.google.protobuf.GeneratedMessageV3
32 // @@protoc_insertion_point(message_implements:google.cloud.aiplatform.v1.DeployedIndex)
36 private DeployedIndex(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in DeployedIndex()
44 reservedIpRanges_ = com.google.protobuf.LazyStringArrayList.EMPTY; in DeployedIndex()
48 @java.lang.Override
[all …]
/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/
DDeployedIndexOrBuilder.java2 * Copyright 2020 Google LLC
8 * https://www.apache.org/licenses/LICENSE-2.0
17 // source: google/cloud/aiplatform/v1beta1/index_endpoint.proto
19 package com.google.cloud.aiplatform.v1beta1;
23 // @@protoc_insertion_point(interface_extends:google.cloud.aiplatform.v1beta1.DeployedIndex)
24 com.google.protobuf.MessageOrBuilder {
36 * <code>string id = 1 [(.google.api.field_behavior) = REQUIRED];</code>
40 java.lang.String getId(); in getId()
51 * <code>string id = 1 [(.google.api.field_behavior) = REQUIRED];</code>
55 com.google.protobuf.ByteString getIdBytes(); in getIdBytes()
[all …]
DDeployedIndex.java2 * Copyright 2020 Google LLC
8 * https://www.apache.org/licenses/LICENSE-2.0
17 // source: google/cloud/aiplatform/v1beta1/index_endpoint.proto
19 package com.google.cloud.aiplatform.v1beta1;
28 * Protobuf type {@code google.cloud.aiplatform.v1beta1.DeployedIndex}
30 public final class DeployedIndex extends com.google.protobuf.GeneratedMessageV3
32 // @@protoc_insertion_point(message_implements:google.cloud.aiplatform.v1beta1.DeployedIndex)
36 private DeployedIndex(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in DeployedIndex()
44 reservedIpRanges_ = com.google.protobuf.LazyStringArrayList.EMPTY; in DeployedIndex()
48 @java.lang.Override
[all …]
/external/google-cloud-java/java-notebooks/proto-google-cloud-notebooks-v1/src/main/java/com/google/cloud/notebooks/v1/
DExecutionTemplate.java2 * Copyright 2020 Google LLC
8 * https://www.apache.org/licenses/LICENSE-2.0
17 // source: google/cloud/notebooks/v1/execution.proto
19 package com.google.cloud.notebooks.v1;
28 * Protobuf type {@code google.cloud.notebooks.v1.ExecutionTemplate}
30 public final class ExecutionTemplate extends com.google.protobuf.GeneratedMessageV3
32 // @@protoc_insertion_point(message_implements:google.cloud.notebooks.v1.ExecutionTemplate)
36 private ExecutionTemplate(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in ExecutionTemplate()
54 @java.lang.Override
56 protected java.lang.Object newInstance(UnusedPrivateParameter unused) { in newInstance()
[all …]
/external/google-cloud-java/
DCHANGELOG.md3 ## [1.11.0](https://github.com/googleapis/google-cloud-java/compare/v1.10.0...v1.11.0) (2023-05-10)
8 …(https://github.com/googleapis/google-cloud-java/issues/9392)) ([78ea6c8](https://github.com/googl…
9 …model.proto to BUILD.bazel ([78ea6c8](https://github.com/googleapis/google-cloud-java/commit/78ea6…
10 …IDIA_L4 to AcceleratorType ([78ea6c8](https://github.com/googleapis/google-cloud-java/commit/78ea6…
11 …IDIA_L4 to AcceleratorType ([78ea6c8](https://github.com/googleapis/google-cloud-java/commit/78ea6…
12-- A single place to search, discover, and interact with a wide variety of foundation models from
13 …or Cloud Channel API ([#9410](https://github.com/googleapis/google-cloud-java/issues/9410)) ([d841…
14 …(https://github.com/googleapis/google-cloud-java/issues/9398)) ([bc3cddf](https://github.com/googl…
15 …(https://github.com/googleapis/google-cloud-java/issues/9421)) ([0ebf4af](https://github.com/googl…
16 …(https://github.com/googleapis/google-cloud-java/issues/9399)) ([531cf24](https://github.com/googl…
[all …]
/external/google-cloud-java/java-dataproc-metastore/proto-google-cloud-dataproc-metastore-v1/src/main/java/com/google/cloud/metastore/v1/
DMetastoreProto.java2 * Copyright 2020 Google LLC
8 * https://www.apache.org/licenses/LICENSE-2.0
17 // source: google/cloud/metastore/v1/metastore.proto
19 package com.google.cloud.metastore.v1;
24 public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} in registerAllExtensions()
26 public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { in registerAllExtensions()
27 registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); in registerAllExtensions()
30 static final com.google.protobuf.Descriptors.Descriptor
32 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
34 static final com.google.protobuf.Descriptors.Descriptor
[all …]
/external/google-cloud-java/java-optimization/proto-google-cloud-optimization-v1/src/main/java/com/google/cloud/optimization/v1/
DOptimizeToursRequestOrBuilder.java2 * Copyright 2020 Google LLC
8 * https://www.apache.org/licenses/LICENSE-2.0
17 // source: google/cloud/optimization/v1/fleet_routing.proto
19 package com.google.cloud.optimization.v1;
23 // @@protoc_insertion_point(interface_extends:google.cloud.optimization.v1.OptimizeToursRequest)
24 com.google.protobuf.MessageOrBuilder {
31 * Format: `projects/{project-id}/locations/{location-id}`.
35 * <code>string parent = 1 [(.google.api.field_behavior) = REQUIRED];</code>
39 java.lang.String getParent(); in getParent()
45 * Format: `projects/{project-id}/locations/{location-id}`.
[all …]
DOptimizeToursRequest.java2 * Copyright 2020 Google LLC
8 * https://www.apache.org/licenses/LICENSE-2.0
17 // source: google/cloud/optimization/v1/fleet_routing.proto
19 package com.google.cloud.optimization.v1;
29 * Protobuf type {@code google.cloud.optimization.v1.OptimizeToursRequest}
31 public final class OptimizeToursRequest extends com.google.protobuf.GeneratedMessageV3
33 … // @@protoc_insertion_point(message_implements:google.cloud.optimization.v1.OptimizeToursRequest)
37 private OptimizeToursRequest(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in OptimizeToursRequest()
45 injectedFirstSolutionRoutes_ = java.util.Collections.emptyList(); in OptimizeToursRequest()
46 refreshDetailsRoutes_ = java.util.Collections.emptyList(); in OptimizeToursRequest()
[all …]
/external/python/google-api-python-client/docs/dyn/
Ddataflow_v1b3.projects.locations.templates.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Ddataflow_v1b3.projects.templates.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Ddataflow_v1b3.projects.locations.jobs.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Ddataflow_v1b3.projects.jobs.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Ddataflow_v1b3.projects.locations.flexTemplates.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
/external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/proto/google/cloud/compute/v1/
Dcompute.proto1 // Copyright 2023 Google LLC
7 // http://www.apache.org/licenses/LICENSE-2.0
15 // Generated by the disco-to-proto3-converter. DO NOT EDIT!
16 // Source Discovery file: compute.v1.json
18 // API name: compute
19 // API version: v1
23 package google.cloud.compute.v1;
25 import "google/api/annotations.proto";
26 import "google/api/client.proto";
27 import "google/api/field_behavior.proto";
[all …]

12