1 /* 2 * Copyright 2020 Google LLC 3 * 4 * Licensed under the Apache License, Version 2.0 (the "License"); 5 * you may not use this file except in compliance with the License. 6 * You may obtain a copy of the License at 7 * 8 * https://www.apache.org/licenses/LICENSE-2.0 9 * 10 * Unless required by applicable law or agreed to in writing, software 11 * distributed under the License is distributed on an "AS IS" BASIS, 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 * See the License for the specific language governing permissions and 14 * limitations under the License. 15 */ 16 // Generated by the protocol buffer compiler. DO NOT EDIT! 17 // source: google/cloud/beyondcorp/clientgateways/v1/client_gateways_service.proto 18 19 package com.google.cloud.beyondcorp.clientgateways.v1; 20 21 public interface ClientGatewayOrBuilder 22 extends 23 // @@protoc_insertion_point(interface_extends:google.cloud.beyondcorp.clientgateways.v1.ClientGateway) 24 com.google.protobuf.MessageOrBuilder { 25 26 /** 27 * 28 * 29 * <pre> 30 * Required. name of resource. The name is ignored during creation. 31 * </pre> 32 * 33 * <code>string name = 1 [(.google.api.field_behavior) = REQUIRED];</code> 34 * 35 * @return The name. 36 */ getName()37 java.lang.String getName(); 38 /** 39 * 40 * 41 * <pre> 42 * Required. name of resource. The name is ignored during creation. 43 * </pre> 44 * 45 * <code>string name = 1 [(.google.api.field_behavior) = REQUIRED];</code> 46 * 47 * @return The bytes for name. 48 */ getNameBytes()49 com.google.protobuf.ByteString getNameBytes(); 50 51 /** 52 * 53 * 54 * <pre> 55 * Output only. [Output only] Create time stamp. 56 * </pre> 57 * 58 * <code>.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; 59 * </code> 60 * 61 * @return Whether the createTime field is set. 62 */ hasCreateTime()63 boolean hasCreateTime(); 64 /** 65 * 66 * 67 * <pre> 68 * Output only. [Output only] Create time stamp. 69 * </pre> 70 * 71 * <code>.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; 72 * </code> 73 * 74 * @return The createTime. 75 */ getCreateTime()76 com.google.protobuf.Timestamp getCreateTime(); 77 /** 78 * 79 * 80 * <pre> 81 * Output only. [Output only] Create time stamp. 82 * </pre> 83 * 84 * <code>.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; 85 * </code> 86 */ getCreateTimeOrBuilder()87 com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder(); 88 89 /** 90 * 91 * 92 * <pre> 93 * Output only. [Output only] Update time stamp. 94 * </pre> 95 * 96 * <code>.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; 97 * </code> 98 * 99 * @return Whether the updateTime field is set. 100 */ hasUpdateTime()101 boolean hasUpdateTime(); 102 /** 103 * 104 * 105 * <pre> 106 * Output only. [Output only] Update time stamp. 107 * </pre> 108 * 109 * <code>.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; 110 * </code> 111 * 112 * @return The updateTime. 113 */ getUpdateTime()114 com.google.protobuf.Timestamp getUpdateTime(); 115 /** 116 * 117 * 118 * <pre> 119 * Output only. [Output only] Update time stamp. 120 * </pre> 121 * 122 * <code>.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; 123 * </code> 124 */ getUpdateTimeOrBuilder()125 com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder(); 126 127 /** 128 * 129 * 130 * <pre> 131 * Output only. The operational state of the gateway. 132 * </pre> 133 * 134 * <code> 135 * .google.cloud.beyondcorp.clientgateways.v1.ClientGateway.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; 136 * </code> 137 * 138 * @return The enum numeric value on the wire for state. 139 */ getStateValue()140 int getStateValue(); 141 /** 142 * 143 * 144 * <pre> 145 * Output only. The operational state of the gateway. 146 * </pre> 147 * 148 * <code> 149 * .google.cloud.beyondcorp.clientgateways.v1.ClientGateway.State state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; 150 * </code> 151 * 152 * @return The state. 153 */ getState()154 com.google.cloud.beyondcorp.clientgateways.v1.ClientGateway.State getState(); 155 156 /** 157 * 158 * 159 * <pre> 160 * Output only. A unique identifier for the instance generated by the system. 161 * </pre> 162 * 163 * <code>string id = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];</code> 164 * 165 * @return The id. 166 */ getId()167 java.lang.String getId(); 168 /** 169 * 170 * 171 * <pre> 172 * Output only. A unique identifier for the instance generated by the system. 173 * </pre> 174 * 175 * <code>string id = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];</code> 176 * 177 * @return The bytes for id. 178 */ getIdBytes()179 com.google.protobuf.ByteString getIdBytes(); 180 181 /** 182 * 183 * 184 * <pre> 185 * Output only. The client connector service name that the client gateway is 186 * associated to. Client Connector Services, named as follows: 187 * `projects/{project_id}/locations/{location_id}/client_connector_services/{client_connector_service_id}`. 188 * </pre> 189 * 190 * <code>string client_connector_service = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];</code> 191 * 192 * @return The clientConnectorService. 193 */ getClientConnectorService()194 java.lang.String getClientConnectorService(); 195 /** 196 * 197 * 198 * <pre> 199 * Output only. The client connector service name that the client gateway is 200 * associated to. Client Connector Services, named as follows: 201 * `projects/{project_id}/locations/{location_id}/client_connector_services/{client_connector_service_id}`. 202 * </pre> 203 * 204 * <code>string client_connector_service = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];</code> 205 * 206 * @return The bytes for clientConnectorService. 207 */ getClientConnectorServiceBytes()208 com.google.protobuf.ByteString getClientConnectorServiceBytes(); 209 } 210