public interface CreateConnectivityTestRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
ConnectivityTest |
getResource()
Required.
|
ConnectivityTestOrBuilder |
getResourceOrBuilder()
Required.
|
String |
getTestId()
Required.
|
com.google.protobuf.ByteString |
getTestIdBytes()
Required.
|
boolean |
hasResource()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The parent resource of the Connectivity Test to create:
`projects/{project_id}/locations/global`
string parent = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getParentBytes()
Required. The parent resource of the Connectivity Test to create:
`projects/{project_id}/locations/global`
string parent = 1 [(.google.api.field_behavior) = REQUIRED];String getTestId()
Required. The logical name of the Connectivity Test in your project with the following restrictions: * Must contain only lowercase letters, numbers, and hyphens. * Must start with a letter. * Must be between 1-40 characters. * Must end with a number or a letter. * Must be unique within the customer project
string test_id = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getTestIdBytes()
Required. The logical name of the Connectivity Test in your project with the following restrictions: * Must contain only lowercase letters, numbers, and hyphens. * Must start with a letter. * Must be between 1-40 characters. * Must end with a number or a letter. * Must be unique within the customer project
string test_id = 2 [(.google.api.field_behavior) = REQUIRED];boolean hasResource()
Required. A `ConnectivityTest` resource
.google.cloud.networkmanagement.v1beta1.ConnectivityTest resource = 3 [(.google.api.field_behavior) = REQUIRED];
ConnectivityTest getResource()
Required. A `ConnectivityTest` resource
.google.cloud.networkmanagement.v1beta1.ConnectivityTest resource = 3 [(.google.api.field_behavior) = REQUIRED];
ConnectivityTestOrBuilder getResourceOrBuilder()
Required. A `ConnectivityTest` resource
.google.cloud.networkmanagement.v1beta1.ConnectivityTest resource = 3 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2022 Google LLC. All rights reserved.