public interface DiagnoseClusterRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getClusterName()
Required.
|
com.google.protobuf.ByteString |
getClusterNameBytes()
Required.
|
com.google.type.Interval |
getDiagnosisInterval()
Optional.
|
com.google.type.IntervalOrBuilder |
getDiagnosisIntervalOrBuilder()
Optional.
|
String |
getJobs(int index)
Optional.
|
com.google.protobuf.ByteString |
getJobsBytes(int index)
Optional.
|
int |
getJobsCount()
Optional.
|
List<String> |
getJobsList()
Optional.
|
String |
getProjectId()
Required.
|
com.google.protobuf.ByteString |
getProjectIdBytes()
Required.
|
String |
getRegion()
Required.
|
com.google.protobuf.ByteString |
getRegionBytes()
Required.
|
String |
getTarballGcsDir()
Optional.
|
com.google.protobuf.ByteString |
getTarballGcsDirBytes()
Optional.
|
String |
getYarnApplicationIds(int index)
Optional.
|
com.google.protobuf.ByteString |
getYarnApplicationIdsBytes(int index)
Optional.
|
int |
getYarnApplicationIdsCount()
Optional.
|
List<String> |
getYarnApplicationIdsList()
Optional.
|
boolean |
hasDiagnosisInterval()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getProjectId()
Required. The ID of the Google Cloud Platform project that the cluster belongs to.
string project_id = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getProjectIdBytes()
Required. The ID of the Google Cloud Platform project that the cluster belongs to.
string project_id = 1 [(.google.api.field_behavior) = REQUIRED];String getRegion()
Required. The Dataproc region in which to handle the request.
string region = 3 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getRegionBytes()
Required. The Dataproc region in which to handle the request.
string region = 3 [(.google.api.field_behavior) = REQUIRED];String getClusterName()
Required. The cluster name.
string cluster_name = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getClusterNameBytes()
Required. The cluster name.
string cluster_name = 2 [(.google.api.field_behavior) = REQUIRED];String getTarballGcsDir()
Optional. The output Cloud Storage directory for the diagnostic tarball. If not specified, a task-specific directory in the cluster's staging bucket will be used.
string tarball_gcs_dir = 4 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getTarballGcsDirBytes()
Optional. The output Cloud Storage directory for the diagnostic tarball. If not specified, a task-specific directory in the cluster's staging bucket will be used.
string tarball_gcs_dir = 4 [(.google.api.field_behavior) = OPTIONAL];boolean hasDiagnosisInterval()
Optional. Time interval in which diagnosis should be carried out on the cluster.
.google.type.Interval diagnosis_interval = 6 [(.google.api.field_behavior) = OPTIONAL];
com.google.type.Interval getDiagnosisInterval()
Optional. Time interval in which diagnosis should be carried out on the cluster.
.google.type.Interval diagnosis_interval = 6 [(.google.api.field_behavior) = OPTIONAL];
com.google.type.IntervalOrBuilder getDiagnosisIntervalOrBuilder()
Optional. Time interval in which diagnosis should be carried out on the cluster.
.google.type.Interval diagnosis_interval = 6 [(.google.api.field_behavior) = OPTIONAL];
List<String> getJobsList()
Optional. Specifies a list of jobs on which diagnosis is to be performed.
Format: projects/{project}/regions/{region}/jobs/{job}
repeated string jobs = 10 [(.google.api.field_behavior) = OPTIONAL];int getJobsCount()
Optional. Specifies a list of jobs on which diagnosis is to be performed.
Format: projects/{project}/regions/{region}/jobs/{job}
repeated string jobs = 10 [(.google.api.field_behavior) = OPTIONAL];String getJobs(int index)
Optional. Specifies a list of jobs on which diagnosis is to be performed.
Format: projects/{project}/regions/{region}/jobs/{job}
repeated string jobs = 10 [(.google.api.field_behavior) = OPTIONAL];index - The index of the element to return.com.google.protobuf.ByteString getJobsBytes(int index)
Optional. Specifies a list of jobs on which diagnosis is to be performed.
Format: projects/{project}/regions/{region}/jobs/{job}
repeated string jobs = 10 [(.google.api.field_behavior) = OPTIONAL];index - The index of the value to return.List<String> getYarnApplicationIdsList()
Optional. Specifies a list of yarn applications on which diagnosis is to be performed.
repeated string yarn_application_ids = 11 [(.google.api.field_behavior) = OPTIONAL];
int getYarnApplicationIdsCount()
Optional. Specifies a list of yarn applications on which diagnosis is to be performed.
repeated string yarn_application_ids = 11 [(.google.api.field_behavior) = OPTIONAL];
String getYarnApplicationIds(int index)
Optional. Specifies a list of yarn applications on which diagnosis is to be performed.
repeated string yarn_application_ids = 11 [(.google.api.field_behavior) = OPTIONAL];
index - The index of the element to return.com.google.protobuf.ByteString getYarnApplicationIdsBytes(int index)
Optional. Specifies a list of yarn applications on which diagnosis is to be performed.
repeated string yarn_application_ids = 11 [(.google.api.field_behavior) = OPTIONAL];
index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.