| /external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/proto/google/cloud/aiplatform/v1/ |
| D | index_service.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 17 package google.cloud.aiplatform.v1; 19 import "google/api/annotations.proto"; 20 import "google/api/client.proto"; 21 import "google/api/field_behavior.proto"; 22 import "google/api/resource.proto"; 23 import "google/cloud/aiplatform/v1/index.proto"; 24 import "google/cloud/aiplatform/v1/operation.proto"; 29 option csharp_namespace = "Google.Cloud.AIPlatform.V1"; 33 option java_package = "com.google.cloud.aiplatform.v1"; [all …]
|
| D | index_endpoint.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 17 package google.cloud.aiplatform.v1; 19 import "google/api/field_behavior.proto"; 20 import "google/api/resource.proto"; 21 import "google/cloud/aiplatform/v1/machine_resources.proto"; 22 import "google/cloud/aiplatform/v1/service_networking.proto"; 25 option csharp_namespace = "Google.Cloud.AIPlatform.V1"; 29 option java_package = "com.google.cloud.aiplatform.v1"; 30 option php_namespace = "Google\\Cloud\\AIPlatform\\V1"; 31 option ruby_package = "Google::Cloud::AIPlatform::V1"; [all …]
|
| /external/googleapis/google/cloud/aiplatform/v1/ |
| D | index_service.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 17 package google.cloud.aiplatform.v1; 19 import "google/api/annotations.proto"; 20 import "google/api/client.proto"; 21 import "google/api/field_behavior.proto"; 22 import "google/api/resource.proto"; 23 import "google/cloud/aiplatform/v1/index.proto"; 24 import "google/cloud/aiplatform/v1/operation.proto"; 29 option csharp_namespace = "Google.Cloud.AIPlatform.V1"; 33 option java_package = "com.google.cloud.aiplatform.v1"; [all …]
|
| D | index_endpoint.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 17 package google.cloud.aiplatform.v1; 19 import "google/api/field_behavior.proto"; 20 import "google/api/resource.proto"; 21 import "google/cloud/aiplatform/v1/encryption_spec.proto"; 22 import "google/cloud/aiplatform/v1/machine_resources.proto"; 23 import "google/cloud/aiplatform/v1/service_networking.proto"; 26 option csharp_namespace = "Google.Cloud.AIPlatform.V1"; 30 option java_package = "com.google.cloud.aiplatform.v1"; 31 option php_namespace = "Google\\Cloud\\AIPlatform\\V1"; [all …]
|
| /external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/ |
| D | DeployedIndexOrBuilder.java | 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) 36 * <code>string id = 1 [(.google.api.field_behavior) = REQUIRED];</code> 51 * <code>string id = 1 [(.google.api.field_behavior) = REQUIRED];</code> 61 * Required. The name of the Index this is the deployment of. 62 * We may refer to this Index as the DeployedIndex's "original" Index. 66 …* string index = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { … 69 * @return The index. [all …]
|
| D | DeployedIndex.java | 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; 25 * A deployment of an Index. IndexEndpoints contain one or more DeployedIndexes. 28 * Protobuf type {@code google.cloud.aiplatform.v1.DeployedIndex} 32 // @@protoc_insertion_point(message_implements:google.cloud.aiplatform.v1.DeployedIndex) 60 return com.google.cloud.aiplatform.v1.IndexEndpointProto in getDescriptor() 67 return com.google.cloud.aiplatform.v1.IndexEndpointProto in internalGetFieldAccessorTable() 70 com.google.cloud.aiplatform.v1.DeployedIndex.class, in internalGetFieldAccessorTable() 71 com.google.cloud.aiplatform.v1.DeployedIndex.Builder.class); in internalGetFieldAccessorTable() [all …]
|
| D | IndexOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 17 // source: google/cloud/aiplatform/v1/index.proto 19 package com.google.cloud.aiplatform.v1; 23 // @@protoc_insertion_point(interface_extends:google.cloud.aiplatform.v1.Index) 30 * Output only. The resource name of the Index. 33 * <code>string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code> 42 * Output only. The resource name of the Index. 45 * <code>string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];</code> 55 * Required. The display name of the Index. 56 * The name can be up to 128 characters long and can consist of any UTF-8 [all …]
|
| D | IndexServiceProto.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 17 // source: google/cloud/aiplatform/v1/index_service.proto 19 package com.google.cloud.aiplatform.v1; 99 "\n.google/cloud/aiplatform/v1/index_servi" 100 + "ce.proto\022\032google.cloud.aiplatform.v1\032\034go" 101 + "ogle/api/annotations.proto\032\027google/api/c" 102 + "lient.proto\032\037google/api/field_behavior.p" 103 + "roto\032\031google/api/resource.proto\032&google/" 104 + "cloud/aiplatform/v1/index.proto\032*google/" 105 + "cloud/aiplatform/v1/operation.proto\032#goo" [all …]
|
| D | PipelineTaskExecutorDetail.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 17 // source: google/cloud/aiplatform/v1/pipeline_job.proto 19 package com.google.cloud.aiplatform.v1; 28 * Protobuf type {@code google.cloud.aiplatform.v1.PipelineTaskExecutorDetail} 32 …// @@protoc_insertion_point(message_implements:google.cloud.aiplatform.v1.PipelineTaskExecutorDeta… 54 return com.google.cloud.aiplatform.v1.Pipeline in getDescriptor() 61 return com.google.cloud.aiplatform.v1.Pipeline in internalGetFieldAccessorTable() 64 com.google.cloud.aiplatform.v1.PipelineTaskExecutorDetail.class, in internalGetFieldAccessorTable() 65 com.google.cloud.aiplatform.v1.PipelineTaskExecutorDetail.Builder.class); in internalGetFieldAccessorTable() 70 …// @@protoc_insertion_point(interface_extends:google.cloud.aiplatform.v1.PipelineTaskExecutorDetai… [all …]
|
| D | CreateIndexRequest.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 17 // source: google/cloud/aiplatform/v1/index_service.proto 19 package com.google.cloud.aiplatform.v1; 26 * [IndexService.CreateIndex][google.cloud.aiplatform.v1.IndexService.CreateIndex]. 29 * Protobuf type {@code google.cloud.aiplatform.v1.CreateIndexRequest} 33 // @@protoc_insertion_point(message_implements:google.cloud.aiplatform.v1.CreateIndexRequest) 57 return com.google.cloud.aiplatform.v1.IndexServiceProto in getDescriptor() 64 return com.google.cloud.aiplatform.v1.IndexServiceProto in internalGetFieldAccessorTable() 67 com.google.cloud.aiplatform.v1.CreateIndexRequest.class, in internalGetFieldAccessorTable() 68 com.google.cloud.aiplatform.v1.CreateIndexRequest.Builder.class); in internalGetFieldAccessorTable() [all …]
|
| D | Index.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 17 // source: google/cloud/aiplatform/v1/index.proto 19 package com.google.cloud.aiplatform.v1; 29 * Protobuf type {@code google.cloud.aiplatform.v1.Index} 31 public final class Index extends com.google.protobuf.GeneratedMessageV3 class 33 // @@protoc_insertion_point(message_implements:google.cloud.aiplatform.v1.Index) 36 // Use Index.newBuilder() to construct. 37 private Index(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Index() method in Index 41 private Index() { in Index() method in Index 54 return new Index(); in newInstance() [all …]
|
| D | WriteTensorboardExperimentDataRequest.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 17 // source: google/cloud/aiplatform/v1/tensorboard_service.proto 19 package com.google.cloud.aiplatform.v1; 26 …* [TensorboardService.WriteTensorboardExperimentData][google.cloud.aiplatform.v1.TensorboardServic… 29 * Protobuf type {@code google.cloud.aiplatform.v1.WriteTensorboardExperimentDataRequest} 34 …// @@protoc_insertion_point(message_implements:google.cloud.aiplatform.v1.WriteTensorboardExperime… 60 return com.google.cloud.aiplatform.v1.TensorboardServiceProto in getDescriptor() 67 return com.google.cloud.aiplatform.v1.TensorboardServiceProto in internalGetFieldAccessorTable() 70 com.google.cloud.aiplatform.v1.WriteTensorboardExperimentDataRequest.class, in internalGetFieldAccessorTable() 71 com.google.cloud.aiplatform.v1.WriteTensorboardExperimentDataRequest.Builder.class); in internalGetFieldAccessorTable() [all …]
|
| D | NasJobOutput.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 17 // source: google/cloud/aiplatform/v1/nas_job.proto 19 package com.google.cloud.aiplatform.v1; 28 * Protobuf type {@code google.cloud.aiplatform.v1.NasJobOutput} 32 // @@protoc_insertion_point(message_implements:google.cloud.aiplatform.v1.NasJobOutput) 54 return com.google.cloud.aiplatform.v1.NasJobProto in getDescriptor() 61 return com.google.cloud.aiplatform.v1.NasJobProto in internalGetFieldAccessorTable() 64 com.google.cloud.aiplatform.v1.NasJobOutput.class, in internalGetFieldAccessorTable() 65 com.google.cloud.aiplatform.v1.NasJobOutput.Builder.class); in internalGetFieldAccessorTable() 70 …// @@protoc_insertion_point(interface_extends:google.cloud.aiplatform.v1.NasJobOutput.MultiTrialJo… [all …]
|
| /external/google-cloud-java/java-service-usage/proto-google-cloud-service-usage-v1/src/main/java/com/google/api/serviceusage/v1/ |
| D | BatchGetServicesResponse.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 17 // source: google/api/serviceusage/v1/serviceusage.proto 19 package com.google.api.serviceusage.v1; 28 * Protobuf type {@code google.api.serviceusage.v1.BatchGetServicesResponse} 32 …// @@protoc_insertion_point(message_implements:google.api.serviceusage.v1.BatchGetServicesResponse) 56 return com.google.api.serviceusage.v1.ServiceUsageProto in getDescriptor() 63 return com.google.api.serviceusage.v1.ServiceUsageProto in internalGetFieldAccessorTable() 66 com.google.api.serviceusage.v1.BatchGetServicesResponse.class, in internalGetFieldAccessorTable() 67 com.google.api.serviceusage.v1.BatchGetServicesResponse.Builder.class); in internalGetFieldAccessorTable() 73 private java.util.List<com.google.api.serviceusage.v1.Service> services_; [all …]
|
| D | OperationMetadata.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 17 // source: google/api/serviceusage/v1/resources.proto 19 package com.google.api.serviceusage.v1; 28 * Protobuf type {@code google.api.serviceusage.v1.OperationMetadata} 32 // @@protoc_insertion_point(message_implements:google.api.serviceusage.v1.OperationMetadata) 56 return com.google.api.serviceusage.v1.ResourcesProto in getDescriptor() 63 return com.google.api.serviceusage.v1.ResourcesProto in internalGetFieldAccessorTable() 66 com.google.api.serviceusage.v1.OperationMetadata.class, in internalGetFieldAccessorTable() 67 com.google.api.serviceusage.v1.OperationMetadata.Builder.class); in internalGetFieldAccessorTable() 114 * @param index The index of the element to return. [all …]
|
| D | ListServicesResponse.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 17 // source: google/api/serviceusage/v1/serviceusage.proto 19 package com.google.api.serviceusage.v1; 28 * Protobuf type {@code google.api.serviceusage.v1.ListServicesResponse} 32 // @@protoc_insertion_point(message_implements:google.api.serviceusage.v1.ListServicesResponse) 57 return com.google.api.serviceusage.v1.ServiceUsageProto in getDescriptor() 64 return com.google.api.serviceusage.v1.ServiceUsageProto in internalGetFieldAccessorTable() 67 com.google.api.serviceusage.v1.ListServicesResponse.class, in internalGetFieldAccessorTable() 68 com.google.api.serviceusage.v1.ListServicesResponse.Builder.class); in internalGetFieldAccessorTable() 74 private java.util.List<com.google.api.serviceusage.v1.Service> services_; [all …]
|
| /external/googleapis/google/datastore/admin/v1/ |
| D | datastore_admin.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 17 package google.datastore.admin.v1; 19 import "google/api/annotations.proto"; 20 import "google/api/client.proto"; 21 import "google/api/field_behavior.proto"; 22 import "google/datastore/admin/v1/index.proto"; 23 import "google/datastore/admin/v1/migration.proto"; 27 option csharp_namespace = "Google.Cloud.Datastore.Admin.V1"; 31 option java_package = "com.google.datastore.admin.v1"; 32 option php_namespace = "Google\\Cloud\\Datastore\\Admin\\V1"; [all …]
|
| /external/google-cloud-java/java-billingbudgets/proto-google-cloud-billingbudgets-v1/src/main/java/com/google/cloud/billing/budgets/v1/ |
| D | FilterOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 17 // source: google/cloud/billing/budgets/v1/budget_model.proto 19 package com.google.cloud.billing.budgets.v1; 23 // @@protoc_insertion_point(interface_extends:google.cloud.billing.budgets.v1.Filter) 37 * <code>repeated string projects = 1 [(.google.api.field_behavior) = OPTIONAL];</code> 53 * <code>repeated string projects = 1 [(.google.api.field_behavior) = OPTIONAL];</code> 69 * <code>repeated string projects = 1 [(.google.api.field_behavior) = OPTIONAL];</code> 71 * @param index The index of the element to return. 72 * @return The projects at the given index. 74 java.lang.String getProjects(int index); in getProjects() argument [all …]
|
| D | Filter.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 17 // source: google/cloud/billing/budgets/v1/budget_model.proto 19 package com.google.cloud.billing.budgets.v1; 28 * Protobuf type {@code google.cloud.billing.budgets.v1.Filter} 32 // @@protoc_insertion_point(message_implements:google.cloud.billing.budgets.v1.Filter) 60 return com.google.cloud.billing.budgets.v1.BudgetModelProto in getDescriptor() 78 return com.google.cloud.billing.budgets.v1.BudgetModelProto in internalGetFieldAccessorTable() 81 com.google.cloud.billing.budgets.v1.Filter.class, in internalGetFieldAccessorTable() 82 com.google.cloud.billing.budgets.v1.Filter.Builder.class); in internalGetFieldAccessorTable() 93 * types](https://cloud.google.com/billing/docs/how-to/export-data-bigquery-tables#credits-type). [all …]
|
| /external/google-cloud-java/java-service-control/proto-google-cloud-service-control-v1/src/main/java/com/google/api/servicecontrol/v1/ |
| D | Operation.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 17 // source: google/api/servicecontrol/v1/operation.proto 19 package com.google.api.servicecontrol.v1; 28 * Protobuf type {@code google.api.servicecontrol.v1.Operation} 32 // @@protoc_insertion_point(message_implements:google.api.servicecontrol.v1.Operation) 62 return com.google.api.servicecontrol.v1.OperationProto in getDescriptor() 80 return com.google.api.servicecontrol.v1.OperationProto in internalGetFieldAccessorTable() 83 com.google.api.servicecontrol.v1.Operation.class, in internalGetFieldAccessorTable() 84 com.google.api.servicecontrol.v1.Operation.Builder.class); in internalGetFieldAccessorTable() 94 * Protobuf enum {@code google.api.servicecontrol.v1.Operation.Importance} [all …]
|
| D | MetricValueSet.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 17 // source: google/api/servicecontrol/v1/metric_value.proto 19 package com.google.api.servicecontrol.v1; 30 * Protobuf type {@code google.api.servicecontrol.v1.MetricValueSet} 34 // @@protoc_insertion_point(message_implements:google.api.servicecontrol.v1.MetricValueSet) 59 return com.google.api.servicecontrol.v1.MetricValueSetProto in getDescriptor() 66 return com.google.api.servicecontrol.v1.MetricValueSetProto in internalGetFieldAccessorTable() 69 com.google.api.servicecontrol.v1.MetricValueSet.class, in internalGetFieldAccessorTable() 70 com.google.api.servicecontrol.v1.MetricValueSet.Builder.class); in internalGetFieldAccessorTable() 127 private java.util.List<com.google.api.servicecontrol.v1.MetricValue> metricValues_; [all …]
|
| /external/google-cloud-java/java-security-private-ca/proto-google-cloud-security-private-ca-v1/src/main/java/com/google/cloud/security/privateca/v1/ |
| D | X509ParametersOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 17 // source: google/cloud/security/privateca/v1/resources.proto 19 package com.google.cloud.security.privateca.v1; 23 // @@protoc_insertion_point(interface_extends:google.cloud.security.privateca.v1.X509Parameters) 35 …* .google.cloud.security.privateca.v1.KeyUsage key_usage = 1 [(.google.api.field_behavior) = OPTIO… 50 …* .google.cloud.security.privateca.v1.KeyUsage key_usage = 1 [(.google.api.field_behavior) = OPTIO… 55 com.google.cloud.security.privateca.v1.KeyUsage getKeyUsage(); in getKeyUsage() 65 …* .google.cloud.security.privateca.v1.KeyUsage key_usage = 1 [(.google.api.field_behavior) = OPTIO… 68 com.google.cloud.security.privateca.v1.KeyUsageOrBuilder getKeyUsageOrBuilder(); in getKeyUsageOrBuilder() 75 * [X509Parameters][google.cloud.security.privateca.v1.X509Parameters] that [all …]
|
| /external/google-cloud-java/java-service-management/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/ |
| D | ListServiceRolloutsResponse.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 17 // source: google/api/servicemanagement/v1/servicemanager.proto 19 package com.google.api.servicemanagement.v1; 28 * Protobuf type {@code google.api.servicemanagement.v1.ListServiceRolloutsResponse} 32 …// @@protoc_insertion_point(message_implements:google.api.servicemanagement.v1.ListServiceRollouts… 57 return com.google.api.servicemanagement.v1.ServiceManagerProto in getDescriptor() 64 return com.google.api.servicemanagement.v1.ServiceManagerProto in internalGetFieldAccessorTable() 67 com.google.api.servicemanagement.v1.ListServiceRolloutsResponse.class, in internalGetFieldAccessorTable() 68 com.google.api.servicemanagement.v1.ListServiceRolloutsResponse.Builder.class); in internalGetFieldAccessorTable() 74 private java.util.List<com.google.api.servicemanagement.v1.Rollout> rollouts_; [all …]
|
| D | ConfigSource.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 17 // source: google/api/servicemanagement/v1/resources.proto 19 package com.google.api.servicemanagement.v1; 26 * defined by `google.api.Service`. 29 * Protobuf type {@code google.api.servicemanagement.v1.ConfigSource} 33 // @@protoc_insertion_point(message_implements:google.api.servicemanagement.v1.ConfigSource) 58 return com.google.api.servicemanagement.v1.ResourcesProto in getDescriptor() 65 return com.google.api.servicemanagement.v1.ResourcesProto in internalGetFieldAccessorTable() 68 com.google.api.servicemanagement.v1.ConfigSource.class, in internalGetFieldAccessorTable() 69 com.google.api.servicemanagement.v1.ConfigSource.Builder.class); in internalGetFieldAccessorTable() [all …]
|
| /external/googleapis/google/firestore/admin/v1/ |
| D | firestore_admin.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 17 package google.firestore.admin.v1; 19 import "google/api/annotations.proto"; 20 import "google/api/client.proto"; 21 import "google/api/field_behavior.proto"; 22 import "google/api/resource.proto"; 23 import "google/firestore/admin/v1/backup.proto"; 24 import "google/firestore/admin/v1/database.proto"; 25 import "google/firestore/admin/v1/field.proto"; 26 import "google/firestore/admin/v1/index.proto"; [all …]
|