Send feedback
Class CreateConnectivityTestRequest.Builder (1.1.10)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.1.10 keyboard_arrow_down
public static final class CreateConnectivityTestRequest . Builder extends GeneratedMessageV3 . Builder<CreateConnectivityTestRequest . Builder > implements CreateConnectivityTestRequestOrBuilder
Request for the CreateConnectivityTest
method.
Protobuf type google.cloud.networkmanagement.v1beta1.CreateConnectivityTestRequest
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CreateConnectivityTestRequest . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
build()
public CreateConnectivityTestRequest build ()
Returns
buildPartial()
public CreateConnectivityTestRequest buildPartial ()
Returns
clear()
public CreateConnectivityTestRequest . Builder clear ()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public CreateConnectivityTestRequest . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public CreateConnectivityTestRequest . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clearParent()
public CreateConnectivityTestRequest . Builder clearParent ()
Required. The parent resource of the Connectivity Test to create:
projects/{project_id}/locations/global
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
clearResource()
public CreateConnectivityTestRequest . Builder clearResource ()
Required. A ConnectivityTest
resource
.google.cloud.networkmanagement.v1beta1.ConnectivityTest resource = 3 [(.google.api.field_behavior) = REQUIRED];
Returns
clearTestId()
public CreateConnectivityTestRequest . Builder clearTestId ()
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];
Returns
clone()
public CreateConnectivityTestRequest . Builder clone ()
Returns
Overrides
getDefaultInstanceForType()
public CreateConnectivityTestRequest getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
getParent()
public String getParent ()
Required. The parent resource of the Connectivity Test to create:
projects/{project_id}/locations/global
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type Description String The parent.
getParentBytes()
public 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];
Returns
getResource()
public ConnectivityTest getResource ()
Required. A ConnectivityTest
resource
.google.cloud.networkmanagement.v1beta1.ConnectivityTest resource = 3 [(.google.api.field_behavior) = REQUIRED];
Returns
getResourceBuilder()
public ConnectivityTest . Builder getResourceBuilder ()
Required. A ConnectivityTest
resource
.google.cloud.networkmanagement.v1beta1.ConnectivityTest resource = 3 [(.google.api.field_behavior) = REQUIRED];
Returns
getResourceOrBuilder()
public ConnectivityTestOrBuilder getResourceOrBuilder ()
Required. A ConnectivityTest
resource
.google.cloud.networkmanagement.v1beta1.ConnectivityTest resource = 3 [(.google.api.field_behavior) = REQUIRED];
Returns
getTestId()
public 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];
Returns
Type Description String The testId.
getTestIdBytes()
public 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];
Returns
hasResource()
public boolean hasResource ()
Required. A ConnectivityTest
resource
.google.cloud.networkmanagement.v1beta1.ConnectivityTest resource = 3 [(.google.api.field_behavior) = REQUIRED];
Returns
Type Description boolean Whether the resource field is set.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
mergeFrom(CreateConnectivityTestRequest other)
public CreateConnectivityTestRequest . Builder mergeFrom ( CreateConnectivityTestRequest other )
Parameter
Returns
public CreateConnectivityTestRequest . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public CreateConnectivityTestRequest . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeResource(ConnectivityTest value)
public CreateConnectivityTestRequest . Builder mergeResource ( ConnectivityTest value )
Required. A ConnectivityTest
resource
.google.cloud.networkmanagement.v1beta1.ConnectivityTest resource = 3 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CreateConnectivityTestRequest . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public CreateConnectivityTestRequest . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setParent(String value)
public CreateConnectivityTestRequest . Builder setParent ( String value )
Required. The parent resource of the Connectivity Test to create:
projects/{project_id}/locations/global
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name Description value String
The parent to set.
Returns
setParentBytes(ByteString value)
public CreateConnectivityTestRequest . Builder setParentBytes ( ByteString value )
Required. The parent resource of the Connectivity Test to create:
projects/{project_id}/locations/global
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name Description value ByteString
The bytes for parent to set.
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CreateConnectivityTestRequest . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setResource(ConnectivityTest value)
public CreateConnectivityTestRequest . Builder setResource ( ConnectivityTest value )
Required. A ConnectivityTest
resource
.google.cloud.networkmanagement.v1beta1.ConnectivityTest resource = 3 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
setResource(ConnectivityTest.Builder builderForValue)
public CreateConnectivityTestRequest . Builder setResource ( ConnectivityTest . Builder builderForValue )
Required. A ConnectivityTest
resource
.google.cloud.networkmanagement.v1beta1.ConnectivityTest resource = 3 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
setTestId(String value)
public CreateConnectivityTestRequest . Builder setTestId ( String value )
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];
Parameter
Name Description value String
The testId to set.
Returns
setTestIdBytes(ByteString value)
public CreateConnectivityTestRequest . Builder setTestIdBytes ( ByteString value )
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];
Parameter
Name Description value ByteString
The bytes for testId to set.
Returns
setUnknownFields(UnknownFieldSet unknownFields)
public final CreateConnectivityTestRequest . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]