public interface CreateActiveDirectoryRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ActiveDirectory |
getActiveDirectory()
Required.
|
String |
getActiveDirectoryId()
Required.
|
com.google.protobuf.ByteString |
getActiveDirectoryIdBytes()
Required.
|
ActiveDirectoryOrBuilder |
getActiveDirectoryOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasActiveDirectory()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. Value for parent.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. Value for parent.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasActiveDirectory()
Required. Fields of the to be created active directory.
.google.cloud.netapp.v1.ActiveDirectory active_directory = 2 [(.google.api.field_behavior) = REQUIRED];
ActiveDirectory getActiveDirectory()
Required. Fields of the to be created active directory.
.google.cloud.netapp.v1.ActiveDirectory active_directory = 2 [(.google.api.field_behavior) = REQUIRED];
ActiveDirectoryOrBuilder getActiveDirectoryOrBuilder()
Required. Fields of the to be created active directory.
.google.cloud.netapp.v1.ActiveDirectory active_directory = 2 [(.google.api.field_behavior) = REQUIRED];
String getActiveDirectoryId()
Required. ID of the active directory to create.
string active_directory_id = 3 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getActiveDirectoryIdBytes()
Required. ID of the active directory to create.
string active_directory_id = 3 [(.google.api.field_behavior) = REQUIRED];Copyright © 2024 Google LLC. All rights reserved.