All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.managedidentities.v1.DomainOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.53.0
Show newest version
/*
 * Copyright 2023 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/managedidentities/v1/resource.proto

package com.google.cloud.managedidentities.v1;

public interface DomainOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.managedidentities.v1.Domain)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Required. The unique name of the domain using the form:
   * `projects/{project_id}/locations/global/domains/{domain_name}`.
   * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; * * @return The name. */ java.lang.String getName(); /** * * *
   * Required. The unique name of the domain using the form:
   * `projects/{project_id}/locations/global/domains/{domain_name}`.
   * 
* * string name = 1 [(.google.api.field_behavior) = REQUIRED]; * * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** * * *
   * Optional. Resource labels that can contain user-provided metadata.
   * 
* * map<string, string> labels = 2 [(.google.api.field_behavior) = OPTIONAL]; */ int getLabelsCount(); /** * * *
   * Optional. Resource labels that can contain user-provided metadata.
   * 
* * map<string, string> labels = 2 [(.google.api.field_behavior) = OPTIONAL]; */ boolean containsLabels(java.lang.String key); /** Use {@link #getLabelsMap()} instead. */ @java.lang.Deprecated java.util.Map getLabels(); /** * * *
   * Optional. Resource labels that can contain user-provided metadata.
   * 
* * map<string, string> labels = 2 [(.google.api.field_behavior) = OPTIONAL]; */ java.util.Map getLabelsMap(); /** * * *
   * Optional. Resource labels that can contain user-provided metadata.
   * 
* * map<string, string> labels = 2 [(.google.api.field_behavior) = OPTIONAL]; */ /* nullable */ java.lang.String getLabelsOrDefault( java.lang.String key, /* nullable */ java.lang.String defaultValue); /** * * *
   * Optional. Resource labels that can contain user-provided metadata.
   * 
* * map<string, string> labels = 2 [(.google.api.field_behavior) = OPTIONAL]; */ java.lang.String getLabelsOrThrow(java.lang.String key); /** * * *
   * Optional. The full names of the Google Compute Engine
   * [networks](/compute/docs/networks-and-firewalls#networks) the domain
   * instance is connected to. Networks can be added using UpdateDomain.
   * The domain is only available on networks listed in `authorized_networks`.
   * If CIDR subnets overlap between networks, domain creation will fail.
   * 
* * repeated string authorized_networks = 3 [(.google.api.field_behavior) = OPTIONAL]; * * @return A list containing the authorizedNetworks. */ java.util.List getAuthorizedNetworksList(); /** * * *
   * Optional. The full names of the Google Compute Engine
   * [networks](/compute/docs/networks-and-firewalls#networks) the domain
   * instance is connected to. Networks can be added using UpdateDomain.
   * The domain is only available on networks listed in `authorized_networks`.
   * If CIDR subnets overlap between networks, domain creation will fail.
   * 
* * repeated string authorized_networks = 3 [(.google.api.field_behavior) = OPTIONAL]; * * @return The count of authorizedNetworks. */ int getAuthorizedNetworksCount(); /** * * *
   * Optional. The full names of the Google Compute Engine
   * [networks](/compute/docs/networks-and-firewalls#networks) the domain
   * instance is connected to. Networks can be added using UpdateDomain.
   * The domain is only available on networks listed in `authorized_networks`.
   * If CIDR subnets overlap between networks, domain creation will fail.
   * 
* * repeated string authorized_networks = 3 [(.google.api.field_behavior) = OPTIONAL]; * * @param index The index of the element to return. * @return The authorizedNetworks at the given index. */ java.lang.String getAuthorizedNetworks(int index); /** * * *
   * Optional. The full names of the Google Compute Engine
   * [networks](/compute/docs/networks-and-firewalls#networks) the domain
   * instance is connected to. Networks can be added using UpdateDomain.
   * The domain is only available on networks listed in `authorized_networks`.
   * If CIDR subnets overlap between networks, domain creation will fail.
   * 
* * repeated string authorized_networks = 3 [(.google.api.field_behavior) = OPTIONAL]; * * @param index The index of the value to return. * @return The bytes of the authorizedNetworks at the given index. */ com.google.protobuf.ByteString getAuthorizedNetworksBytes(int index); /** * * *
   * Required. The CIDR range of internal addresses that are reserved for this
   * domain. Reserved networks must be /24 or larger. Ranges must be
   * unique and non-overlapping with existing subnets in
   * [Domain].[authorized_networks].
   * 
* * string reserved_ip_range = 4 [(.google.api.field_behavior) = REQUIRED]; * * @return The reservedIpRange. */ java.lang.String getReservedIpRange(); /** * * *
   * Required. The CIDR range of internal addresses that are reserved for this
   * domain. Reserved networks must be /24 or larger. Ranges must be
   * unique and non-overlapping with existing subnets in
   * [Domain].[authorized_networks].
   * 
* * string reserved_ip_range = 4 [(.google.api.field_behavior) = REQUIRED]; * * @return The bytes for reservedIpRange. */ com.google.protobuf.ByteString getReservedIpRangeBytes(); /** * * *
   * Required. Locations where domain needs to be provisioned.
   * [regions][compute/docs/regions-zones/]
   * e.g. us-west1 or us-east4
   * Service supports up to 4 locations at once. Each location will use a /26
   * block.
   * 
* * repeated string locations = 5 [(.google.api.field_behavior) = REQUIRED]; * * @return A list containing the locations. */ java.util.List getLocationsList(); /** * * *
   * Required. Locations where domain needs to be provisioned.
   * [regions][compute/docs/regions-zones/]
   * e.g. us-west1 or us-east4
   * Service supports up to 4 locations at once. Each location will use a /26
   * block.
   * 
* * repeated string locations = 5 [(.google.api.field_behavior) = REQUIRED]; * * @return The count of locations. */ int getLocationsCount(); /** * * *
   * Required. Locations where domain needs to be provisioned.
   * [regions][compute/docs/regions-zones/]
   * e.g. us-west1 or us-east4
   * Service supports up to 4 locations at once. Each location will use a /26
   * block.
   * 
* * repeated string locations = 5 [(.google.api.field_behavior) = REQUIRED]; * * @param index The index of the element to return. * @return The locations at the given index. */ java.lang.String getLocations(int index); /** * * *
   * Required. Locations where domain needs to be provisioned.
   * [regions][compute/docs/regions-zones/]
   * e.g. us-west1 or us-east4
   * Service supports up to 4 locations at once. Each location will use a /26
   * block.
   * 
* * repeated string locations = 5 [(.google.api.field_behavior) = REQUIRED]; * * @param index The index of the value to return. * @return The bytes of the locations at the given index. */ com.google.protobuf.ByteString getLocationsBytes(int index); /** * * *
   * Optional. The name of delegated administrator account used to perform
   * Active Directory operations. If not specified, `setupadmin` will be used.
   * 
* * string admin = 6 [(.google.api.field_behavior) = OPTIONAL]; * * @return The admin. */ java.lang.String getAdmin(); /** * * *
   * Optional. The name of delegated administrator account used to perform
   * Active Directory operations. If not specified, `setupadmin` will be used.
   * 
* * string admin = 6 [(.google.api.field_behavior) = OPTIONAL]; * * @return The bytes for admin. */ com.google.protobuf.ByteString getAdminBytes(); /** * * *
   * Output only. The fully-qualified domain name of the exposed domain used by
   * clients to connect to the service. Similar to what would be chosen for an
   * Active Directory set up on an internal network.
   * 
* * string fqdn = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @return The fqdn. */ java.lang.String getFqdn(); /** * * *
   * Output only. The fully-qualified domain name of the exposed domain used by
   * clients to connect to the service. Similar to what would be chosen for an
   * Active Directory set up on an internal network.
   * 
* * string fqdn = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @return The bytes for fqdn. */ com.google.protobuf.ByteString getFqdnBytes(); /** * * *
   * Output only. The time the instance was created.
   * 
* * .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @return Whether the createTime field is set. */ boolean hasCreateTime(); /** * * *
   * Output only. The time the instance was created.
   * 
* * .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @return The createTime. */ com.google.protobuf.Timestamp getCreateTime(); /** * * *
   * Output only. The time the instance was created.
   * 
* * .google.protobuf.Timestamp create_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder(); /** * * *
   * Output only. The last update time.
   * 
* * .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @return Whether the updateTime field is set. */ boolean hasUpdateTime(); /** * * *
   * Output only. The last update time.
   * 
* * .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @return The updateTime. */ com.google.protobuf.Timestamp getUpdateTime(); /** * * *
   * Output only. The last update time.
   * 
* * .google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder(); /** * * *
   * Output only. The current state of this domain.
   * 
* * * .google.cloud.managedidentities.v1.Domain.State state = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @return The enum numeric value on the wire for state. */ int getStateValue(); /** * * *
   * Output only. The current state of this domain.
   * 
* * * .google.cloud.managedidentities.v1.Domain.State state = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * * @return The state. */ com.google.cloud.managedidentities.v1.Domain.State getState(); /** * * *
   * Output only. Additional information about the current status of this
   * domain, if available.
   * 
* * string status_message = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @return The statusMessage. */ java.lang.String getStatusMessage(); /** * * *
   * Output only. Additional information about the current status of this
   * domain, if available.
   * 
* * string status_message = 14 [(.google.api.field_behavior) = OUTPUT_ONLY]; * * @return The bytes for statusMessage. */ com.google.protobuf.ByteString getStatusMessageBytes(); /** * * *
   * Output only. The current trusts associated with the domain.
   * 
* * * repeated .google.cloud.managedidentities.v1.Trust trusts = 15 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ java.util.List getTrustsList(); /** * * *
   * Output only. The current trusts associated with the domain.
   * 
* * * repeated .google.cloud.managedidentities.v1.Trust trusts = 15 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ com.google.cloud.managedidentities.v1.Trust getTrusts(int index); /** * * *
   * Output only. The current trusts associated with the domain.
   * 
* * * repeated .google.cloud.managedidentities.v1.Trust trusts = 15 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ int getTrustsCount(); /** * * *
   * Output only. The current trusts associated with the domain.
   * 
* * * repeated .google.cloud.managedidentities.v1.Trust trusts = 15 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ java.util.List getTrustsOrBuilderList(); /** * * *
   * Output only. The current trusts associated with the domain.
   * 
* * * repeated .google.cloud.managedidentities.v1.Trust trusts = 15 [(.google.api.field_behavior) = OUTPUT_ONLY]; * */ com.google.cloud.managedidentities.v1.TrustOrBuilder getTrustsOrBuilder(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy