computecloud.google.com/go/compute/apiv1/computepb Index | Files

package computepb

import "cloud.google.com/go/compute/apiv1/computepb"

Index

Variables

var (
	AccessConfig_NetworkTier_name = map[int32]string{
		0:         "UNDEFINED_NETWORK_TIER",
		310464328: "FIXED_STANDARD",
		399530551: "PREMIUM",
		484642493: "STANDARD",
		465847234: "STANDARD_OVERRIDES_FIXED_STANDARD",
	}
	AccessConfig_NetworkTier_value = map[string]int32{
		"UNDEFINED_NETWORK_TIER":            0,
		"FIXED_STANDARD":                    310464328,
		"PREMIUM":                           399530551,
		"STANDARD":                          484642493,
		"STANDARD_OVERRIDES_FIXED_STANDARD": 465847234,
	}
)

Enum value maps for AccessConfig_NetworkTier.

var (
	AccessConfig_Type_name = map[int32]string{
		0:        "UNDEFINED_TYPE",
		4397213:  "DIRECT_IPV6",
		84090205: "ONE_TO_ONE_NAT",
	}
	AccessConfig_Type_value = map[string]int32{
		"UNDEFINED_TYPE": 0,
		"DIRECT_IPV6":    4397213,
		"ONE_TO_ONE_NAT": 84090205,
	}
)

Enum value maps for AccessConfig_Type.

var (
	Address_AddressType_name = map[int32]string{
		0:         "UNDEFINED_ADDRESS_TYPE",
		35607499:  "EXTERNAL",
		279295677: "INTERNAL",
		53933922:  "UNSPECIFIED_TYPE",
	}
	Address_AddressType_value = map[string]int32{
		"UNDEFINED_ADDRESS_TYPE": 0,
		"EXTERNAL":               35607499,
		"INTERNAL":               279295677,
		"UNSPECIFIED_TYPE":       53933922,
	}
)

Enum value maps for Address_AddressType.

var (
	Address_IpVersion_name = map[int32]string{
		0:        "UNDEFINED_IP_VERSION",
		2254341:  "IPV4",
		2254343:  "IPV6",
		21850000: "UNSPECIFIED_VERSION",
	}
	Address_IpVersion_value = map[string]int32{
		"UNDEFINED_IP_VERSION": 0,
		"IPV4":                 2254341,
		"IPV6":                 2254343,
		"UNSPECIFIED_VERSION":  21850000,
	}
)

Enum value maps for Address_IpVersion.

var (
	Address_Ipv6EndpointType_name = map[int32]string{
		0:        "UNDEFINED_IPV6_ENDPOINT_TYPE",
		74173363: "NETLB",
		2743:     "VM",
	}
	Address_Ipv6EndpointType_value = map[string]int32{
		"UNDEFINED_IPV6_ENDPOINT_TYPE": 0,
		"NETLB":                        74173363,
		"VM":                           2743,
	}
)

Enum value maps for Address_Ipv6EndpointType.

var (
	Address_NetworkTier_name = map[int32]string{
		0:         "UNDEFINED_NETWORK_TIER",
		310464328: "FIXED_STANDARD",
		399530551: "PREMIUM",
		484642493: "STANDARD",
		465847234: "STANDARD_OVERRIDES_FIXED_STANDARD",
	}
	Address_NetworkTier_value = map[string]int32{
		"UNDEFINED_NETWORK_TIER":            0,
		"FIXED_STANDARD":                    310464328,
		"PREMIUM":                           399530551,
		"STANDARD":                          484642493,
		"STANDARD_OVERRIDES_FIXED_STANDARD": 465847234,
	}
)

Enum value maps for Address_NetworkTier.

var (
	Address_Purpose_name = map[int32]string{
		0:         "UNDEFINED_PURPOSE",
		476114556: "DNS_RESOLVER",
		230515243: "GCE_ENDPOINT",
		340437251: "IPSEC_INTERCONNECT",
		163666477: "NAT_AUTO",
		48134724:  "PRIVATE_SERVICE_CONNECT",
		270492508: "SERVERLESS",
		294447572: "SHARED_LOADBALANCER_VIP",
		400800170: "VPC_PEERING",
	}
	Address_Purpose_value = map[string]int32{
		"UNDEFINED_PURPOSE":       0,
		"DNS_RESOLVER":            476114556,
		"GCE_ENDPOINT":            230515243,
		"IPSEC_INTERCONNECT":      340437251,
		"NAT_AUTO":                163666477,
		"PRIVATE_SERVICE_CONNECT": 48134724,
		"SERVERLESS":              270492508,
		"SHARED_LOADBALANCER_VIP": 294447572,
		"VPC_PEERING":             400800170,
	}
)

Enum value maps for Address_Purpose.

var (
	Address_Status_name = map[int32]string{
		0:         "UNDEFINED_STATUS",
		17393485:  "IN_USE",
		432241448: "RESERVED",
		514587225: "RESERVING",
	}
	Address_Status_value = map[string]int32{
		"UNDEFINED_STATUS": 0,
		"IN_USE":           17393485,
		"RESERVED":         432241448,
		"RESERVING":        514587225,
	}
)

Enum value maps for Address_Status.

var (
	AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk_Interface_name = map[int32]string{
		0:       "UNDEFINED_INTERFACE",
		2408800: "NVME",
		2539686: "SCSI",
	}
	AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk_Interface_value = map[string]int32{
		"UNDEFINED_INTERFACE": 0,
		"NVME":                2408800,
		"SCSI":                2539686,
	}
)

Enum value maps for AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk_Interface.

var (
	AttachedDisk_Architecture_name = map[int32]string{
		0:         "UNDEFINED_ARCHITECTURE",
		394750507: "ARCHITECTURE_UNSPECIFIED",
		62547450:  "ARM64",
		425300551: "X86_64",
	}
	AttachedDisk_Architecture_value = map[string]int32{
		"UNDEFINED_ARCHITECTURE":   0,
		"ARCHITECTURE_UNSPECIFIED": 394750507,
		"ARM64":                    62547450,
		"X86_64":                   425300551,
	}
)

Enum value maps for AttachedDisk_Architecture.

var (
	AttachedDisk_Interface_name = map[int32]string{
		0:       "UNDEFINED_INTERFACE",
		2408800: "NVME",
		2539686: "SCSI",
	}
	AttachedDisk_Interface_value = map[string]int32{
		"UNDEFINED_INTERFACE": 0,
		"NVME":                2408800,
		"SCSI":                2539686,
	}
)

Enum value maps for AttachedDisk_Interface.

var (
	AttachedDisk_Mode_name = map[int32]string{
		0:         "UNDEFINED_MODE",
		91950261:  "READ_ONLY",
		173607894: "READ_WRITE",
	}
	AttachedDisk_Mode_value = map[string]int32{
		"UNDEFINED_MODE": 0,
		"READ_ONLY":      91950261,
		"READ_WRITE":     173607894,
	}
)

Enum value maps for AttachedDisk_Mode.

var (
	AttachedDisk_SavedState_name = map[int32]string{
		0:         "UNDEFINED_SAVED_STATE",
		391290831: "DISK_SAVED_STATE_UNSPECIFIED",
		254159736: "PRESERVED",
	}
	AttachedDisk_SavedState_value = map[string]int32{
		"UNDEFINED_SAVED_STATE":        0,
		"DISK_SAVED_STATE_UNSPECIFIED": 391290831,
		"PRESERVED":                    254159736,
	}
)

Enum value maps for AttachedDisk_SavedState.

var (
	AttachedDisk_Type_name = map[int32]string{
		0:         "UNDEFINED_TYPE",
		460683927: "PERSISTENT",
		496778970: "SCRATCH",
	}
	AttachedDisk_Type_value = map[string]int32{
		"UNDEFINED_TYPE": 0,
		"PERSISTENT":     460683927,
		"SCRATCH":        496778970,
	}
)

Enum value maps for AttachedDisk_Type.

var (
	AttachedDiskInitializeParams_Architecture_name = map[int32]string{
		0:         "UNDEFINED_ARCHITECTURE",
		394750507: "ARCHITECTURE_UNSPECIFIED",
		62547450:  "ARM64",
		425300551: "X86_64",
	}
	AttachedDiskInitializeParams_Architecture_value = map[string]int32{
		"UNDEFINED_ARCHITECTURE":   0,
		"ARCHITECTURE_UNSPECIFIED": 394750507,
		"ARM64":                    62547450,
		"X86_64":                   425300551,
	}
)

Enum value maps for AttachedDiskInitializeParams_Architecture.

var (
	AttachedDiskInitializeParams_OnUpdateAction_name = map[int32]string{
		0:         "UNDEFINED_ON_UPDATE_ACTION",
		494767853: "RECREATE_DISK",
		398099712: "RECREATE_DISK_IF_SOURCE_CHANGED",
		232682233: "USE_EXISTING_DISK",
	}
	AttachedDiskInitializeParams_OnUpdateAction_value = map[string]int32{
		"UNDEFINED_ON_UPDATE_ACTION":      0,
		"RECREATE_DISK":                   494767853,
		"RECREATE_DISK_IF_SOURCE_CHANGED": 398099712,
		"USE_EXISTING_DISK":               232682233,
	}
)

Enum value maps for AttachedDiskInitializeParams_OnUpdateAction.

var (
	AuditLogConfig_LogType_name = map[int32]string{
		0:         "UNDEFINED_LOG_TYPE",
		128951462: "ADMIN_READ",
		305224971: "DATA_READ",
		340181738: "DATA_WRITE",
		154527053: "LOG_TYPE_UNSPECIFIED",
	}
	AuditLogConfig_LogType_value = map[string]int32{
		"UNDEFINED_LOG_TYPE":   0,
		"ADMIN_READ":           128951462,
		"DATA_READ":            305224971,
		"DATA_WRITE":           340181738,
		"LOG_TYPE_UNSPECIFIED": 154527053,
	}
)

Enum value maps for AuditLogConfig_LogType.

var (
	AuthorizationLoggingOptions_PermissionType_name = map[int32]string{
		0:         "UNDEFINED_PERMISSION_TYPE",
		128951462: "ADMIN_READ",
		244412079: "ADMIN_WRITE",
		305224971: "DATA_READ",
		340181738: "DATA_WRITE",
		440313346: "PERMISSION_TYPE_UNSPECIFIED",
	}
	AuthorizationLoggingOptions_PermissionType_value = map[string]int32{
		"UNDEFINED_PERMISSION_TYPE":   0,
		"ADMIN_READ":                  128951462,
		"ADMIN_WRITE":                 244412079,
		"DATA_READ":                   305224971,
		"DATA_WRITE":                  340181738,
		"PERMISSION_TYPE_UNSPECIFIED": 440313346,
	}
)

Enum value maps for AuthorizationLoggingOptions_PermissionType.

var (
	Autoscaler_Status_name = map[int32]string{
		0:         "UNDEFINED_STATUS",
		314733318: "ACTIVE",
		528602024: "DELETING",
		66247144:  "ERROR",
		35394935:  "PENDING",
	}
	Autoscaler_Status_value = map[string]int32{
		"UNDEFINED_STATUS": 0,
		"ACTIVE":           314733318,
		"DELETING":         528602024,
		"ERROR":            66247144,
		"PENDING":          35394935,
	}
)

Enum value maps for Autoscaler_Status.

var (
	AutoscalerStatusDetails_Type_name = map[int32]string{
		0:         "UNDEFINED_TYPE",
		404965477: "ALL_INSTANCES_UNHEALTHY",
		191417626: "BACKEND_SERVICE_DOES_NOT_EXIST",
		518617:    "CAPPED_AT_MAX_NUM_REPLICAS",
		328964659: "CUSTOM_METRIC_DATA_POINTS_TOO_SPARSE",
		204430550: "CUSTOM_METRIC_INVALID",
		2821361:   "MIN_EQUALS_MAX",
		94885086:  "MISSING_CUSTOM_METRIC_DATA_POINTS",
		509858898: "MISSING_LOAD_BALANCING_DATA_POINTS",
		164169907: "MODE_OFF",
		3840994:   "MODE_ONLY_SCALE_OUT",
		100969842: "MODE_ONLY_UP",
		151922141: "MORE_THAN_ONE_BACKEND_SERVICE",
		403101631: "NOT_ENOUGH_QUOTA_AVAILABLE",
		528622846: "REGION_RESOURCE_STOCKOUT",
		122636699: "SCALING_TARGET_DOES_NOT_EXIST",
		29275586:  "SCHEDULED_INSTANCES_GREATER_THAN_AUTOSCALER_MAX",
		398287669: "SCHEDULED_INSTANCES_LESS_THAN_AUTOSCALER_MIN",
		433141802: "UNKNOWN",
		330845009: "UNSUPPORTED_MAX_RATE_LOAD_BALANCING_CONFIGURATION",
		210200502: "ZONE_RESOURCE_STOCKOUT",
	}
	AutoscalerStatusDetails_Type_value = map[string]int32{
		"UNDEFINED_TYPE":                                  0,
		"ALL_INSTANCES_UNHEALTHY":                         404965477,
		"BACKEND_SERVICE_DOES_NOT_EXIST":                  191417626,
		"CAPPED_AT_MAX_NUM_REPLICAS":                      518617,
		"CUSTOM_METRIC_DATA_POINTS_TOO_SPARSE":            328964659,
		"CUSTOM_METRIC_INVALID":                           204430550,
		"MIN_EQUALS_MAX":                                  2821361,
		"MISSING_CUSTOM_METRIC_DATA_POINTS":               94885086,
		"MISSING_LOAD_BALANCING_DATA_POINTS":              509858898,
		"MODE_OFF":                                        164169907,
		"MODE_ONLY_SCALE_OUT":                             3840994,
		"MODE_ONLY_UP":                                    100969842,
		"MORE_THAN_ONE_BACKEND_SERVICE":                   151922141,
		"NOT_ENOUGH_QUOTA_AVAILABLE":                      403101631,
		"REGION_RESOURCE_STOCKOUT":                        528622846,
		"SCALING_TARGET_DOES_NOT_EXIST":                   122636699,
		"SCHEDULED_INSTANCES_GREATER_THAN_AUTOSCALER_MAX": 29275586,
		"SCHEDULED_INSTANCES_LESS_THAN_AUTOSCALER_MIN":    398287669,
		"UNKNOWN": 433141802,
		"UNSUPPORTED_MAX_RATE_LOAD_BALANCING_CONFIGURATION": 330845009,
		"ZONE_RESOURCE_STOCKOUT":                            210200502,
	}
)

Enum value maps for AutoscalerStatusDetails_Type.

var (
	AutoscalingPolicy_Mode_name = map[int32]string{
		0:         "UNDEFINED_MODE",
		78159:     "OFF",
		2527:      "ON",
		152713670: "ONLY_SCALE_OUT",
		478095374: "ONLY_UP",
	}
	AutoscalingPolicy_Mode_value = map[string]int32{
		"UNDEFINED_MODE": 0,
		"OFF":            78159,
		"ON":             2527,
		"ONLY_SCALE_OUT": 152713670,
		"ONLY_UP":        478095374,
	}
)

Enum value maps for AutoscalingPolicy_Mode.

var (
	AutoscalingPolicyCpuUtilization_PredictiveMethod_name = map[int32]string{
		0:        "UNDEFINED_PREDICTIVE_METHOD",
		2402104:  "NONE",
		11629437: "OPTIMIZE_AVAILABILITY",
	}
	AutoscalingPolicyCpuUtilization_PredictiveMethod_value = map[string]int32{
		"UNDEFINED_PREDICTIVE_METHOD": 0,
		"NONE":                        2402104,
		"OPTIMIZE_AVAILABILITY":       11629437,
	}
)

Enum value maps for AutoscalingPolicyCpuUtilization_PredictiveMethod.

var (
	AutoscalingPolicyCustomMetricUtilization_UtilizationTargetType_name = map[int32]string{
		0:         "UNDEFINED_UTILIZATION_TARGET_TYPE",
		87432861:  "DELTA_PER_MINUTE",
		255180029: "DELTA_PER_SECOND",
		67590361:  "GAUGE",
	}
	AutoscalingPolicyCustomMetricUtilization_UtilizationTargetType_value = map[string]int32{
		"UNDEFINED_UTILIZATION_TARGET_TYPE": 0,
		"DELTA_PER_MINUTE":                  87432861,
		"DELTA_PER_SECOND":                  255180029,
		"GAUGE":                             67590361,
	}
)

Enum value maps for AutoscalingPolicyCustomMetricUtilization_UtilizationTargetType.

var (
	Backend_BalancingMode_name = map[int32]string{
		0:         "UNDEFINED_BALANCING_MODE",
		246311646: "CONNECTION",
		2508000:   "RATE",
		157008386: "UTILIZATION",
	}
	Backend_BalancingMode_value = map[string]int32{
		"UNDEFINED_BALANCING_MODE": 0,
		"CONNECTION":               246311646,
		"RATE":                     2508000,
		"UTILIZATION":              157008386,
	}
)

Enum value maps for Backend_BalancingMode.

var (
	BackendBucket_CompressionMode_name = map[int32]string{
		0:         "UNDEFINED_COMPRESSION_MODE",
		165298699: "AUTOMATIC",
		516696700: "DISABLED",
	}
	BackendBucket_CompressionMode_value = map[string]int32{
		"UNDEFINED_COMPRESSION_MODE": 0,
		"AUTOMATIC":                  165298699,
		"DISABLED":                   516696700,
	}
)

Enum value maps for BackendBucket_CompressionMode.

var (
	BackendBucketCdnPolicy_CacheMode_name = map[int32]string{
		0:         "UNDEFINED_CACHE_MODE",
		355027945: "CACHE_ALL_STATIC",
		486026928: "FORCE_CACHE_ALL",
		381295560: "INVALID_CACHE_MODE",
		55380261:  "USE_ORIGIN_HEADERS",
	}
	BackendBucketCdnPolicy_CacheMode_value = map[string]int32{
		"UNDEFINED_CACHE_MODE": 0,
		"CACHE_ALL_STATIC":     355027945,
		"FORCE_CACHE_ALL":      486026928,
		"INVALID_CACHE_MODE":   381295560,
		"USE_ORIGIN_HEADERS":   55380261,
	}
)

Enum value maps for BackendBucketCdnPolicy_CacheMode.

var (
	BackendService_CompressionMode_name = map[int32]string{
		0:         "UNDEFINED_COMPRESSION_MODE",
		165298699: "AUTOMATIC",
		516696700: "DISABLED",
	}
	BackendService_CompressionMode_value = map[string]int32{
		"UNDEFINED_COMPRESSION_MODE": 0,
		"AUTOMATIC":                  165298699,
		"DISABLED":                   516696700,
	}
)

Enum value maps for BackendService_CompressionMode.

var (
	BackendService_LoadBalancingScheme_name = map[int32]string{
		0:         "UNDEFINED_LOAD_BALANCING_SCHEME",
		35607499:  "EXTERNAL",
		512006923: "EXTERNAL_MANAGED",
		279295677: "INTERNAL",
		37350397:  "INTERNAL_MANAGED",
		236211150: "INTERNAL_SELF_MANAGED",
		275352060: "INVALID_LOAD_BALANCING_SCHEME",
	}
	BackendService_LoadBalancingScheme_value = map[string]int32{
		"UNDEFINED_LOAD_BALANCING_SCHEME": 0,
		"EXTERNAL":                        35607499,
		"EXTERNAL_MANAGED":                512006923,
		"INTERNAL":                        279295677,
		"INTERNAL_MANAGED":                37350397,
		"INTERNAL_SELF_MANAGED":           236211150,
		"INVALID_LOAD_BALANCING_SCHEME":   275352060,
	}
)

Enum value maps for BackendService_LoadBalancingScheme.

var (
	BackendService_LocalityLbPolicy_name = map[int32]string{
		0:         "UNDEFINED_LOCALITY_LB_POLICY",
		323318707: "INVALID_LB_POLICY",
		46604921:  "LEAST_REQUEST",
		119180266: "MAGLEV",
		166297216: "ORIGINAL_DESTINATION",
		262527171: "RANDOM",
		432795069: "RING_HASH",
		153895801: "ROUND_ROBIN",
		254930962: "WEIGHTED_MAGLEV",
	}
	BackendService_LocalityLbPolicy_value = map[string]int32{
		"UNDEFINED_LOCALITY_LB_POLICY": 0,
		"INVALID_LB_POLICY":            323318707,
		"LEAST_REQUEST":                46604921,
		"MAGLEV":                       119180266,
		"ORIGINAL_DESTINATION":         166297216,
		"RANDOM":                       262527171,
		"RING_HASH":                    432795069,
		"ROUND_ROBIN":                  153895801,
		"WEIGHTED_MAGLEV":              254930962,
	}
)

Enum value maps for BackendService_LocalityLbPolicy.

var (
	BackendService_Protocol_name = map[int32]string{
		0:         "UNDEFINED_PROTOCOL",
		2196510:   "GRPC",
		2228360:   "HTTP",
		69079210:  "HTTP2",
		69079243:  "HTTPS",
		82412:     "SSL",
		82881:     "TCP",
		83873:     "UDP",
		526786327: "UNSPECIFIED",
	}
	BackendService_Protocol_value = map[string]int32{
		"UNDEFINED_PROTOCOL": 0,
		"GRPC":               2196510,
		"HTTP":               2228360,
		"HTTP2":              69079210,
		"HTTPS":              69079243,
		"SSL":                82412,
		"TCP":                82881,
		"UDP":                83873,
		"UNSPECIFIED":        526786327,
	}
)

Enum value maps for BackendService_Protocol.

var (
	BackendService_SessionAffinity_name = map[int32]string{
		0:         "UNDEFINED_SESSION_AFFINITY",
		345665051: "CLIENT_IP",
		106122516: "CLIENT_IP_NO_DESTINATION",
		221722926: "CLIENT_IP_PORT_PROTO",
		25322148:  "CLIENT_IP_PROTO",
		370321204: "GENERATED_COOKIE",
		200737960: "HEADER_FIELD",
		494981627: "HTTP_COOKIE",
		2402104:   "NONE",
	}
	BackendService_SessionAffinity_value = map[string]int32{
		"UNDEFINED_SESSION_AFFINITY": 0,
		"CLIENT_IP":                  345665051,
		"CLIENT_IP_NO_DESTINATION":   106122516,
		"CLIENT_IP_PORT_PROTO":       221722926,
		"CLIENT_IP_PROTO":            25322148,
		"GENERATED_COOKIE":           370321204,
		"HEADER_FIELD":               200737960,
		"HTTP_COOKIE":                494981627,
		"NONE":                       2402104,
	}
)

Enum value maps for BackendService_SessionAffinity.

var (
	BackendServiceCdnPolicy_CacheMode_name = map[int32]string{
		0:         "UNDEFINED_CACHE_MODE",
		355027945: "CACHE_ALL_STATIC",
		486026928: "FORCE_CACHE_ALL",
		381295560: "INVALID_CACHE_MODE",
		55380261:  "USE_ORIGIN_HEADERS",
	}
	BackendServiceCdnPolicy_CacheMode_value = map[string]int32{
		"UNDEFINED_CACHE_MODE": 0,
		"CACHE_ALL_STATIC":     355027945,
		"FORCE_CACHE_ALL":      486026928,
		"INVALID_CACHE_MODE":   381295560,
		"USE_ORIGIN_HEADERS":   55380261,
	}
)

Enum value maps for BackendServiceCdnPolicy_CacheMode.

var (
	BackendServiceConnectionTrackingPolicy_ConnectionPersistenceOnUnhealthyBackends_name = map[int32]string{
		0:         "UNDEFINED_CONNECTION_PERSISTENCE_ON_UNHEALTHY_BACKENDS",
		38400900:  "ALWAYS_PERSIST",
		145265356: "DEFAULT_FOR_PROTOCOL",
		138646241: "NEVER_PERSIST",
	}
	BackendServiceConnectionTrackingPolicy_ConnectionPersistenceOnUnhealthyBackends_value = map[string]int32{
		"UNDEFINED_CONNECTION_PERSISTENCE_ON_UNHEALTHY_BACKENDS": 0,
		"ALWAYS_PERSIST":       38400900,
		"DEFAULT_FOR_PROTOCOL": 145265356,
		"NEVER_PERSIST":        138646241,
	}
)

Enum value maps for BackendServiceConnectionTrackingPolicy_ConnectionPersistenceOnUnhealthyBackends.

var (
	BackendServiceConnectionTrackingPolicy_TrackingMode_name = map[int32]string{
		0:         "UNDEFINED_TRACKING_MODE",
		49234371:  "INVALID_TRACKING_MODE",
		85162848:  "PER_CONNECTION",
		182099252: "PER_SESSION",
	}
	BackendServiceConnectionTrackingPolicy_TrackingMode_value = map[string]int32{
		"UNDEFINED_TRACKING_MODE": 0,
		"INVALID_TRACKING_MODE":   49234371,
		"PER_CONNECTION":          85162848,
		"PER_SESSION":             182099252,
	}
)

Enum value maps for BackendServiceConnectionTrackingPolicy_TrackingMode.

var (
	BackendServiceLocalityLoadBalancingPolicyConfigPolicy_Name_name = map[int32]string{
		0:         "UNDEFINED_NAME",
		323318707: "INVALID_LB_POLICY",
		46604921:  "LEAST_REQUEST",
		119180266: "MAGLEV",
		166297216: "ORIGINAL_DESTINATION",
		262527171: "RANDOM",
		432795069: "RING_HASH",
		153895801: "ROUND_ROBIN",
		254930962: "WEIGHTED_MAGLEV",
	}
	BackendServiceLocalityLoadBalancingPolicyConfigPolicy_Name_value = map[string]int32{
		"UNDEFINED_NAME":       0,
		"INVALID_LB_POLICY":    323318707,
		"LEAST_REQUEST":        46604921,
		"MAGLEV":               119180266,
		"ORIGINAL_DESTINATION": 166297216,
		"RANDOM":               262527171,
		"RING_HASH":            432795069,
		"ROUND_ROBIN":          153895801,
		"WEIGHTED_MAGLEV":      254930962,
	}
)

Enum value maps for BackendServiceLocalityLoadBalancingPolicyConfigPolicy_Name.

var (
	BackendServiceLogConfig_OptionalMode_name = map[int32]string{
		0:         "UNDEFINED_OPTIONAL_MODE",
		388595569: "CUSTOM",
		168636099: "EXCLUDE_ALL_OPTIONAL",
		535606965: "INCLUDE_ALL_OPTIONAL",
	}
	BackendServiceLogConfig_OptionalMode_value = map[string]int32{
		"UNDEFINED_OPTIONAL_MODE": 0,
		"CUSTOM":                  388595569,
		"EXCLUDE_ALL_OPTIONAL":    168636099,
		"INCLUDE_ALL_OPTIONAL":    535606965,
	}
)

Enum value maps for BackendServiceLogConfig_OptionalMode.

var (
	BfdPacket_Diagnostic_name = map[int32]string{
		0:         "UNDEFINED_DIAGNOSTIC",
		121685798: "ADMINISTRATIVELY_DOWN",
		26186892:  "CONCATENATED_PATH_DOWN",
		135478383: "CONTROL_DETECTION_TIME_EXPIRED",
		58720895:  "DIAGNOSTIC_UNSPECIFIED",
		220687466: "ECHO_FUNCTION_FAILED",
		19715882:  "FORWARDING_PLANE_RESET",
		374226742: "NEIGHBOR_SIGNALED_SESSION_DOWN",
		222503141: "NO_DIAGNOSTIC",
		290605180: "PATH_DOWN",
		479337129: "REVERSE_CONCATENATED_PATH_DOWN",
	}
	BfdPacket_Diagnostic_value = map[string]int32{
		"UNDEFINED_DIAGNOSTIC":           0,
		"ADMINISTRATIVELY_DOWN":          121685798,
		"CONCATENATED_PATH_DOWN":         26186892,
		"CONTROL_DETECTION_TIME_EXPIRED": 135478383,
		"DIAGNOSTIC_UNSPECIFIED":         58720895,
		"ECHO_FUNCTION_FAILED":           220687466,
		"FORWARDING_PLANE_RESET":         19715882,
		"NEIGHBOR_SIGNALED_SESSION_DOWN": 374226742,
		"NO_DIAGNOSTIC":                  222503141,
		"PATH_DOWN":                      290605180,
		"REVERSE_CONCATENATED_PATH_DOWN": 479337129,
	}
)

Enum value maps for BfdPacket_Diagnostic.

var (
	BfdPacket_State_name = map[int32]string{
		0:         "UNDEFINED_STATE",
		128544690: "ADMIN_DOWN",
		2104482:   "DOWN",
		2252048:   "INIT",
		470755401: "STATE_UNSPECIFIED",
		2715:      "UP",
	}
	BfdPacket_State_value = map[string]int32{
		"UNDEFINED_STATE":   0,
		"ADMIN_DOWN":        128544690,
		"DOWN":              2104482,
		"INIT":              2252048,
		"STATE_UNSPECIFIED": 470755401,
		"UP":                2715,
	}
)

Enum value maps for BfdPacket_State.

var (
	BfdStatus_BfdSessionInitializationMode_name = map[int32]string{
		0:         "UNDEFINED_BFD_SESSION_INITIALIZATION_MODE",
		314733318: "ACTIVE",
		516696700: "DISABLED",
		462813959: "PASSIVE",
	}
	BfdStatus_BfdSessionInitializationMode_value = map[string]int32{
		"UNDEFINED_BFD_SESSION_INITIALIZATION_MODE": 0,
		"ACTIVE":   314733318,
		"DISABLED": 516696700,
		"PASSIVE":  462813959,
	}
)

Enum value maps for BfdStatus_BfdSessionInitializationMode.

var (
	BfdStatus_LocalDiagnostic_name = map[int32]string{
		0:         "UNDEFINED_LOCAL_DIAGNOSTIC",
		121685798: "ADMINISTRATIVELY_DOWN",
		26186892:  "CONCATENATED_PATH_DOWN",
		135478383: "CONTROL_DETECTION_TIME_EXPIRED",
		58720895:  "DIAGNOSTIC_UNSPECIFIED",
		220687466: "ECHO_FUNCTION_FAILED",
		19715882:  "FORWARDING_PLANE_RESET",
		374226742: "NEIGHBOR_SIGNALED_SESSION_DOWN",
		222503141: "NO_DIAGNOSTIC",
		290605180: "PATH_DOWN",
		479337129: "REVERSE_CONCATENATED_PATH_DOWN",
	}
	BfdStatus_LocalDiagnostic_value = map[string]int32{
		"UNDEFINED_LOCAL_DIAGNOSTIC":     0,
		"ADMINISTRATIVELY_DOWN":          121685798,
		"CONCATENATED_PATH_DOWN":         26186892,
		"CONTROL_DETECTION_TIME_EXPIRED": 135478383,
		"DIAGNOSTIC_UNSPECIFIED":         58720895,
		"ECHO_FUNCTION_FAILED":           220687466,
		"FORWARDING_PLANE_RESET":         19715882,
		"NEIGHBOR_SIGNALED_SESSION_DOWN": 374226742,
		"NO_DIAGNOSTIC":                  222503141,
		"PATH_DOWN":                      290605180,
		"REVERSE_CONCATENATED_PATH_DOWN": 479337129,
	}
)

Enum value maps for BfdStatus_LocalDiagnostic.

var (
	BfdStatus_LocalState_name = map[int32]string{
		0:         "UNDEFINED_LOCAL_STATE",
		128544690: "ADMIN_DOWN",
		2104482:   "DOWN",
		2252048:   "INIT",
		470755401: "STATE_UNSPECIFIED",
		2715:      "UP",
	}
	BfdStatus_LocalState_value = map[string]int32{
		"UNDEFINED_LOCAL_STATE": 0,
		"ADMIN_DOWN":            128544690,
		"DOWN":                  2104482,
		"INIT":                  2252048,
		"STATE_UNSPECIFIED":     470755401,
		"UP":                    2715,
	}
)

Enum value maps for BfdStatus_LocalState.

var (
	Commitment_Category_name = map[int32]string{
		0:         "UNDEFINED_CATEGORY",
		509189462: "CATEGORY_UNSPECIFIED",
		347869217: "LICENSE",
		469553191: "MACHINE",
	}
	Commitment_Category_value = map[string]int32{
		"UNDEFINED_CATEGORY":   0,
		"CATEGORY_UNSPECIFIED": 509189462,
		"LICENSE":              347869217,
		"MACHINE":              469553191,
	}
)

Enum value maps for Commitment_Category.

var (
	Commitment_Plan_name = map[int32]string{
		0:         "UNDEFINED_PLAN",
		530283991: "INVALID",
		266295942: "THIRTY_SIX_MONTH",
		173083962: "TWELVE_MONTH",
	}
	Commitment_Plan_value = map[string]int32{
		"UNDEFINED_PLAN":   0,
		"INVALID":          530283991,
		"THIRTY_SIX_MONTH": 266295942,
		"TWELVE_MONTH":     173083962,
	}
)

Enum value maps for Commitment_Plan.

var (
	Commitment_Status_name = map[int32]string{
		0:         "UNDEFINED_STATUS",
		314733318: "ACTIVE",
		41957681:  "CANCELLED",
		455564985: "CREATING",
		482489093: "EXPIRED",
		20607337:  "NOT_YET_ACTIVE",
	}
	Commitment_Status_value = map[string]int32{
		"UNDEFINED_STATUS": 0,
		"ACTIVE":           314733318,
		"CANCELLED":        41957681,
		"CREATING":         455564985,
		"EXPIRED":          482489093,
		"NOT_YET_ACTIVE":   20607337,
	}
)

Enum value maps for Commitment_Status.

var (
	Commitment_Type_name = map[int32]string{
		0:         "UNDEFINED_TYPE",
		280848403: "ACCELERATOR_OPTIMIZED",
		158349023: "COMPUTE_OPTIMIZED",
		383246453: "COMPUTE_OPTIMIZED_C2D",
		428004784: "COMPUTE_OPTIMIZED_C3",
		299793543: "GENERAL_PURPOSE",
		301911877: "GENERAL_PURPOSE_E2",
		301912156: "GENERAL_PURPOSE_N2",
		232471400: "GENERAL_PURPOSE_N2D",
		232477166: "GENERAL_PURPOSE_T2D",
		68500563:  "GRAPHICS_OPTIMIZED",
		281753417: "MEMORY_OPTIMIZED",
		276301372: "MEMORY_OPTIMIZED_M3",
		437714322: "TYPE_UNSPECIFIED",
	}
	Commitment_Type_value = map[string]int32{
		"UNDEFINED_TYPE":        0,
		"ACCELERATOR_OPTIMIZED": 280848403,
		"COMPUTE_OPTIMIZED":     158349023,
		"COMPUTE_OPTIMIZED_C2D": 383246453,
		"COMPUTE_OPTIMIZED_C3":  428004784,
		"GENERAL_PURPOSE":       299793543,
		"GENERAL_PURPOSE_E2":    301911877,
		"GENERAL_PURPOSE_N2":    301912156,
		"GENERAL_PURPOSE_N2D":   232471400,
		"GENERAL_PURPOSE_T2D":   232477166,
		"GRAPHICS_OPTIMIZED":    68500563,
		"MEMORY_OPTIMIZED":      281753417,
		"MEMORY_OPTIMIZED_M3":   276301372,
		"TYPE_UNSPECIFIED":      437714322,
	}
)

Enum value maps for Commitment_Type.

var (
	Condition_Iam_name = map[int32]string{
		0:         "UNDEFINED_IAM",
		357258949: "APPROVER",
		232465503: "ATTRIBUTION",
		504108835: "AUTHORITY",
		348222141: "CREDENTIALS_TYPE",
		332343272: "CREDS_ASSERTION",
		206147719: "JUSTIFICATION_TYPE",
		526269616: "SECURITY_REALM",
	}
	Condition_Iam_value = map[string]int32{
		"UNDEFINED_IAM":      0,
		"APPROVER":           357258949,
		"ATTRIBUTION":        232465503,
		"AUTHORITY":          504108835,
		"CREDENTIALS_TYPE":   348222141,
		"CREDS_ASSERTION":    332343272,
		"JUSTIFICATION_TYPE": 206147719,
		"SECURITY_REALM":     526269616,
	}
)

Enum value maps for Condition_Iam.

var (
	Condition_Op_name = map[int32]string{
		0:         "UNDEFINED_OP",
		266338274: "DISCHARGED",
		442201023: "EQUALS",
		2341:      "IN",
		19718859:  "NOT_EQUALS",
		161144369: "NOT_IN",
		74481951:  "NO_OP",
	}
	Condition_Op_value = map[string]int32{
		"UNDEFINED_OP": 0,
		"DISCHARGED":   266338274,
		"EQUALS":       442201023,
		"IN":           2341,
		"NOT_EQUALS":   19718859,
		"NOT_IN":       161144369,
		"NO_OP":        74481951,
	}
)

Enum value maps for Condition_Op.

var (
	Condition_Sys_name = map[int32]string{
		0:         "UNDEFINED_SYS",
		2343:      "IP",
		2388619:   "NAME",
		266017524: "REGION",
		17781397:  "SERVICE",
	}
	Condition_Sys_value = map[string]int32{
		"UNDEFINED_SYS": 0,
		"IP":            2343,
		"NAME":          2388619,
		"REGION":        266017524,
		"SERVICE":       17781397,
	}
)

Enum value maps for Condition_Sys.

var (
	DeprecationStatus_State_name = map[int32]string{
		0:         "UNDEFINED_STATE",
		314733318: "ACTIVE",
		120962041: "DELETED",
		463360435: "DEPRECATED",
		66532761:  "OBSOLETE",
	}
	DeprecationStatus_State_value = map[string]int32{
		"UNDEFINED_STATE": 0,
		"ACTIVE":          314733318,
		"DELETED":         120962041,
		"DEPRECATED":      463360435,
		"OBSOLETE":        66532761,
	}
)

Enum value maps for DeprecationStatus_State.

var (
	Disk_Architecture_name = map[int32]string{
		0:         "UNDEFINED_ARCHITECTURE",
		394750507: "ARCHITECTURE_UNSPECIFIED",
		62547450:  "ARM64",
		425300551: "X86_64",
	}
	Disk_Architecture_value = map[string]int32{
		"UNDEFINED_ARCHITECTURE":   0,
		"ARCHITECTURE_UNSPECIFIED": 394750507,
		"ARM64":                    62547450,
		"X86_64":                   425300551,
	}
)

Enum value maps for Disk_Architecture.

var (
	Disk_Status_name = map[int32]string{
		0:         "UNDEFINED_STATUS",
		455564985: "CREATING",
		528602024: "DELETING",
		455706685: "FAILED",
		77848963:  "READY",
		404263851: "RESTORING",
	}
	Disk_Status_value = map[string]int32{
		"UNDEFINED_STATUS": 0,
		"CREATING":         455564985,
		"DELETING":         528602024,
		"FAILED":           455706685,
		"READY":            77848963,
		"RESTORING":        404263851,
	}
)

Enum value maps for Disk_Status.

var (
	DiskInstantiationConfig_InstantiateFrom_name = map[int32]string{
		0:         "UNDEFINED_INSTANTIATE_FROM",
		513775419: "ATTACH_READ_ONLY",
		63281460:  "BLANK",
		196311789: "CUSTOM_IMAGE",
		115302945: "DEFAULT",
		104218952: "DO_NOT_INCLUDE",
		62631959:  "SOURCE_IMAGE",
		76850316:  "SOURCE_IMAGE_FAMILY",
	}
	DiskInstantiationConfig_InstantiateFrom_value = map[string]int32{
		"UNDEFINED_INSTANTIATE_FROM": 0,
		"ATTACH_READ_ONLY":           513775419,
		"BLANK":                      63281460,
		"CUSTOM_IMAGE":               196311789,
		"DEFAULT":                    115302945,
		"DO_NOT_INCLUDE":             104218952,
		"SOURCE_IMAGE":               62631959,
		"SOURCE_IMAGE_FAMILY":        76850316,
	}
)

Enum value maps for DiskInstantiationConfig_InstantiateFrom.

var (
	DiskResourceStatusAsyncReplicationStatus_State_name = map[int32]string{
		0:         "UNDEFINED_STATE",
		314733318: "ACTIVE",
		135924424: "CREATED",
		488820800: "STARTING",
		470755401: "STATE_UNSPECIFIED",
		444276141: "STOPPED",
		350791796: "STOPPING",
	}
	DiskResourceStatusAsyncReplicationStatus_State_value = map[string]int32{
		"UNDEFINED_STATE":   0,
		"ACTIVE":            314733318,
		"CREATED":           135924424,
		"STARTING":          488820800,
		"STATE_UNSPECIFIED": 470755401,
		"STOPPED":           444276141,
		"STOPPING":          350791796,
	}
)

Enum value maps for DiskResourceStatusAsyncReplicationStatus_State.

var (
	DistributionPolicy_TargetShape_name = map[int32]string{
		0:         "UNDEFINED_TARGET_SHAPE",
		64972:     "ANY",
		61100880:  "ANY_SINGLE_ZONE",
		468409608: "BALANCED",
		2140442:   "EVEN",
	}
	DistributionPolicy_TargetShape_value = map[string]int32{
		"UNDEFINED_TARGET_SHAPE": 0,
		"ANY":                    64972,
		"ANY_SINGLE_ZONE":        61100880,
		"BALANCED":               468409608,
		"EVEN":                   2140442,
	}
)

Enum value maps for DistributionPolicy_TargetShape.

var (
	ExchangedPeeringRoute_Type_name = map[int32]string{
		0:         "UNDEFINED_TYPE",
		469794858: "DYNAMIC_PEERING_ROUTE",
		473407545: "STATIC_PEERING_ROUTE",
		465782504: "SUBNET_PEERING_ROUTE",
	}
	ExchangedPeeringRoute_Type_value = map[string]int32{
		"UNDEFINED_TYPE":        0,
		"DYNAMIC_PEERING_ROUTE": 469794858,
		"STATIC_PEERING_ROUTE":  473407545,
		"SUBNET_PEERING_ROUTE":  465782504,
	}
)

Enum value maps for ExchangedPeeringRoute_Type.

var (
	ExternalVpnGateway_RedundancyType_name = map[int32]string{
		0:         "UNDEFINED_REDUNDANCY_TYPE",
		520087913: "FOUR_IPS_REDUNDANCY",
		133914873: "SINGLE_IP_INTERNALLY_REDUNDANT",
		367049635: "TWO_IPS_REDUNDANCY",
	}
	ExternalVpnGateway_RedundancyType_value = map[string]int32{
		"UNDEFINED_REDUNDANCY_TYPE":      0,
		"FOUR_IPS_REDUNDANCY":            520087913,
		"SINGLE_IP_INTERNALLY_REDUNDANT": 133914873,
		"TWO_IPS_REDUNDANCY":             367049635,
	}
)

Enum value maps for ExternalVpnGateway_RedundancyType.

var (
	FileContentBuffer_FileType_name = map[int32]string{
		0:         "UNDEFINED_FILE_TYPE",
		65767:     "BIN",
		137851184: "UNDEFINED",
		2674086:   "X509",
	}
	FileContentBuffer_FileType_value = map[string]int32{
		"UNDEFINED_FILE_TYPE": 0,
		"BIN":                 65767,
		"UNDEFINED":           137851184,
		"X509":                2674086,
	}
)

Enum value maps for FileContentBuffer_FileType.

var (
	Firewall_Direction_name = map[int32]string{
		0:         "UNDEFINED_DIRECTION",
		432880501: "EGRESS",
		516931221: "INGRESS",
	}
	Firewall_Direction_value = map[string]int32{
		"UNDEFINED_DIRECTION": 0,
		"EGRESS":              432880501,
		"INGRESS":             516931221,
	}
)

Enum value maps for Firewall_Direction.

var (
	FirewallLogConfig_Metadata_name = map[int32]string{
		0:         "UNDEFINED_METADATA",
		334519954: "EXCLUDE_ALL_METADATA",
		164619908: "INCLUDE_ALL_METADATA",
	}
	FirewallLogConfig_Metadata_value = map[string]int32{
		"UNDEFINED_METADATA":   0,
		"EXCLUDE_ALL_METADATA": 334519954,
		"INCLUDE_ALL_METADATA": 164619908,
	}
)

Enum value maps for FirewallLogConfig_Metadata.

var (
	FirewallPolicyRule_Direction_name = map[int32]string{
		0:         "UNDEFINED_DIRECTION",
		432880501: "EGRESS",
		516931221: "INGRESS",
	}
	FirewallPolicyRule_Direction_value = map[string]int32{
		"UNDEFINED_DIRECTION": 0,
		"EGRESS":              432880501,
		"INGRESS":             516931221,
	}
)

Enum value maps for FirewallPolicyRule_Direction.

var (
	FirewallPolicyRuleSecureTag_State_name = map[int32]string{
		0:         "UNDEFINED_STATE",
		244201863: "EFFECTIVE",
		304458242: "INEFFECTIVE",
	}
	FirewallPolicyRuleSecureTag_State_value = map[string]int32{
		"UNDEFINED_STATE": 0,
		"EFFECTIVE":       244201863,
		"INEFFECTIVE":     304458242,
	}
)

Enum value maps for FirewallPolicyRuleSecureTag_State.

var (
	ForwardingRule_IPProtocolEnum_name = map[int32]string{
		0:        "UNDEFINED_I_P_PROTOCOL_ENUM",
		2087:     "AH",
		68962:    "ESP",
		2241597:  "ICMP",
		48151369: "L3_DEFAULT",
		2539724:  "SCTP",
		82881:    "TCP",
		83873:    "UDP",
	}
	ForwardingRule_IPProtocolEnum_value = map[string]int32{
		"UNDEFINED_I_P_PROTOCOL_ENUM": 0,
		"AH":                          2087,
		"ESP":                         68962,
		"ICMP":                        2241597,
		"L3_DEFAULT":                  48151369,
		"SCTP":                        2539724,
		"TCP":                         82881,
		"UDP":                         83873,
	}
)

Enum value maps for ForwardingRule_IPProtocolEnum.

var (
	ForwardingRule_IpVersion_name = map[int32]string{
		0:        "UNDEFINED_IP_VERSION",
		2254341:  "IPV4",
		2254343:  "IPV6",
		21850000: "UNSPECIFIED_VERSION",
	}
	ForwardingRule_IpVersion_value = map[string]int32{
		"UNDEFINED_IP_VERSION": 0,
		"IPV4":                 2254341,
		"IPV6":                 2254343,
		"UNSPECIFIED_VERSION":  21850000,
	}
)

Enum value maps for ForwardingRule_IpVersion.

var (
	ForwardingRule_LoadBalancingScheme_name = map[int32]string{
		0:         "UNDEFINED_LOAD_BALANCING_SCHEME",
		35607499:  "EXTERNAL",
		512006923: "EXTERNAL_MANAGED",
		279295677: "INTERNAL",
		37350397:  "INTERNAL_MANAGED",
		236211150: "INTERNAL_SELF_MANAGED",
		530283991: "INVALID",
	}
	ForwardingRule_LoadBalancingScheme_value = map[string]int32{
		"UNDEFINED_LOAD_BALANCING_SCHEME": 0,
		"EXTERNAL":                        35607499,
		"EXTERNAL_MANAGED":                512006923,
		"INTERNAL":                        279295677,
		"INTERNAL_MANAGED":                37350397,
		"INTERNAL_SELF_MANAGED":           236211150,
		"INVALID":                         530283991,
	}
)

Enum value maps for ForwardingRule_LoadBalancingScheme.

var (
	ForwardingRule_NetworkTier_name = map[int32]string{
		0:         "UNDEFINED_NETWORK_TIER",
		310464328: "FIXED_STANDARD",
		399530551: "PREMIUM",
		484642493: "STANDARD",
		465847234: "STANDARD_OVERRIDES_FIXED_STANDARD",
	}
	ForwardingRule_NetworkTier_value = map[string]int32{
		"UNDEFINED_NETWORK_TIER":            0,
		"FIXED_STANDARD":                    310464328,
		"PREMIUM":                           399530551,
		"STANDARD":                          484642493,
		"STANDARD_OVERRIDES_FIXED_STANDARD": 465847234,
	}
)

Enum value maps for ForwardingRule_NetworkTier.

var (
	ForwardingRule_PscConnectionStatus_name = map[int32]string{
		0:         "UNDEFINED_PSC_CONNECTION_STATUS",
		246714279: "ACCEPTED",
		380163436: "CLOSED",
		344491452: "NEEDS_ATTENTION",
		35394935:  "PENDING",
		174130302: "REJECTED",
		42133066:  "STATUS_UNSPECIFIED",
	}
	ForwardingRule_PscConnectionStatus_value = map[string]int32{
		"UNDEFINED_PSC_CONNECTION_STATUS": 0,
		"ACCEPTED":                        246714279,
		"CLOSED":                          380163436,
		"NEEDS_ATTENTION":                 344491452,
		"PENDING":                         35394935,
		"REJECTED":                        174130302,
		"STATUS_UNSPECIFIED":              42133066,
	}
)

Enum value maps for ForwardingRule_PscConnectionStatus.

var (
	GRPCHealthCheck_PortSpecification_name = map[int32]string{
		0:         "UNDEFINED_PORT_SPECIFICATION",
		190235748: "USE_FIXED_PORT",
		349300671: "USE_NAMED_PORT",
		362637516: "USE_SERVING_PORT",
	}
	GRPCHealthCheck_PortSpecification_value = map[string]int32{
		"UNDEFINED_PORT_SPECIFICATION": 0,
		"USE_FIXED_PORT":               190235748,
		"USE_NAMED_PORT":               349300671,
		"USE_SERVING_PORT":             362637516,
	}
)

Enum value maps for GRPCHealthCheck_PortSpecification.

var (
	GuestOsFeature_Type_name = map[int32]string{
		0:         "UNDEFINED_TYPE",
		531767259: "FEATURE_TYPE_UNSPECIFIED",
		68209305:  "GVNIC",
		151776719: "MULTI_IP_SUBNET",
		376811194: "SECURE_BOOT",
		87083793:  "SEV_CAPABLE",
		392039820: "SEV_LIVE_MIGRATABLE",
		426919:    "SEV_SNP_CAPABLE",
		195865408: "UEFI_COMPATIBLE",
		201597069: "VIRTIO_SCSI_MULTIQUEUE",
		456863331: "WINDOWS",
	}
	GuestOsFeature_Type_value = map[string]int32{
		"UNDEFINED_TYPE":           0,
		"FEATURE_TYPE_UNSPECIFIED": 531767259,
		"GVNIC":                    68209305,
		"MULTI_IP_SUBNET":          151776719,
		"SECURE_BOOT":              376811194,
		"SEV_CAPABLE":              87083793,
		"SEV_LIVE_MIGRATABLE":      392039820,
		"SEV_SNP_CAPABLE":          426919,
		"UEFI_COMPATIBLE":          195865408,
		"VIRTIO_SCSI_MULTIQUEUE":   201597069,
		"WINDOWS":                  456863331,
	}
)

Enum value maps for GuestOsFeature_Type.

var (
	HTTP2HealthCheck_PortSpecification_name = map[int32]string{
		0:         "UNDEFINED_PORT_SPECIFICATION",
		190235748: "USE_FIXED_PORT",
		349300671: "USE_NAMED_PORT",
		362637516: "USE_SERVING_PORT",
	}
	HTTP2HealthCheck_PortSpecification_value = map[string]int32{
		"UNDEFINED_PORT_SPECIFICATION": 0,
		"USE_FIXED_PORT":               190235748,
		"USE_NAMED_PORT":               349300671,
		"USE_SERVING_PORT":             362637516,
	}
)

Enum value maps for HTTP2HealthCheck_PortSpecification.

var (
	HTTP2HealthCheck_ProxyHeader_name = map[int32]string{
		0:         "UNDEFINED_PROXY_HEADER",
		2402104:   "NONE",
		334352940: "PROXY_V1",
	}
	HTTP2HealthCheck_ProxyHeader_value = map[string]int32{
		"UNDEFINED_PROXY_HEADER": 0,
		"NONE":                   2402104,
		"PROXY_V1":               334352940,
	}
)

Enum value maps for HTTP2HealthCheck_ProxyHeader.

var (
	HTTPHealthCheck_PortSpecification_name = map[int32]string{
		0:         "UNDEFINED_PORT_SPECIFICATION",
		190235748: "USE_FIXED_PORT",
		349300671: "USE_NAMED_PORT",
		362637516: "USE_SERVING_PORT",
	}
	HTTPHealthCheck_PortSpecification_value = map[string]int32{
		"UNDEFINED_PORT_SPECIFICATION": 0,
		"USE_FIXED_PORT":               190235748,
		"USE_NAMED_PORT":               349300671,
		"USE_SERVING_PORT":             362637516,
	}
)

Enum value maps for HTTPHealthCheck_PortSpecification.

var (
	HTTPHealthCheck_ProxyHeader_name = map[int32]string{
		0:         "UNDEFINED_PROXY_HEADER",
		2402104:   "NONE",
		334352940: "PROXY_V1",
	}
	HTTPHealthCheck_ProxyHeader_value = map[string]int32{
		"UNDEFINED_PROXY_HEADER": 0,
		"NONE":                   2402104,
		"PROXY_V1":               334352940,
	}
)

Enum value maps for HTTPHealthCheck_ProxyHeader.

var (
	HTTPSHealthCheck_PortSpecification_name = map[int32]string{
		0:         "UNDEFINED_PORT_SPECIFICATION",
		190235748: "USE_FIXED_PORT",
		349300671: "USE_NAMED_PORT",
		362637516: "USE_SERVING_PORT",
	}
	HTTPSHealthCheck_PortSpecification_value = map[string]int32{
		"UNDEFINED_PORT_SPECIFICATION": 0,
		"USE_FIXED_PORT":               190235748,
		"USE_NAMED_PORT":               349300671,
		"USE_SERVING_PORT":             362637516,
	}
)

Enum value maps for HTTPSHealthCheck_PortSpecification.

var (
	HTTPSHealthCheck_ProxyHeader_name = map[int32]string{
		0:         "UNDEFINED_PROXY_HEADER",
		2402104:   "NONE",
		334352940: "PROXY_V1",
	}
	HTTPSHealthCheck_ProxyHeader_value = map[string]int32{
		"UNDEFINED_PROXY_HEADER": 0,
		"NONE":                   2402104,
		"PROXY_V1":               334352940,
	}
)

Enum value maps for HTTPSHealthCheck_ProxyHeader.

var (
	HealthCheck_Type_name = map[int32]string{
		0:         "UNDEFINED_TYPE",
		2196510:   "GRPC",
		2228360:   "HTTP",
		69079210:  "HTTP2",
		69079243:  "HTTPS",
		530283991: "INVALID",
		82412:     "SSL",
		82881:     "TCP",
	}
	HealthCheck_Type_value = map[string]int32{
		"UNDEFINED_TYPE": 0,
		"GRPC":           2196510,
		"HTTP":           2228360,
		"HTTP2":          69079210,
		"HTTPS":          69079243,
		"INVALID":        530283991,
		"SSL":            82412,
		"TCP":            82881,
	}
)

Enum value maps for HealthCheck_Type.

var (
	HealthCheckService_HealthStatusAggregationPolicy_name = map[int32]string{
		0:         "UNDEFINED_HEALTH_STATUS_AGGREGATION_POLICY",
		64951:     "AND",
		426445124: "NO_AGGREGATION",
	}
	HealthCheckService_HealthStatusAggregationPolicy_value = map[string]int32{
		"UNDEFINED_HEALTH_STATUS_AGGREGATION_POLICY": 0,
		"AND":            64951,
		"NO_AGGREGATION": 426445124,
	}
)

Enum value maps for HealthCheckService_HealthStatusAggregationPolicy.

var (
	HealthStatus_HealthState_name = map[int32]string{
		0:         "UNDEFINED_HEALTH_STATE",
		439801213: "HEALTHY",
		462118084: "UNHEALTHY",
	}
	HealthStatus_HealthState_value = map[string]int32{
		"UNDEFINED_HEALTH_STATE": 0,
		"HEALTHY":                439801213,
		"UNHEALTHY":              462118084,
	}
)

Enum value maps for HealthStatus_HealthState.

var (
	HealthStatus_WeightError_name = map[int32]string{
		0:         "UNDEFINED_WEIGHT_ERROR",
		383698400: "INVALID_WEIGHT",
		384027537: "MISSING_WEIGHT",
		439464295: "UNAVAILABLE_WEIGHT",
		502428831: "WEIGHT_NONE",
	}
	HealthStatus_WeightError_value = map[string]int32{
		"UNDEFINED_WEIGHT_ERROR": 0,
		"INVALID_WEIGHT":         383698400,
		"MISSING_WEIGHT":         384027537,
		"UNAVAILABLE_WEIGHT":     439464295,
		"WEIGHT_NONE":            502428831,
	}
)

Enum value maps for HealthStatus_WeightError.

var (
	HealthStatusForNetworkEndpoint_HealthState_name = map[int32]string{
		0:         "UNDEFINED_HEALTH_STATE",
		480455402: "DRAINING",
		439801213: "HEALTHY",
		462118084: "UNHEALTHY",
		433141802: "UNKNOWN",
	}
	HealthStatusForNetworkEndpoint_HealthState_value = map[string]int32{
		"UNDEFINED_HEALTH_STATE": 0,
		"DRAINING":               480455402,
		"HEALTHY":                439801213,
		"UNHEALTHY":              462118084,
		"UNKNOWN":                433141802,
	}
)

Enum value maps for HealthStatusForNetworkEndpoint_HealthState.

var (
	HttpRedirectAction_RedirectResponseCode_name = map[int32]string{
		0:         "UNDEFINED_REDIRECT_RESPONSE_CODE",
		67084130:  "FOUND",
		386698449: "MOVED_PERMANENTLY_DEFAULT",
		382006381: "PERMANENT_REDIRECT",
		445380580: "SEE_OTHER",
		489550378: "TEMPORARY_REDIRECT",
	}
	HttpRedirectAction_RedirectResponseCode_value = map[string]int32{
		"UNDEFINED_REDIRECT_RESPONSE_CODE": 0,
		"FOUND":                            67084130,
		"MOVED_PERMANENTLY_DEFAULT":        386698449,
		"PERMANENT_REDIRECT":               382006381,
		"SEE_OTHER":                        445380580,
		"TEMPORARY_REDIRECT":               489550378,
	}
)

Enum value maps for HttpRedirectAction_RedirectResponseCode.

var (
	Image_Architecture_name = map[int32]string{
		0:         "UNDEFINED_ARCHITECTURE",
		394750507: "ARCHITECTURE_UNSPECIFIED",
		62547450:  "ARM64",
		425300551: "X86_64",
	}
	Image_Architecture_value = map[string]int32{
		"UNDEFINED_ARCHITECTURE":   0,
		"ARCHITECTURE_UNSPECIFIED": 394750507,
		"ARM64":                    62547450,
		"X86_64":                   425300551,
	}
)

Enum value maps for Image_Architecture.

var (
	Image_SourceType_name = map[int32]string{
		0:     "UNDEFINED_SOURCE_TYPE",
		80904: "RAW",
	}
	Image_SourceType_value = map[string]int32{
		"UNDEFINED_SOURCE_TYPE": 0,
		"RAW":                   80904,
	}
)

Enum value maps for Image_SourceType.

var (
	Image_Status_name = map[int32]string{
		0:         "UNDEFINED_STATUS",
		528602024: "DELETING",
		455706685: "FAILED",
		35394935:  "PENDING",
		77848963:  "READY",
	}
	Image_Status_value = map[string]int32{
		"UNDEFINED_STATUS": 0,
		"DELETING":         528602024,
		"FAILED":           455706685,
		"PENDING":          35394935,
		"READY":            77848963,
	}
)

Enum value maps for Image_Status.

var (
	Instance_KeyRevocationActionType_name = map[int32]string{
		0:         "UNDEFINED_KEY_REVOCATION_ACTION_TYPE",
		467110106: "KEY_REVOCATION_ACTION_TYPE_UNSPECIFIED",
		2402104:   "NONE",
		2555906:   "STOP",
	}
	Instance_KeyRevocationActionType_value = map[string]int32{
		"UNDEFINED_KEY_REVOCATION_ACTION_TYPE":   0,
		"KEY_REVOCATION_ACTION_TYPE_UNSPECIFIED": 467110106,
		"NONE":                                   2402104,
		"STOP":                                   2555906,
	}
)

Enum value maps for Instance_KeyRevocationActionType.

var (
	Instance_PrivateIpv6GoogleAccess_name = map[int32]string{
		0:         "UNDEFINED_PRIVATE_IPV6_GOOGLE_ACCESS",
		427975994: "ENABLE_BIDIRECTIONAL_ACCESS_TO_GOOGLE",
		288210263: "ENABLE_OUTBOUND_VM_ACCESS_TO_GOOGLE",
		530256959: "INHERIT_FROM_SUBNETWORK",
	}
	Instance_PrivateIpv6GoogleAccess_value = map[string]int32{
		"UNDEFINED_PRIVATE_IPV6_GOOGLE_ACCESS":  0,
		"ENABLE_BIDIRECTIONAL_ACCESS_TO_GOOGLE": 427975994,
		"ENABLE_OUTBOUND_VM_ACCESS_TO_GOOGLE":   288210263,
		"INHERIT_FROM_SUBNETWORK":               530256959,
	}
)

Enum value maps for Instance_PrivateIpv6GoogleAccess.

var (
	Instance_Status_name = map[int32]string{
		0:         "UNDEFINED_STATUS",
		428935662: "DEPROVISIONING",
		290896621: "PROVISIONING",
		413483285: "REPAIRING",
		121282975: "RUNNING",
		431072283: "STAGING",
		444276141: "STOPPED",
		350791796: "STOPPING",
		51223995:  "SUSPENDED",
		514206246: "SUSPENDING",
		250018339: "TERMINATED",
	}
	Instance_Status_value = map[string]int32{
		"UNDEFINED_STATUS": 0,
		"DEPROVISIONING":   428935662,
		"PROVISIONING":     290896621,
		"REPAIRING":        413483285,
		"RUNNING":          121282975,
		"STAGING":          431072283,
		"STOPPED":          444276141,
		"STOPPING":         350791796,
		"SUSPENDED":        51223995,
		"SUSPENDING":       514206246,
		"TERMINATED":       250018339,
	}
)

Enum value maps for Instance_Status.

var (
	InstanceGroupManager_ListManagedInstancesResults_name = map[int32]string{
		0:        "UNDEFINED_LIST_MANAGED_INSTANCES_RESULTS",
		32183464: "PAGELESS",
		40190637: "PAGINATED",
	}
	InstanceGroupManager_ListManagedInstancesResults_value = map[string]int32{
		"UNDEFINED_LIST_MANAGED_INSTANCES_RESULTS": 0,
		"PAGELESS":  32183464,
		"PAGINATED": 40190637,
	}
)

Enum value maps for InstanceGroupManager_ListManagedInstancesResults.

var (
	InstanceGroupManagerInstanceLifecyclePolicy_ForceUpdateOnRepair_name = map[int32]string{
		0:     "UNDEFINED_FORCE_UPDATE_ON_REPAIR",
		2497:  "NO",
		87751: "YES",
	}
	InstanceGroupManagerInstanceLifecyclePolicy_ForceUpdateOnRepair_value = map[string]int32{
		"UNDEFINED_FORCE_UPDATE_ON_REPAIR": 0,
		"NO":                               2497,
		"YES":                              87751,
	}
)

Enum value maps for InstanceGroupManagerInstanceLifecyclePolicy_ForceUpdateOnRepair.

var (
	InstanceGroupManagerUpdatePolicy_InstanceRedistributionType_name = map[int32]string{
		0: "UNDEFINED_INSTANCE_REDISTRIBUTION_TYPE",
	}
	InstanceGroupManagerUpdatePolicy_InstanceRedistributionType_value = map[string]int32{
		"UNDEFINED_INSTANCE_REDISTRIBUTION_TYPE": 0,
	}
)

Enum value maps for InstanceGroupManagerUpdatePolicy_InstanceRedistributionType.

var (
	InstanceGroupManagerUpdatePolicy_MinimalAction_name = map[int32]string{
		0: "UNDEFINED_MINIMAL_ACTION",
	}
	InstanceGroupManagerUpdatePolicy_MinimalAction_value = map[string]int32{
		"UNDEFINED_MINIMAL_ACTION": 0,
	}
)

Enum value maps for InstanceGroupManagerUpdatePolicy_MinimalAction.

var (
	InstanceGroupManagerUpdatePolicy_MostDisruptiveAllowedAction_name = map[int32]string{
		0: "UNDEFINED_MOST_DISRUPTIVE_ALLOWED_ACTION",
	}
	InstanceGroupManagerUpdatePolicy_MostDisruptiveAllowedAction_value = map[string]int32{
		"UNDEFINED_MOST_DISRUPTIVE_ALLOWED_ACTION": 0,
	}
)

Enum value maps for InstanceGroupManagerUpdatePolicy_MostDisruptiveAllowedAction.

var (
	InstanceGroupManagerUpdatePolicy_ReplacementMethod_name = map[int32]string{
		0:         "UNDEFINED_REPLACEMENT_METHOD",
		522644719: "RECREATE",
		280924314: "SUBSTITUTE",
	}
	InstanceGroupManagerUpdatePolicy_ReplacementMethod_value = map[string]int32{
		"UNDEFINED_REPLACEMENT_METHOD": 0,
		"RECREATE":                     522644719,
		"SUBSTITUTE":                   280924314,
	}
)

Enum value maps for InstanceGroupManagerUpdatePolicy_ReplacementMethod.

var (
	InstanceGroupManagerUpdatePolicy_Type_name = map[int32]string{
		0:         "UNDEFINED_TYPE",
		429530089: "OPPORTUNISTIC",
	}
	InstanceGroupManagerUpdatePolicy_Type_value = map[string]int32{
		"UNDEFINED_TYPE": 0,
		"OPPORTUNISTIC":  429530089,
	}
)

Enum value maps for InstanceGroupManagerUpdatePolicy_Type.

var (
	InstanceGroupManagersApplyUpdatesRequest_MinimalAction_name = map[int32]string{
		0: "UNDEFINED_MINIMAL_ACTION",
	}
	InstanceGroupManagersApplyUpdatesRequest_MinimalAction_value = map[string]int32{
		"UNDEFINED_MINIMAL_ACTION": 0,
	}
)

Enum value maps for InstanceGroupManagersApplyUpdatesRequest_MinimalAction.

var (
	InstanceGroupManagersApplyUpdatesRequest_MostDisruptiveAllowedAction_name = map[int32]string{
		0: "UNDEFINED_MOST_DISRUPTIVE_ALLOWED_ACTION",
	}
	InstanceGroupManagersApplyUpdatesRequest_MostDisruptiveAllowedAction_value = map[string]int32{
		"UNDEFINED_MOST_DISRUPTIVE_ALLOWED_ACTION": 0,
	}
)

Enum value maps for InstanceGroupManagersApplyUpdatesRequest_MostDisruptiveAllowedAction.

var (
	InstanceGroupsListInstancesRequest_InstanceState_name = map[int32]string{
		0:         "UNDEFINED_INSTANCE_STATE",
		64897:     "ALL",
		121282975: "RUNNING",
	}
	InstanceGroupsListInstancesRequest_InstanceState_value = map[string]int32{
		"UNDEFINED_INSTANCE_STATE": 0,
		"ALL":                      64897,
		"RUNNING":                  121282975,
	}
)

Enum value maps for InstanceGroupsListInstancesRequest_InstanceState.

var (
	InstanceManagedByIgmErrorInstanceActionDetails_Action_name = map[int32]string{
		0:         "UNDEFINED_ACTION",
		388244813: "ABANDONING",
		455564985: "CREATING",
		428843785: "CREATING_WITHOUT_RETRIES",
		528602024: "DELETING",
		2402104:   "NONE",
		287278572: "RECREATING",
		163266343: "REFRESHING",
		320534387: "RESTARTING",
		446856618: "RESUMING",
		488820800: "STARTING",
		350791796: "STOPPING",
		514206246: "SUSPENDING",
		16982185:  "VERIFYING",
	}
	InstanceManagedByIgmErrorInstanceActionDetails_Action_value = map[string]int32{
		"UNDEFINED_ACTION":         0,
		"ABANDONING":               388244813,
		"CREATING":                 455564985,
		"CREATING_WITHOUT_RETRIES": 428843785,
		"DELETING":                 528602024,
		"NONE":                     2402104,
		"RECREATING":               287278572,
		"REFRESHING":               163266343,
		"RESTARTING":               320534387,
		"RESUMING":                 446856618,
		"STARTING":                 488820800,
		"STOPPING":                 350791796,
		"SUSPENDING":               514206246,
		"VERIFYING":                16982185,
	}
)

Enum value maps for InstanceManagedByIgmErrorInstanceActionDetails_Action.

var (
	InstanceProperties_KeyRevocationActionType_name = map[int32]string{
		0:         "UNDEFINED_KEY_REVOCATION_ACTION_TYPE",
		467110106: "KEY_REVOCATION_ACTION_TYPE_UNSPECIFIED",
		2402104:   "NONE",
		2555906:   "STOP",
	}
	InstanceProperties_KeyRevocationActionType_value = map[string]int32{
		"UNDEFINED_KEY_REVOCATION_ACTION_TYPE":   0,
		"KEY_REVOCATION_ACTION_TYPE_UNSPECIFIED": 467110106,
		"NONE":                                   2402104,
		"STOP":                                   2555906,
	}
)

Enum value maps for InstanceProperties_KeyRevocationActionType.

var (
	InstanceProperties_PrivateIpv6GoogleAccess_name = map[int32]string{
		0:         "UNDEFINED_PRIVATE_IPV6_GOOGLE_ACCESS",
		427975994: "ENABLE_BIDIRECTIONAL_ACCESS_TO_GOOGLE",
		288210263: "ENABLE_OUTBOUND_VM_ACCESS_TO_GOOGLE",
		530256959: "INHERIT_FROM_SUBNETWORK",
	}
	InstanceProperties_PrivateIpv6GoogleAccess_value = map[string]int32{
		"UNDEFINED_PRIVATE_IPV6_GOOGLE_ACCESS":  0,
		"ENABLE_BIDIRECTIONAL_ACCESS_TO_GOOGLE": 427975994,
		"ENABLE_OUTBOUND_VM_ACCESS_TO_GOOGLE":   288210263,
		"INHERIT_FROM_SUBNETWORK":               530256959,
	}
)

Enum value maps for InstanceProperties_PrivateIpv6GoogleAccess.

var (
	InstanceWithNamedPorts_Status_name = map[int32]string{
		0:         "UNDEFINED_STATUS",
		428935662: "DEPROVISIONING",
		290896621: "PROVISIONING",
		413483285: "REPAIRING",
		121282975: "RUNNING",
		431072283: "STAGING",
		444276141: "STOPPED",
		350791796: "STOPPING",
		51223995:  "SUSPENDED",
		514206246: "SUSPENDING",
		250018339: "TERMINATED",
	}
	InstanceWithNamedPorts_Status_value = map[string]int32{
		"UNDEFINED_STATUS": 0,
		"DEPROVISIONING":   428935662,
		"PROVISIONING":     290896621,
		"REPAIRING":        413483285,
		"RUNNING":          121282975,
		"STAGING":          431072283,
		"STOPPED":          444276141,
		"STOPPING":         350791796,
		"SUSPENDED":        51223995,
		"SUSPENDING":       514206246,
		"TERMINATED":       250018339,
	}
)

Enum value maps for InstanceWithNamedPorts_Status.

var (
	InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type_name = map[int32]string{
		0:         "UNDEFINED_TYPE",
		69902869:  "HIERARCHY",
		413984270: "NETWORK",
		190804272: "NETWORK_REGIONAL",
		526786327: "UNSPECIFIED",
	}
	InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type_value = map[string]int32{
		"UNDEFINED_TYPE":   0,
		"HIERARCHY":        69902869,
		"NETWORK":          413984270,
		"NETWORK_REGIONAL": 190804272,
		"UNSPECIFIED":      526786327,
	}
)

Enum value maps for InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type.

var (
	Interconnect_InterconnectType_name = map[int32]string{
		0:         "UNDEFINED_INTERCONNECT_TYPE",
		258411983: "DEDICATED",
		335677007: "IT_PRIVATE",
		461924520: "PARTNER",
	}
	Interconnect_InterconnectType_value = map[string]int32{
		"UNDEFINED_INTERCONNECT_TYPE": 0,
		"DEDICATED":                   258411983,
		"IT_PRIVATE":                  335677007,
		"PARTNER":                     461924520,
	}
)

Enum value maps for Interconnect_InterconnectType.

var (
	Interconnect_LinkType_name = map[int32]string{
		0:         "UNDEFINED_LINK_TYPE",
		337672551: "LINK_TYPE_ETHERNET_100G_LR",
		236739749: "LINK_TYPE_ETHERNET_10G_LR",
	}
	Interconnect_LinkType_value = map[string]int32{
		"UNDEFINED_LINK_TYPE":        0,
		"LINK_TYPE_ETHERNET_100G_LR": 337672551,
		"LINK_TYPE_ETHERNET_10G_LR":  236739749,
	}
)

Enum value maps for Interconnect_LinkType.

var (
	Interconnect_OperationalStatus_name = map[int32]string{
		0:         "UNDEFINED_OPERATIONAL_STATUS",
		55721409:  "OS_ACTIVE",
		239771840: "OS_UNPROVISIONED",
	}
	Interconnect_OperationalStatus_value = map[string]int32{
		"UNDEFINED_OPERATIONAL_STATUS": 0,
		"OS_ACTIVE":                    55721409,
		"OS_UNPROVISIONED":             239771840,
	}
)

Enum value maps for Interconnect_OperationalStatus.

var (
	Interconnect_State_name = map[int32]string{
		0:         "UNDEFINED_STATE",
		314733318: "ACTIVE",
		517333979: "UNPROVISIONED",
	}
	Interconnect_State_value = map[string]int32{
		"UNDEFINED_STATE": 0,
		"ACTIVE":          314733318,
		"UNPROVISIONED":   517333979,
	}
)

Enum value maps for Interconnect_State.

var (
	InterconnectAttachment_Bandwidth_name = map[int32]string{
		0:         "UNDEFINED_BANDWIDTH",
		49547958:  "BPS_100M",
		278693006: "BPS_10G",
		355358448: "BPS_1G",
		49577749:  "BPS_200M",
		278693967: "BPS_20G",
		355358479: "BPS_2G",
		49607540:  "BPS_300M",
		49637331:  "BPS_400M",
		49667122:  "BPS_500M",
		278696850: "BPS_50G",
		278696856: "BPS_50M",
		355358572: "BPS_5G",
	}
	InterconnectAttachment_Bandwidth_value = map[string]int32{
		"UNDEFINED_BANDWIDTH": 0,
		"BPS_100M":            49547958,
		"BPS_10G":             278693006,
		"BPS_1G":              355358448,
		"BPS_200M":            49577749,
		"BPS_20G":             278693967,
		"BPS_2G":              355358479,
		"BPS_300M":            49607540,
		"BPS_400M":            49637331,
		"BPS_500M":            49667122,
		"BPS_50G":             278696850,
		"BPS_50M":             278696856,
		"BPS_5G":              355358572,
	}
)

Enum value maps for InterconnectAttachment_Bandwidth.

var (
	InterconnectAttachment_EdgeAvailabilityDomain_name = map[int32]string{
		0:         "UNDEFINED_EDGE_AVAILABILITY_DOMAIN",
		349552090: "AVAILABILITY_DOMAIN_1",
		349552091: "AVAILABILITY_DOMAIN_2",
		375256373: "AVAILABILITY_DOMAIN_ANY",
	}
	InterconnectAttachment_EdgeAvailabilityDomain_value = map[string]int32{
		"UNDEFINED_EDGE_AVAILABILITY_DOMAIN": 0,
		"AVAILABILITY_DOMAIN_1":              349552090,
		"AVAILABILITY_DOMAIN_2":              349552091,
		"AVAILABILITY_DOMAIN_ANY":            375256373,
	}
)

Enum value maps for InterconnectAttachment_EdgeAvailabilityDomain.

var (
	InterconnectAttachment_Encryption_name = map[int32]string{
		0:        "UNDEFINED_ENCRYPTION",
		69882282: "IPSEC",
		2402104:  "NONE",
	}
	InterconnectAttachment_Encryption_value = map[string]int32{
		"UNDEFINED_ENCRYPTION": 0,
		"IPSEC":                69882282,
		"NONE":                 2402104,
	}
)

Enum value maps for InterconnectAttachment_Encryption.

var (
	InterconnectAttachment_OperationalStatus_name = map[int32]string{
		0:         "UNDEFINED_OPERATIONAL_STATUS",
		55721409:  "OS_ACTIVE",
		239771840: "OS_UNPROVISIONED",
	}
	InterconnectAttachment_OperationalStatus_value = map[string]int32{
		"UNDEFINED_OPERATIONAL_STATUS": 0,
		"OS_ACTIVE":                    55721409,
		"OS_UNPROVISIONED":             239771840,
	}
)

Enum value maps for InterconnectAttachment_OperationalStatus.

var (
	InterconnectAttachment_StackType_name = map[int32]string{
		0:        "UNDEFINED_STACK_TYPE",
		22197249: "IPV4_IPV6",
		22373798: "IPV4_ONLY",
	}
	InterconnectAttachment_StackType_value = map[string]int32{
		"UNDEFINED_STACK_TYPE": 0,
		"IPV4_IPV6":            22197249,
		"IPV4_ONLY":            22373798,
	}
)

Enum value maps for InterconnectAttachment_StackType.

var (
	InterconnectAttachment_State_name = map[int32]string{
		0:         "UNDEFINED_STATE",
		314733318: "ACTIVE",
		115891759: "DEFUNCT",
		513587304: "PARTNER_REQUEST_RECEIVED",
		167494054: "PENDING_CUSTOMER",
		387890656: "PENDING_PARTNER",
		470755401: "STATE_UNSPECIFIED",
		517333979: "UNPROVISIONED",
	}
	InterconnectAttachment_State_value = map[string]int32{
		"UNDEFINED_STATE":          0,
		"ACTIVE":                   314733318,
		"DEFUNCT":                  115891759,
		"PARTNER_REQUEST_RECEIVED": 513587304,
		"PENDING_CUSTOMER":         167494054,
		"PENDING_PARTNER":          387890656,
		"STATE_UNSPECIFIED":        470755401,
		"UNPROVISIONED":            517333979,
	}
)

Enum value maps for InterconnectAttachment_State.

var (
	InterconnectAttachment_Type_name = map[int32]string{
		0:         "UNDEFINED_TYPE",
		258411983: "DEDICATED",
		461924520: "PARTNER",
		483261352: "PARTNER_PROVIDER",
	}
	InterconnectAttachment_Type_value = map[string]int32{
		"UNDEFINED_TYPE":   0,
		"DEDICATED":        258411983,
		"PARTNER":          461924520,
		"PARTNER_PROVIDER": 483261352,
	}
)

Enum value maps for InterconnectAttachment_Type.

var (
	InterconnectAttachmentConfigurationConstraints_BgpMd5_name = map[int32]string{
		0:         "UNDEFINED_BGP_MD5",
		532156673: "MD5_OPTIONAL",
		218034496: "MD5_REQUIRED",
		86962388:  "MD5_UNSUPPORTED",
	}
	InterconnectAttachmentConfigurationConstraints_BgpMd5_value = map[string]int32{
		"UNDEFINED_BGP_MD5": 0,
		"MD5_OPTIONAL":      532156673,
		"MD5_REQUIRED":      218034496,
		"MD5_UNSUPPORTED":   86962388,
	}
)

Enum value maps for InterconnectAttachmentConfigurationConstraints_BgpMd5.

var (
	InterconnectDiagnostics_BundleAggregationType_name = map[int32]string{
		0:        "UNDEFINED_BUNDLE_AGGREGATION_TYPE",
		27758925: "BUNDLE_AGGREGATION_TYPE_LACP",
		50678873: "BUNDLE_AGGREGATION_TYPE_STATIC",
	}
	InterconnectDiagnostics_BundleAggregationType_value = map[string]int32{
		"UNDEFINED_BUNDLE_AGGREGATION_TYPE": 0,
		"BUNDLE_AGGREGATION_TYPE_LACP":      27758925,
		"BUNDLE_AGGREGATION_TYPE_STATIC":    50678873,
	}
)

Enum value maps for InterconnectDiagnostics_BundleAggregationType.

var (
	InterconnectDiagnostics_BundleOperationalStatus_name = map[int32]string{
		0:         "UNDEFINED_BUNDLE_OPERATIONAL_STATUS",
		453842693: "BUNDLE_OPERATIONAL_STATUS_DOWN",
		161366462: "BUNDLE_OPERATIONAL_STATUS_UP",
	}
	InterconnectDiagnostics_BundleOperationalStatus_value = map[string]int32{
		"UNDEFINED_BUNDLE_OPERATIONAL_STATUS": 0,
		"BUNDLE_OPERATIONAL_STATUS_DOWN":      453842693,
		"BUNDLE_OPERATIONAL_STATUS_UP":        161366462,
	}
)

Enum value maps for InterconnectDiagnostics_BundleOperationalStatus.

var (
	InterconnectDiagnosticsLinkLACPStatus_State_name = map[int32]string{
		0:         "UNDEFINED_STATE",
		314733318: "ACTIVE",
		216562546: "DETACHED",
	}
	InterconnectDiagnosticsLinkLACPStatus_State_value = map[string]int32{
		"UNDEFINED_STATE": 0,
		"ACTIVE":          314733318,
		"DETACHED":        216562546,
	}
)

Enum value maps for InterconnectDiagnosticsLinkLACPStatus_State.

var (
	InterconnectDiagnosticsLinkOpticalPower_State_name = map[int32]string{
		0:         "UNDEFINED_STATE",
		305363284: "HIGH_ALARM",
		220984799: "HIGH_WARNING",
		316659046: "LOW_ALARM",
		338793841: "LOW_WARNING",
		2524:      "OK",
	}
	InterconnectDiagnosticsLinkOpticalPower_State_value = map[string]int32{
		"UNDEFINED_STATE": 0,
		"HIGH_ALARM":      305363284,
		"HIGH_WARNING":    220984799,
		"LOW_ALARM":       316659046,
		"LOW_WARNING":     338793841,
		"OK":              2524,
	}
)

Enum value maps for InterconnectDiagnosticsLinkOpticalPower_State.

var (
	InterconnectDiagnosticsLinkStatus_OperationalStatus_name = map[int32]string{
		0:         "UNDEFINED_OPERATIONAL_STATUS",
		281653885: "LINK_OPERATIONAL_STATUS_DOWN",
		305879862: "LINK_OPERATIONAL_STATUS_UP",
	}
	InterconnectDiagnosticsLinkStatus_OperationalStatus_value = map[string]int32{
		"UNDEFINED_OPERATIONAL_STATUS": 0,
		"LINK_OPERATIONAL_STATUS_DOWN": 281653885,
		"LINK_OPERATIONAL_STATUS_UP":   305879862,
	}
)

Enum value maps for InterconnectDiagnosticsLinkStatus_OperationalStatus.

var (
	InterconnectLocation_Continent_name = map[int32]string{
		0:         "UNDEFINED_CONTINENT",
		317443706: "AFRICA",
		119782269: "ASIA_PAC",
		71993846:  "C_AFRICA",
		465668089: "C_ASIA_PAC",
		200369438: "C_EUROPE",
		275697048: "C_NORTH_AMERICA",
		397149792: "C_SOUTH_AMERICA",
		445819298: "EUROPE",
		448015508: "NORTH_AMERICA",
		32597340:  "SOUTH_AMERICA",
	}
	InterconnectLocation_Continent_value = map[string]int32{
		"UNDEFINED_CONTINENT": 0,
		"AFRICA":              317443706,
		"ASIA_PAC":            119782269,
		"C_AFRICA":            71993846,
		"C_ASIA_PAC":          465668089,
		"C_EUROPE":            200369438,
		"C_NORTH_AMERICA":     275697048,
		"C_SOUTH_AMERICA":     397149792,
		"EUROPE":              445819298,
		"NORTH_AMERICA":       448015508,
		"SOUTH_AMERICA":       32597340,
	}
)

Enum value maps for InterconnectLocation_Continent.

var (
	InterconnectLocation_Status_name = map[int32]string{
		0:         "UNDEFINED_STATUS",
		442079913: "AVAILABLE",
		380163436: "CLOSED",
	}
	InterconnectLocation_Status_value = map[string]int32{
		"UNDEFINED_STATUS": 0,
		"AVAILABLE":        442079913,
		"CLOSED":           380163436,
	}
)

Enum value maps for InterconnectLocation_Status.

var (
	InterconnectLocationRegionInfo_LocationPresence_name = map[int32]string{
		0:         "UNDEFINED_LOCATION_PRESENCE",
		494663587: "GLOBAL",
		403535464: "LOCAL_REGION",
		429584062: "LP_GLOBAL",
		488598851: "LP_LOCAL_REGION",
	}
	InterconnectLocationRegionInfo_LocationPresence_value = map[string]int32{
		"UNDEFINED_LOCATION_PRESENCE": 0,
		"GLOBAL":                      494663587,
		"LOCAL_REGION":                403535464,
		"LP_GLOBAL":                   429584062,
		"LP_LOCAL_REGION":             488598851,
	}
)

Enum value maps for InterconnectLocationRegionInfo_LocationPresence.

var (
	InterconnectOutageNotification_IssueType_name = map[int32]string{
		0:         "UNDEFINED_ISSUE_TYPE",
		175779973: "IT_OUTAGE",
		92103971:  "IT_PARTIAL_OUTAGE",
		195285745: "OUTAGE",
		147053455: "PARTIAL_OUTAGE",
	}
	InterconnectOutageNotification_IssueType_value = map[string]int32{
		"UNDEFINED_ISSUE_TYPE": 0,
		"IT_OUTAGE":            175779973,
		"IT_PARTIAL_OUTAGE":    92103971,
		"OUTAGE":               195285745,
		"PARTIAL_OUTAGE":       147053455,
	}
)

Enum value maps for InterconnectOutageNotification_IssueType.

var (
	InterconnectOutageNotification_Source_name = map[int32]string{
		0:         "UNDEFINED_SOURCE",
		497439289: "GOOGLE",
		510574562: "NSRC_GOOGLE",
	}
	InterconnectOutageNotification_Source_value = map[string]int32{
		"UNDEFINED_SOURCE": 0,
		"GOOGLE":           497439289,
		"NSRC_GOOGLE":      510574562,
	}
)

Enum value maps for InterconnectOutageNotification_Source.

var (
	InterconnectOutageNotification_State_name = map[int32]string{
		0:         "UNDEFINED_STATE",
		314733318: "ACTIVE",
		41957681:  "CANCELLED",
		309921323: "COMPLETED",
		252563136: "NS_ACTIVE",
		506579411: "NS_CANCELED",
	}
	InterconnectOutageNotification_State_value = map[string]int32{
		"UNDEFINED_STATE": 0,
		"ACTIVE":          314733318,
		"CANCELLED":       41957681,
		"COMPLETED":       309921323,
		"NS_ACTIVE":       252563136,
		"NS_CANCELED":     506579411,
	}
)

Enum value maps for InterconnectOutageNotification_State.

var (
	InterconnectRemoteLocation_Continent_name = map[int32]string{
		0:         "UNDEFINED_CONTINENT",
		317443706: "AFRICA",
		119782269: "ASIA_PAC",
		445819298: "EUROPE",
		448015508: "NORTH_AMERICA",
		32597340:  "SOUTH_AMERICA",
	}
	InterconnectRemoteLocation_Continent_value = map[string]int32{
		"UNDEFINED_CONTINENT": 0,
		"AFRICA":              317443706,
		"ASIA_PAC":            119782269,
		"EUROPE":              445819298,
		"NORTH_AMERICA":       448015508,
		"SOUTH_AMERICA":       32597340,
	}
)

Enum value maps for InterconnectRemoteLocation_Continent.

var (
	InterconnectRemoteLocation_Lacp_name = map[int32]string{
		0:         "UNDEFINED_LACP",
		339576113: "LACP_SUPPORTED",
		203930104: "LACP_UNSUPPORTED",
	}
	InterconnectRemoteLocation_Lacp_value = map[string]int32{
		"UNDEFINED_LACP":   0,
		"LACP_SUPPORTED":   339576113,
		"LACP_UNSUPPORTED": 203930104,
	}
)

Enum value maps for InterconnectRemoteLocation_Lacp.

var (
	InterconnectRemoteLocation_Status_name = map[int32]string{
		0:         "UNDEFINED_STATUS",
		442079913: "AVAILABLE",
		380163436: "CLOSED",
	}
	InterconnectRemoteLocation_Status_value = map[string]int32{
		"UNDEFINED_STATUS": 0,
		"AVAILABLE":        442079913,
		"CLOSED":           380163436,
	}
)

Enum value maps for InterconnectRemoteLocation_Status.

var (
	InterconnectRemoteLocationConstraints_PortPairRemoteLocation_name = map[int32]string{
		0:         "UNDEFINED_PORT_PAIR_REMOTE_LOCATION",
		207291859: "PORT_PAIR_MATCHING_REMOTE_LOCATION",
		60609829:  "PORT_PAIR_UNCONSTRAINED_REMOTE_LOCATION",
	}
	InterconnectRemoteLocationConstraints_PortPairRemoteLocation_value = map[string]int32{
		"UNDEFINED_PORT_PAIR_REMOTE_LOCATION":     0,
		"PORT_PAIR_MATCHING_REMOTE_LOCATION":      207291859,
		"PORT_PAIR_UNCONSTRAINED_REMOTE_LOCATION": 60609829,
	}
)

Enum value maps for InterconnectRemoteLocationConstraints_PortPairRemoteLocation.

var (
	InterconnectRemoteLocationConstraints_PortPairVlan_name = map[int32]string{
		0:         "UNDEFINED_PORT_PAIR_VLAN",
		250295358: "PORT_PAIR_MATCHING_VLAN",
		175227948: "PORT_PAIR_UNCONSTRAINED_VLAN",
	}
	InterconnectRemoteLocationConstraints_PortPairVlan_value = map[string]int32{
		"UNDEFINED_PORT_PAIR_VLAN":     0,
		"PORT_PAIR_MATCHING_VLAN":      250295358,
		"PORT_PAIR_UNCONSTRAINED_VLAN": 175227948,
	}
)

Enum value maps for InterconnectRemoteLocationConstraints_PortPairVlan.

var (
	LicenseCode_State_name = map[int32]string{
		0:         "UNDEFINED_STATE",
		516696700: "DISABLED",
		182130465: "ENABLED",
		261551195: "RESTRICTED",
		470755401: "STATE_UNSPECIFIED",
		250018339: "TERMINATED",
	}
	LicenseCode_State_value = map[string]int32{
		"UNDEFINED_STATE":   0,
		"DISABLED":          516696700,
		"ENABLED":           182130465,
		"RESTRICTED":        261551195,
		"STATE_UNSPECIFIED": 470755401,
		"TERMINATED":        250018339,
	}
)

Enum value maps for LicenseCode_State.

var (
	ListPeeringRoutesNetworksRequest_Direction_name = map[int32]string{
		0:         "UNDEFINED_DIRECTION",
		338552870: "INCOMING",
		307438444: "OUTGOING",
	}
	ListPeeringRoutesNetworksRequest_Direction_value = map[string]int32{
		"UNDEFINED_DIRECTION": 0,
		"INCOMING":            338552870,
		"OUTGOING":            307438444,
	}
)

Enum value maps for ListPeeringRoutesNetworksRequest_Direction.

var (
	LocationPolicy_TargetShape_name = map[int32]string{
		0:         "UNDEFINED_TARGET_SHAPE",
		64972:     "ANY",
		61100880:  "ANY_SINGLE_ZONE",
		468409608: "BALANCED",
	}
	LocationPolicy_TargetShape_value = map[string]int32{
		"UNDEFINED_TARGET_SHAPE": 0,
		"ANY":                    64972,
		"ANY_SINGLE_ZONE":        61100880,
		"BALANCED":               468409608,
	}
)

Enum value maps for LocationPolicy_TargetShape.

var (
	LocationPolicyLocation_Preference_name = map[int32]string{
		0:         "UNDEFINED_PREFERENCE",
		62368553:  "ALLOW",
		2094604:   "DENY",
		496219571: "PREFERENCE_UNSPECIFIED",
	}
	LocationPolicyLocation_Preference_value = map[string]int32{
		"UNDEFINED_PREFERENCE":   0,
		"ALLOW":                  62368553,
		"DENY":                   2094604,
		"PREFERENCE_UNSPECIFIED": 496219571,
	}
)

Enum value maps for LocationPolicyLocation_Preference.

var (
	LogConfigCloudAuditOptions_LogName_name = map[int32]string{
		0:         "UNDEFINED_LOG_NAME",
		427503135: "ADMIN_ACTIVITY",
		238070681: "DATA_ACCESS",
		410515182: "UNSPECIFIED_LOG_NAME",
	}
	LogConfigCloudAuditOptions_LogName_value = map[string]int32{
		"UNDEFINED_LOG_NAME":   0,
		"ADMIN_ACTIVITY":       427503135,
		"DATA_ACCESS":          238070681,
		"UNSPECIFIED_LOG_NAME": 410515182,
	}
)

Enum value maps for LogConfigCloudAuditOptions_LogName.

var (
	LogConfigDataAccessOptions_LogMode_name = map[int32]string{
		0:         "UNDEFINED_LOG_MODE",
		360469778: "LOG_FAIL_CLOSED",
		88160822:  "LOG_MODE_UNSPECIFIED",
	}
	LogConfigDataAccessOptions_LogMode_value = map[string]int32{
		"UNDEFINED_LOG_MODE":   0,
		"LOG_FAIL_CLOSED":      360469778,
		"LOG_MODE_UNSPECIFIED": 88160822,
	}
)

Enum value maps for LogConfigDataAccessOptions_LogMode.

var (
	MachineImage_Status_name = map[int32]string{
		0:         "UNDEFINED_STATUS",
		455564985: "CREATING",
		528602024: "DELETING",
		530283991: "INVALID",
		77848963:  "READY",
		267603489: "UPLOADING",
	}
	MachineImage_Status_value = map[string]int32{
		"UNDEFINED_STATUS": 0,
		"CREATING":         455564985,
		"DELETING":         528602024,
		"INVALID":          530283991,
		"READY":            77848963,
		"UPLOADING":        267603489,
	}
)

Enum value maps for MachineImage_Status.

var (
	ManagedInstance_CurrentAction_name = map[int32]string{
		0:         "UNDEFINED_CURRENT_ACTION",
		388244813: "ABANDONING",
		455564985: "CREATING",
		428843785: "CREATING_WITHOUT_RETRIES",
		528602024: "DELETING",
		2402104:   "NONE",
		287278572: "RECREATING",
		163266343: "REFRESHING",
		320534387: "RESTARTING",
		446856618: "RESUMING",
		488820800: "STARTING",
		16982185:  "VERIFYING",
	}
	ManagedInstance_CurrentAction_value = map[string]int32{
		"UNDEFINED_CURRENT_ACTION": 0,
		"ABANDONING":               388244813,
		"CREATING":                 455564985,
		"CREATING_WITHOUT_RETRIES": 428843785,
		"DELETING":                 528602024,
		"NONE":                     2402104,
		"RECREATING":               287278572,
		"REFRESHING":               163266343,
		"RESTARTING":               320534387,
		"RESUMING":                 446856618,
		"STARTING":                 488820800,
		"VERIFYING":                16982185,
	}
)

Enum value maps for ManagedInstance_CurrentAction.

var (
	ManagedInstance_InstanceStatus_name = map[int32]string{
		0:         "UNDEFINED_INSTANCE_STATUS",
		428935662: "DEPROVISIONING",
		290896621: "PROVISIONING",
		413483285: "REPAIRING",
		121282975: "RUNNING",
		431072283: "STAGING",
		444276141: "STOPPED",
		350791796: "STOPPING",
		51223995:  "SUSPENDED",
		514206246: "SUSPENDING",
		250018339: "TERMINATED",
	}
	ManagedInstance_InstanceStatus_value = map[string]int32{
		"UNDEFINED_INSTANCE_STATUS": 0,
		"DEPROVISIONING":            428935662,
		"PROVISIONING":              290896621,
		"REPAIRING":                 413483285,
		"RUNNING":                   121282975,
		"STAGING":                   431072283,
		"STOPPED":                   444276141,
		"STOPPING":                  350791796,
		"SUSPENDED":                 51223995,
		"SUSPENDING":                514206246,
		"TERMINATED":                250018339,
	}
)

Enum value maps for ManagedInstance_InstanceStatus.

var (
	ManagedInstanceInstanceHealth_DetailedHealthState_name = map[int32]string{
		0:         "UNDEFINED_DETAILED_HEALTH_STATE",
		480455402: "DRAINING",
		439801213: "HEALTHY",
		477813057: "TIMEOUT",
		462118084: "UNHEALTHY",
		433141802: "UNKNOWN",
	}
	ManagedInstanceInstanceHealth_DetailedHealthState_value = map[string]int32{
		"UNDEFINED_DETAILED_HEALTH_STATE": 0,
		"DRAINING":                        480455402,
		"HEALTHY":                         439801213,
		"TIMEOUT":                         477813057,
		"UNHEALTHY":                       462118084,
		"UNKNOWN":                         433141802,
	}
)

Enum value maps for ManagedInstanceInstanceHealth_DetailedHealthState.

var (
	MetadataFilter_FilterMatchCriteria_name = map[int32]string{
		0:         "UNDEFINED_FILTER_MATCH_CRITERIA",
		180663271: "MATCH_ALL",
		180663346: "MATCH_ANY",
		163646646: "NOT_SET",
	}
	MetadataFilter_FilterMatchCriteria_value = map[string]int32{
		"UNDEFINED_FILTER_MATCH_CRITERIA": 0,
		"MATCH_ALL":                       180663271,
		"MATCH_ANY":                       180663346,
		"NOT_SET":                         163646646,
	}
)

Enum value maps for MetadataFilter_FilterMatchCriteria.

var (
	Network_NetworkFirewallPolicyEnforcementOrder_name = map[int32]string{
		0:         "UNDEFINED_NETWORK_FIREWALL_POLICY_ENFORCEMENT_ORDER",
		154582608: "AFTER_CLASSIC_FIREWALL",
		338458349: "BEFORE_CLASSIC_FIREWALL",
	}
	Network_NetworkFirewallPolicyEnforcementOrder_value = map[string]int32{
		"UNDEFINED_NETWORK_FIREWALL_POLICY_ENFORCEMENT_ORDER": 0,
		"AFTER_CLASSIC_FIREWALL":                              154582608,
		"BEFORE_CLASSIC_FIREWALL":                             338458349,
	}
)

Enum value maps for Network_NetworkFirewallPolicyEnforcementOrder.

var (
	NetworkAttachment_ConnectionPreference_name = map[int32]string{
		0:         "UNDEFINED_CONNECTION_PREFERENCE",
		75250580:  "ACCEPT_AUTOMATIC",
		373061341: "ACCEPT_MANUAL",
		530283991: "INVALID",
	}
	NetworkAttachment_ConnectionPreference_value = map[string]int32{
		"UNDEFINED_CONNECTION_PREFERENCE": 0,
		"ACCEPT_AUTOMATIC":                75250580,
		"ACCEPT_MANUAL":                   373061341,
		"INVALID":                         530283991,
	}
)

Enum value maps for NetworkAttachment_ConnectionPreference.

var (
	NetworkAttachmentConnectedEndpoint_Status_name = map[int32]string{
		0:         "UNDEFINED_STATUS",
		246714279: "ACCEPTED",
		380163436: "CLOSED",
		344491452: "NEEDS_ATTENTION",
		35394935:  "PENDING",
		174130302: "REJECTED",
		42133066:  "STATUS_UNSPECIFIED",
	}
	NetworkAttachmentConnectedEndpoint_Status_value = map[string]int32{
		"UNDEFINED_STATUS":   0,
		"ACCEPTED":           246714279,
		"CLOSED":             380163436,
		"NEEDS_ATTENTION":    344491452,
		"PENDING":            35394935,
		"REJECTED":           174130302,
		"STATUS_UNSPECIFIED": 42133066,
	}
)

Enum value maps for NetworkAttachmentConnectedEndpoint_Status.

var (
	NetworkEndpointGroup_NetworkEndpointType_name = map[int32]string{
		0:         "UNDEFINED_NETWORK_ENDPOINT_TYPE",
		401880793: "GCE_VM_IP",
		501838375: "GCE_VM_IP_PORT",
		404154477: "INTERNET_FQDN_PORT",
		477719963: "INTERNET_IP_PORT",
		336447968: "NON_GCP_PRIVATE_IP_PORT",
		48134724:  "PRIVATE_SERVICE_CONNECT",
		270492508: "SERVERLESS",
	}
	NetworkEndpointGroup_NetworkEndpointType_value = map[string]int32{
		"UNDEFINED_NETWORK_ENDPOINT_TYPE": 0,
		"GCE_VM_IP":                       401880793,
		"GCE_VM_IP_PORT":                  501838375,
		"INTERNET_FQDN_PORT":              404154477,
		"INTERNET_IP_PORT":                477719963,
		"NON_GCP_PRIVATE_IP_PORT":         336447968,
		"PRIVATE_SERVICE_CONNECT":         48134724,
		"SERVERLESS":                      270492508,
	}
)

Enum value maps for NetworkEndpointGroup_NetworkEndpointType.

var (
	NetworkEndpointGroupPscData_PscConnectionStatus_name = map[int32]string{
		0:         "UNDEFINED_PSC_CONNECTION_STATUS",
		246714279: "ACCEPTED",
		380163436: "CLOSED",
		344491452: "NEEDS_ATTENTION",
		35394935:  "PENDING",
		174130302: "REJECTED",
		42133066:  "STATUS_UNSPECIFIED",
	}
	NetworkEndpointGroupPscData_PscConnectionStatus_value = map[string]int32{
		"UNDEFINED_PSC_CONNECTION_STATUS": 0,
		"ACCEPTED":                        246714279,
		"CLOSED":                          380163436,
		"NEEDS_ATTENTION":                 344491452,
		"PENDING":                         35394935,
		"REJECTED":                        174130302,
		"STATUS_UNSPECIFIED":              42133066,
	}
)

Enum value maps for NetworkEndpointGroupPscData_PscConnectionStatus.

var (
	NetworkEndpointGroupsListEndpointsRequest_HealthStatus_name = map[int32]string{
		0:       "UNDEFINED_HEALTH_STATUS",
		2544381: "SHOW",
		2547071: "SKIP",
	}
	NetworkEndpointGroupsListEndpointsRequest_HealthStatus_value = map[string]int32{
		"UNDEFINED_HEALTH_STATUS": 0,
		"SHOW":                    2544381,
		"SKIP":                    2547071,
	}
)

Enum value maps for NetworkEndpointGroupsListEndpointsRequest_HealthStatus.

var (
	NetworkInterface_Ipv6AccessType_name = map[int32]string{
		0:         "UNDEFINED_IPV6_ACCESS_TYPE",
		35607499:  "EXTERNAL",
		279295677: "INTERNAL",
		313080613: "UNSPECIFIED_IPV6_ACCESS_TYPE",
	}
	NetworkInterface_Ipv6AccessType_value = map[string]int32{
		"UNDEFINED_IPV6_ACCESS_TYPE":   0,
		"EXTERNAL":                     35607499,
		"INTERNAL":                     279295677,
		"UNSPECIFIED_IPV6_ACCESS_TYPE": 313080613,
	}
)

Enum value maps for NetworkInterface_Ipv6AccessType.

var (
	NetworkInterface_NicType_name = map[int32]string{
		0:         "UNDEFINED_NIC_TYPE",
		68209305:  "GVNIC",
		67411801:  "UNSPECIFIED_NIC_TYPE",
		452123481: "VIRTIO_NET",
	}
	NetworkInterface_NicType_value = map[string]int32{
		"UNDEFINED_NIC_TYPE":   0,
		"GVNIC":                68209305,
		"UNSPECIFIED_NIC_TYPE": 67411801,
		"VIRTIO_NET":           452123481,
	}
)

Enum value maps for NetworkInterface_NicType.

var (
	NetworkInterface_StackType_name = map[int32]string{
		0:         "UNDEFINED_STACK_TYPE",
		22197249:  "IPV4_IPV6",
		22373798:  "IPV4_ONLY",
		298084569: "UNSPECIFIED_STACK_TYPE",
	}
	NetworkInterface_StackType_value = map[string]int32{
		"UNDEFINED_STACK_TYPE":   0,
		"IPV4_IPV6":              22197249,
		"IPV4_ONLY":              22373798,
		"UNSPECIFIED_STACK_TYPE": 298084569,
	}
)

Enum value maps for NetworkInterface_StackType.

var (
	NetworkPeering_StackType_name = map[int32]string{
		0:        "UNDEFINED_STACK_TYPE",
		22197249: "IPV4_IPV6",
		22373798: "IPV4_ONLY",
	}
	NetworkPeering_StackType_value = map[string]int32{
		"UNDEFINED_STACK_TYPE": 0,
		"IPV4_IPV6":            22197249,
		"IPV4_ONLY":            22373798,
	}
)

Enum value maps for NetworkPeering_StackType.

var (
	NetworkPeering_State_name = map[int32]string{
		0:         "UNDEFINED_STATE",
		314733318: "ACTIVE",
		270421099: "INACTIVE",
	}
	NetworkPeering_State_value = map[string]int32{
		"UNDEFINED_STATE": 0,
		"ACTIVE":          314733318,
		"INACTIVE":        270421099,
	}
)

Enum value maps for NetworkPeering_State.

var (
	NetworkPerformanceConfig_TotalEgressBandwidthTier_name = map[int32]string{
		0:         "UNDEFINED_TOTAL_EGRESS_BANDWIDTH_TIER",
		115302945: "DEFAULT",
		326919444: "TIER_1",
	}
	NetworkPerformanceConfig_TotalEgressBandwidthTier_value = map[string]int32{
		"UNDEFINED_TOTAL_EGRESS_BANDWIDTH_TIER": 0,
		"DEFAULT":                               115302945,
		"TIER_1":                                326919444,
	}
)

Enum value maps for NetworkPerformanceConfig_TotalEgressBandwidthTier.

var (
	NetworkRoutingConfig_RoutingMode_name = map[int32]string{
		0:         "UNDEFINED_ROUTING_MODE",
		494663587: "GLOBAL",
		92288543:  "REGIONAL",
	}
	NetworkRoutingConfig_RoutingMode_value = map[string]int32{
		"UNDEFINED_ROUTING_MODE": 0,
		"GLOBAL":                 494663587,
		"REGIONAL":               92288543,
	}
)

Enum value maps for NetworkRoutingConfig_RoutingMode.

var (
	NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type_name = map[int32]string{
		0:         "UNDEFINED_TYPE",
		69902869:  "HIERARCHY",
		413984270: "NETWORK",
		526786327: "UNSPECIFIED",
	}
	NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type_value = map[string]int32{
		"UNDEFINED_TYPE": 0,
		"HIERARCHY":      69902869,
		"NETWORK":        413984270,
		"UNSPECIFIED":    526786327,
	}
)

Enum value maps for NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type.

var (
	NodeGroup_MaintenancePolicy_name = map[int32]string{
		0:         "UNDEFINED_MAINTENANCE_POLICY",
		115302945: "DEFAULT",
		72964182:  "MAINTENANCE_POLICY_UNSPECIFIED",
		153483394: "MIGRATE_WITHIN_NODE_GROUP",
		228647325: "RESTART_IN_PLACE",
	}
	NodeGroup_MaintenancePolicy_value = map[string]int32{
		"UNDEFINED_MAINTENANCE_POLICY":   0,
		"DEFAULT":                        115302945,
		"MAINTENANCE_POLICY_UNSPECIFIED": 72964182,
		"MIGRATE_WITHIN_NODE_GROUP":      153483394,
		"RESTART_IN_PLACE":               228647325,
	}
)

Enum value maps for NodeGroup_MaintenancePolicy.

var (
	NodeGroup_Status_name = map[int32]string{
		0:         "UNDEFINED_STATUS",
		455564985: "CREATING",
		528602024: "DELETING",
		530283991: "INVALID",
		77848963:  "READY",
	}
	NodeGroup_Status_value = map[string]int32{
		"UNDEFINED_STATUS": 0,
		"CREATING":         455564985,
		"DELETING":         528602024,
		"INVALID":          530283991,
		"READY":            77848963,
	}
)

Enum value maps for NodeGroup_Status.

var (
	NodeGroupAutoscalingPolicy_Mode_name = map[int32]string{
		0:         "UNDEFINED_MODE",
		371348091: "MODE_UNSPECIFIED",
		78159:     "OFF",
		2527:      "ON",
		152713670: "ONLY_SCALE_OUT",
	}
	NodeGroupAutoscalingPolicy_Mode_value = map[string]int32{
		"UNDEFINED_MODE":   0,
		"MODE_UNSPECIFIED": 371348091,
		"OFF":              78159,
		"ON":               2527,
		"ONLY_SCALE_OUT":   152713670,
	}
)

Enum value maps for NodeGroupAutoscalingPolicy_Mode.

var (
	NodeGroupNode_CpuOvercommitType_name = map[int32]string{
		0:         "UNDEFINED_CPU_OVERCOMMIT_TYPE",
		520665615: "CPU_OVERCOMMIT_TYPE_UNSPECIFIED",
		182130465: "ENABLED",
		2402104:   "NONE",
	}
	NodeGroupNode_CpuOvercommitType_value = map[string]int32{
		"UNDEFINED_CPU_OVERCOMMIT_TYPE":   0,
		"CPU_OVERCOMMIT_TYPE_UNSPECIFIED": 520665615,
		"ENABLED":                         182130465,
		"NONE":                            2402104,
	}
)

Enum value maps for NodeGroupNode_CpuOvercommitType.

var (
	NodeGroupNode_Status_name = map[int32]string{
		0:         "UNDEFINED_STATUS",
		455564985: "CREATING",
		528602024: "DELETING",
		530283991: "INVALID",
		77848963:  "READY",
		413483285: "REPAIRING",
	}
	NodeGroupNode_Status_value = map[string]int32{
		"UNDEFINED_STATUS": 0,
		"CREATING":         455564985,
		"DELETING":         528602024,
		"INVALID":          530283991,
		"READY":            77848963,
		"REPAIRING":        413483285,
	}
)

Enum value maps for NodeGroupNode_Status.

var (
	NodeTemplate_CpuOvercommitType_name = map[int32]string{
		0:         "UNDEFINED_CPU_OVERCOMMIT_TYPE",
		520665615: "CPU_OVERCOMMIT_TYPE_UNSPECIFIED",
		182130465: "ENABLED",
		2402104:   "NONE",
	}
	NodeTemplate_CpuOvercommitType_value = map[string]int32{
		"UNDEFINED_CPU_OVERCOMMIT_TYPE":   0,
		"CPU_OVERCOMMIT_TYPE_UNSPECIFIED": 520665615,
		"ENABLED":                         182130465,
		"NONE":                            2402104,
	}
)

Enum value maps for NodeTemplate_CpuOvercommitType.

var (
	NodeTemplate_Status_name = map[int32]string{
		0:         "UNDEFINED_STATUS",
		455564985: "CREATING",
		528602024: "DELETING",
		530283991: "INVALID",
		77848963:  "READY",
	}
	NodeTemplate_Status_value = map[string]int32{
		"UNDEFINED_STATUS": 0,
		"CREATING":         455564985,
		"DELETING":         528602024,
		"INVALID":          530283991,
		"READY":            77848963,
	}
)

Enum value maps for NodeTemplate_Status.

var (
	Operation_Status_name = map[int32]string{
		0:         "UNDEFINED_STATUS",
		2104194:   "DONE",
		35394935:  "PENDING",
		121282975: "RUNNING",
	}
	Operation_Status_value = map[string]int32{
		"UNDEFINED_STATUS": 0,
		"DONE":             2104194,
		"PENDING":          35394935,
		"RUNNING":          121282975,
	}
)

Enum value maps for Operation_Status.

var (
	PacketIntervals_Duration_name = map[int32]string{
		0:         "UNDEFINED_DURATION",
		529071340: "DURATION_UNSPECIFIED",
		2223588:   "HOUR",
		76100:     "MAX",
		126786068: "MINUTE",
	}
	PacketIntervals_Duration_value = map[string]int32{
		"UNDEFINED_DURATION":   0,
		"DURATION_UNSPECIFIED": 529071340,
		"HOUR":                 2223588,
		"MAX":                  76100,
		"MINUTE":               126786068,
	}
)

Enum value maps for PacketIntervals_Duration.

var (
	PacketIntervals_Type_name = map[int32]string{
		0:         "UNDEFINED_TYPE",
		356174219: "LOOPBACK",
		189660867: "RECEIVE",
		452903600: "TRANSMIT",
		437714322: "TYPE_UNSPECIFIED",
	}
	PacketIntervals_Type_value = map[string]int32{
		"UNDEFINED_TYPE":   0,
		"LOOPBACK":         356174219,
		"RECEIVE":          189660867,
		"TRANSMIT":         452903600,
		"TYPE_UNSPECIFIED": 437714322,
	}
)

Enum value maps for PacketIntervals_Type.

var (
	PacketMirroring_Enable_name = map[int32]string{
		0:        "UNDEFINED_ENABLE",
		66658563: "FALSE",
		2583950:  "TRUE",
	}
	PacketMirroring_Enable_value = map[string]int32{
		"UNDEFINED_ENABLE": 0,
		"FALSE":            66658563,
		"TRUE":             2583950,
	}
)

Enum value maps for PacketMirroring_Enable.

var (
	PacketMirroringFilter_Direction_name = map[int32]string{
		0:         "UNDEFINED_DIRECTION",
		2044801:   "BOTH",
		432880501: "EGRESS",
		516931221: "INGRESS",
	}
	PacketMirroringFilter_Direction_value = map[string]int32{
		"UNDEFINED_DIRECTION": 0,
		"BOTH":                2044801,
		"EGRESS":              432880501,
		"INGRESS":             516931221,
	}
)

Enum value maps for PacketMirroringFilter_Direction.

var (
	PerInstanceConfig_Status_name = map[int32]string{
		0:         "UNDEFINED_STATUS",
		352003508: "APPLYING",
		528602024: "DELETING",
		244201863: "EFFECTIVE",
		2402104:   "NONE",
		483935140: "UNAPPLIED",
		313956873: "UNAPPLIED_DELETION",
	}
	PerInstanceConfig_Status_value = map[string]int32{
		"UNDEFINED_STATUS":   0,
		"APPLYING":           352003508,
		"DELETING":           528602024,
		"EFFECTIVE":          244201863,
		"NONE":               2402104,
		"UNAPPLIED":          483935140,
		"UNAPPLIED_DELETION": 313956873,
	}
)

Enum value maps for PerInstanceConfig_Status.

var (
	PreservedStatePreservedDisk_AutoDelete_name = map[int32]string{
		0:        "UNDEFINED_AUTO_DELETE",
		74175084: "NEVER",
		95727719: "ON_PERMANENT_INSTANCE_DELETION",
	}
	PreservedStatePreservedDisk_AutoDelete_value = map[string]int32{
		"UNDEFINED_AUTO_DELETE":          0,
		"NEVER":                          74175084,
		"ON_PERMANENT_INSTANCE_DELETION": 95727719,
	}
)

Enum value maps for PreservedStatePreservedDisk_AutoDelete.

var (
	PreservedStatePreservedDisk_Mode_name = map[int32]string{
		0:         "UNDEFINED_MODE",
		91950261:  "READ_ONLY",
		173607894: "READ_WRITE",
	}
	PreservedStatePreservedDisk_Mode_value = map[string]int32{
		"UNDEFINED_MODE": 0,
		"READ_ONLY":      91950261,
		"READ_WRITE":     173607894,
	}
)

Enum value maps for PreservedStatePreservedDisk_Mode.

var (
	Project_DefaultNetworkTier_name = map[int32]string{
		0:         "UNDEFINED_DEFAULT_NETWORK_TIER",
		310464328: "FIXED_STANDARD",
		399530551: "PREMIUM",
		484642493: "STANDARD",
		465847234: "STANDARD_OVERRIDES_FIXED_STANDARD",
	}
	Project_DefaultNetworkTier_value = map[string]int32{
		"UNDEFINED_DEFAULT_NETWORK_TIER":    0,
		"FIXED_STANDARD":                    310464328,
		"PREMIUM":                           399530551,
		"STANDARD":                          484642493,
		"STANDARD_OVERRIDES_FIXED_STANDARD": 465847234,
	}
)

Enum value maps for Project_DefaultNetworkTier.

var (
	Project_VmDnsSetting_name = map[int32]string{
		0:         "UNDEFINED_VM_DNS_SETTING",
		345419141: "GLOBAL_DEFAULT",
		35691930:  "UNSPECIFIED_VM_DNS_SETTING",
		368475782: "ZONAL_DEFAULT",
		521198951: "ZONAL_ONLY",
	}
	Project_VmDnsSetting_value = map[string]int32{
		"UNDEFINED_VM_DNS_SETTING":   0,
		"GLOBAL_DEFAULT":             345419141,
		"UNSPECIFIED_VM_DNS_SETTING": 35691930,
		"ZONAL_DEFAULT":              368475782,
		"ZONAL_ONLY":                 521198951,
	}
)

Enum value maps for Project_VmDnsSetting.

var (
	Project_XpnProjectStatus_name = map[int32]string{
		0:         "UNDEFINED_XPN_PROJECT_STATUS",
		2223528:   "HOST",
		340393257: "UNSPECIFIED_XPN_PROJECT_STATUS",
	}
	Project_XpnProjectStatus_value = map[string]int32{
		"UNDEFINED_XPN_PROJECT_STATUS":   0,
		"HOST":                           2223528,
		"UNSPECIFIED_XPN_PROJECT_STATUS": 340393257,
	}
)

Enum value maps for Project_XpnProjectStatus.

var (
	ProjectsSetDefaultNetworkTierRequest_NetworkTier_name = map[int32]string{
		0:         "UNDEFINED_NETWORK_TIER",
		310464328: "FIXED_STANDARD",
		399530551: "PREMIUM",
		484642493: "STANDARD",
		465847234: "STANDARD_OVERRIDES_FIXED_STANDARD",
	}
	ProjectsSetDefaultNetworkTierRequest_NetworkTier_value = map[string]int32{
		"UNDEFINED_NETWORK_TIER":            0,
		"FIXED_STANDARD":                    310464328,
		"PREMIUM":                           399530551,
		"STANDARD":                          484642493,
		"STANDARD_OVERRIDES_FIXED_STANDARD": 465847234,
	}
)

Enum value maps for ProjectsSetDefaultNetworkTierRequest_NetworkTier.

var (
	PublicAdvertisedPrefix_Status_name = map[int32]string{
		0:         "UNDEFINED_STATUS",
		518841124: "INITIAL",
		480889551: "PREFIX_CONFIGURATION_COMPLETE",
		378550961: "PREFIX_CONFIGURATION_IN_PROGRESS",
		284375783: "PREFIX_REMOVAL_IN_PROGRESS",
		513497167: "PTR_CONFIGURED",
		295755183: "REVERSE_DNS_LOOKUP_FAILED",
		66197998:  "VALIDATED",
	}
	PublicAdvertisedPrefix_Status_value = map[string]int32{
		"UNDEFINED_STATUS":                 0,
		"INITIAL":                          518841124,
		"PREFIX_CONFIGURATION_COMPLETE":    480889551,
		"PREFIX_CONFIGURATION_IN_PROGRESS": 378550961,
		"PREFIX_REMOVAL_IN_PROGRESS":       284375783,
		"PTR_CONFIGURED":                   513497167,
		"REVERSE_DNS_LOOKUP_FAILED":        295755183,
		"VALIDATED":                        66197998,
	}
)

Enum value maps for PublicAdvertisedPrefix_Status.

var (
	PublicDelegatedPrefix_Status_name = map[int32]string{
		0:         "UNDEFINED_STATUS",
		365103355: "ANNOUNCED",
		528602024: "DELETING",
		306588749: "INITIALIZING",
		64641265:  "READY_TO_ANNOUNCE",
	}
	PublicDelegatedPrefix_Status_value = map[string]int32{
		"UNDEFINED_STATUS":  0,
		"ANNOUNCED":         365103355,
		"DELETING":          528602024,
		"INITIALIZING":      306588749,
		"READY_TO_ANNOUNCE": 64641265,
	}
)

Enum value maps for PublicDelegatedPrefix_Status.

var (
	PublicDelegatedPrefixPublicDelegatedSubPrefix_Status_name = map[int32]string{
		0:         "UNDEFINED_STATUS",
		314733318: "ACTIVE",
		270421099: "INACTIVE",
	}
	PublicDelegatedPrefixPublicDelegatedSubPrefix_Status_value = map[string]int32{
		"UNDEFINED_STATUS": 0,
		"ACTIVE":           314733318,
		"INACTIVE":         270421099,
	}
)

Enum value maps for PublicDelegatedPrefixPublicDelegatedSubPrefix_Status.

var (
	Quota_Metric_name = map[int32]string{ /* 150 elements not displayed */

	}
	Quota_Metric_value = map[string]int32{ /* 150 elements not displayed */

	}
)

Enum value maps for Quota_Metric.

var (
	QuotaExceededInfo_RolloutStatus_name = map[int32]string{
		0:         "UNDEFINED_ROLLOUT_STATUS",
		469193735: "IN_PROGRESS",
		26864568:  "ROLLOUT_STATUS_UNSPECIFIED",
	}
	QuotaExceededInfo_RolloutStatus_value = map[string]int32{
		"UNDEFINED_ROLLOUT_STATUS":   0,
		"IN_PROGRESS":                469193735,
		"ROLLOUT_STATUS_UNSPECIFIED": 26864568,
	}
)

Enum value maps for QuotaExceededInfo_RolloutStatus.

var (
	RawDisk_ContainerType_name = map[int32]string{
		0:     "UNDEFINED_CONTAINER_TYPE",
		82821: "TAR",
	}
	RawDisk_ContainerType_value = map[string]int32{
		"UNDEFINED_CONTAINER_TYPE": 0,
		"TAR":                      82821,
	}
)

Enum value maps for RawDisk_ContainerType.

var (
	Region_Status_name = map[int32]string{
		0:       "UNDEFINED_STATUS",
		2104482: "DOWN",
		2715:    "UP",
	}
	Region_Status_value = map[string]int32{
		"UNDEFINED_STATUS": 0,
		"DOWN":             2104482,
		"UP":               2715,
	}
)

Enum value maps for Region_Status.

var (
	RegionInstanceGroupManagersApplyUpdatesRequest_MinimalAction_name = map[int32]string{
		0: "UNDEFINED_MINIMAL_ACTION",
	}
	RegionInstanceGroupManagersApplyUpdatesRequest_MinimalAction_value = map[string]int32{
		"UNDEFINED_MINIMAL_ACTION": 0,
	}
)

Enum value maps for RegionInstanceGroupManagersApplyUpdatesRequest_MinimalAction.

var (
	RegionInstanceGroupManagersApplyUpdatesRequest_MostDisruptiveAllowedAction_name = map[int32]string{
		0: "UNDEFINED_MOST_DISRUPTIVE_ALLOWED_ACTION",
	}
	RegionInstanceGroupManagersApplyUpdatesRequest_MostDisruptiveAllowedAction_value = map[string]int32{
		"UNDEFINED_MOST_DISRUPTIVE_ALLOWED_ACTION": 0,
	}
)

Enum value maps for RegionInstanceGroupManagersApplyUpdatesRequest_MostDisruptiveAllowedAction.

var (
	RegionInstanceGroupsListInstancesRequest_InstanceState_name = map[int32]string{
		0:         "UNDEFINED_INSTANCE_STATE",
		64897:     "ALL",
		121282975: "RUNNING",
	}
	RegionInstanceGroupsListInstancesRequest_InstanceState_value = map[string]int32{
		"UNDEFINED_INSTANCE_STATE": 0,
		"ALL":                      64897,
		"RUNNING":                  121282975,
	}
)

Enum value maps for RegionInstanceGroupsListInstancesRequest_InstanceState.

var (
	RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type_name = map[int32]string{
		0:         "UNDEFINED_TYPE",
		69902869:  "HIERARCHY",
		413984270: "NETWORK",
		190804272: "NETWORK_REGIONAL",
		526786327: "UNSPECIFIED",
	}
	RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type_value = map[string]int32{
		"UNDEFINED_TYPE":   0,
		"HIERARCHY":        69902869,
		"NETWORK":          413984270,
		"NETWORK_REGIONAL": 190804272,
		"UNSPECIFIED":      526786327,
	}
)

Enum value maps for RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type.

var (
	Reservation_Status_name = map[int32]string{
		0:         "UNDEFINED_STATUS",
		455564985: "CREATING",
		528602024: "DELETING",
		530283991: "INVALID",
		77848963:  "READY",
		494614342: "UPDATING",
	}
	Reservation_Status_value = map[string]int32{
		"UNDEFINED_STATUS": 0,
		"CREATING":         455564985,
		"DELETING":         528602024,
		"INVALID":          530283991,
		"READY":            77848963,
		"UPDATING":         494614342,
	}
)

Enum value maps for Reservation_Status.

var (
	ReservationAffinity_ConsumeReservationType_name = map[int32]string{
		0:         "UNDEFINED_CONSUME_RESERVATION_TYPE",
		200008121: "ANY_RESERVATION",
		169322030: "NO_RESERVATION",
		229889055: "SPECIFIC_RESERVATION",
		526786327: "UNSPECIFIED",
	}
	ReservationAffinity_ConsumeReservationType_value = map[string]int32{
		"UNDEFINED_CONSUME_RESERVATION_TYPE": 0,
		"ANY_RESERVATION":                    200008121,
		"NO_RESERVATION":                     169322030,
		"SPECIFIC_RESERVATION":               229889055,
		"UNSPECIFIED":                        526786327,
	}
)

Enum value maps for ReservationAffinity_ConsumeReservationType.

var (
	ResourceCommitment_Type_name = map[int32]string{
		0:         "UNDEFINED_TYPE",
		429815371: "ACCELERATOR",
		508934896: "LOCAL_SSD",
		123056385: "MEMORY",
		526786327: "UNSPECIFIED",
		2628978:   "VCPU",
	}
	ResourceCommitment_Type_value = map[string]int32{
		"UNDEFINED_TYPE": 0,
		"ACCELERATOR":    429815371,
		"LOCAL_SSD":      508934896,
		"MEMORY":         123056385,
		"UNSPECIFIED":    526786327,
		"VCPU":           2628978,
	}
)

Enum value maps for ResourceCommitment_Type.

var (
	ResourcePolicy_Status_name = map[int32]string{
		0:         "UNDEFINED_STATUS",
		455564985: "CREATING",
		528602024: "DELETING",
		482489093: "EXPIRED",
		530283991: "INVALID",
		77848963:  "READY",
	}
	ResourcePolicy_Status_value = map[string]int32{
		"UNDEFINED_STATUS": 0,
		"CREATING":         455564985,
		"DELETING":         528602024,
		"EXPIRED":          482489093,
		"INVALID":          530283991,
		"READY":            77848963,
	}
)

Enum value maps for ResourcePolicy_Status.

var (
	ResourcePolicyGroupPlacementPolicy_Collocation_name = map[int32]string{
		0:         "UNDEFINED_COLLOCATION",
		103257554: "COLLOCATED",
		464308205: "UNSPECIFIED_COLLOCATION",
	}
	ResourcePolicyGroupPlacementPolicy_Collocation_value = map[string]int32{
		"UNDEFINED_COLLOCATION":   0,
		"COLLOCATED":              103257554,
		"UNSPECIFIED_COLLOCATION": 464308205,
	}
)

Enum value maps for ResourcePolicyGroupPlacementPolicy_Collocation.

var (
	ResourcePolicySnapshotSchedulePolicyRetentionPolicy_OnSourceDiskDelete_name = map[int32]string{
		0:         "UNDEFINED_ON_SOURCE_DISK_DELETE",
		535071332: "APPLY_RETENTION_POLICY",
		258925689: "KEEP_AUTO_SNAPSHOTS",
		239140769: "UNSPECIFIED_ON_SOURCE_DISK_DELETE",
	}
	ResourcePolicySnapshotSchedulePolicyRetentionPolicy_OnSourceDiskDelete_value = map[string]int32{
		"UNDEFINED_ON_SOURCE_DISK_DELETE":   0,
		"APPLY_RETENTION_POLICY":            535071332,
		"KEEP_AUTO_SNAPSHOTS":               258925689,
		"UNSPECIFIED_ON_SOURCE_DISK_DELETE": 239140769,
	}
)

Enum value maps for ResourcePolicySnapshotSchedulePolicyRetentionPolicy_OnSourceDiskDelete.

var (
	ResourcePolicyWeeklyCycleDayOfWeek_Day_name = map[int32]string{
		0:         "UNDEFINED_DAY",
		471398751: "FRIDAY",
		530283991: "INVALID",
		132310288: "MONDAY",
		279037881: "SATURDAY",
		309626320: "SUNDAY",
		207198682: "THURSDAY",
		277509677: "TUESDAY",
		422029110: "WEDNESDAY",
	}
	ResourcePolicyWeeklyCycleDayOfWeek_Day_value = map[string]int32{
		"UNDEFINED_DAY": 0,
		"FRIDAY":        471398751,
		"INVALID":       530283991,
		"MONDAY":        132310288,
		"SATURDAY":      279037881,
		"SUNDAY":        309626320,
		"THURSDAY":      207198682,
		"TUESDAY":       277509677,
		"WEDNESDAY":     422029110,
	}
)

Enum value maps for ResourcePolicyWeeklyCycleDayOfWeek_Day.

var (
	Route_RouteStatus_name = map[int32]string{
		0:         "UNDEFINED_ROUTE_STATUS",
		314733318: "ACTIVE",
		496235424: "DROPPED",
		270421099: "INACTIVE",
		35394935:  "PENDING",
	}
	Route_RouteStatus_value = map[string]int32{
		"UNDEFINED_ROUTE_STATUS": 0,
		"ACTIVE":                 314733318,
		"DROPPED":                496235424,
		"INACTIVE":               270421099,
		"PENDING":                35394935,
	}
)

Enum value maps for Route_RouteStatus.

var (
	Route_RouteType_name = map[int32]string{
		0:         "UNDEFINED_ROUTE_TYPE",
		65707:     "BGP",
		308331118: "STATIC",
		309278557: "SUBNET",
		187793843: "TRANSIT",
	}
	Route_RouteType_value = map[string]int32{
		"UNDEFINED_ROUTE_TYPE": 0,
		"BGP":                  65707,
		"STATIC":               308331118,
		"SUBNET":               309278557,
		"TRANSIT":              187793843,
	}
)

Enum value maps for Route_RouteType.

var (
	RouteAsPath_PathSegmentType_name = map[int32]string{
		0:         "UNDEFINED_PATH_SEGMENT_TYPE",
		222152624: "AS_CONFED_SEQUENCE",
		374040307: "AS_CONFED_SET",
		106735918: "AS_SEQUENCE",
		329846453: "AS_SET",
	}
	RouteAsPath_PathSegmentType_value = map[string]int32{
		"UNDEFINED_PATH_SEGMENT_TYPE": 0,
		"AS_CONFED_SEQUENCE":          222152624,
		"AS_CONFED_SET":               374040307,
		"AS_SEQUENCE":                 106735918,
		"AS_SET":                      329846453,
	}
)

Enum value maps for RouteAsPath_PathSegmentType.

var (
	RouterBgp_AdvertiseMode_name = map[int32]string{
		0:         "UNDEFINED_ADVERTISE_MODE",
		388595569: "CUSTOM",
		115302945: "DEFAULT",
	}
	RouterBgp_AdvertiseMode_value = map[string]int32{
		"UNDEFINED_ADVERTISE_MODE": 0,
		"CUSTOM":                   388595569,
		"DEFAULT":                  115302945,
	}
)

Enum value maps for RouterBgp_AdvertiseMode.

var (
	RouterBgp_AdvertisedGroups_name = map[int32]string{
		0:       "UNDEFINED_ADVERTISED_GROUPS",
		3622872: "ALL_SUBNETS",
	}
	RouterBgp_AdvertisedGroups_value = map[string]int32{
		"UNDEFINED_ADVERTISED_GROUPS": 0,
		"ALL_SUBNETS":                 3622872,
	}
)

Enum value maps for RouterBgp_AdvertisedGroups.

var (
	RouterBgpPeer_AdvertiseMode_name = map[int32]string{
		0:         "UNDEFINED_ADVERTISE_MODE",
		388595569: "CUSTOM",
		115302945: "DEFAULT",
	}
	RouterBgpPeer_AdvertiseMode_value = map[string]int32{
		"UNDEFINED_ADVERTISE_MODE": 0,
		"CUSTOM":                   388595569,
		"DEFAULT":                  115302945,
	}
)

Enum value maps for RouterBgpPeer_AdvertiseMode.

var (
	RouterBgpPeer_AdvertisedGroups_name = map[int32]string{
		0:       "UNDEFINED_ADVERTISED_GROUPS",
		3622872: "ALL_SUBNETS",
	}
	RouterBgpPeer_AdvertisedGroups_value = map[string]int32{
		"UNDEFINED_ADVERTISED_GROUPS": 0,
		"ALL_SUBNETS":                 3622872,
	}
)

Enum value maps for RouterBgpPeer_AdvertisedGroups.

var (
	RouterBgpPeer_Enable_name = map[int32]string{
		0:        "UNDEFINED_ENABLE",
		66658563: "FALSE",
		2583950:  "TRUE",
	}
	RouterBgpPeer_Enable_value = map[string]int32{
		"UNDEFINED_ENABLE": 0,
		"FALSE":            66658563,
		"TRUE":             2583950,
	}
)

Enum value maps for RouterBgpPeer_Enable.

var (
	RouterBgpPeer_ManagementType_name = map[int32]string{
		0:         "UNDEFINED_MANAGEMENT_TYPE",
		458926411: "MANAGED_BY_ATTACHMENT",
		317294067: "MANAGED_BY_USER",
	}
	RouterBgpPeer_ManagementType_value = map[string]int32{
		"UNDEFINED_MANAGEMENT_TYPE": 0,
		"MANAGED_BY_ATTACHMENT":     458926411,
		"MANAGED_BY_USER":           317294067,
	}
)

Enum value maps for RouterBgpPeer_ManagementType.

var (
	RouterBgpPeerBfd_SessionInitializationMode_name = map[int32]string{
		0:         "UNDEFINED_SESSION_INITIALIZATION_MODE",
		314733318: "ACTIVE",
		516696700: "DISABLED",
		462813959: "PASSIVE",
	}
	RouterBgpPeerBfd_SessionInitializationMode_value = map[string]int32{
		"UNDEFINED_SESSION_INITIALIZATION_MODE": 0,
		"ACTIVE":                                314733318,
		"DISABLED":                              516696700,
		"PASSIVE":                               462813959,
	}
)

Enum value maps for RouterBgpPeerBfd_SessionInitializationMode.

var (
	RouterInterface_ManagementType_name = map[int32]string{
		0:         "UNDEFINED_MANAGEMENT_TYPE",
		458926411: "MANAGED_BY_ATTACHMENT",
		317294067: "MANAGED_BY_USER",
	}
	RouterInterface_ManagementType_value = map[string]int32{
		"UNDEFINED_MANAGEMENT_TYPE": 0,
		"MANAGED_BY_ATTACHMENT":     458926411,
		"MANAGED_BY_USER":           317294067,
	}
)

Enum value maps for RouterInterface_ManagementType.

var (
	RouterNat_AutoNetworkTier_name = map[int32]string{
		0:         "UNDEFINED_AUTO_NETWORK_TIER",
		310464328: "FIXED_STANDARD",
		399530551: "PREMIUM",
		484642493: "STANDARD",
		465847234: "STANDARD_OVERRIDES_FIXED_STANDARD",
	}
	RouterNat_AutoNetworkTier_value = map[string]int32{
		"UNDEFINED_AUTO_NETWORK_TIER":       0,
		"FIXED_STANDARD":                    310464328,
		"PREMIUM":                           399530551,
		"STANDARD":                          484642493,
		"STANDARD_OVERRIDES_FIXED_STANDARD": 465847234,
	}
)

Enum value maps for RouterNat_AutoNetworkTier.

var (
	RouterNat_EndpointTypes_name = map[int32]string{
		0:         "UNDEFINED_ENDPOINT_TYPES",
		159344456: "ENDPOINT_TYPE_SWG",
		57095474:  "ENDPOINT_TYPE_VM",
	}
	RouterNat_EndpointTypes_value = map[string]int32{
		"UNDEFINED_ENDPOINT_TYPES": 0,
		"ENDPOINT_TYPE_SWG":        159344456,
		"ENDPOINT_TYPE_VM":         57095474,
	}
)

Enum value maps for RouterNat_EndpointTypes.

var (
	RouterNat_NatIpAllocateOption_name = map[int32]string{
		0:         "UNDEFINED_NAT_IP_ALLOCATE_OPTION",
		182333500: "AUTO_ONLY",
		261251205: "MANUAL_ONLY",
	}
	RouterNat_NatIpAllocateOption_value = map[string]int32{
		"UNDEFINED_NAT_IP_ALLOCATE_OPTION": 0,
		"AUTO_ONLY":                        182333500,
		"MANUAL_ONLY":                      261251205,
	}
)

Enum value maps for RouterNat_NatIpAllocateOption.

var (
	RouterNat_SourceSubnetworkIpRangesToNat_name = map[int32]string{
		0:         "UNDEFINED_SOURCE_SUBNETWORK_IP_RANGES_TO_NAT",
		179964376: "ALL_SUBNETWORKS_ALL_IP_RANGES",
		185573819: "ALL_SUBNETWORKS_ALL_PRIMARY_IP_RANGES",
		517542270: "LIST_OF_SUBNETWORKS",
	}
	RouterNat_SourceSubnetworkIpRangesToNat_value = map[string]int32{
		"UNDEFINED_SOURCE_SUBNETWORK_IP_RANGES_TO_NAT": 0,
		"ALL_SUBNETWORKS_ALL_IP_RANGES":                179964376,
		"ALL_SUBNETWORKS_ALL_PRIMARY_IP_RANGES":        185573819,
		"LIST_OF_SUBNETWORKS":                          517542270,
	}
)

Enum value maps for RouterNat_SourceSubnetworkIpRangesToNat.

var (
	RouterNatLogConfig_Filter_name = map[int32]string{
		0:         "UNDEFINED_FILTER",
		64897:     "ALL",
		307484672: "ERRORS_ONLY",
		357212649: "TRANSLATIONS_ONLY",
	}
	RouterNatLogConfig_Filter_value = map[string]int32{
		"UNDEFINED_FILTER":  0,
		"ALL":               64897,
		"ERRORS_ONLY":       307484672,
		"TRANSLATIONS_ONLY": 357212649,
	}
)

Enum value maps for RouterNatLogConfig_Filter.

var (
	RouterNatSubnetworkToNat_SourceIpRangesToNat_name = map[int32]string{
		0:         "UNDEFINED_SOURCE_IP_RANGES_TO_NAT",
		35608496:  "ALL_IP_RANGES",
		192289308: "LIST_OF_SECONDARY_IP_RANGES",
		297109954: "PRIMARY_IP_RANGE",
	}
	RouterNatSubnetworkToNat_SourceIpRangesToNat_value = map[string]int32{
		"UNDEFINED_SOURCE_IP_RANGES_TO_NAT": 0,
		"ALL_IP_RANGES":                     35608496,
		"LIST_OF_SECONDARY_IP_RANGES":       192289308,
		"PRIMARY_IP_RANGE":                  297109954,
	}
)

Enum value maps for RouterNatSubnetworkToNat_SourceIpRangesToNat.

var (
	RouterStatusBgpPeerStatus_Status_name = map[int32]string{
		0:         "UNDEFINED_STATUS",
		2104482:   "DOWN",
		433141802: "UNKNOWN",
		2715:      "UP",
	}
	RouterStatusBgpPeerStatus_Status_value = map[string]int32{
		"UNDEFINED_STATUS": 0,
		"DOWN":             2104482,
		"UNKNOWN":          433141802,
		"UP":               2715,
	}
)

Enum value maps for RouterStatusBgpPeerStatus_Status.

var (
	RouterStatusBgpPeerStatus_StatusReason_name = map[int32]string{
		0:         "UNDEFINED_STATUS_REASON",
		140462259: "MD5_AUTH_INTERNAL_PROBLEM",
		394331913: "STATUS_REASON_UNSPECIFIED",
	}
	RouterStatusBgpPeerStatus_StatusReason_value = map[string]int32{
		"UNDEFINED_STATUS_REASON":   0,
		"MD5_AUTH_INTERNAL_PROBLEM": 140462259,
		"STATUS_REASON_UNSPECIFIED": 394331913,
	}
)

Enum value maps for RouterStatusBgpPeerStatus_StatusReason.

var (
	Rule_Action_name = map[int32]string{
		0:         "UNDEFINED_ACTION",
		62368553:  "ALLOW",
		76034177:  "ALLOW_WITH_LOG",
		2094604:   "DENY",
		351433982: "DENY_WITH_LOG",
		75556:     "LOG",
		260643444: "NO_ACTION",
	}
	Rule_Action_value = map[string]int32{
		"UNDEFINED_ACTION": 0,
		"ALLOW":            62368553,
		"ALLOW_WITH_LOG":   76034177,
		"DENY":             2094604,
		"DENY_WITH_LOG":    351433982,
		"LOG":              75556,
		"NO_ACTION":        260643444,
	}
)

Enum value maps for Rule_Action.

var (
	SSLHealthCheck_PortSpecification_name = map[int32]string{
		0:         "UNDEFINED_PORT_SPECIFICATION",
		190235748: "USE_FIXED_PORT",
		349300671: "USE_NAMED_PORT",
		362637516: "USE_SERVING_PORT",
	}
	SSLHealthCheck_PortSpecification_value = map[string]int32{
		"UNDEFINED_PORT_SPECIFICATION": 0,
		"USE_FIXED_PORT":               190235748,
		"USE_NAMED_PORT":               349300671,
		"USE_SERVING_PORT":             362637516,
	}
)

Enum value maps for SSLHealthCheck_PortSpecification.

var (
	SSLHealthCheck_ProxyHeader_name = map[int32]string{
		0:         "UNDEFINED_PROXY_HEADER",
		2402104:   "NONE",
		334352940: "PROXY_V1",
	}
	SSLHealthCheck_ProxyHeader_value = map[string]int32{
		"UNDEFINED_PROXY_HEADER": 0,
		"NONE":                   2402104,
		"PROXY_V1":               334352940,
	}
)

Enum value maps for SSLHealthCheck_ProxyHeader.

var (
	SavedAttachedDisk_Interface_name = map[int32]string{
		0:       "UNDEFINED_INTERFACE",
		2408800: "NVME",
		2539686: "SCSI",
	}
	SavedAttachedDisk_Interface_value = map[string]int32{
		"UNDEFINED_INTERFACE": 0,
		"NVME":                2408800,
		"SCSI":                2539686,
	}
)

Enum value maps for SavedAttachedDisk_Interface.

var (
	SavedAttachedDisk_Mode_name = map[int32]string{
		0:         "UNDEFINED_MODE",
		91950261:  "READ_ONLY",
		173607894: "READ_WRITE",
	}
	SavedAttachedDisk_Mode_value = map[string]int32{
		"UNDEFINED_MODE": 0,
		"READ_ONLY":      91950261,
		"READ_WRITE":     173607894,
	}
)

Enum value maps for SavedAttachedDisk_Mode.

var (
	SavedAttachedDisk_StorageBytesStatus_name = map[int32]string{
		0:         "UNDEFINED_STORAGE_BYTES_STATUS",
		494614342: "UPDATING",
		101306702: "UP_TO_DATE",
	}
	SavedAttachedDisk_StorageBytesStatus_value = map[string]int32{
		"UNDEFINED_STORAGE_BYTES_STATUS": 0,
		"UPDATING":                       494614342,
		"UP_TO_DATE":                     101306702,
	}
)

Enum value maps for SavedAttachedDisk_StorageBytesStatus.

var (
	SavedAttachedDisk_Type_name = map[int32]string{
		0:         "UNDEFINED_TYPE",
		460683927: "PERSISTENT",
		496778970: "SCRATCH",
	}
	SavedAttachedDisk_Type_value = map[string]int32{
		"UNDEFINED_TYPE": 0,
		"PERSISTENT":     460683927,
		"SCRATCH":        496778970,
	}
)

Enum value maps for SavedAttachedDisk_Type.

var (
	SavedDisk_Architecture_name = map[int32]string{
		0:         "UNDEFINED_ARCHITECTURE",
		394750507: "ARCHITECTURE_UNSPECIFIED",
		62547450:  "ARM64",
		425300551: "X86_64",
	}
	SavedDisk_Architecture_value = map[string]int32{
		"UNDEFINED_ARCHITECTURE":   0,
		"ARCHITECTURE_UNSPECIFIED": 394750507,
		"ARM64":                    62547450,
		"X86_64":                   425300551,
	}
)

Enum value maps for SavedDisk_Architecture.

var (
	SavedDisk_StorageBytesStatus_name = map[int32]string{
		0:         "UNDEFINED_STORAGE_BYTES_STATUS",
		494614342: "UPDATING",
		101306702: "UP_TO_DATE",
	}
	SavedDisk_StorageBytesStatus_value = map[string]int32{
		"UNDEFINED_STORAGE_BYTES_STATUS": 0,
		"UPDATING":                       494614342,
		"UP_TO_DATE":                     101306702,
	}
)

Enum value maps for SavedDisk_StorageBytesStatus.

var (
	ScalingScheduleStatus_State_name = map[int32]string{
		0:         "UNDEFINED_STATE",
		314733318: "ACTIVE",
		516696700: "DISABLED",
		66532761:  "OBSOLETE",
		77848963:  "READY",
	}
	ScalingScheduleStatus_State_value = map[string]int32{
		"UNDEFINED_STATE": 0,
		"ACTIVE":          314733318,
		"DISABLED":        516696700,
		"OBSOLETE":        66532761,
		"READY":           77848963,
	}
)

Enum value maps for ScalingScheduleStatus_State.

var (
	Scheduling_InstanceTerminationAction_name = map[int32]string{
		0:         "UNDEFINED_INSTANCE_TERMINATION_ACTION",
		402225579: "DELETE",
		92954803:  "INSTANCE_TERMINATION_ACTION_UNSPECIFIED",
		2555906:   "STOP",
	}
	Scheduling_InstanceTerminationAction_value = map[string]int32{
		"UNDEFINED_INSTANCE_TERMINATION_ACTION":   0,
		"DELETE":                                  402225579,
		"INSTANCE_TERMINATION_ACTION_UNSPECIFIED": 92954803,
		"STOP": 2555906,
	}
)

Enum value maps for Scheduling_InstanceTerminationAction.

var (
	Scheduling_OnHostMaintenance_name = map[int32]string{
		0:         "UNDEFINED_ON_HOST_MAINTENANCE",
		165699979: "MIGRATE",
		527617601: "TERMINATE",
	}
	Scheduling_OnHostMaintenance_value = map[string]int32{
		"UNDEFINED_ON_HOST_MAINTENANCE": 0,
		"MIGRATE":                       165699979,
		"TERMINATE":                     527617601,
	}
)

Enum value maps for Scheduling_OnHostMaintenance.

var (
	Scheduling_ProvisioningModel_name = map[int32]string{
		0:         "UNDEFINED_PROVISIONING_MODEL",
		2552066:   "SPOT",
		484642493: "STANDARD",
	}
	Scheduling_ProvisioningModel_value = map[string]int32{
		"UNDEFINED_PROVISIONING_MODEL": 0,
		"SPOT":                         2552066,
		"STANDARD":                     484642493,
	}
)

Enum value maps for Scheduling_ProvisioningModel.

var (
	SchedulingNodeAffinity_Operator_name = map[int32]string{
		0:         "UNDEFINED_OPERATOR",
		2341:      "IN",
		161144369: "NOT_IN",
		128892924: "OPERATOR_UNSPECIFIED",
	}
	SchedulingNodeAffinity_Operator_value = map[string]int32{
		"UNDEFINED_OPERATOR":   0,
		"IN":                   2341,
		"NOT_IN":               161144369,
		"OPERATOR_UNSPECIFIED": 128892924,
	}
)

Enum value maps for SchedulingNodeAffinity_Operator.

var (
	SecurityPolicy_Type_name = map[int32]string{
		0:         "UNDEFINED_TYPE",
		260640373: "CLOUD_ARMOR",
		250728775: "CLOUD_ARMOR_EDGE",
		488527428: "CLOUD_ARMOR_NETWORK",
	}
	SecurityPolicy_Type_value = map[string]int32{
		"UNDEFINED_TYPE":      0,
		"CLOUD_ARMOR":         260640373,
		"CLOUD_ARMOR_EDGE":    250728775,
		"CLOUD_ARMOR_NETWORK": 488527428,
	}
)

Enum value maps for SecurityPolicy_Type.

var (
	SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig_RuleVisibility_name = map[int32]string{
		0:         "UNDEFINED_RULE_VISIBILITY",
		399530551: "PREMIUM",
		484642493: "STANDARD",
	}
	SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig_RuleVisibility_value = map[string]int32{
		"UNDEFINED_RULE_VISIBILITY": 0,
		"PREMIUM":                   399530551,
		"STANDARD":                  484642493,
	}
)

Enum value maps for SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig_RuleVisibility.

var (
	SecurityPolicyAdvancedOptionsConfig_JsonParsing_name = map[int32]string{
		0:         "UNDEFINED_JSON_PARSING",
		516696700: "DISABLED",
		484642493: "STANDARD",
	}
	SecurityPolicyAdvancedOptionsConfig_JsonParsing_value = map[string]int32{
		"UNDEFINED_JSON_PARSING": 0,
		"DISABLED":               516696700,
		"STANDARD":               484642493,
	}
)

Enum value maps for SecurityPolicyAdvancedOptionsConfig_JsonParsing.

var (
	SecurityPolicyAdvancedOptionsConfig_LogLevel_name = map[int32]string{
		0:         "UNDEFINED_LOG_LEVEL",
		161067239: "NORMAL",
		532219234: "VERBOSE",
	}
	SecurityPolicyAdvancedOptionsConfig_LogLevel_value = map[string]int32{
		"UNDEFINED_LOG_LEVEL": 0,
		"NORMAL":              161067239,
		"VERBOSE":             532219234,
	}
)

Enum value maps for SecurityPolicyAdvancedOptionsConfig_LogLevel.

var (
	SecurityPolicyDdosProtectionConfig_DdosProtection_name = map[int32]string{
		0:         "UNDEFINED_DDOS_PROTECTION",
		63789090:  "ADVANCED",
		484642493: "STANDARD",
	}
	SecurityPolicyDdosProtectionConfig_DdosProtection_value = map[string]int32{
		"UNDEFINED_DDOS_PROTECTION": 0,
		"ADVANCED":                  63789090,
		"STANDARD":                  484642493,
	}
)

Enum value maps for SecurityPolicyDdosProtectionConfig_DdosProtection.

var (
	SecurityPolicyRuleMatcher_VersionedExpr_name = map[int32]string{
		0:        "UNDEFINED_VERSIONED_EXPR",
		70925961: "SRC_IPS_V1",
	}
	SecurityPolicyRuleMatcher_VersionedExpr_value = map[string]int32{
		"UNDEFINED_VERSIONED_EXPR": 0,
		"SRC_IPS_V1":               70925961,
	}
)

Enum value maps for SecurityPolicyRuleMatcher_VersionedExpr.

var (
	SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams_Op_name = map[int32]string{
		0:         "UNDEFINED_OP",
		215180831: "CONTAINS",
		490402221: "ENDS_WITH",
		442201023: "EQUALS",
		337226060: "EQUALS_ANY",
		139505652: "STARTS_WITH",
	}
	SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams_Op_value = map[string]int32{
		"UNDEFINED_OP": 0,
		"CONTAINS":     215180831,
		"ENDS_WITH":    490402221,
		"EQUALS":       442201023,
		"EQUALS_ANY":   337226060,
		"STARTS_WITH":  139505652,
	}
)

Enum value maps for SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams_Op.

var (
	SecurityPolicyRuleRateLimitOptions_EnforceOnKey_name = map[int32]string{
		0:         "UNDEFINED_ENFORCE_ON_KEY",
		64897:     "ALL",
		494981627: "HTTP_COOKIE",
		91597348:  "HTTP_HEADER",
		311503228: "HTTP_PATH",
		2343:      "IP",
		79559768:  "REGION_CODE",
		82254:     "SNI",
		438707118: "XFF_IP",
	}
	SecurityPolicyRuleRateLimitOptions_EnforceOnKey_value = map[string]int32{
		"UNDEFINED_ENFORCE_ON_KEY": 0,
		"ALL":                      64897,
		"HTTP_COOKIE":              494981627,
		"HTTP_HEADER":              91597348,
		"HTTP_PATH":                311503228,
		"IP":                       2343,
		"REGION_CODE":              79559768,
		"SNI":                      82254,
		"XFF_IP":                   438707118,
	}
)

Enum value maps for SecurityPolicyRuleRateLimitOptions_EnforceOnKey.

var (
	SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig_EnforceOnKeyType_name = map[int32]string{
		0:         "UNDEFINED_ENFORCE_ON_KEY_TYPE",
		64897:     "ALL",
		494981627: "HTTP_COOKIE",
		91597348:  "HTTP_HEADER",
		311503228: "HTTP_PATH",
		2343:      "IP",
		79559768:  "REGION_CODE",
		82254:     "SNI",
		438707118: "XFF_IP",
	}
	SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig_EnforceOnKeyType_value = map[string]int32{
		"UNDEFINED_ENFORCE_ON_KEY_TYPE": 0,
		"ALL":                           64897,
		"HTTP_COOKIE":                   494981627,
		"HTTP_HEADER":                   91597348,
		"HTTP_PATH":                     311503228,
		"IP":                            2343,
		"REGION_CODE":                   79559768,
		"SNI":                           82254,
		"XFF_IP":                        438707118,
	}
)

Enum value maps for SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig_EnforceOnKeyType.

var (
	SecurityPolicyRuleRedirectOptions_Type_name = map[int32]string{
		0:         "UNDEFINED_TYPE",
		395733761: "EXTERNAL_302",
		518803009: "GOOGLE_RECAPTCHA",
	}
	SecurityPolicyRuleRedirectOptions_Type_value = map[string]int32{
		"UNDEFINED_TYPE":   0,
		"EXTERNAL_302":     395733761,
		"GOOGLE_RECAPTCHA": 518803009,
	}
)

Enum value maps for SecurityPolicyRuleRedirectOptions_Type.

var (
	ServerBinding_Type_name = map[int32]string{
		0:         "UNDEFINED_TYPE",
		502950985: "RESTART_NODE_ON_ANY_SERVER",
		204166495: "RESTART_NODE_ON_MINIMAL_SERVERS",
		180825512: "SERVER_BINDING_TYPE_UNSPECIFIED",
	}
	ServerBinding_Type_value = map[string]int32{
		"UNDEFINED_TYPE":                  0,
		"RESTART_NODE_ON_ANY_SERVER":      502950985,
		"RESTART_NODE_ON_MINIMAL_SERVERS": 204166495,
		"SERVER_BINDING_TYPE_UNSPECIFIED": 180825512,
	}
)

Enum value maps for ServerBinding_Type.

var (
	ServiceAttachment_ConnectionPreference_name = map[int32]string{
		0:         "UNDEFINED_CONNECTION_PREFERENCE",
		75250580:  "ACCEPT_AUTOMATIC",
		373061341: "ACCEPT_MANUAL",
		34590772:  "CONNECTION_PREFERENCE_UNSPECIFIED",
	}
	ServiceAttachment_ConnectionPreference_value = map[string]int32{
		"UNDEFINED_CONNECTION_PREFERENCE":   0,
		"ACCEPT_AUTOMATIC":                  75250580,
		"ACCEPT_MANUAL":                     373061341,
		"CONNECTION_PREFERENCE_UNSPECIFIED": 34590772,
	}
)

Enum value maps for ServiceAttachment_ConnectionPreference.

var (
	ServiceAttachmentConnectedEndpoint_Status_name = map[int32]string{
		0:         "UNDEFINED_STATUS",
		246714279: "ACCEPTED",
		380163436: "CLOSED",
		344491452: "NEEDS_ATTENTION",
		35394935:  "PENDING",
		174130302: "REJECTED",
		42133066:  "STATUS_UNSPECIFIED",
	}
	ServiceAttachmentConnectedEndpoint_Status_value = map[string]int32{
		"UNDEFINED_STATUS":   0,
		"ACCEPTED":           246714279,
		"CLOSED":             380163436,
		"NEEDS_ATTENTION":    344491452,
		"PENDING":            35394935,
		"REJECTED":           174130302,
		"STATUS_UNSPECIFIED": 42133066,
	}
)

Enum value maps for ServiceAttachmentConnectedEndpoint_Status.

var (
	ShareSettings_ShareType_name = map[int32]string{
		0:         "UNDEFINED_SHARE_TYPE",
		72607563:  "LOCAL",
		274978099: "ORGANIZATION",
		494771730: "SHARE_TYPE_UNSPECIFIED",
		347838695: "SPECIFIC_PROJECTS",
	}
	ShareSettings_ShareType_value = map[string]int32{
		"UNDEFINED_SHARE_TYPE":   0,
		"LOCAL":                  72607563,
		"ORGANIZATION":           274978099,
		"SHARE_TYPE_UNSPECIFIED": 494771730,
		"SPECIFIC_PROJECTS":      347838695,
	}
)

Enum value maps for ShareSettings_ShareType.

var (
	Snapshot_Architecture_name = map[int32]string{
		0:         "UNDEFINED_ARCHITECTURE",
		394750507: "ARCHITECTURE_UNSPECIFIED",
		62547450:  "ARM64",
		425300551: "X86_64",
	}
	Snapshot_Architecture_value = map[string]int32{
		"UNDEFINED_ARCHITECTURE":   0,
		"ARCHITECTURE_UNSPECIFIED": 394750507,
		"ARM64":                    62547450,
		"X86_64":                   425300551,
	}
)

Enum value maps for Snapshot_Architecture.

var (
	Snapshot_SnapshotType_name = map[int32]string{
		0:         "UNDEFINED_SNAPSHOT_TYPE",
		506752162: "ARCHIVE",
		484642493: "STANDARD",
	}
	Snapshot_SnapshotType_value = map[string]int32{
		"UNDEFINED_SNAPSHOT_TYPE": 0,
		"ARCHIVE":                 506752162,
		"STANDARD":                484642493,
	}
)

Enum value maps for Snapshot_SnapshotType.

var (
	Snapshot_Status_name = map[int32]string{
		0:         "UNDEFINED_STATUS",
		455564985: "CREATING",
		528602024: "DELETING",
		455706685: "FAILED",
		77848963:  "READY",
		267603489: "UPLOADING",
	}
	Snapshot_Status_value = map[string]int32{
		"UNDEFINED_STATUS": 0,
		"CREATING":         455564985,
		"DELETING":         528602024,
		"FAILED":           455706685,
		"READY":            77848963,
		"UPLOADING":        267603489,
	}
)

Enum value maps for Snapshot_Status.

var (
	Snapshot_StorageBytesStatus_name = map[int32]string{
		0:         "UNDEFINED_STORAGE_BYTES_STATUS",
		494614342: "UPDATING",
		101306702: "UP_TO_DATE",
	}
	Snapshot_StorageBytesStatus_value = map[string]int32{
		"UNDEFINED_STORAGE_BYTES_STATUS": 0,
		"UPDATING":                       494614342,
		"UP_TO_DATE":                     101306702,
	}
)

Enum value maps for Snapshot_StorageBytesStatus.

var (
	SourceInstanceProperties_KeyRevocationActionType_name = map[int32]string{
		0:         "UNDEFINED_KEY_REVOCATION_ACTION_TYPE",
		467110106: "KEY_REVOCATION_ACTION_TYPE_UNSPECIFIED",
		2402104:   "NONE",
		2555906:   "STOP",
	}
	SourceInstanceProperties_KeyRevocationActionType_value = map[string]int32{
		"UNDEFINED_KEY_REVOCATION_ACTION_TYPE":   0,
		"KEY_REVOCATION_ACTION_TYPE_UNSPECIFIED": 467110106,
		"NONE":                                   2402104,
		"STOP":                                   2555906,
	}
)

Enum value maps for SourceInstanceProperties_KeyRevocationActionType.

var (
	SslCertificate_Type_name = map[int32]string{
		0:         "UNDEFINED_TYPE",
		479501183: "MANAGED",
		434437516: "SELF_MANAGED",
		437714322: "TYPE_UNSPECIFIED",
	}
	SslCertificate_Type_value = map[string]int32{
		"UNDEFINED_TYPE":   0,
		"MANAGED":          479501183,
		"SELF_MANAGED":     434437516,
		"TYPE_UNSPECIFIED": 437714322,
	}
)

Enum value maps for SslCertificate_Type.

var (
	SslCertificateManagedSslCertificate_Status_name = map[int32]string{
		0:         "UNDEFINED_STATUS",
		314733318: "ACTIVE",
		474800850: "MANAGED_CERTIFICATE_STATUS_UNSPECIFIED",
		290896621: "PROVISIONING",
		76813775:  "PROVISIONING_FAILED",
		275036203: "PROVISIONING_FAILED_PERMANENTLY",
		434659076: "RENEWAL_FAILED",
	}
	SslCertificateManagedSslCertificate_Status_value = map[string]int32{
		"UNDEFINED_STATUS":                       0,
		"ACTIVE":                                 314733318,
		"MANAGED_CERTIFICATE_STATUS_UNSPECIFIED": 474800850,
		"PROVISIONING":                           290896621,
		"PROVISIONING_FAILED":                    76813775,
		"PROVISIONING_FAILED_PERMANENTLY":        275036203,
		"RENEWAL_FAILED":                         434659076,
	}
)

Enum value maps for SslCertificateManagedSslCertificate_Status.

var (
	SslPolicy_MinTlsVersion_name = map[int32]string{
		0:        "UNDEFINED_MIN_TLS_VERSION",
		33116734: "TLS_1_0",
		33116735: "TLS_1_1",
		33116736: "TLS_1_2",
	}
	SslPolicy_MinTlsVersion_value = map[string]int32{
		"UNDEFINED_MIN_TLS_VERSION": 0,
		"TLS_1_0":                   33116734,
		"TLS_1_1":                   33116735,
		"TLS_1_2":                   33116736,
	}
)

Enum value maps for SslPolicy_MinTlsVersion.

var (
	SslPolicy_Profile_name = map[int32]string{
		0:         "UNDEFINED_PROFILE",
		179357396: "COMPATIBLE",
		388595569: "CUSTOM",
		132013855: "MODERN",
		261551195: "RESTRICTED",
	}
	SslPolicy_Profile_value = map[string]int32{
		"UNDEFINED_PROFILE": 0,
		"COMPATIBLE":        179357396,
		"CUSTOM":            388595569,
		"MODERN":            132013855,
		"RESTRICTED":        261551195,
	}
)

Enum value maps for SslPolicy_Profile.

var (
	StatefulPolicyPreservedStateDiskDevice_AutoDelete_name = map[int32]string{
		0:        "UNDEFINED_AUTO_DELETE",
		74175084: "NEVER",
		95727719: "ON_PERMANENT_INSTANCE_DELETION",
	}
	StatefulPolicyPreservedStateDiskDevice_AutoDelete_value = map[string]int32{
		"UNDEFINED_AUTO_DELETE":          0,
		"NEVER":                          74175084,
		"ON_PERMANENT_INSTANCE_DELETION": 95727719,
	}
)

Enum value maps for StatefulPolicyPreservedStateDiskDevice_AutoDelete.

var (
	Subnetwork_Ipv6AccessType_name = map[int32]string{
		0:         "UNDEFINED_IPV6_ACCESS_TYPE",
		35607499:  "EXTERNAL",
		279295677: "INTERNAL",
		313080613: "UNSPECIFIED_IPV6_ACCESS_TYPE",
	}
	Subnetwork_Ipv6AccessType_value = map[string]int32{
		"UNDEFINED_IPV6_ACCESS_TYPE":   0,
		"EXTERNAL":                     35607499,
		"INTERNAL":                     279295677,
		"UNSPECIFIED_IPV6_ACCESS_TYPE": 313080613,
	}
)

Enum value maps for Subnetwork_Ipv6AccessType.

var (
	Subnetwork_PrivateIpv6GoogleAccess_name = map[int32]string{
		0:         "UNDEFINED_PRIVATE_IPV6_GOOGLE_ACCESS",
		450958579: "DISABLE_GOOGLE_ACCESS",
		427975994: "ENABLE_BIDIRECTIONAL_ACCESS_TO_GOOGLE",
		288210263: "ENABLE_OUTBOUND_VM_ACCESS_TO_GOOGLE",
	}
	Subnetwork_PrivateIpv6GoogleAccess_value = map[string]int32{
		"UNDEFINED_PRIVATE_IPV6_GOOGLE_ACCESS":  0,
		"DISABLE_GOOGLE_ACCESS":                 450958579,
		"ENABLE_BIDIRECTIONAL_ACCESS_TO_GOOGLE": 427975994,
		"ENABLE_OUTBOUND_VM_ACCESS_TO_GOOGLE":   288210263,
	}
)

Enum value maps for Subnetwork_PrivateIpv6GoogleAccess.

var (
	Subnetwork_Purpose_name = map[int32]string{
		0:         "UNDEFINED_PURPOSE",
		248748889: "INTERNAL_HTTPS_LOAD_BALANCER",
		403485027: "PRIVATE",
		254902107: "PRIVATE_RFC_1918",
		48134724:  "PRIVATE_SERVICE_CONNECT",
		153049966: "REGIONAL_MANAGED_PROXY",
	}
	Subnetwork_Purpose_value = map[string]int32{
		"UNDEFINED_PURPOSE":            0,
		"INTERNAL_HTTPS_LOAD_BALANCER": 248748889,
		"PRIVATE":                      403485027,
		"PRIVATE_RFC_1918":             254902107,
		"PRIVATE_SERVICE_CONNECT":      48134724,
		"REGIONAL_MANAGED_PROXY":       153049966,
	}
)

Enum value maps for Subnetwork_Purpose.

var (
	Subnetwork_Role_name = map[int32]string{
		0:         "UNDEFINED_ROLE",
		314733318: "ACTIVE",
		341010882: "BACKUP",
	}
	Subnetwork_Role_value = map[string]int32{
		"UNDEFINED_ROLE": 0,
		"ACTIVE":         314733318,
		"BACKUP":         341010882,
	}
)

Enum value maps for Subnetwork_Role.

var (
	Subnetwork_StackType_name = map[int32]string{
		0:         "UNDEFINED_STACK_TYPE",
		22197249:  "IPV4_IPV6",
		22373798:  "IPV4_ONLY",
		298084569: "UNSPECIFIED_STACK_TYPE",
	}
	Subnetwork_StackType_value = map[string]int32{
		"UNDEFINED_STACK_TYPE":   0,
		"IPV4_IPV6":              22197249,
		"IPV4_ONLY":              22373798,
		"UNSPECIFIED_STACK_TYPE": 298084569,
	}
)

Enum value maps for Subnetwork_StackType.

var (
	Subnetwork_State_name = map[int32]string{
		0:         "UNDEFINED_STATE",
		480455402: "DRAINING",
		77848963:  "READY",
	}
	Subnetwork_State_value = map[string]int32{
		"UNDEFINED_STATE": 0,
		"DRAINING":        480455402,
		"READY":           77848963,
	}
)

Enum value maps for Subnetwork_State.

var (
	SubnetworkLogConfig_AggregationInterval_name = map[int32]string{
		0:         "UNDEFINED_AGGREGATION_INTERVAL",
		487155916: "INTERVAL_10_MIN",
		491773521: "INTERVAL_15_MIN",
		69052714:  "INTERVAL_1_MIN",
		7548937:   "INTERVAL_30_SEC",
		72746798:  "INTERVAL_5_MIN",
		72752429:  "INTERVAL_5_SEC",
	}
	SubnetworkLogConfig_AggregationInterval_value = map[string]int32{
		"UNDEFINED_AGGREGATION_INTERVAL": 0,
		"INTERVAL_10_MIN":                487155916,
		"INTERVAL_15_MIN":                491773521,
		"INTERVAL_1_MIN":                 69052714,
		"INTERVAL_30_SEC":                7548937,
		"INTERVAL_5_MIN":                 72746798,
		"INTERVAL_5_SEC":                 72752429,
	}
)

Enum value maps for SubnetworkLogConfig_AggregationInterval.

var (
	SubnetworkLogConfig_Metadata_name = map[int32]string{
		0:         "UNDEFINED_METADATA",
		62450749:  "CUSTOM_METADATA",
		334519954: "EXCLUDE_ALL_METADATA",
		164619908: "INCLUDE_ALL_METADATA",
	}
	SubnetworkLogConfig_Metadata_value = map[string]int32{
		"UNDEFINED_METADATA":   0,
		"CUSTOM_METADATA":      62450749,
		"EXCLUDE_ALL_METADATA": 334519954,
		"INCLUDE_ALL_METADATA": 164619908,
	}
)

Enum value maps for SubnetworkLogConfig_Metadata.

var (
	Subsetting_Policy_name = map[int32]string{
		0:         "UNDEFINED_POLICY",
		108989492: "CONSISTENT_HASH_SUBSETTING",
		2402104:   "NONE",
	}
	Subsetting_Policy_value = map[string]int32{
		"UNDEFINED_POLICY":           0,
		"CONSISTENT_HASH_SUBSETTING": 108989492,
		"NONE":                       2402104,
	}
)

Enum value maps for Subsetting_Policy.

var (
	TCPHealthCheck_PortSpecification_name = map[int32]string{
		0:         "UNDEFINED_PORT_SPECIFICATION",
		190235748: "USE_FIXED_PORT",
		349300671: "USE_NAMED_PORT",
		362637516: "USE_SERVING_PORT",
	}
	TCPHealthCheck_PortSpecification_value = map[string]int32{
		"UNDEFINED_PORT_SPECIFICATION": 0,
		"USE_FIXED_PORT":               190235748,
		"USE_NAMED_PORT":               349300671,
		"USE_SERVING_PORT":             362637516,
	}
)

Enum value maps for TCPHealthCheck_PortSpecification.

var (
	TCPHealthCheck_ProxyHeader_name = map[int32]string{
		0:         "UNDEFINED_PROXY_HEADER",
		2402104:   "NONE",
		334352940: "PROXY_V1",
	}
	TCPHealthCheck_ProxyHeader_value = map[string]int32{
		"UNDEFINED_PROXY_HEADER": 0,
		"NONE":                   2402104,
		"PROXY_V1":               334352940,
	}
)

Enum value maps for TCPHealthCheck_ProxyHeader.

var (
	TargetHttpsProxiesSetQuicOverrideRequest_QuicOverride_name = map[int32]string{
		0:         "UNDEFINED_QUIC_OVERRIDE",
		241807048: "DISABLE",
		438835587: "ENABLE",
		2402104:   "NONE",
	}
	TargetHttpsProxiesSetQuicOverrideRequest_QuicOverride_value = map[string]int32{
		"UNDEFINED_QUIC_OVERRIDE": 0,
		"DISABLE":                 241807048,
		"ENABLE":                  438835587,
		"NONE":                    2402104,
	}
)

Enum value maps for TargetHttpsProxiesSetQuicOverrideRequest_QuicOverride.

var (
	TargetHttpsProxy_QuicOverride_name = map[int32]string{
		0:         "UNDEFINED_QUIC_OVERRIDE",
		241807048: "DISABLE",
		438835587: "ENABLE",
		2402104:   "NONE",
	}
	TargetHttpsProxy_QuicOverride_value = map[string]int32{
		"UNDEFINED_QUIC_OVERRIDE": 0,
		"DISABLE":                 241807048,
		"ENABLE":                  438835587,
		"NONE":                    2402104,
	}
)

Enum value maps for TargetHttpsProxy_QuicOverride.

var (
	TargetInstance_NatPolicy_name = map[int32]string{
		0:         "UNDEFINED_NAT_POLICY",
		161455491: "NO_NAT",
	}
	TargetInstance_NatPolicy_value = map[string]int32{
		"UNDEFINED_NAT_POLICY": 0,
		"NO_NAT":               161455491,
	}
)

Enum value maps for TargetInstance_NatPolicy.

var (
	TargetPool_SessionAffinity_name = map[int32]string{
		0:         "UNDEFINED_SESSION_AFFINITY",
		345665051: "CLIENT_IP",
		106122516: "CLIENT_IP_NO_DESTINATION",
		221722926: "CLIENT_IP_PORT_PROTO",
		25322148:  "CLIENT_IP_PROTO",
		370321204: "GENERATED_COOKIE",
		200737960: "HEADER_FIELD",
		494981627: "HTTP_COOKIE",
		2402104:   "NONE",
	}
	TargetPool_SessionAffinity_value = map[string]int32{
		"UNDEFINED_SESSION_AFFINITY": 0,
		"CLIENT_IP":                  345665051,
		"CLIENT_IP_NO_DESTINATION":   106122516,
		"CLIENT_IP_PORT_PROTO":       221722926,
		"CLIENT_IP_PROTO":            25322148,
		"GENERATED_COOKIE":           370321204,
		"HEADER_FIELD":               200737960,
		"HTTP_COOKIE":                494981627,
		"NONE":                       2402104,
	}
)

Enum value maps for TargetPool_SessionAffinity.

var (
	TargetSslProxiesSetProxyHeaderRequest_ProxyHeader_name = map[int32]string{
		0:         "UNDEFINED_PROXY_HEADER",
		2402104:   "NONE",
		334352940: "PROXY_V1",
	}
	TargetSslProxiesSetProxyHeaderRequest_ProxyHeader_value = map[string]int32{
		"UNDEFINED_PROXY_HEADER": 0,
		"NONE":                   2402104,
		"PROXY_V1":               334352940,
	}
)

Enum value maps for TargetSslProxiesSetProxyHeaderRequest_ProxyHeader.

var (
	TargetSslProxy_ProxyHeader_name = map[int32]string{
		0:         "UNDEFINED_PROXY_HEADER",
		2402104:   "NONE",
		334352940: "PROXY_V1",
	}
	TargetSslProxy_ProxyHeader_value = map[string]int32{
		"UNDEFINED_PROXY_HEADER": 0,
		"NONE":                   2402104,
		"PROXY_V1":               334352940,
	}
)

Enum value maps for TargetSslProxy_ProxyHeader.

var (
	TargetTcpProxiesSetProxyHeaderRequest_ProxyHeader_name = map[int32]string{
		0:         "UNDEFINED_PROXY_HEADER",
		2402104:   "NONE",
		334352940: "PROXY_V1",
	}
	TargetTcpProxiesSetProxyHeaderRequest_ProxyHeader_value = map[string]int32{
		"UNDEFINED_PROXY_HEADER": 0,
		"NONE":                   2402104,
		"PROXY_V1":               334352940,
	}
)

Enum value maps for TargetTcpProxiesSetProxyHeaderRequest_ProxyHeader.

var (
	TargetTcpProxy_ProxyHeader_name = map[int32]string{
		0:         "UNDEFINED_PROXY_HEADER",
		2402104:   "NONE",
		334352940: "PROXY_V1",
	}
	TargetTcpProxy_ProxyHeader_value = map[string]int32{
		"UNDEFINED_PROXY_HEADER": 0,
		"NONE":                   2402104,
		"PROXY_V1":               334352940,
	}
)

Enum value maps for TargetTcpProxy_ProxyHeader.

var (
	TargetVpnGateway_Status_name = map[int32]string{
		0:         "UNDEFINED_STATUS",
		455564985: "CREATING",
		528602024: "DELETING",
		455706685: "FAILED",
		77848963:  "READY",
	}
	TargetVpnGateway_Status_value = map[string]int32{
		"UNDEFINED_STATUS": 0,
		"CREATING":         455564985,
		"DELETING":         528602024,
		"FAILED":           455706685,
		"READY":            77848963,
	}
)

Enum value maps for TargetVpnGateway_Status.

var (
	UpdateInstanceRequest_MinimalAction_name = map[int32]string{
		0: "UNDEFINED_MINIMAL_ACTION",
	}
	UpdateInstanceRequest_MinimalAction_value = map[string]int32{
		"UNDEFINED_MINIMAL_ACTION": 0,
	}
)

Enum value maps for UpdateInstanceRequest_MinimalAction.

var (
	UpdateInstanceRequest_MostDisruptiveAllowedAction_name = map[int32]string{
		0: "UNDEFINED_MOST_DISRUPTIVE_ALLOWED_ACTION",
	}
	UpdateInstanceRequest_MostDisruptiveAllowedAction_value = map[string]int32{
		"UNDEFINED_MOST_DISRUPTIVE_ALLOWED_ACTION": 0,
	}
)

Enum value maps for UpdateInstanceRequest_MostDisruptiveAllowedAction.

var (
	UrlMapsValidateRequest_LoadBalancingSchemes_name = map[int32]string{
		0:         "UNDEFINED_LOAD_BALANCING_SCHEMES",
		35607499:  "EXTERNAL",
		512006923: "EXTERNAL_MANAGED",
		526507452: "LOAD_BALANCING_SCHEME_UNSPECIFIED",
	}
	UrlMapsValidateRequest_LoadBalancingSchemes_value = map[string]int32{
		"UNDEFINED_LOAD_BALANCING_SCHEMES":  0,
		"EXTERNAL":                          35607499,
		"EXTERNAL_MANAGED":                  512006923,
		"LOAD_BALANCING_SCHEME_UNSPECIFIED": 526507452,
	}
)

Enum value maps for UrlMapsValidateRequest_LoadBalancingSchemes.

var (
	UsableSubnetwork_Ipv6AccessType_name = map[int32]string{
		0:         "UNDEFINED_IPV6_ACCESS_TYPE",
		35607499:  "EXTERNAL",
		279295677: "INTERNAL",
	}
	UsableSubnetwork_Ipv6AccessType_value = map[string]int32{
		"UNDEFINED_IPV6_ACCESS_TYPE": 0,
		"EXTERNAL":                   35607499,
		"INTERNAL":                   279295677,
	}
)

Enum value maps for UsableSubnetwork_Ipv6AccessType.

var (
	UsableSubnetwork_Purpose_name = map[int32]string{
		0:         "UNDEFINED_PURPOSE",
		248748889: "INTERNAL_HTTPS_LOAD_BALANCER",
		403485027: "PRIVATE",
		254902107: "PRIVATE_RFC_1918",
		48134724:  "PRIVATE_SERVICE_CONNECT",
		153049966: "REGIONAL_MANAGED_PROXY",
	}
	UsableSubnetwork_Purpose_value = map[string]int32{
		"UNDEFINED_PURPOSE":            0,
		"INTERNAL_HTTPS_LOAD_BALANCER": 248748889,
		"PRIVATE":                      403485027,
		"PRIVATE_RFC_1918":             254902107,
		"PRIVATE_SERVICE_CONNECT":      48134724,
		"REGIONAL_MANAGED_PROXY":       153049966,
	}
)

Enum value maps for UsableSubnetwork_Purpose.

var (
	UsableSubnetwork_Role_name = map[int32]string{
		0:         "UNDEFINED_ROLE",
		314733318: "ACTIVE",
		341010882: "BACKUP",
	}
	UsableSubnetwork_Role_value = map[string]int32{
		"UNDEFINED_ROLE": 0,
		"ACTIVE":         314733318,
		"BACKUP":         341010882,
	}
)

Enum value maps for UsableSubnetwork_Role.

var (
	UsableSubnetwork_StackType_name = map[int32]string{
		0:        "UNDEFINED_STACK_TYPE",
		22197249: "IPV4_IPV6",
		22373798: "IPV4_ONLY",
	}
	UsableSubnetwork_StackType_value = map[string]int32{
		"UNDEFINED_STACK_TYPE": 0,
		"IPV4_IPV6":            22197249,
		"IPV4_ONLY":            22373798,
	}
)

Enum value maps for UsableSubnetwork_StackType.

var (
	VpnGateway_StackType_name = map[int32]string{
		0:        "UNDEFINED_STACK_TYPE",
		22197249: "IPV4_IPV6",
		22373798: "IPV4_ONLY",
	}
	VpnGateway_StackType_value = map[string]int32{
		"UNDEFINED_STACK_TYPE": 0,
		"IPV4_IPV6":            22197249,
		"IPV4_ONLY":            22373798,
	}
)

Enum value maps for VpnGateway_StackType.

var (
	VpnGatewayStatusHighAvailabilityRequirementState_State_name = map[int32]string{
		0:         "UNDEFINED_STATE",
		505242907: "CONNECTION_REDUNDANCY_MET",
		511863311: "CONNECTION_REDUNDANCY_NOT_MET",
	}
	VpnGatewayStatusHighAvailabilityRequirementState_State_value = map[string]int32{
		"UNDEFINED_STATE":               0,
		"CONNECTION_REDUNDANCY_MET":     505242907,
		"CONNECTION_REDUNDANCY_NOT_MET": 511863311,
	}
)

Enum value maps for VpnGatewayStatusHighAvailabilityRequirementState_State.

var (
	VpnGatewayStatusHighAvailabilityRequirementState_UnsatisfiedReason_name = map[int32]string{
		0:        "UNDEFINED_UNSATISFIED_REASON",
		55917437: "INCOMPLETE_TUNNELS_COVERAGE",
	}
	VpnGatewayStatusHighAvailabilityRequirementState_UnsatisfiedReason_value = map[string]int32{
		"UNDEFINED_UNSATISFIED_REASON": 0,
		"INCOMPLETE_TUNNELS_COVERAGE":  55917437,
	}
)

Enum value maps for VpnGatewayStatusHighAvailabilityRequirementState_UnsatisfiedReason.

var (
	VpnTunnel_Status_name = map[int32]string{
		0:         "UNDEFINED_STATUS",
		320922816: "ALLOCATING_RESOURCES",
		23580290:  "AUTHORIZATION_ERROR",
		428935662: "DEPROVISIONING",
		88852344:  "ESTABLISHED",
		455706685: "FAILED",
		191393000: "FIRST_HANDSHAKE",
		360325868: "NEGOTIATION_FAILURE",
		193912951: "NETWORK_ERROR",
		119983216: "NO_INCOMING_PACKETS",
		290896621: "PROVISIONING",
		174130302: "REJECTED",
		444276141: "STOPPED",
		41640522:  "WAITING_FOR_FULL_CONFIG",
	}
	VpnTunnel_Status_value = map[string]int32{
		"UNDEFINED_STATUS":        0,
		"ALLOCATING_RESOURCES":    320922816,
		"AUTHORIZATION_ERROR":     23580290,
		"DEPROVISIONING":          428935662,
		"ESTABLISHED":             88852344,
		"FAILED":                  455706685,
		"FIRST_HANDSHAKE":         191393000,
		"NEGOTIATION_FAILURE":     360325868,
		"NETWORK_ERROR":           193912951,
		"NO_INCOMING_PACKETS":     119983216,
		"PROVISIONING":            290896621,
		"REJECTED":                174130302,
		"STOPPED":                 444276141,
		"WAITING_FOR_FULL_CONFIG": 41640522,
	}
)

Enum value maps for VpnTunnel_Status.

var (
	Warning_Code_name = map[int32]string{
		0:         "UNDEFINED_CODE",
		150308440: "CLEANUP_FAILED",
		391835586: "DEPRECATED_RESOURCE_USED",
		346526230: "DEPRECATED_TYPE_USED",
		369442967: "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
		451954443: "EXPERIMENTAL_TYPE_USED",
		175546307: "EXTERNAL_API_WARNING",
		329669423: "FIELD_VALUE_OVERRIDEN",
		417377419: "INJECTED_KERNELS_DEPRECATED",
		401542606: "INVALID_HEALTH_CHECK_FOR_DYNAMIC_WIEGHTED_LB",
		481440678: "LARGE_DEPLOYMENT_WARNING",
		47618117:  "LIST_OVERHEAD_QUOTA_EXCEED",
		344505463: "MISSING_TYPE_DEPENDENCY",
		324964999: "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
		383382887: "NEXT_HOP_CANNOT_IP_FORWARD",
		146748434: "NEXT_HOP_INSTANCE_HAS_NO_IPV6_INTERFACE",
		464250446: "NEXT_HOP_INSTANCE_NOT_FOUND",
		243758146: "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
		417081265: "NEXT_HOP_NOT_RUNNING",
		105763924: "NOT_CRITICAL_ERROR",
		30036744:  "NO_RESULTS_ON_PAGE",
		39966469:  "PARTIAL_SUCCESS",
		3745539:   "REQUIRED_TOS_AGREEMENT",
		496728641: "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
		168598460: "RESOURCE_NOT_DELETED",
		275245642: "SCHEMA_VALIDATION_IGNORED",
		268305617: "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
		390513439: "UNDECLARED_PROPERTIES",
		13328052:  "UNREACHABLE",
	}
	Warning_Code_value = map[string]int32{
		"UNDEFINED_CODE":                               0,
		"CLEANUP_FAILED":                               150308440,
		"DEPRECATED_RESOURCE_USED":                     391835586,
		"DEPRECATED_TYPE_USED":                         346526230,
		"DISK_SIZE_LARGER_THAN_IMAGE_SIZE":             369442967,
		"EXPERIMENTAL_TYPE_USED":                       451954443,
		"EXTERNAL_API_WARNING":                         175546307,
		"FIELD_VALUE_OVERRIDEN":                        329669423,
		"INJECTED_KERNELS_DEPRECATED":                  417377419,
		"INVALID_HEALTH_CHECK_FOR_DYNAMIC_WIEGHTED_LB": 401542606,
		"LARGE_DEPLOYMENT_WARNING":                     481440678,
		"LIST_OVERHEAD_QUOTA_EXCEED":                   47618117,
		"MISSING_TYPE_DEPENDENCY":                      344505463,
		"NEXT_HOP_ADDRESS_NOT_ASSIGNED":                324964999,
		"NEXT_HOP_CANNOT_IP_FORWARD":                   383382887,
		"NEXT_HOP_INSTANCE_HAS_NO_IPV6_INTERFACE":      146748434,
		"NEXT_HOP_INSTANCE_NOT_FOUND":                  464250446,
		"NEXT_HOP_INSTANCE_NOT_ON_NETWORK":             243758146,
		"NEXT_HOP_NOT_RUNNING":                         417081265,
		"NOT_CRITICAL_ERROR":                           105763924,
		"NO_RESULTS_ON_PAGE":                           30036744,
		"PARTIAL_SUCCESS":                              39966469,
		"REQUIRED_TOS_AGREEMENT":                       3745539,
		"RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING":    496728641,
		"RESOURCE_NOT_DELETED":                         168598460,
		"SCHEMA_VALIDATION_IGNORED":                    275245642,
		"SINGLE_INSTANCE_PROPERTY_TEMPLATE":            268305617,
		"UNDECLARED_PROPERTIES":                        390513439,
		"UNREACHABLE":                                  13328052,
	}
)

Enum value maps for Warning_Code.

var (
	Warnings_Code_name = map[int32]string{
		0:         "UNDEFINED_CODE",
		150308440: "CLEANUP_FAILED",
		391835586: "DEPRECATED_RESOURCE_USED",
		346526230: "DEPRECATED_TYPE_USED",
		369442967: "DISK_SIZE_LARGER_THAN_IMAGE_SIZE",
		451954443: "EXPERIMENTAL_TYPE_USED",
		175546307: "EXTERNAL_API_WARNING",
		329669423: "FIELD_VALUE_OVERRIDEN",
		417377419: "INJECTED_KERNELS_DEPRECATED",
		401542606: "INVALID_HEALTH_CHECK_FOR_DYNAMIC_WIEGHTED_LB",
		481440678: "LARGE_DEPLOYMENT_WARNING",
		47618117:  "LIST_OVERHEAD_QUOTA_EXCEED",
		344505463: "MISSING_TYPE_DEPENDENCY",
		324964999: "NEXT_HOP_ADDRESS_NOT_ASSIGNED",
		383382887: "NEXT_HOP_CANNOT_IP_FORWARD",
		146748434: "NEXT_HOP_INSTANCE_HAS_NO_IPV6_INTERFACE",
		464250446: "NEXT_HOP_INSTANCE_NOT_FOUND",
		243758146: "NEXT_HOP_INSTANCE_NOT_ON_NETWORK",
		417081265: "NEXT_HOP_NOT_RUNNING",
		105763924: "NOT_CRITICAL_ERROR",
		30036744:  "NO_RESULTS_ON_PAGE",
		39966469:  "PARTIAL_SUCCESS",
		3745539:   "REQUIRED_TOS_AGREEMENT",
		496728641: "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING",
		168598460: "RESOURCE_NOT_DELETED",
		275245642: "SCHEMA_VALIDATION_IGNORED",
		268305617: "SINGLE_INSTANCE_PROPERTY_TEMPLATE",
		390513439: "UNDECLARED_PROPERTIES",
		13328052:  "UNREACHABLE",
	}
	Warnings_Code_value = map[string]int32{
		"UNDEFINED_CODE":                               0,
		"CLEANUP_FAILED":                               150308440,
		"DEPRECATED_RESOURCE_USED":                     391835586,
		"DEPRECATED_TYPE_USED":                         346526230,
		"DISK_SIZE_LARGER_THAN_IMAGE_SIZE":             369442967,
		"EXPERIMENTAL_TYPE_USED":                       451954443,
		"EXTERNAL_API_WARNING":                         175546307,
		"FIELD_VALUE_OVERRIDEN":                        329669423,
		"INJECTED_KERNELS_DEPRECATED":                  417377419,
		"INVALID_HEALTH_CHECK_FOR_DYNAMIC_WIEGHTED_LB": 401542606,
		"LARGE_DEPLOYMENT_WARNING":                     481440678,
		"LIST_OVERHEAD_QUOTA_EXCEED":                   47618117,
		"MISSING_TYPE_DEPENDENCY":                      344505463,
		"NEXT_HOP_ADDRESS_NOT_ASSIGNED":                324964999,
		"NEXT_HOP_CANNOT_IP_FORWARD":                   383382887,
		"NEXT_HOP_INSTANCE_HAS_NO_IPV6_INTERFACE":      146748434,
		"NEXT_HOP_INSTANCE_NOT_FOUND":                  464250446,
		"NEXT_HOP_INSTANCE_NOT_ON_NETWORK":             243758146,
		"NEXT_HOP_NOT_RUNNING":                         417081265,
		"NOT_CRITICAL_ERROR":                           105763924,
		"NO_RESULTS_ON_PAGE":                           30036744,
		"PARTIAL_SUCCESS":                              39966469,
		"REQUIRED_TOS_AGREEMENT":                       3745539,
		"RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING":    496728641,
		"RESOURCE_NOT_DELETED":                         168598460,
		"SCHEMA_VALIDATION_IGNORED":                    275245642,
		"SINGLE_INSTANCE_PROPERTY_TEMPLATE":            268305617,
		"UNDECLARED_PROPERTIES":                        390513439,
		"UNREACHABLE":                                  13328052,
	}
)

Enum value maps for Warnings_Code.

var (
	XpnResourceId_Type_name = map[int32]string{
		0:         "UNDEFINED_TYPE",
		408671993: "PROJECT",
		151607034: "XPN_RESOURCE_TYPE_UNSPECIFIED",
	}
	XpnResourceId_Type_value = map[string]int32{
		"UNDEFINED_TYPE":                0,
		"PROJECT":                       408671993,
		"XPN_RESOURCE_TYPE_UNSPECIFIED": 151607034,
	}
)

Enum value maps for XpnResourceId_Type.

var (
	Zone_Status_name = map[int32]string{
		0:       "UNDEFINED_STATUS",
		2104482: "DOWN",
		2715:    "UP",
	}
	Zone_Status_value = map[string]int32{
		"UNDEFINED_STATUS": 0,
		"DOWN":             2104482,
		"UP":               2715,
	}
)

Enum value maps for Zone_Status.

var File_google_cloud_compute_v1_compute_proto protoreflect.FileDescriptor

Functions

func RegisterAcceleratorTypesServer

func RegisterAcceleratorTypesServer(s *grpc.Server, srv AcceleratorTypesServer)

func RegisterAddressesServer

func RegisterAddressesServer(s *grpc.Server, srv AddressesServer)

func RegisterAutoscalersServer

func RegisterAutoscalersServer(s *grpc.Server, srv AutoscalersServer)

func RegisterBackendBucketsServer

func RegisterBackendBucketsServer(s *grpc.Server, srv BackendBucketsServer)

func RegisterBackendServicesServer

func RegisterBackendServicesServer(s *grpc.Server, srv BackendServicesServer)

func RegisterDiskTypesServer

func RegisterDiskTypesServer(s *grpc.Server, srv DiskTypesServer)

func RegisterDisksServer

func RegisterDisksServer(s *grpc.Server, srv DisksServer)

func RegisterExternalVpnGatewaysServer

func RegisterExternalVpnGatewaysServer(s *grpc.Server, srv ExternalVpnGatewaysServer)

func RegisterFirewallPoliciesServer

func RegisterFirewallPoliciesServer(s *grpc.Server, srv FirewallPoliciesServer)

func RegisterFirewallsServer

func RegisterFirewallsServer(s *grpc.Server, srv FirewallsServer)

func RegisterForwardingRulesServer

func RegisterForwardingRulesServer(s *grpc.Server, srv ForwardingRulesServer)

func RegisterGlobalAddressesServer

func RegisterGlobalAddressesServer(s *grpc.Server, srv GlobalAddressesServer)

func RegisterGlobalForwardingRulesServer

func RegisterGlobalForwardingRulesServer(s *grpc.Server, srv GlobalForwardingRulesServer)

func RegisterGlobalNetworkEndpointGroupsServer

func RegisterGlobalNetworkEndpointGroupsServer(s *grpc.Server, srv GlobalNetworkEndpointGroupsServer)

func RegisterGlobalOperationsServer

func RegisterGlobalOperationsServer(s *grpc.Server, srv GlobalOperationsServer)

func RegisterGlobalOrganizationOperationsServer

func RegisterGlobalOrganizationOperationsServer(s *grpc.Server, srv GlobalOrganizationOperationsServer)

func RegisterGlobalPublicDelegatedPrefixesServer

func RegisterGlobalPublicDelegatedPrefixesServer(s *grpc.Server, srv GlobalPublicDelegatedPrefixesServer)

func RegisterHealthChecksServer

func RegisterHealthChecksServer(s *grpc.Server, srv HealthChecksServer)

func RegisterImageFamilyViewsServer

func RegisterImageFamilyViewsServer(s *grpc.Server, srv ImageFamilyViewsServer)

func RegisterImagesServer

func RegisterImagesServer(s *grpc.Server, srv ImagesServer)

func RegisterInstanceGroupManagersServer

func RegisterInstanceGroupManagersServer(s *grpc.Server, srv InstanceGroupManagersServer)

func RegisterInstanceGroupsServer

func RegisterInstanceGroupsServer(s *grpc.Server, srv InstanceGroupsServer)

func RegisterInstanceTemplatesServer

func RegisterInstanceTemplatesServer(s *grpc.Server, srv InstanceTemplatesServer)

func RegisterInstancesServer

func RegisterInstancesServer(s *grpc.Server, srv InstancesServer)

func RegisterInterconnectAttachmentsServer

func RegisterInterconnectAttachmentsServer(s *grpc.Server, srv InterconnectAttachmentsServer)

func RegisterInterconnectLocationsServer

func RegisterInterconnectLocationsServer(s *grpc.Server, srv InterconnectLocationsServer)

func RegisterInterconnectRemoteLocationsServer

func RegisterInterconnectRemoteLocationsServer(s *grpc.Server, srv InterconnectRemoteLocationsServer)

func RegisterInterconnectsServer

func RegisterInterconnectsServer(s *grpc.Server, srv InterconnectsServer)

func RegisterLicenseCodesServer

func RegisterLicenseCodesServer(s *grpc.Server, srv LicenseCodesServer)

func RegisterLicensesServer

func RegisterLicensesServer(s *grpc.Server, srv LicensesServer)

func RegisterMachineImagesServer

func RegisterMachineImagesServer(s *grpc.Server, srv MachineImagesServer)

func RegisterMachineTypesServer

func RegisterMachineTypesServer(s *grpc.Server, srv MachineTypesServer)

func RegisterNetworkAttachmentsServer

func RegisterNetworkAttachmentsServer(s *grpc.Server, srv NetworkAttachmentsServer)

func RegisterNetworkEdgeSecurityServicesServer

func RegisterNetworkEdgeSecurityServicesServer(s *grpc.Server, srv NetworkEdgeSecurityServicesServer)

func RegisterNetworkEndpointGroupsServer

func RegisterNetworkEndpointGroupsServer(s *grpc.Server, srv NetworkEndpointGroupsServer)

func RegisterNetworkFirewallPoliciesServer

func RegisterNetworkFirewallPoliciesServer(s *grpc.Server, srv NetworkFirewallPoliciesServer)

func RegisterNetworksServer

func RegisterNetworksServer(s *grpc.Server, srv NetworksServer)

func RegisterNodeGroupsServer

func RegisterNodeGroupsServer(s *grpc.Server, srv NodeGroupsServer)

func RegisterNodeTemplatesServer

func RegisterNodeTemplatesServer(s *grpc.Server, srv NodeTemplatesServer)

func RegisterNodeTypesServer

func RegisterNodeTypesServer(s *grpc.Server, srv NodeTypesServer)

func RegisterPacketMirroringsServer

func RegisterPacketMirroringsServer(s *grpc.Server, srv PacketMirroringsServer)

func RegisterProjectsServer

func RegisterProjectsServer(s *grpc.Server, srv ProjectsServer)

func RegisterPublicAdvertisedPrefixesServer

func RegisterPublicAdvertisedPrefixesServer(s *grpc.Server, srv PublicAdvertisedPrefixesServer)

func RegisterPublicDelegatedPrefixesServer

func RegisterPublicDelegatedPrefixesServer(s *grpc.Server, srv PublicDelegatedPrefixesServer)

func RegisterRegionAutoscalersServer

func RegisterRegionAutoscalersServer(s *grpc.Server, srv RegionAutoscalersServer)

func RegisterRegionBackendServicesServer

func RegisterRegionBackendServicesServer(s *grpc.Server, srv RegionBackendServicesServer)

func RegisterRegionCommitmentsServer

func RegisterRegionCommitmentsServer(s *grpc.Server, srv RegionCommitmentsServer)

func RegisterRegionDiskTypesServer

func RegisterRegionDiskTypesServer(s *grpc.Server, srv RegionDiskTypesServer)

func RegisterRegionDisksServer

func RegisterRegionDisksServer(s *grpc.Server, srv RegionDisksServer)

func RegisterRegionHealthCheckServicesServer

func RegisterRegionHealthCheckServicesServer(s *grpc.Server, srv RegionHealthCheckServicesServer)

func RegisterRegionHealthChecksServer

func RegisterRegionHealthChecksServer(s *grpc.Server, srv RegionHealthChecksServer)

func RegisterRegionInstanceGroupManagersServer

func RegisterRegionInstanceGroupManagersServer(s *grpc.Server, srv RegionInstanceGroupManagersServer)

func RegisterRegionInstanceGroupsServer

func RegisterRegionInstanceGroupsServer(s *grpc.Server, srv RegionInstanceGroupsServer)

func RegisterRegionInstanceTemplatesServer

func RegisterRegionInstanceTemplatesServer(s *grpc.Server, srv RegionInstanceTemplatesServer)

func RegisterRegionInstancesServer

func RegisterRegionInstancesServer(s *grpc.Server, srv RegionInstancesServer)

func RegisterRegionNetworkEndpointGroupsServer

func RegisterRegionNetworkEndpointGroupsServer(s *grpc.Server, srv RegionNetworkEndpointGroupsServer)

func RegisterRegionNetworkFirewallPoliciesServer

func RegisterRegionNetworkFirewallPoliciesServer(s *grpc.Server, srv RegionNetworkFirewallPoliciesServer)

func RegisterRegionNotificationEndpointsServer

func RegisterRegionNotificationEndpointsServer(s *grpc.Server, srv RegionNotificationEndpointsServer)

func RegisterRegionOperationsServer

func RegisterRegionOperationsServer(s *grpc.Server, srv RegionOperationsServer)

func RegisterRegionSecurityPoliciesServer

func RegisterRegionSecurityPoliciesServer(s *grpc.Server, srv RegionSecurityPoliciesServer)

func RegisterRegionSslCertificatesServer

func RegisterRegionSslCertificatesServer(s *grpc.Server, srv RegionSslCertificatesServer)

func RegisterRegionSslPoliciesServer

func RegisterRegionSslPoliciesServer(s *grpc.Server, srv RegionSslPoliciesServer)

func RegisterRegionTargetHttpProxiesServer

func RegisterRegionTargetHttpProxiesServer(s *grpc.Server, srv RegionTargetHttpProxiesServer)

func RegisterRegionTargetHttpsProxiesServer

func RegisterRegionTargetHttpsProxiesServer(s *grpc.Server, srv RegionTargetHttpsProxiesServer)

func RegisterRegionTargetTcpProxiesServer

func RegisterRegionTargetTcpProxiesServer(s *grpc.Server, srv RegionTargetTcpProxiesServer)

func RegisterRegionUrlMapsServer

func RegisterRegionUrlMapsServer(s *grpc.Server, srv RegionUrlMapsServer)

func RegisterRegionsServer

func RegisterRegionsServer(s *grpc.Server, srv RegionsServer)

func RegisterReservationsServer

func RegisterReservationsServer(s *grpc.Server, srv ReservationsServer)

func RegisterResourcePoliciesServer

func RegisterResourcePoliciesServer(s *grpc.Server, srv ResourcePoliciesServer)

func RegisterRoutersServer

func RegisterRoutersServer(s *grpc.Server, srv RoutersServer)

func RegisterRoutesServer

func RegisterRoutesServer(s *grpc.Server, srv RoutesServer)

func RegisterSecurityPoliciesServer

func RegisterSecurityPoliciesServer(s *grpc.Server, srv SecurityPoliciesServer)

func RegisterServiceAttachmentsServer

func RegisterServiceAttachmentsServer(s *grpc.Server, srv ServiceAttachmentsServer)

func RegisterSnapshotsServer

func RegisterSnapshotsServer(s *grpc.Server, srv SnapshotsServer)

func RegisterSslCertificatesServer

func RegisterSslCertificatesServer(s *grpc.Server, srv SslCertificatesServer)

func RegisterSslPoliciesServer

func RegisterSslPoliciesServer(s *grpc.Server, srv SslPoliciesServer)

func RegisterSubnetworksServer

func RegisterSubnetworksServer(s *grpc.Server, srv SubnetworksServer)

func RegisterTargetGrpcProxiesServer

func RegisterTargetGrpcProxiesServer(s *grpc.Server, srv TargetGrpcProxiesServer)

func RegisterTargetHttpProxiesServer

func RegisterTargetHttpProxiesServer(s *grpc.Server, srv TargetHttpProxiesServer)

func RegisterTargetHttpsProxiesServer

func RegisterTargetHttpsProxiesServer(s *grpc.Server, srv TargetHttpsProxiesServer)

func RegisterTargetInstancesServer

func RegisterTargetInstancesServer(s *grpc.Server, srv TargetInstancesServer)

func RegisterTargetPoolsServer

func RegisterTargetPoolsServer(s *grpc.Server, srv TargetPoolsServer)

func RegisterTargetSslProxiesServer

func RegisterTargetSslProxiesServer(s *grpc.Server, srv TargetSslProxiesServer)

func RegisterTargetTcpProxiesServer

func RegisterTargetTcpProxiesServer(s *grpc.Server, srv TargetTcpProxiesServer)

func RegisterTargetVpnGatewaysServer

func RegisterTargetVpnGatewaysServer(s *grpc.Server, srv TargetVpnGatewaysServer)

func RegisterUrlMapsServer

func RegisterUrlMapsServer(s *grpc.Server, srv UrlMapsServer)

func RegisterVpnGatewaysServer

func RegisterVpnGatewaysServer(s *grpc.Server, srv VpnGatewaysServer)

func RegisterVpnTunnelsServer

func RegisterVpnTunnelsServer(s *grpc.Server, srv VpnTunnelsServer)

func RegisterZoneOperationsServer

func RegisterZoneOperationsServer(s *grpc.Server, srv ZoneOperationsServer)

func RegisterZonesServer

func RegisterZonesServer(s *grpc.Server, srv ZonesServer)

Types

type AbandonInstancesInstanceGroupManagerRequest

type AbandonInstancesInstanceGroupManagerRequest struct {

	// The name of the managed instance group.
	InstanceGroupManager string `protobuf:"bytes,249363395,opt,name=instance_group_manager,json=instanceGroupManager,proto3" json:"instance_group_manager,omitempty"`
	// The body resource for this request
	InstanceGroupManagersAbandonInstancesRequestResource *InstanceGroupManagersAbandonInstancesRequest `protobuf:"bytes,320929016,opt,name=instance_group_managers_abandon_instances_request_resource,json=instanceGroupManagersAbandonInstancesRequestResource,proto3" json:"instance_group_managers_abandon_instances_request_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone where the managed instance group is located.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

Messages

A request message for InstanceGroupManagers.AbandonInstances. See the method description for details.

func (*AbandonInstancesInstanceGroupManagerRequest) Descriptor

Deprecated: Use AbandonInstancesInstanceGroupManagerRequest.ProtoReflect.Descriptor instead.

func (*AbandonInstancesInstanceGroupManagerRequest) GetInstanceGroupManager

func (x *AbandonInstancesInstanceGroupManagerRequest) GetInstanceGroupManager() string

func (*AbandonInstancesInstanceGroupManagerRequest) GetInstanceGroupManagersAbandonInstancesRequestResource

func (x *AbandonInstancesInstanceGroupManagerRequest) GetInstanceGroupManagersAbandonInstancesRequestResource() *InstanceGroupManagersAbandonInstancesRequest

func (*AbandonInstancesInstanceGroupManagerRequest) GetProject

func (*AbandonInstancesInstanceGroupManagerRequest) GetRequestId

func (*AbandonInstancesInstanceGroupManagerRequest) GetZone

func (*AbandonInstancesInstanceGroupManagerRequest) ProtoMessage

func (*AbandonInstancesInstanceGroupManagerRequest) ProtoReflect

func (*AbandonInstancesInstanceGroupManagerRequest) Reset

func (*AbandonInstancesInstanceGroupManagerRequest) String

type AbandonInstancesRegionInstanceGroupManagerRequest

type AbandonInstancesRegionInstanceGroupManagerRequest struct {

	// Name of the managed instance group.
	InstanceGroupManager string `protobuf:"bytes,249363395,opt,name=instance_group_manager,json=instanceGroupManager,proto3" json:"instance_group_manager,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// The body resource for this request
	RegionInstanceGroupManagersAbandonInstancesRequestResource *RegionInstanceGroupManagersAbandonInstancesRequest `protobuf:"bytes,488499491,opt,name=region_instance_group_managers_abandon_instances_request_resource,json=regionInstanceGroupManagersAbandonInstancesRequestResource,proto3" json:"region_instance_group_managers_abandon_instances_request_resource,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionInstanceGroupManagers.AbandonInstances. See the method description for details.

func (*AbandonInstancesRegionInstanceGroupManagerRequest) Descriptor

Deprecated: Use AbandonInstancesRegionInstanceGroupManagerRequest.ProtoReflect.Descriptor instead.

func (*AbandonInstancesRegionInstanceGroupManagerRequest) GetInstanceGroupManager

func (x *AbandonInstancesRegionInstanceGroupManagerRequest) GetInstanceGroupManager() string

func (*AbandonInstancesRegionInstanceGroupManagerRequest) GetProject

func (*AbandonInstancesRegionInstanceGroupManagerRequest) GetRegion

func (*AbandonInstancesRegionInstanceGroupManagerRequest) GetRegionInstanceGroupManagersAbandonInstancesRequestResource

func (x *AbandonInstancesRegionInstanceGroupManagerRequest) GetRegionInstanceGroupManagersAbandonInstancesRequestResource() *RegionInstanceGroupManagersAbandonInstancesRequest

func (*AbandonInstancesRegionInstanceGroupManagerRequest) GetRequestId

func (*AbandonInstancesRegionInstanceGroupManagerRequest) ProtoMessage

func (*AbandonInstancesRegionInstanceGroupManagerRequest) ProtoReflect

func (*AbandonInstancesRegionInstanceGroupManagerRequest) Reset

func (*AbandonInstancesRegionInstanceGroupManagerRequest) String

type AcceleratorConfig

type AcceleratorConfig struct {

	// The number of the guest accelerator cards exposed to this instance.
	AcceleratorCount *int32 `protobuf:"varint,504879675,opt,name=accelerator_count,json=acceleratorCount,proto3,oneof" json:"accelerator_count,omitempty"`
	// Full or partial URL of the accelerator type resource to attach to this instance. For example: projects/my-project/zones/us-central1-c/acceleratorTypes/nvidia-tesla-p100 If you are creating an instance template, specify only the accelerator name. See GPUs on Compute Engine for a full list of accelerator types.
	AcceleratorType *string `protobuf:"bytes,138031246,opt,name=accelerator_type,json=acceleratorType,proto3,oneof" json:"accelerator_type,omitempty"`
	// contains filtered or unexported fields
}

A specification of the type and number of accelerator cards attached to the instance.

func (*AcceleratorConfig) Descriptor

func (*AcceleratorConfig) Descriptor() ([]byte, []int)

Deprecated: Use AcceleratorConfig.ProtoReflect.Descriptor instead.

func (*AcceleratorConfig) GetAcceleratorCount

func (x *AcceleratorConfig) GetAcceleratorCount() int32

func (*AcceleratorConfig) GetAcceleratorType

func (x *AcceleratorConfig) GetAcceleratorType() string

func (*AcceleratorConfig) ProtoMessage

func (*AcceleratorConfig) ProtoMessage()

func (*AcceleratorConfig) ProtoReflect

func (x *AcceleratorConfig) ProtoReflect() protoreflect.Message

func (*AcceleratorConfig) Reset

func (x *AcceleratorConfig) Reset()

func (*AcceleratorConfig) String

func (x *AcceleratorConfig) String() string

type AcceleratorType

type AcceleratorType struct {

	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// [Output Only] The deprecation status associated with this accelerator type.
	Deprecated *DeprecationStatus `protobuf:"bytes,515138995,opt,name=deprecated,proto3,oneof" json:"deprecated,omitempty"`
	// [Output Only] An optional textual description of the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Output Only] The type of the resource. Always compute#acceleratorType for accelerator types.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] Maximum number of accelerator cards allowed per instance.
	MaximumCardsPerInstance *int32 `protobuf:"varint,263814482,opt,name=maximum_cards_per_instance,json=maximumCardsPerInstance,proto3,oneof" json:"maximum_cards_per_instance,omitempty"`
	// [Output Only] Name of the resource.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// [Output Only] Server-defined, fully qualified URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] The name of the zone where the accelerator type resides, such as us-central1-a. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
	Zone *string `protobuf:"bytes,3744684,opt,name=zone,proto3,oneof" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

Represents an Accelerator Type resource. Google Cloud Platform provides graphics processing units (accelerators) that you can add to VM instances to improve or accelerate performance when working with intensive workloads. For more information, read GPUs on Compute Engine.

func (*AcceleratorType) Descriptor

func (*AcceleratorType) Descriptor() ([]byte, []int)

Deprecated: Use AcceleratorType.ProtoReflect.Descriptor instead.

func (*AcceleratorType) GetCreationTimestamp

func (x *AcceleratorType) GetCreationTimestamp() string

func (*AcceleratorType) GetDeprecated

func (x *AcceleratorType) GetDeprecated() *DeprecationStatus

func (*AcceleratorType) GetDescription

func (x *AcceleratorType) GetDescription() string

func (*AcceleratorType) GetId

func (x *AcceleratorType) GetId() uint64

func (*AcceleratorType) GetKind

func (x *AcceleratorType) GetKind() string

func (*AcceleratorType) GetMaximumCardsPerInstance

func (x *AcceleratorType) GetMaximumCardsPerInstance() int32

func (*AcceleratorType) GetName

func (x *AcceleratorType) GetName() string
func (x *AcceleratorType) GetSelfLink() string

func (*AcceleratorType) GetZone

func (x *AcceleratorType) GetZone() string

func (*AcceleratorType) ProtoMessage

func (*AcceleratorType) ProtoMessage()

func (*AcceleratorType) ProtoReflect

func (x *AcceleratorType) ProtoReflect() protoreflect.Message

func (*AcceleratorType) Reset

func (x *AcceleratorType) Reset()

func (*AcceleratorType) String

func (x *AcceleratorType) String() string

type AcceleratorTypeAggregatedList

type AcceleratorTypeAggregatedList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of AcceleratorTypesScopedList resources.
	Items map[string]*AcceleratorTypesScopedList `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// [Output Only] Type of resource. Always compute#acceleratorTypeAggregatedList for aggregated lists of accelerator types.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Unreachable resources.
	Unreachables []string `protobuf:"bytes,243372063,rep,name=unreachables,proto3" json:"unreachables,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*AcceleratorTypeAggregatedList) Descriptor

func (*AcceleratorTypeAggregatedList) Descriptor() ([]byte, []int)

Deprecated: Use AcceleratorTypeAggregatedList.ProtoReflect.Descriptor instead.

func (*AcceleratorTypeAggregatedList) GetId

func (*AcceleratorTypeAggregatedList) GetItems

func (*AcceleratorTypeAggregatedList) GetKind

func (*AcceleratorTypeAggregatedList) GetNextPageToken

func (x *AcceleratorTypeAggregatedList) GetNextPageToken() string
func (x *AcceleratorTypeAggregatedList) GetSelfLink() string

func (*AcceleratorTypeAggregatedList) GetUnreachables

func (x *AcceleratorTypeAggregatedList) GetUnreachables() []string

func (*AcceleratorTypeAggregatedList) GetWarning

func (x *AcceleratorTypeAggregatedList) GetWarning() *Warning

func (*AcceleratorTypeAggregatedList) ProtoMessage

func (*AcceleratorTypeAggregatedList) ProtoMessage()

func (*AcceleratorTypeAggregatedList) ProtoReflect

func (*AcceleratorTypeAggregatedList) Reset

func (x *AcceleratorTypeAggregatedList) Reset()

func (*AcceleratorTypeAggregatedList) String

type AcceleratorTypeList

type AcceleratorTypeList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of AcceleratorType resources.
	Items []*AcceleratorType `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] Type of resource. Always compute#acceleratorTypeList for lists of accelerator types.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

Contains a list of accelerator types.

func (*AcceleratorTypeList) Descriptor

func (*AcceleratorTypeList) Descriptor() ([]byte, []int)

Deprecated: Use AcceleratorTypeList.ProtoReflect.Descriptor instead.

func (*AcceleratorTypeList) GetId

func (x *AcceleratorTypeList) GetId() string

func (*AcceleratorTypeList) GetItems

func (x *AcceleratorTypeList) GetItems() []*AcceleratorType

func (*AcceleratorTypeList) GetKind

func (x *AcceleratorTypeList) GetKind() string

func (*AcceleratorTypeList) GetNextPageToken

func (x *AcceleratorTypeList) GetNextPageToken() string
func (x *AcceleratorTypeList) GetSelfLink() string

func (*AcceleratorTypeList) GetWarning

func (x *AcceleratorTypeList) GetWarning() *Warning

func (*AcceleratorTypeList) ProtoMessage

func (*AcceleratorTypeList) ProtoMessage()

func (*AcceleratorTypeList) ProtoReflect

func (x *AcceleratorTypeList) ProtoReflect() protoreflect.Message

func (*AcceleratorTypeList) Reset

func (x *AcceleratorTypeList) Reset()

func (*AcceleratorTypeList) String

func (x *AcceleratorTypeList) String() string

type AcceleratorTypesClient

type AcceleratorTypesClient interface {
	// Retrieves an aggregated list of accelerator types.
	AggregatedList(ctx context.Context, in *AggregatedListAcceleratorTypesRequest, opts ...grpc.CallOption) (*AcceleratorTypeAggregatedList, error)
	// Returns the specified accelerator type.
	Get(ctx context.Context, in *GetAcceleratorTypeRequest, opts ...grpc.CallOption) (*AcceleratorType, error)
	// Retrieves a list of accelerator types that are available to the specified project.
	List(ctx context.Context, in *ListAcceleratorTypesRequest, opts ...grpc.CallOption) (*AcceleratorTypeList, error)
}

AcceleratorTypesClient is the client API for AcceleratorTypes service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewAcceleratorTypesClient

func NewAcceleratorTypesClient(cc grpc.ClientConnInterface) AcceleratorTypesClient

type AcceleratorTypesScopedList

type AcceleratorTypesScopedList struct {

	// [Output Only] A list of accelerator types contained in this scope.
	AcceleratorTypes []*AcceleratorType `protobuf:"bytes,520872357,rep,name=accelerator_types,json=acceleratorTypes,proto3" json:"accelerator_types,omitempty"`
	// [Output Only] An informational warning that appears when the accelerator types list is empty.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*AcceleratorTypesScopedList) Descriptor

func (*AcceleratorTypesScopedList) Descriptor() ([]byte, []int)

Deprecated: Use AcceleratorTypesScopedList.ProtoReflect.Descriptor instead.

func (*AcceleratorTypesScopedList) GetAcceleratorTypes

func (x *AcceleratorTypesScopedList) GetAcceleratorTypes() []*AcceleratorType

func (*AcceleratorTypesScopedList) GetWarning

func (x *AcceleratorTypesScopedList) GetWarning() *Warning

func (*AcceleratorTypesScopedList) ProtoMessage

func (*AcceleratorTypesScopedList) ProtoMessage()

func (*AcceleratorTypesScopedList) ProtoReflect

func (*AcceleratorTypesScopedList) Reset

func (x *AcceleratorTypesScopedList) Reset()

func (*AcceleratorTypesScopedList) String

func (x *AcceleratorTypesScopedList) String() string

type AcceleratorTypesServer

type AcceleratorTypesServer interface {
	// Retrieves an aggregated list of accelerator types.
	AggregatedList(context.Context, *AggregatedListAcceleratorTypesRequest) (*AcceleratorTypeAggregatedList, error)
	// Returns the specified accelerator type.
	Get(context.Context, *GetAcceleratorTypeRequest) (*AcceleratorType, error)
	// Retrieves a list of accelerator types that are available to the specified project.
	List(context.Context, *ListAcceleratorTypesRequest) (*AcceleratorTypeList, error)
}

AcceleratorTypesServer is the server API for AcceleratorTypes service.

type Accelerators

type Accelerators struct {

	// Number of accelerator cards exposed to the guest.
	GuestAcceleratorCount *int32 `protobuf:"varint,479079316,opt,name=guest_accelerator_count,json=guestAcceleratorCount,proto3,oneof" json:"guest_accelerator_count,omitempty"`
	// The accelerator type resource name, not a full URL, e.g. nvidia-tesla-t4.
	GuestAcceleratorType *string `protobuf:"bytes,293064725,opt,name=guest_accelerator_type,json=guestAcceleratorType,proto3,oneof" json:"guest_accelerator_type,omitempty"`
	// contains filtered or unexported fields
}

func (*Accelerators) Descriptor

func (*Accelerators) Descriptor() ([]byte, []int)

Deprecated: Use Accelerators.ProtoReflect.Descriptor instead.

func (*Accelerators) GetGuestAcceleratorCount

func (x *Accelerators) GetGuestAcceleratorCount() int32

func (*Accelerators) GetGuestAcceleratorType

func (x *Accelerators) GetGuestAcceleratorType() string

func (*Accelerators) ProtoMessage

func (*Accelerators) ProtoMessage()

func (*Accelerators) ProtoReflect

func (x *Accelerators) ProtoReflect() protoreflect.Message

func (*Accelerators) Reset

func (x *Accelerators) Reset()

func (*Accelerators) String

func (x *Accelerators) String() string

type AccessConfig

type AccessConfig struct {

	// Applies to ipv6AccessConfigs only. The first IPv6 address of the external IPv6 range associated with this instance, prefix length is stored in externalIpv6PrefixLength in ipv6AccessConfig. To use a static external IP address, it must be unused and in the same region as the instance's zone. If not specified, Google Cloud will automatically assign an external IPv6 address from the instance's subnetwork.
	ExternalIpv6 *string `protobuf:"bytes,532703707,opt,name=external_ipv6,json=externalIpv6,proto3,oneof" json:"external_ipv6,omitempty"`
	// Applies to ipv6AccessConfigs only. The prefix length of the external IPv6 range.
	ExternalIpv6PrefixLength *int32 `protobuf:"varint,425672143,opt,name=external_ipv6_prefix_length,json=externalIpv6PrefixLength,proto3,oneof" json:"external_ipv6_prefix_length,omitempty"`
	// [Output Only] Type of the resource. Always compute#accessConfig for access configs.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// The name of this access configuration. In accessConfigs (IPv4), the default and recommended name is External NAT, but you can use any arbitrary string, such as My external IP or Network Access. In ipv6AccessConfigs, the recommend name is External IPv6.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// Applies to accessConfigs (IPv4) only. An external IP address associated with this instance. Specify an unused static external IP address available to the project or leave this field undefined to use an IP from a shared ephemeral IP address pool. If you specify a static external IP address, it must live in the same region as the zone of the instance.
	NatIP *string `protobuf:"bytes,117634556,opt,name=nat_i_p,json=natIP,proto3,oneof" json:"nat_i_p,omitempty"`
	// This signifies the networking tier used for configuring this access configuration and can only take the following values: PREMIUM, STANDARD. If an AccessConfig is specified without a valid external IP address, an ephemeral IP will be created with this networkTier. If an AccessConfig with a valid external IP address is specified, it must match that of the networkTier associated with the Address resource owning that IP.
	// Check the NetworkTier enum for the list of possible values.
	NetworkTier *string `protobuf:"bytes,517397843,opt,name=network_tier,json=networkTier,proto3,oneof" json:"network_tier,omitempty"`
	// The DNS domain name for the public PTR record. You can set this field only if the `setPublicPtr` field is enabled in accessConfig. If this field is unspecified in ipv6AccessConfig, a default PTR record will be createc for first IP in associated external IPv6 range.
	PublicPtrDomainName *string `protobuf:"bytes,316599167,opt,name=public_ptr_domain_name,json=publicPtrDomainName,proto3,oneof" json:"public_ptr_domain_name,omitempty"`
	// Specifies whether a public DNS 'PTR' record should be created to map the external IP address of the instance to a DNS domain name. This field is not used in ipv6AccessConfig. A default PTR record will be created if the VM has external IPv6 range associated.
	SetPublicPtr *bool `protobuf:"varint,523870229,opt,name=set_public_ptr,json=setPublicPtr,proto3,oneof" json:"set_public_ptr,omitempty"`
	// The type of configuration. In accessConfigs (IPv4), the default and only option is ONE_TO_ONE_NAT. In ipv6AccessConfigs, the default and only option is DIRECT_IPV6.
	// Check the Type enum for the list of possible values.
	Type *string `protobuf:"bytes,3575610,opt,name=type,proto3,oneof" json:"type,omitempty"`
	// contains filtered or unexported fields
}

An access configuration attached to an instance's network interface. Only one access config per instance is supported.

func (*AccessConfig) Descriptor

func (*AccessConfig) Descriptor() ([]byte, []int)

Deprecated: Use AccessConfig.ProtoReflect.Descriptor instead.

func (*AccessConfig) GetExternalIpv6

func (x *AccessConfig) GetExternalIpv6() string

func (*AccessConfig) GetExternalIpv6PrefixLength

func (x *AccessConfig) GetExternalIpv6PrefixLength() int32

func (*AccessConfig) GetKind

func (x *AccessConfig) GetKind() string

func (*AccessConfig) GetName

func (x *AccessConfig) GetName() string

func (*AccessConfig) GetNatIP

func (x *AccessConfig) GetNatIP() string

func (*AccessConfig) GetNetworkTier

func (x *AccessConfig) GetNetworkTier() string

func (*AccessConfig) GetPublicPtrDomainName

func (x *AccessConfig) GetPublicPtrDomainName() string

func (*AccessConfig) GetSetPublicPtr

func (x *AccessConfig) GetSetPublicPtr() bool

func (*AccessConfig) GetType

func (x *AccessConfig) GetType() string

func (*AccessConfig) ProtoMessage

func (*AccessConfig) ProtoMessage()

func (*AccessConfig) ProtoReflect

func (x *AccessConfig) ProtoReflect() protoreflect.Message

func (*AccessConfig) Reset

func (x *AccessConfig) Reset()

func (*AccessConfig) String

func (x *AccessConfig) String() string

type AccessConfig_NetworkTier

type AccessConfig_NetworkTier int32

This signifies the networking tier used for configuring this access configuration and can only take the following values: PREMIUM, STANDARD. If an AccessConfig is specified without a valid external IP address, an ephemeral IP will be created with this networkTier. If an AccessConfig with a valid external IP address is specified, it must match that of the networkTier associated with the Address resource owning that IP.

const (
	// A value indicating that the enum field is not set.
	AccessConfig_UNDEFINED_NETWORK_TIER AccessConfig_NetworkTier = 0
	// Public internet quality with fixed bandwidth.
	AccessConfig_FIXED_STANDARD AccessConfig_NetworkTier = 310464328
	// High quality, Google-grade network tier, support for all networking products.
	AccessConfig_PREMIUM AccessConfig_NetworkTier = 399530551
	// Public internet quality, only limited support for other networking products.
	AccessConfig_STANDARD AccessConfig_NetworkTier = 484642493
	// (Output only) Temporary tier for FIXED_STANDARD when fixed standard tier is expired or not configured.
	AccessConfig_STANDARD_OVERRIDES_FIXED_STANDARD AccessConfig_NetworkTier = 465847234
)

func (AccessConfig_NetworkTier) Descriptor

func (AccessConfig_NetworkTier) Enum

func (AccessConfig_NetworkTier) EnumDescriptor

func (AccessConfig_NetworkTier) EnumDescriptor() ([]byte, []int)

Deprecated: Use AccessConfig_NetworkTier.Descriptor instead.

func (AccessConfig_NetworkTier) Number

func (AccessConfig_NetworkTier) String

func (x AccessConfig_NetworkTier) String() string

func (AccessConfig_NetworkTier) Type

type AccessConfig_Type

type AccessConfig_Type int32

The type of configuration. In accessConfigs (IPv4), the default and only option is ONE_TO_ONE_NAT. In ipv6AccessConfigs, the default and only option is DIRECT_IPV6.

const (
	// A value indicating that the enum field is not set.
	AccessConfig_UNDEFINED_TYPE AccessConfig_Type = 0
	AccessConfig_DIRECT_IPV6    AccessConfig_Type = 4397213
	AccessConfig_ONE_TO_ONE_NAT AccessConfig_Type = 84090205
)

func (AccessConfig_Type) Descriptor

func (AccessConfig_Type) Enum

func (AccessConfig_Type) EnumDescriptor

func (AccessConfig_Type) EnumDescriptor() ([]byte, []int)

Deprecated: Use AccessConfig_Type.Descriptor instead.

func (AccessConfig_Type) Number

func (AccessConfig_Type) String

func (x AccessConfig_Type) String() string

func (AccessConfig_Type) Type

type AddAccessConfigInstanceRequest

type AddAccessConfigInstanceRequest struct {

	// The body resource for this request
	AccessConfigResource *AccessConfig `protobuf:"bytes,387825552,opt,name=access_config_resource,json=accessConfigResource,proto3" json:"access_config_resource,omitempty"`
	// The instance name for this request.
	Instance string `protobuf:"bytes,18257045,opt,name=instance,proto3" json:"instance,omitempty"`
	// The name of the network interface to add to this instance.
	NetworkInterface string `protobuf:"bytes,365387880,opt,name=network_interface,json=networkInterface,proto3" json:"network_interface,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Instances.AddAccessConfig. See the method description for details.

func (*AddAccessConfigInstanceRequest) Descriptor

func (*AddAccessConfigInstanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddAccessConfigInstanceRequest.ProtoReflect.Descriptor instead.

func (*AddAccessConfigInstanceRequest) GetAccessConfigResource

func (x *AddAccessConfigInstanceRequest) GetAccessConfigResource() *AccessConfig

func (*AddAccessConfigInstanceRequest) GetInstance

func (x *AddAccessConfigInstanceRequest) GetInstance() string

func (*AddAccessConfigInstanceRequest) GetNetworkInterface

func (x *AddAccessConfigInstanceRequest) GetNetworkInterface() string

func (*AddAccessConfigInstanceRequest) GetProject

func (x *AddAccessConfigInstanceRequest) GetProject() string

func (*AddAccessConfigInstanceRequest) GetRequestId

func (x *AddAccessConfigInstanceRequest) GetRequestId() string

func (*AddAccessConfigInstanceRequest) GetZone

func (*AddAccessConfigInstanceRequest) ProtoMessage

func (*AddAccessConfigInstanceRequest) ProtoMessage()

func (*AddAccessConfigInstanceRequest) ProtoReflect

func (*AddAccessConfigInstanceRequest) Reset

func (x *AddAccessConfigInstanceRequest) Reset()

func (*AddAccessConfigInstanceRequest) String

type AddAssociationFirewallPolicyRequest

type AddAssociationFirewallPolicyRequest struct {

	// Name of the firewall policy to update.
	FirewallPolicy string `protobuf:"bytes,498173265,opt,name=firewall_policy,json=firewallPolicy,proto3" json:"firewall_policy,omitempty"`
	// The body resource for this request
	FirewallPolicyAssociationResource *FirewallPolicyAssociation `protobuf:"bytes,259546170,opt,name=firewall_policy_association_resource,json=firewallPolicyAssociationResource,proto3" json:"firewall_policy_association_resource,omitempty"`
	// Indicates whether or not to replace it if an association of the attachment already exists. This is false by default, in which case an error will be returned if an association already exists.
	ReplaceExistingAssociation *bool `protobuf:"varint,209541240,opt,name=replace_existing_association,json=replaceExistingAssociation,proto3,oneof" json:"replace_existing_association,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for FirewallPolicies.AddAssociation. See the method description for details.

func (*AddAssociationFirewallPolicyRequest) Descriptor

func (*AddAssociationFirewallPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddAssociationFirewallPolicyRequest.ProtoReflect.Descriptor instead.

func (*AddAssociationFirewallPolicyRequest) GetFirewallPolicy

func (x *AddAssociationFirewallPolicyRequest) GetFirewallPolicy() string

func (*AddAssociationFirewallPolicyRequest) GetFirewallPolicyAssociationResource

func (x *AddAssociationFirewallPolicyRequest) GetFirewallPolicyAssociationResource() *FirewallPolicyAssociation

func (*AddAssociationFirewallPolicyRequest) GetReplaceExistingAssociation

func (x *AddAssociationFirewallPolicyRequest) GetReplaceExistingAssociation() bool

func (*AddAssociationFirewallPolicyRequest) GetRequestId

func (x *AddAssociationFirewallPolicyRequest) GetRequestId() string

func (*AddAssociationFirewallPolicyRequest) ProtoMessage

func (*AddAssociationFirewallPolicyRequest) ProtoMessage()

func (*AddAssociationFirewallPolicyRequest) ProtoReflect

func (*AddAssociationFirewallPolicyRequest) Reset

func (*AddAssociationFirewallPolicyRequest) String

type AddAssociationNetworkFirewallPolicyRequest

type AddAssociationNetworkFirewallPolicyRequest struct {

	// Name of the firewall policy to update.
	FirewallPolicy string `protobuf:"bytes,498173265,opt,name=firewall_policy,json=firewallPolicy,proto3" json:"firewall_policy,omitempty"`
	// The body resource for this request
	FirewallPolicyAssociationResource *FirewallPolicyAssociation `protobuf:"bytes,259546170,opt,name=firewall_policy_association_resource,json=firewallPolicyAssociationResource,proto3" json:"firewall_policy_association_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Indicates whether or not to replace it if an association of the attachment already exists. This is false by default, in which case an error will be returned if an association already exists.
	ReplaceExistingAssociation *bool `protobuf:"varint,209541240,opt,name=replace_existing_association,json=replaceExistingAssociation,proto3,oneof" json:"replace_existing_association,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for NetworkFirewallPolicies.AddAssociation. See the method description for details.

func (*AddAssociationNetworkFirewallPolicyRequest) Descriptor

Deprecated: Use AddAssociationNetworkFirewallPolicyRequest.ProtoReflect.Descriptor instead.

func (*AddAssociationNetworkFirewallPolicyRequest) GetFirewallPolicy

func (x *AddAssociationNetworkFirewallPolicyRequest) GetFirewallPolicy() string

func (*AddAssociationNetworkFirewallPolicyRequest) GetFirewallPolicyAssociationResource

func (x *AddAssociationNetworkFirewallPolicyRequest) GetFirewallPolicyAssociationResource() *FirewallPolicyAssociation

func (*AddAssociationNetworkFirewallPolicyRequest) GetProject

func (*AddAssociationNetworkFirewallPolicyRequest) GetReplaceExistingAssociation

func (x *AddAssociationNetworkFirewallPolicyRequest) GetReplaceExistingAssociation() bool

func (*AddAssociationNetworkFirewallPolicyRequest) GetRequestId

func (*AddAssociationNetworkFirewallPolicyRequest) ProtoMessage

func (*AddAssociationNetworkFirewallPolicyRequest) ProtoReflect

func (*AddAssociationNetworkFirewallPolicyRequest) Reset

func (*AddAssociationNetworkFirewallPolicyRequest) String

type AddAssociationRegionNetworkFirewallPolicyRequest

type AddAssociationRegionNetworkFirewallPolicyRequest struct {

	// Name of the firewall policy to update.
	FirewallPolicy string `protobuf:"bytes,498173265,opt,name=firewall_policy,json=firewallPolicy,proto3" json:"firewall_policy,omitempty"`
	// The body resource for this request
	FirewallPolicyAssociationResource *FirewallPolicyAssociation `protobuf:"bytes,259546170,opt,name=firewall_policy_association_resource,json=firewallPolicyAssociationResource,proto3" json:"firewall_policy_association_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Indicates whether or not to replace it if an association already exists. This is false by default, in which case an error will be returned if an association already exists.
	ReplaceExistingAssociation *bool `protobuf:"varint,209541240,opt,name=replace_existing_association,json=replaceExistingAssociation,proto3,oneof" json:"replace_existing_association,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionNetworkFirewallPolicies.AddAssociation. See the method description for details.

func (*AddAssociationRegionNetworkFirewallPolicyRequest) Descriptor

Deprecated: Use AddAssociationRegionNetworkFirewallPolicyRequest.ProtoReflect.Descriptor instead.

func (*AddAssociationRegionNetworkFirewallPolicyRequest) GetFirewallPolicy

func (*AddAssociationRegionNetworkFirewallPolicyRequest) GetFirewallPolicyAssociationResource

func (x *AddAssociationRegionNetworkFirewallPolicyRequest) GetFirewallPolicyAssociationResource() *FirewallPolicyAssociation

func (*AddAssociationRegionNetworkFirewallPolicyRequest) GetProject

func (*AddAssociationRegionNetworkFirewallPolicyRequest) GetRegion

func (*AddAssociationRegionNetworkFirewallPolicyRequest) GetReplaceExistingAssociation

func (x *AddAssociationRegionNetworkFirewallPolicyRequest) GetReplaceExistingAssociation() bool

func (*AddAssociationRegionNetworkFirewallPolicyRequest) GetRequestId

func (*AddAssociationRegionNetworkFirewallPolicyRequest) ProtoMessage

func (*AddAssociationRegionNetworkFirewallPolicyRequest) ProtoReflect

func (*AddAssociationRegionNetworkFirewallPolicyRequest) Reset

func (*AddAssociationRegionNetworkFirewallPolicyRequest) String

type AddHealthCheckTargetPoolRequest

type AddHealthCheckTargetPoolRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the target pool to add a health check to.
	TargetPool string `protobuf:"bytes,62796298,opt,name=target_pool,json=targetPool,proto3" json:"target_pool,omitempty"`
	// The body resource for this request
	TargetPoolsAddHealthCheckRequestResource *TargetPoolsAddHealthCheckRequest `protobuf:"bytes,269573412,opt,name=target_pools_add_health_check_request_resource,json=targetPoolsAddHealthCheckRequestResource,proto3" json:"target_pools_add_health_check_request_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetPools.AddHealthCheck. See the method description for details.

func (*AddHealthCheckTargetPoolRequest) Descriptor

func (*AddHealthCheckTargetPoolRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddHealthCheckTargetPoolRequest.ProtoReflect.Descriptor instead.

func (*AddHealthCheckTargetPoolRequest) GetProject

func (x *AddHealthCheckTargetPoolRequest) GetProject() string

func (*AddHealthCheckTargetPoolRequest) GetRegion

func (x *AddHealthCheckTargetPoolRequest) GetRegion() string

func (*AddHealthCheckTargetPoolRequest) GetRequestId

func (x *AddHealthCheckTargetPoolRequest) GetRequestId() string

func (*AddHealthCheckTargetPoolRequest) GetTargetPool

func (x *AddHealthCheckTargetPoolRequest) GetTargetPool() string

func (*AddHealthCheckTargetPoolRequest) GetTargetPoolsAddHealthCheckRequestResource

func (x *AddHealthCheckTargetPoolRequest) GetTargetPoolsAddHealthCheckRequestResource() *TargetPoolsAddHealthCheckRequest

func (*AddHealthCheckTargetPoolRequest) ProtoMessage

func (*AddHealthCheckTargetPoolRequest) ProtoMessage()

func (*AddHealthCheckTargetPoolRequest) ProtoReflect

func (*AddHealthCheckTargetPoolRequest) Reset

func (*AddHealthCheckTargetPoolRequest) String

type AddInstanceTargetPoolRequest

type AddInstanceTargetPoolRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the TargetPool resource to add instances to.
	TargetPool string `protobuf:"bytes,62796298,opt,name=target_pool,json=targetPool,proto3" json:"target_pool,omitempty"`
	// The body resource for this request
	TargetPoolsAddInstanceRequestResource *TargetPoolsAddInstanceRequest `protobuf:"bytes,428796404,opt,name=target_pools_add_instance_request_resource,json=targetPoolsAddInstanceRequestResource,proto3" json:"target_pools_add_instance_request_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetPools.AddInstance. See the method description for details.

func (*AddInstanceTargetPoolRequest) Descriptor

func (*AddInstanceTargetPoolRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddInstanceTargetPoolRequest.ProtoReflect.Descriptor instead.

func (*AddInstanceTargetPoolRequest) GetProject

func (x *AddInstanceTargetPoolRequest) GetProject() string

func (*AddInstanceTargetPoolRequest) GetRegion

func (x *AddInstanceTargetPoolRequest) GetRegion() string

func (*AddInstanceTargetPoolRequest) GetRequestId

func (x *AddInstanceTargetPoolRequest) GetRequestId() string

func (*AddInstanceTargetPoolRequest) GetTargetPool

func (x *AddInstanceTargetPoolRequest) GetTargetPool() string

func (*AddInstanceTargetPoolRequest) GetTargetPoolsAddInstanceRequestResource

func (x *AddInstanceTargetPoolRequest) GetTargetPoolsAddInstanceRequestResource() *TargetPoolsAddInstanceRequest

func (*AddInstanceTargetPoolRequest) ProtoMessage

func (*AddInstanceTargetPoolRequest) ProtoMessage()

func (*AddInstanceTargetPoolRequest) ProtoReflect

func (*AddInstanceTargetPoolRequest) Reset

func (x *AddInstanceTargetPoolRequest) Reset()

func (*AddInstanceTargetPoolRequest) String

type AddInstancesInstanceGroupRequest

type AddInstancesInstanceGroupRequest struct {

	// The name of the instance group where you are adding instances.
	InstanceGroup string `protobuf:"bytes,81095253,opt,name=instance_group,json=instanceGroup,proto3" json:"instance_group,omitempty"`
	// The body resource for this request
	InstanceGroupsAddInstancesRequestResource *InstanceGroupsAddInstancesRequest `protobuf:"bytes,453713246,opt,name=instance_groups_add_instances_request_resource,json=instanceGroupsAddInstancesRequestResource,proto3" json:"instance_groups_add_instances_request_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone where the instance group is located.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for InstanceGroups.AddInstances. See the method description for details.

func (*AddInstancesInstanceGroupRequest) Descriptor

func (*AddInstancesInstanceGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddInstancesInstanceGroupRequest.ProtoReflect.Descriptor instead.

func (*AddInstancesInstanceGroupRequest) GetInstanceGroup

func (x *AddInstancesInstanceGroupRequest) GetInstanceGroup() string

func (*AddInstancesInstanceGroupRequest) GetInstanceGroupsAddInstancesRequestResource

func (x *AddInstancesInstanceGroupRequest) GetInstanceGroupsAddInstancesRequestResource() *InstanceGroupsAddInstancesRequest

func (*AddInstancesInstanceGroupRequest) GetProject

func (x *AddInstancesInstanceGroupRequest) GetProject() string

func (*AddInstancesInstanceGroupRequest) GetRequestId

func (x *AddInstancesInstanceGroupRequest) GetRequestId() string

func (*AddInstancesInstanceGroupRequest) GetZone

func (*AddInstancesInstanceGroupRequest) ProtoMessage

func (*AddInstancesInstanceGroupRequest) ProtoMessage()

func (*AddInstancesInstanceGroupRequest) ProtoReflect

func (*AddInstancesInstanceGroupRequest) Reset

func (*AddInstancesInstanceGroupRequest) String

type AddNodesNodeGroupRequest

type AddNodesNodeGroupRequest struct {

	// Name of the NodeGroup resource.
	NodeGroup string `protobuf:"bytes,469958146,opt,name=node_group,json=nodeGroup,proto3" json:"node_group,omitempty"`
	// The body resource for this request
	NodeGroupsAddNodesRequestResource *NodeGroupsAddNodesRequest `protobuf:"bytes,131263288,opt,name=node_groups_add_nodes_request_resource,json=nodeGroupsAddNodesRequestResource,proto3" json:"node_groups_add_nodes_request_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for NodeGroups.AddNodes. See the method description for details.

func (*AddNodesNodeGroupRequest) Descriptor

func (*AddNodesNodeGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddNodesNodeGroupRequest.ProtoReflect.Descriptor instead.

func (*AddNodesNodeGroupRequest) GetNodeGroup

func (x *AddNodesNodeGroupRequest) GetNodeGroup() string

func (*AddNodesNodeGroupRequest) GetNodeGroupsAddNodesRequestResource

func (x *AddNodesNodeGroupRequest) GetNodeGroupsAddNodesRequestResource() *NodeGroupsAddNodesRequest

func (*AddNodesNodeGroupRequest) GetProject

func (x *AddNodesNodeGroupRequest) GetProject() string

func (*AddNodesNodeGroupRequest) GetRequestId

func (x *AddNodesNodeGroupRequest) GetRequestId() string

func (*AddNodesNodeGroupRequest) GetZone

func (x *AddNodesNodeGroupRequest) GetZone() string

func (*AddNodesNodeGroupRequest) ProtoMessage

func (*AddNodesNodeGroupRequest) ProtoMessage()

func (*AddNodesNodeGroupRequest) ProtoReflect

func (x *AddNodesNodeGroupRequest) ProtoReflect() protoreflect.Message

func (*AddNodesNodeGroupRequest) Reset

func (x *AddNodesNodeGroupRequest) Reset()

func (*AddNodesNodeGroupRequest) String

func (x *AddNodesNodeGroupRequest) String() string

type AddPeeringNetworkRequest

type AddPeeringNetworkRequest struct {

	// Name of the network resource to add peering to.
	Network string `protobuf:"bytes,232872494,opt,name=network,proto3" json:"network,omitempty"`
	// The body resource for this request
	NetworksAddPeeringRequestResource *NetworksAddPeeringRequest `protobuf:"bytes,388810421,opt,name=networks_add_peering_request_resource,json=networksAddPeeringRequestResource,proto3" json:"networks_add_peering_request_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for Networks.AddPeering. See the method description for details.

func (*AddPeeringNetworkRequest) Descriptor

func (*AddPeeringNetworkRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddPeeringNetworkRequest.ProtoReflect.Descriptor instead.

func (*AddPeeringNetworkRequest) GetNetwork

func (x *AddPeeringNetworkRequest) GetNetwork() string

func (*AddPeeringNetworkRequest) GetNetworksAddPeeringRequestResource

func (x *AddPeeringNetworkRequest) GetNetworksAddPeeringRequestResource() *NetworksAddPeeringRequest

func (*AddPeeringNetworkRequest) GetProject

func (x *AddPeeringNetworkRequest) GetProject() string

func (*AddPeeringNetworkRequest) GetRequestId

func (x *AddPeeringNetworkRequest) GetRequestId() string

func (*AddPeeringNetworkRequest) ProtoMessage

func (*AddPeeringNetworkRequest) ProtoMessage()

func (*AddPeeringNetworkRequest) ProtoReflect

func (x *AddPeeringNetworkRequest) ProtoReflect() protoreflect.Message

func (*AddPeeringNetworkRequest) Reset

func (x *AddPeeringNetworkRequest) Reset()

func (*AddPeeringNetworkRequest) String

func (x *AddPeeringNetworkRequest) String() string

type AddResourcePoliciesDiskRequest

type AddResourcePoliciesDiskRequest struct {

	// The disk name for this request.
	Disk string `protobuf:"bytes,3083677,opt,name=disk,proto3" json:"disk,omitempty"`
	// The body resource for this request
	DisksAddResourcePoliciesRequestResource *DisksAddResourcePoliciesRequest `protobuf:"bytes,496483363,opt,name=disks_add_resource_policies_request_resource,json=disksAddResourcePoliciesRequestResource,proto3" json:"disks_add_resource_policies_request_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Disks.AddResourcePolicies. See the method description for details.

func (*AddResourcePoliciesDiskRequest) Descriptor

func (*AddResourcePoliciesDiskRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddResourcePoliciesDiskRequest.ProtoReflect.Descriptor instead.

func (*AddResourcePoliciesDiskRequest) GetDisk

func (*AddResourcePoliciesDiskRequest) GetDisksAddResourcePoliciesRequestResource

func (x *AddResourcePoliciesDiskRequest) GetDisksAddResourcePoliciesRequestResource() *DisksAddResourcePoliciesRequest

func (*AddResourcePoliciesDiskRequest) GetProject

func (x *AddResourcePoliciesDiskRequest) GetProject() string

func (*AddResourcePoliciesDiskRequest) GetRequestId

func (x *AddResourcePoliciesDiskRequest) GetRequestId() string

func (*AddResourcePoliciesDiskRequest) GetZone

func (*AddResourcePoliciesDiskRequest) ProtoMessage

func (*AddResourcePoliciesDiskRequest) ProtoMessage()

func (*AddResourcePoliciesDiskRequest) ProtoReflect

func (*AddResourcePoliciesDiskRequest) Reset

func (x *AddResourcePoliciesDiskRequest) Reset()

func (*AddResourcePoliciesDiskRequest) String

type AddResourcePoliciesInstanceRequest

type AddResourcePoliciesInstanceRequest struct {

	// The instance name for this request.
	Instance string `protobuf:"bytes,18257045,opt,name=instance,proto3" json:"instance,omitempty"`
	// The body resource for this request
	InstancesAddResourcePoliciesRequestResource *InstancesAddResourcePoliciesRequest `protobuf:"bytes,489351963,opt,name=instances_add_resource_policies_request_resource,json=instancesAddResourcePoliciesRequestResource,proto3" json:"instances_add_resource_policies_request_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Instances.AddResourcePolicies. See the method description for details.

func (*AddResourcePoliciesInstanceRequest) Descriptor

func (*AddResourcePoliciesInstanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddResourcePoliciesInstanceRequest.ProtoReflect.Descriptor instead.

func (*AddResourcePoliciesInstanceRequest) GetInstance

func (x *AddResourcePoliciesInstanceRequest) GetInstance() string

func (*AddResourcePoliciesInstanceRequest) GetInstancesAddResourcePoliciesRequestResource

func (x *AddResourcePoliciesInstanceRequest) GetInstancesAddResourcePoliciesRequestResource() *InstancesAddResourcePoliciesRequest

func (*AddResourcePoliciesInstanceRequest) GetProject

func (*AddResourcePoliciesInstanceRequest) GetRequestId

func (x *AddResourcePoliciesInstanceRequest) GetRequestId() string

func (*AddResourcePoliciesInstanceRequest) GetZone

func (*AddResourcePoliciesInstanceRequest) ProtoMessage

func (*AddResourcePoliciesInstanceRequest) ProtoMessage()

func (*AddResourcePoliciesInstanceRequest) ProtoReflect

func (*AddResourcePoliciesInstanceRequest) Reset

func (*AddResourcePoliciesInstanceRequest) String

type AddResourcePoliciesRegionDiskRequest

type AddResourcePoliciesRegionDiskRequest struct {

	// The disk name for this request.
	Disk string `protobuf:"bytes,3083677,opt,name=disk,proto3" json:"disk,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// The body resource for this request
	RegionDisksAddResourcePoliciesRequestResource *RegionDisksAddResourcePoliciesRequest `protobuf:"bytes,284196750,opt,name=region_disks_add_resource_policies_request_resource,json=regionDisksAddResourcePoliciesRequestResource,proto3" json:"region_disks_add_resource_policies_request_resource,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionDisks.AddResourcePolicies. See the method description for details.

func (*AddResourcePoliciesRegionDiskRequest) Descriptor

func (*AddResourcePoliciesRegionDiskRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddResourcePoliciesRegionDiskRequest.ProtoReflect.Descriptor instead.

func (*AddResourcePoliciesRegionDiskRequest) GetDisk

func (*AddResourcePoliciesRegionDiskRequest) GetProject

func (*AddResourcePoliciesRegionDiskRequest) GetRegion

func (*AddResourcePoliciesRegionDiskRequest) GetRegionDisksAddResourcePoliciesRequestResource

func (x *AddResourcePoliciesRegionDiskRequest) GetRegionDisksAddResourcePoliciesRequestResource() *RegionDisksAddResourcePoliciesRequest

func (*AddResourcePoliciesRegionDiskRequest) GetRequestId

func (x *AddResourcePoliciesRegionDiskRequest) GetRequestId() string

func (*AddResourcePoliciesRegionDiskRequest) ProtoMessage

func (*AddResourcePoliciesRegionDiskRequest) ProtoMessage()

func (*AddResourcePoliciesRegionDiskRequest) ProtoReflect

func (*AddResourcePoliciesRegionDiskRequest) Reset

func (*AddResourcePoliciesRegionDiskRequest) String

type AddRuleFirewallPolicyRequest

type AddRuleFirewallPolicyRequest struct {

	// Name of the firewall policy to update.
	FirewallPolicy string `protobuf:"bytes,498173265,opt,name=firewall_policy,json=firewallPolicy,proto3" json:"firewall_policy,omitempty"`
	// The body resource for this request
	FirewallPolicyRuleResource *FirewallPolicyRule `protobuf:"bytes,250523523,opt,name=firewall_policy_rule_resource,json=firewallPolicyRuleResource,proto3" json:"firewall_policy_rule_resource,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for FirewallPolicies.AddRule. See the method description for details.

func (*AddRuleFirewallPolicyRequest) Descriptor

func (*AddRuleFirewallPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddRuleFirewallPolicyRequest.ProtoReflect.Descriptor instead.

func (*AddRuleFirewallPolicyRequest) GetFirewallPolicy

func (x *AddRuleFirewallPolicyRequest) GetFirewallPolicy() string

func (*AddRuleFirewallPolicyRequest) GetFirewallPolicyRuleResource

func (x *AddRuleFirewallPolicyRequest) GetFirewallPolicyRuleResource() *FirewallPolicyRule

func (*AddRuleFirewallPolicyRequest) GetRequestId

func (x *AddRuleFirewallPolicyRequest) GetRequestId() string

func (*AddRuleFirewallPolicyRequest) ProtoMessage

func (*AddRuleFirewallPolicyRequest) ProtoMessage()

func (*AddRuleFirewallPolicyRequest) ProtoReflect

func (*AddRuleFirewallPolicyRequest) Reset

func (x *AddRuleFirewallPolicyRequest) Reset()

func (*AddRuleFirewallPolicyRequest) String

type AddRuleNetworkFirewallPolicyRequest

type AddRuleNetworkFirewallPolicyRequest struct {

	// Name of the firewall policy to update.
	FirewallPolicy string `protobuf:"bytes,498173265,opt,name=firewall_policy,json=firewallPolicy,proto3" json:"firewall_policy,omitempty"`
	// The body resource for this request
	FirewallPolicyRuleResource *FirewallPolicyRule `protobuf:"bytes,250523523,opt,name=firewall_policy_rule_resource,json=firewallPolicyRuleResource,proto3" json:"firewall_policy_rule_resource,omitempty"`
	// When rule.priority is not specified, auto choose a unused priority between minPriority and maxPriority>. This field is exclusive with rule.priority.
	MaxPriority *int32 `protobuf:"varint,329635359,opt,name=max_priority,json=maxPriority,proto3,oneof" json:"max_priority,omitempty"`
	// When rule.priority is not specified, auto choose a unused priority between minPriority and maxPriority>. This field is exclusive with rule.priority.
	MinPriority *int32 `protobuf:"varint,267190513,opt,name=min_priority,json=minPriority,proto3,oneof" json:"min_priority,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for NetworkFirewallPolicies.AddRule. See the method description for details.

func (*AddRuleNetworkFirewallPolicyRequest) Descriptor

func (*AddRuleNetworkFirewallPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddRuleNetworkFirewallPolicyRequest.ProtoReflect.Descriptor instead.

func (*AddRuleNetworkFirewallPolicyRequest) GetFirewallPolicy

func (x *AddRuleNetworkFirewallPolicyRequest) GetFirewallPolicy() string

func (*AddRuleNetworkFirewallPolicyRequest) GetFirewallPolicyRuleResource

func (x *AddRuleNetworkFirewallPolicyRequest) GetFirewallPolicyRuleResource() *FirewallPolicyRule

func (*AddRuleNetworkFirewallPolicyRequest) GetMaxPriority

func (x *AddRuleNetworkFirewallPolicyRequest) GetMaxPriority() int32

func (*AddRuleNetworkFirewallPolicyRequest) GetMinPriority

func (x *AddRuleNetworkFirewallPolicyRequest) GetMinPriority() int32

func (*AddRuleNetworkFirewallPolicyRequest) GetProject

func (*AddRuleNetworkFirewallPolicyRequest) GetRequestId

func (x *AddRuleNetworkFirewallPolicyRequest) GetRequestId() string

func (*AddRuleNetworkFirewallPolicyRequest) ProtoMessage

func (*AddRuleNetworkFirewallPolicyRequest) ProtoMessage()

func (*AddRuleNetworkFirewallPolicyRequest) ProtoReflect

func (*AddRuleNetworkFirewallPolicyRequest) Reset

func (*AddRuleNetworkFirewallPolicyRequest) String

type AddRuleRegionNetworkFirewallPolicyRequest

type AddRuleRegionNetworkFirewallPolicyRequest struct {

	// Name of the firewall policy to update.
	FirewallPolicy string `protobuf:"bytes,498173265,opt,name=firewall_policy,json=firewallPolicy,proto3" json:"firewall_policy,omitempty"`
	// The body resource for this request
	FirewallPolicyRuleResource *FirewallPolicyRule `protobuf:"bytes,250523523,opt,name=firewall_policy_rule_resource,json=firewallPolicyRuleResource,proto3" json:"firewall_policy_rule_resource,omitempty"`
	// When rule.priority is not specified, auto choose a unused priority between minPriority and maxPriority>. This field is exclusive with rule.priority.
	MaxPriority *int32 `protobuf:"varint,329635359,opt,name=max_priority,json=maxPriority,proto3,oneof" json:"max_priority,omitempty"`
	// When rule.priority is not specified, auto choose a unused priority between minPriority and maxPriority>. This field is exclusive with rule.priority.
	MinPriority *int32 `protobuf:"varint,267190513,opt,name=min_priority,json=minPriority,proto3,oneof" json:"min_priority,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionNetworkFirewallPolicies.AddRule. See the method description for details.

func (*AddRuleRegionNetworkFirewallPolicyRequest) Descriptor

func (*AddRuleRegionNetworkFirewallPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddRuleRegionNetworkFirewallPolicyRequest.ProtoReflect.Descriptor instead.

func (*AddRuleRegionNetworkFirewallPolicyRequest) GetFirewallPolicy

func (x *AddRuleRegionNetworkFirewallPolicyRequest) GetFirewallPolicy() string

func (*AddRuleRegionNetworkFirewallPolicyRequest) GetFirewallPolicyRuleResource

func (x *AddRuleRegionNetworkFirewallPolicyRequest) GetFirewallPolicyRuleResource() *FirewallPolicyRule

func (*AddRuleRegionNetworkFirewallPolicyRequest) GetMaxPriority

func (*AddRuleRegionNetworkFirewallPolicyRequest) GetMinPriority

func (*AddRuleRegionNetworkFirewallPolicyRequest) GetProject

func (*AddRuleRegionNetworkFirewallPolicyRequest) GetRegion

func (*AddRuleRegionNetworkFirewallPolicyRequest) GetRequestId

func (*AddRuleRegionNetworkFirewallPolicyRequest) ProtoMessage

func (*AddRuleRegionNetworkFirewallPolicyRequest) ProtoReflect

func (*AddRuleRegionNetworkFirewallPolicyRequest) Reset

func (*AddRuleRegionNetworkFirewallPolicyRequest) String

type AddRuleSecurityPolicyRequest

type AddRuleSecurityPolicyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the security policy to update.
	SecurityPolicy string `protobuf:"bytes,171082513,opt,name=security_policy,json=securityPolicy,proto3" json:"security_policy,omitempty"`
	// The body resource for this request
	SecurityPolicyRuleResource *SecurityPolicyRule `protobuf:"bytes,402693443,opt,name=security_policy_rule_resource,json=securityPolicyRuleResource,proto3" json:"security_policy_rule_resource,omitempty"`
	// If true, the request will not be committed.
	ValidateOnly *bool `protobuf:"varint,242744629,opt,name=validate_only,json=validateOnly,proto3,oneof" json:"validate_only,omitempty"`
	// contains filtered or unexported fields
}

A request message for SecurityPolicies.AddRule. See the method description for details.

func (*AddRuleSecurityPolicyRequest) Descriptor

func (*AddRuleSecurityPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddRuleSecurityPolicyRequest.ProtoReflect.Descriptor instead.

func (*AddRuleSecurityPolicyRequest) GetProject

func (x *AddRuleSecurityPolicyRequest) GetProject() string

func (*AddRuleSecurityPolicyRequest) GetSecurityPolicy

func (x *AddRuleSecurityPolicyRequest) GetSecurityPolicy() string

func (*AddRuleSecurityPolicyRequest) GetSecurityPolicyRuleResource

func (x *AddRuleSecurityPolicyRequest) GetSecurityPolicyRuleResource() *SecurityPolicyRule

func (*AddRuleSecurityPolicyRequest) GetValidateOnly

func (x *AddRuleSecurityPolicyRequest) GetValidateOnly() bool

func (*AddRuleSecurityPolicyRequest) ProtoMessage

func (*AddRuleSecurityPolicyRequest) ProtoMessage()

func (*AddRuleSecurityPolicyRequest) ProtoReflect

func (*AddRuleSecurityPolicyRequest) Reset

func (x *AddRuleSecurityPolicyRequest) Reset()

func (*AddRuleSecurityPolicyRequest) String

type AddSignedUrlKeyBackendBucketRequest

type AddSignedUrlKeyBackendBucketRequest struct {

	// Name of the BackendBucket resource to which the Signed URL Key should be added. The name should conform to RFC1035.
	BackendBucket string `protobuf:"bytes,91714037,opt,name=backend_bucket,json=backendBucket,proto3" json:"backend_bucket,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The body resource for this request
	SignedUrlKeyResource *SignedUrlKey `protobuf:"bytes,457625985,opt,name=signed_url_key_resource,json=signedUrlKeyResource,proto3" json:"signed_url_key_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for BackendBuckets.AddSignedUrlKey. See the method description for details.

func (*AddSignedUrlKeyBackendBucketRequest) Descriptor

func (*AddSignedUrlKeyBackendBucketRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddSignedUrlKeyBackendBucketRequest.ProtoReflect.Descriptor instead.

func (*AddSignedUrlKeyBackendBucketRequest) GetBackendBucket

func (x *AddSignedUrlKeyBackendBucketRequest) GetBackendBucket() string

func (*AddSignedUrlKeyBackendBucketRequest) GetProject

func (*AddSignedUrlKeyBackendBucketRequest) GetRequestId

func (x *AddSignedUrlKeyBackendBucketRequest) GetRequestId() string

func (*AddSignedUrlKeyBackendBucketRequest) GetSignedUrlKeyResource

func (x *AddSignedUrlKeyBackendBucketRequest) GetSignedUrlKeyResource() *SignedUrlKey

func (*AddSignedUrlKeyBackendBucketRequest) ProtoMessage

func (*AddSignedUrlKeyBackendBucketRequest) ProtoMessage()

func (*AddSignedUrlKeyBackendBucketRequest) ProtoReflect

func (*AddSignedUrlKeyBackendBucketRequest) Reset

func (*AddSignedUrlKeyBackendBucketRequest) String

type AddSignedUrlKeyBackendServiceRequest

type AddSignedUrlKeyBackendServiceRequest struct {

	// Name of the BackendService resource to which the Signed URL Key should be added. The name should conform to RFC1035.
	BackendService string `protobuf:"bytes,306946058,opt,name=backend_service,json=backendService,proto3" json:"backend_service,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The body resource for this request
	SignedUrlKeyResource *SignedUrlKey `protobuf:"bytes,457625985,opt,name=signed_url_key_resource,json=signedUrlKeyResource,proto3" json:"signed_url_key_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for BackendServices.AddSignedUrlKey. See the method description for details.

func (*AddSignedUrlKeyBackendServiceRequest) Descriptor

func (*AddSignedUrlKeyBackendServiceRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddSignedUrlKeyBackendServiceRequest.ProtoReflect.Descriptor instead.

func (*AddSignedUrlKeyBackendServiceRequest) GetBackendService

func (x *AddSignedUrlKeyBackendServiceRequest) GetBackendService() string

func (*AddSignedUrlKeyBackendServiceRequest) GetProject

func (*AddSignedUrlKeyBackendServiceRequest) GetRequestId

func (x *AddSignedUrlKeyBackendServiceRequest) GetRequestId() string

func (*AddSignedUrlKeyBackendServiceRequest) GetSignedUrlKeyResource

func (x *AddSignedUrlKeyBackendServiceRequest) GetSignedUrlKeyResource() *SignedUrlKey

func (*AddSignedUrlKeyBackendServiceRequest) ProtoMessage

func (*AddSignedUrlKeyBackendServiceRequest) ProtoMessage()

func (*AddSignedUrlKeyBackendServiceRequest) ProtoReflect

func (*AddSignedUrlKeyBackendServiceRequest) Reset

func (*AddSignedUrlKeyBackendServiceRequest) String

type Address

type Address struct {

	// The static IP address represented by this resource.
	Address *string `protobuf:"bytes,462920692,opt,name=address,proto3,oneof" json:"address,omitempty"`
	// The type of address to reserve, either INTERNAL or EXTERNAL. If unspecified, defaults to EXTERNAL.
	// Check the AddressType enum for the list of possible values.
	AddressType *string `protobuf:"bytes,264307877,opt,name=address_type,json=addressType,proto3,oneof" json:"address_type,omitempty"`
	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// An optional description of this resource. Provide this field when you create the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// The IP version that will be used by this address. Valid options are IPV4 or IPV6.
	// Check the IpVersion enum for the list of possible values.
	IpVersion *string `protobuf:"bytes,294959552,opt,name=ip_version,json=ipVersion,proto3,oneof" json:"ip_version,omitempty"`
	// The endpoint type of this address, which should be VM or NETLB. This is used for deciding which type of endpoint this address can be used after the external IPv6 address reservation.
	// Check the Ipv6EndpointType enum for the list of possible values.
	Ipv6EndpointType *string `protobuf:"bytes,97501004,opt,name=ipv6_endpoint_type,json=ipv6EndpointType,proto3,oneof" json:"ipv6_endpoint_type,omitempty"`
	// [Output Only] Type of the resource. Always compute#address for addresses.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// A fingerprint for the labels being applied to this Address, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve an Address.
	LabelFingerprint *string `protobuf:"bytes,178124825,opt,name=label_fingerprint,json=labelFingerprint,proto3,oneof" json:"label_fingerprint,omitempty"`
	// Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.
	Labels map[string]string `protobuf:"bytes,500195327,rep,name=labels,proto3" json:"labels,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?`. The first character must be a lowercase letter, and all following characters (except for the last character) must be a dash, lowercase letter, or digit. The last character must be a lowercase letter or digit.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// The URL of the network in which to reserve the address. This field can only be used with INTERNAL type with the VPC_PEERING purpose.
	Network *string `protobuf:"bytes,232872494,opt,name=network,proto3,oneof" json:"network,omitempty"`
	// This signifies the networking tier used for configuring this address and can only take the following values: PREMIUM or STANDARD. Internal IP addresses are always Premium Tier; global external IP addresses are always Premium Tier; regional external IP addresses can be either Standard or Premium Tier. If this field is not specified, it is assumed to be PREMIUM.
	// Check the NetworkTier enum for the list of possible values.
	NetworkTier *string `protobuf:"bytes,517397843,opt,name=network_tier,json=networkTier,proto3,oneof" json:"network_tier,omitempty"`
	// The prefix length if the resource represents an IP range.
	PrefixLength *int32 `protobuf:"varint,453565747,opt,name=prefix_length,json=prefixLength,proto3,oneof" json:"prefix_length,omitempty"`
	// The purpose of this resource, which can be one of the following values: - GCE_ENDPOINT for addresses that are used by VM instances, alias IP ranges, load balancers, and similar resources. - DNS_RESOLVER for a DNS resolver address in a subnetwork for a Cloud DNS inbound forwarder IP addresses (regional internal IP address in a subnet of a VPC network) - VPC_PEERING for global internal IP addresses used for private services access allocated ranges. - NAT_AUTO for the regional external IP addresses used by Cloud NAT when allocating addresses using automatic NAT IP address allocation. - IPSEC_INTERCONNECT for addresses created from a private IP range that are reserved for a VLAN attachment in an *HA VPN over Cloud Interconnect* configuration. These addresses are regional resources. - `SHARED_LOADBALANCER_VIP` for an internal IP address that is assigned to multiple internal forwarding rules. - `PRIVATE_SERVICE_CONNECT` for a private network address that is used to configure Private Service Connect. Only global internal addresses can use this purpose.
	// Check the Purpose enum for the list of possible values.
	Purpose *string `protobuf:"bytes,316407070,opt,name=purpose,proto3,oneof" json:"purpose,omitempty"`
	// [Output Only] The URL of the region where a regional address resides. For regional addresses, you must specify the region as a path parameter in the HTTP request URL. *This field is not applicable to global addresses.*
	Region *string `protobuf:"bytes,138946292,opt,name=region,proto3,oneof" json:"region,omitempty"`
	// [Output Only] Server-defined URL for the resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] The status of the address, which can be one of RESERVING, RESERVED, or IN_USE. An address that is RESERVING is currently in the process of being reserved. A RESERVED address is currently reserved and available to use. An IN_USE address is currently being used by another resource and is not available.
	// Check the Status enum for the list of possible values.
	Status *string `protobuf:"bytes,181260274,opt,name=status,proto3,oneof" json:"status,omitempty"`
	// The URL of the subnetwork in which to reserve the address. If an IP address is specified, it must be within the subnetwork's IP range. This field can only be used with INTERNAL type with a GCE_ENDPOINT or DNS_RESOLVER purpose.
	Subnetwork *string `protobuf:"bytes,307827694,opt,name=subnetwork,proto3,oneof" json:"subnetwork,omitempty"`
	// [Output Only] The URLs of the resources that are using this address.
	Users []string `protobuf:"bytes,111578632,rep,name=users,proto3" json:"users,omitempty"`
	// contains filtered or unexported fields
}

Represents an IP Address resource. Google Compute Engine has two IP Address resources: * [Global (external and internal)](https://cloud.google.com/compute/docs/reference/rest/v1/globalAddresses) * [Regional (external and internal)](https://cloud.google.com/compute/docs/reference/rest/v1/addresses) For more information, see Reserving a static external IP address.

func (*Address) Descriptor

func (*Address) Descriptor() ([]byte, []int)

Deprecated: Use Address.ProtoReflect.Descriptor instead.

func (*Address) GetAddress

func (x *Address) GetAddress() string

func (*Address) GetAddressType

func (x *Address) GetAddressType() string

func (*Address) GetCreationTimestamp

func (x *Address) GetCreationTimestamp() string

func (*Address) GetDescription

func (x *Address) GetDescription() string

func (*Address) GetId

func (x *Address) GetId() uint64

func (*Address) GetIpVersion

func (x *Address) GetIpVersion() string

func (*Address) GetIpv6EndpointType

func (x *Address) GetIpv6EndpointType() string

func (*Address) GetKind

func (x *Address) GetKind() string

func (*Address) GetLabelFingerprint

func (x *Address) GetLabelFingerprint() string

func (*Address) GetLabels

func (x *Address) GetLabels() map[string]string

func (*Address) GetName

func (x *Address) GetName() string

func (*Address) GetNetwork

func (x *Address) GetNetwork() string

func (*Address) GetNetworkTier

func (x *Address) GetNetworkTier() string

func (*Address) GetPrefixLength

func (x *Address) GetPrefixLength() int32

func (*Address) GetPurpose

func (x *Address) GetPurpose() string

func (*Address) GetRegion

func (x *Address) GetRegion() string
func (x *Address) GetSelfLink() string

func (*Address) GetStatus

func (x *Address) GetStatus() string

func (*Address) GetSubnetwork

func (x *Address) GetSubnetwork() string

func (*Address) GetUsers

func (x *Address) GetUsers() []string

func (*Address) ProtoMessage

func (*Address) ProtoMessage()

func (*Address) ProtoReflect

func (x *Address) ProtoReflect() protoreflect.Message

func (*Address) Reset

func (x *Address) Reset()

func (*Address) String

func (x *Address) String() string

type AddressAggregatedList

type AddressAggregatedList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of AddressesScopedList resources.
	Items map[string]*AddressesScopedList `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// [Output Only] Type of resource. Always compute#addressAggregatedList for aggregated lists of addresses.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Unreachable resources.
	Unreachables []string `protobuf:"bytes,243372063,rep,name=unreachables,proto3" json:"unreachables,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*AddressAggregatedList) Descriptor

func (*AddressAggregatedList) Descriptor() ([]byte, []int)

Deprecated: Use AddressAggregatedList.ProtoReflect.Descriptor instead.

func (*AddressAggregatedList) GetId

func (x *AddressAggregatedList) GetId() string

func (*AddressAggregatedList) GetItems

func (*AddressAggregatedList) GetKind

func (x *AddressAggregatedList) GetKind() string

func (*AddressAggregatedList) GetNextPageToken

func (x *AddressAggregatedList) GetNextPageToken() string
func (x *AddressAggregatedList) GetSelfLink() string

func (*AddressAggregatedList) GetUnreachables

func (x *AddressAggregatedList) GetUnreachables() []string

func (*AddressAggregatedList) GetWarning

func (x *AddressAggregatedList) GetWarning() *Warning

func (*AddressAggregatedList) ProtoMessage

func (*AddressAggregatedList) ProtoMessage()

func (*AddressAggregatedList) ProtoReflect

func (x *AddressAggregatedList) ProtoReflect() protoreflect.Message

func (*AddressAggregatedList) Reset

func (x *AddressAggregatedList) Reset()

func (*AddressAggregatedList) String

func (x *AddressAggregatedList) String() string

type AddressList

type AddressList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of Address resources.
	Items []*Address `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] Type of resource. Always compute#addressList for lists of addresses.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

Contains a list of addresses.

func (*AddressList) Descriptor

func (*AddressList) Descriptor() ([]byte, []int)

Deprecated: Use AddressList.ProtoReflect.Descriptor instead.

func (*AddressList) GetId

func (x *AddressList) GetId() string

func (*AddressList) GetItems

func (x *AddressList) GetItems() []*Address

func (*AddressList) GetKind

func (x *AddressList) GetKind() string

func (*AddressList) GetNextPageToken

func (x *AddressList) GetNextPageToken() string
func (x *AddressList) GetSelfLink() string

func (*AddressList) GetWarning

func (x *AddressList) GetWarning() *Warning

func (*AddressList) ProtoMessage

func (*AddressList) ProtoMessage()

func (*AddressList) ProtoReflect

func (x *AddressList) ProtoReflect() protoreflect.Message

func (*AddressList) Reset

func (x *AddressList) Reset()

func (*AddressList) String

func (x *AddressList) String() string

type Address_AddressType

type Address_AddressType int32

The type of address to reserve, either INTERNAL or EXTERNAL. If unspecified, defaults to EXTERNAL.

const (
	// A value indicating that the enum field is not set.
	Address_UNDEFINED_ADDRESS_TYPE Address_AddressType = 0
	// A publicly visible external IP address.
	Address_EXTERNAL Address_AddressType = 35607499
	// A private network IP address, for use with an Instance or Internal Load Balancer forwarding rule.
	Address_INTERNAL         Address_AddressType = 279295677
	Address_UNSPECIFIED_TYPE Address_AddressType = 53933922
)

func (Address_AddressType) Descriptor

func (Address_AddressType) Enum

func (Address_AddressType) EnumDescriptor

func (Address_AddressType) EnumDescriptor() ([]byte, []int)

Deprecated: Use Address_AddressType.Descriptor instead.

func (Address_AddressType) Number

func (Address_AddressType) String

func (x Address_AddressType) String() string

func (Address_AddressType) Type

type Address_IpVersion

type Address_IpVersion int32

The IP version that will be used by this address. Valid options are IPV4 or IPV6.

const (
	// A value indicating that the enum field is not set.
	Address_UNDEFINED_IP_VERSION Address_IpVersion = 0
	Address_IPV4                 Address_IpVersion = 2254341
	Address_IPV6                 Address_IpVersion = 2254343
	Address_UNSPECIFIED_VERSION  Address_IpVersion = 21850000
)

func (Address_IpVersion) Descriptor

func (Address_IpVersion) Enum

func (Address_IpVersion) EnumDescriptor

func (Address_IpVersion) EnumDescriptor() ([]byte, []int)

Deprecated: Use Address_IpVersion.Descriptor instead.

func (Address_IpVersion) Number

func (Address_IpVersion) String

func (x Address_IpVersion) String() string

func (Address_IpVersion) Type

type Address_Ipv6EndpointType

type Address_Ipv6EndpointType int32

The endpoint type of this address, which should be VM or NETLB. This is used for deciding which type of endpoint this address can be used after the external IPv6 address reservation.

const (
	// A value indicating that the enum field is not set.
	Address_UNDEFINED_IPV6_ENDPOINT_TYPE Address_Ipv6EndpointType = 0
	// Reserved IPv6 address can be used on network load balancer.
	Address_NETLB Address_Ipv6EndpointType = 74173363
	// Reserved IPv6 address can be used on VM.
	Address_VM Address_Ipv6EndpointType = 2743
)

func (Address_Ipv6EndpointType) Descriptor

func (Address_Ipv6EndpointType) Enum

func (Address_Ipv6EndpointType) EnumDescriptor

func (Address_Ipv6EndpointType) EnumDescriptor() ([]byte, []int)

Deprecated: Use Address_Ipv6EndpointType.Descriptor instead.

func (Address_Ipv6EndpointType) Number

func (Address_Ipv6EndpointType) String

func (x Address_Ipv6EndpointType) String() string

func (Address_Ipv6EndpointType) Type

type Address_NetworkTier

type Address_NetworkTier int32

This signifies the networking tier used for configuring this address and can only take the following values: PREMIUM or STANDARD. Internal IP addresses are always Premium Tier; global external IP addresses are always Premium Tier; regional external IP addresses can be either Standard or Premium Tier. If this field is not specified, it is assumed to be PREMIUM.

const (
	// A value indicating that the enum field is not set.
	Address_UNDEFINED_NETWORK_TIER Address_NetworkTier = 0
	// Public internet quality with fixed bandwidth.
	Address_FIXED_STANDARD Address_NetworkTier = 310464328
	// High quality, Google-grade network tier, support for all networking products.
	Address_PREMIUM Address_NetworkTier = 399530551
	// Public internet quality, only limited support for other networking products.
	Address_STANDARD Address_NetworkTier = 484642493
	// (Output only) Temporary tier for FIXED_STANDARD when fixed standard tier is expired or not configured.
	Address_STANDARD_OVERRIDES_FIXED_STANDARD Address_NetworkTier = 465847234
)

func (Address_NetworkTier) Descriptor

func (Address_NetworkTier) Enum

func (Address_NetworkTier) EnumDescriptor

func (Address_NetworkTier) EnumDescriptor() ([]byte, []int)

Deprecated: Use Address_NetworkTier.Descriptor instead.

func (Address_NetworkTier) Number

func (Address_NetworkTier) String

func (x Address_NetworkTier) String() string

func (Address_NetworkTier) Type

type Address_Purpose

type Address_Purpose int32

The purpose of this resource, which can be one of the following values: - GCE_ENDPOINT for addresses that are used by VM instances, alias IP ranges, load balancers, and similar resources. - DNS_RESOLVER for a DNS resolver address in a subnetwork for a Cloud DNS inbound forwarder IP addresses (regional internal IP address in a subnet of a VPC network) - VPC_PEERING for global internal IP addresses used for private services access allocated ranges. - NAT_AUTO for the regional external IP addresses used by Cloud NAT when allocating addresses using automatic NAT IP address allocation. - IPSEC_INTERCONNECT for addresses created from a private IP range that are reserved for a VLAN attachment in an *HA VPN over Cloud Interconnect* configuration. These addresses are regional resources. - `SHARED_LOADBALANCER_VIP` for an internal IP address that is assigned to multiple internal forwarding rules. - `PRIVATE_SERVICE_CONNECT` for a private network address that is used to configure Private Service Connect. Only global internal addresses can use this purpose.

const (
	// A value indicating that the enum field is not set.
	Address_UNDEFINED_PURPOSE Address_Purpose = 0
	// DNS resolver address in the subnetwork.
	Address_DNS_RESOLVER Address_Purpose = 476114556
	// VM internal/alias IP, Internal LB service IP, etc.
	Address_GCE_ENDPOINT Address_Purpose = 230515243
	// A regional internal IP address range reserved for the VLAN attachment that is used in HA VPN over Cloud Interconnect. This regional internal IP address range must not overlap with any IP address range of subnet/route in the VPC network and its peering networks. After the VLAN attachment is created with the reserved IP address range, when creating a new VPN gateway, its interface IP address is allocated from the associated VLAN attachment’s IP address range.
	Address_IPSEC_INTERCONNECT Address_Purpose = 340437251
	// External IP automatically reserved for Cloud NAT.
	Address_NAT_AUTO Address_Purpose = 163666477
	// A private network IP address that can be used to configure Private Service Connect. This purpose can be specified only for GLOBAL addresses of Type INTERNAL
	Address_PRIVATE_SERVICE_CONNECT Address_Purpose = 48134724
	// A regional internal IP address range reserved for Serverless.
	Address_SERVERLESS Address_Purpose = 270492508
	// A private network IP address that can be shared by multiple Internal Load Balancer forwarding rules.
	Address_SHARED_LOADBALANCER_VIP Address_Purpose = 294447572
	// IP range for peer networks.
	Address_VPC_PEERING Address_Purpose = 400800170
)

func (Address_Purpose) Descriptor

func (Address_Purpose) Enum

func (x Address_Purpose) Enum() *Address_Purpose

func (Address_Purpose) EnumDescriptor

func (Address_Purpose) EnumDescriptor() ([]byte, []int)

Deprecated: Use Address_Purpose.Descriptor instead.

func (Address_Purpose) Number

func (Address_Purpose) String

func (x Address_Purpose) String() string

func (Address_Purpose) Type

type Address_Status

type Address_Status int32

[Output Only] The status of the address, which can be one of RESERVING, RESERVED, or IN_USE. An address that is RESERVING is currently in the process of being reserved. A RESERVED address is currently reserved and available to use. An IN_USE address is currently being used by another resource and is not available.

const (
	// A value indicating that the enum field is not set.
	Address_UNDEFINED_STATUS Address_Status = 0
	// Address is being used by another resource and is not available.
	Address_IN_USE Address_Status = 17393485
	// Address is reserved and available to use.
	Address_RESERVED Address_Status = 432241448
	// Address is being reserved.
	Address_RESERVING Address_Status = 514587225
)

func (Address_Status) Descriptor

func (Address_Status) Enum

func (x Address_Status) Enum() *Address_Status

func (Address_Status) EnumDescriptor

func (Address_Status) EnumDescriptor() ([]byte, []int)

Deprecated: Use Address_Status.Descriptor instead.

func (Address_Status) Number

func (Address_Status) String

func (x Address_Status) String() string

func (Address_Status) Type

type AddressesClient

type AddressesClient interface {
	// Retrieves an aggregated list of addresses.
	AggregatedList(ctx context.Context, in *AggregatedListAddressesRequest, opts ...grpc.CallOption) (*AddressAggregatedList, error)
	// Deletes the specified address resource.
	Delete(ctx context.Context, in *DeleteAddressRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified address resource.
	Get(ctx context.Context, in *GetAddressRequest, opts ...grpc.CallOption) (*Address, error)
	// Creates an address resource in the specified project by using the data included in the request.
	Insert(ctx context.Context, in *InsertAddressRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves a list of addresses contained within the specified region.
	List(ctx context.Context, in *ListAddressesRequest, opts ...grpc.CallOption) (*AddressList, error)
	// Moves the specified address resource.
	Move(ctx context.Context, in *MoveAddressRequest, opts ...grpc.CallOption) (*Operation, error)
	// Sets the labels on an Address. To learn more about labels, read the Labeling Resources documentation.
	SetLabels(ctx context.Context, in *SetLabelsAddressRequest, opts ...grpc.CallOption) (*Operation, error)
}

AddressesClient is the client API for Addresses service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewAddressesClient

func NewAddressesClient(cc grpc.ClientConnInterface) AddressesClient

type AddressesScopedList

type AddressesScopedList struct {

	// [Output Only] A list of addresses contained in this scope.
	Addresses []*Address `protobuf:"bytes,337673122,rep,name=addresses,proto3" json:"addresses,omitempty"`
	// [Output Only] Informational warning which replaces the list of addresses when the list is empty.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*AddressesScopedList) Descriptor

func (*AddressesScopedList) Descriptor() ([]byte, []int)

Deprecated: Use AddressesScopedList.ProtoReflect.Descriptor instead.

func (*AddressesScopedList) GetAddresses

func (x *AddressesScopedList) GetAddresses() []*Address

func (*AddressesScopedList) GetWarning

func (x *AddressesScopedList) GetWarning() *Warning

func (*AddressesScopedList) ProtoMessage

func (*AddressesScopedList) ProtoMessage()

func (*AddressesScopedList) ProtoReflect

func (x *AddressesScopedList) ProtoReflect() protoreflect.Message

func (*AddressesScopedList) Reset

func (x *AddressesScopedList) Reset()

func (*AddressesScopedList) String

func (x *AddressesScopedList) String() string

type AddressesServer

type AddressesServer interface {
	// Retrieves an aggregated list of addresses.
	AggregatedList(context.Context, *AggregatedListAddressesRequest) (*AddressAggregatedList, error)
	// Deletes the specified address resource.
	Delete(context.Context, *DeleteAddressRequest) (*Operation, error)
	// Returns the specified address resource.
	Get(context.Context, *GetAddressRequest) (*Address, error)
	// Creates an address resource in the specified project by using the data included in the request.
	Insert(context.Context, *InsertAddressRequest) (*Operation, error)
	// Retrieves a list of addresses contained within the specified region.
	List(context.Context, *ListAddressesRequest) (*AddressList, error)
	// Moves the specified address resource.
	Move(context.Context, *MoveAddressRequest) (*Operation, error)
	// Sets the labels on an Address. To learn more about labels, read the Labeling Resources documentation.
	SetLabels(context.Context, *SetLabelsAddressRequest) (*Operation, error)
}

AddressesServer is the server API for Addresses service.

type AdvancedMachineFeatures

type AdvancedMachineFeatures struct {

	// Whether to enable nested virtualization or not (default is false).
	EnableNestedVirtualization *bool `protobuf:"varint,16639365,opt,name=enable_nested_virtualization,json=enableNestedVirtualization,proto3,oneof" json:"enable_nested_virtualization,omitempty"`
	// Whether to enable UEFI networking for instance creation.
	EnableUefiNetworking *bool `protobuf:"varint,334485668,opt,name=enable_uefi_networking,json=enableUefiNetworking,proto3,oneof" json:"enable_uefi_networking,omitempty"`
	// The number of threads per physical core. To disable simultaneous multithreading (SMT) set this to 1. If unset, the maximum number of threads supported per core by the underlying processor is assumed.
	ThreadsPerCore *int32 `protobuf:"varint,352611671,opt,name=threads_per_core,json=threadsPerCore,proto3,oneof" json:"threads_per_core,omitempty"`
	// The number of physical cores to expose to an instance. Multiply by the number of threads per core to compute the total number of virtual CPUs to expose to the instance. If unset, the number of cores is inferred from the instance's nominal CPU count and the underlying platform's SMT width.
	VisibleCoreCount *int32 `protobuf:"varint,193198684,opt,name=visible_core_count,json=visibleCoreCount,proto3,oneof" json:"visible_core_count,omitempty"`
	// contains filtered or unexported fields
}

Specifies options for controlling advanced machine features. Options that would traditionally be configured in a BIOS belong here. Features that require operating system support may have corresponding entries in the GuestOsFeatures of an Image (e.g., whether or not the OS in the Image supports nested virtualization being enabled or disabled).

func (*AdvancedMachineFeatures) Descriptor

func (*AdvancedMachineFeatures) Descriptor() ([]byte, []int)

Deprecated: Use AdvancedMachineFeatures.ProtoReflect.Descriptor instead.

func (*AdvancedMachineFeatures) GetEnableNestedVirtualization

func (x *AdvancedMachineFeatures) GetEnableNestedVirtualization() bool

func (*AdvancedMachineFeatures) GetEnableUefiNetworking

func (x *AdvancedMachineFeatures) GetEnableUefiNetworking() bool

func (*AdvancedMachineFeatures) GetThreadsPerCore

func (x *AdvancedMachineFeatures) GetThreadsPerCore() int32

func (*AdvancedMachineFeatures) GetVisibleCoreCount

func (x *AdvancedMachineFeatures) GetVisibleCoreCount() int32

func (*AdvancedMachineFeatures) ProtoMessage

func (*AdvancedMachineFeatures) ProtoMessage()

func (*AdvancedMachineFeatures) ProtoReflect

func (x *AdvancedMachineFeatures) ProtoReflect() protoreflect.Message

func (*AdvancedMachineFeatures) Reset

func (x *AdvancedMachineFeatures) Reset()

func (*AdvancedMachineFeatures) String

func (x *AdvancedMachineFeatures) String() string

type AggregatedListAcceleratorTypesRequest

type AggregatedListAcceleratorTypesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.
	IncludeAllScopes *bool `protobuf:"varint,391327988,opt,name=include_all_scopes,json=includeAllScopes,proto3,oneof" json:"include_all_scopes,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for AcceleratorTypes.AggregatedList. See the method description for details.

func (*AggregatedListAcceleratorTypesRequest) Descriptor

func (*AggregatedListAcceleratorTypesRequest) Descriptor() ([]byte, []int)

Deprecated: Use AggregatedListAcceleratorTypesRequest.ProtoReflect.Descriptor instead.

func (*AggregatedListAcceleratorTypesRequest) GetFilter

func (*AggregatedListAcceleratorTypesRequest) GetIncludeAllScopes

func (x *AggregatedListAcceleratorTypesRequest) GetIncludeAllScopes() bool

func (*AggregatedListAcceleratorTypesRequest) GetMaxResults

func (x *AggregatedListAcceleratorTypesRequest) GetMaxResults() uint32

func (*AggregatedListAcceleratorTypesRequest) GetOrderBy

func (*AggregatedListAcceleratorTypesRequest) GetPageToken

func (*AggregatedListAcceleratorTypesRequest) GetProject

func (*AggregatedListAcceleratorTypesRequest) GetReturnPartialSuccess

func (x *AggregatedListAcceleratorTypesRequest) GetReturnPartialSuccess() bool

func (*AggregatedListAcceleratorTypesRequest) ProtoMessage

func (*AggregatedListAcceleratorTypesRequest) ProtoMessage()

func (*AggregatedListAcceleratorTypesRequest) ProtoReflect

func (*AggregatedListAcceleratorTypesRequest) Reset

func (*AggregatedListAcceleratorTypesRequest) String

type AggregatedListAddressesRequest

type AggregatedListAddressesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.
	IncludeAllScopes *bool `protobuf:"varint,391327988,opt,name=include_all_scopes,json=includeAllScopes,proto3,oneof" json:"include_all_scopes,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for Addresses.AggregatedList. See the method description for details.

func (*AggregatedListAddressesRequest) Descriptor

func (*AggregatedListAddressesRequest) Descriptor() ([]byte, []int)

Deprecated: Use AggregatedListAddressesRequest.ProtoReflect.Descriptor instead.

func (*AggregatedListAddressesRequest) GetFilter

func (x *AggregatedListAddressesRequest) GetFilter() string

func (*AggregatedListAddressesRequest) GetIncludeAllScopes

func (x *AggregatedListAddressesRequest) GetIncludeAllScopes() bool

func (*AggregatedListAddressesRequest) GetMaxResults

func (x *AggregatedListAddressesRequest) GetMaxResults() uint32

func (*AggregatedListAddressesRequest) GetOrderBy

func (x *AggregatedListAddressesRequest) GetOrderBy() string

func (*AggregatedListAddressesRequest) GetPageToken

func (x *AggregatedListAddressesRequest) GetPageToken() string

func (*AggregatedListAddressesRequest) GetProject

func (x *AggregatedListAddressesRequest) GetProject() string

func (*AggregatedListAddressesRequest) GetReturnPartialSuccess

func (x *AggregatedListAddressesRequest) GetReturnPartialSuccess() bool

func (*AggregatedListAddressesRequest) ProtoMessage

func (*AggregatedListAddressesRequest) ProtoMessage()

func (*AggregatedListAddressesRequest) ProtoReflect

func (*AggregatedListAddressesRequest) Reset

func (x *AggregatedListAddressesRequest) Reset()

func (*AggregatedListAddressesRequest) String

type AggregatedListAutoscalersRequest

type AggregatedListAutoscalersRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.
	IncludeAllScopes *bool `protobuf:"varint,391327988,opt,name=include_all_scopes,json=includeAllScopes,proto3,oneof" json:"include_all_scopes,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for Autoscalers.AggregatedList. See the method description for details.

func (*AggregatedListAutoscalersRequest) Descriptor

func (*AggregatedListAutoscalersRequest) Descriptor() ([]byte, []int)

Deprecated: Use AggregatedListAutoscalersRequest.ProtoReflect.Descriptor instead.

func (*AggregatedListAutoscalersRequest) GetFilter

func (*AggregatedListAutoscalersRequest) GetIncludeAllScopes

func (x *AggregatedListAutoscalersRequest) GetIncludeAllScopes() bool

func (*AggregatedListAutoscalersRequest) GetMaxResults

func (x *AggregatedListAutoscalersRequest) GetMaxResults() uint32

func (*AggregatedListAutoscalersRequest) GetOrderBy

func (x *AggregatedListAutoscalersRequest) GetOrderBy() string

func (*AggregatedListAutoscalersRequest) GetPageToken

func (x *AggregatedListAutoscalersRequest) GetPageToken() string

func (*AggregatedListAutoscalersRequest) GetProject

func (x *AggregatedListAutoscalersRequest) GetProject() string

func (*AggregatedListAutoscalersRequest) GetReturnPartialSuccess

func (x *AggregatedListAutoscalersRequest) GetReturnPartialSuccess() bool

func (*AggregatedListAutoscalersRequest) ProtoMessage

func (*AggregatedListAutoscalersRequest) ProtoMessage()

func (*AggregatedListAutoscalersRequest) ProtoReflect

func (*AggregatedListAutoscalersRequest) Reset

func (*AggregatedListAutoscalersRequest) String

type AggregatedListBackendServicesRequest

type AggregatedListBackendServicesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.
	IncludeAllScopes *bool `protobuf:"varint,391327988,opt,name=include_all_scopes,json=includeAllScopes,proto3,oneof" json:"include_all_scopes,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Name of the project scoping this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for BackendServices.AggregatedList. See the method description for details.

func (*AggregatedListBackendServicesRequest) Descriptor

func (*AggregatedListBackendServicesRequest) Descriptor() ([]byte, []int)

Deprecated: Use AggregatedListBackendServicesRequest.ProtoReflect.Descriptor instead.

func (*AggregatedListBackendServicesRequest) GetFilter

func (*AggregatedListBackendServicesRequest) GetIncludeAllScopes

func (x *AggregatedListBackendServicesRequest) GetIncludeAllScopes() bool

func (*AggregatedListBackendServicesRequest) GetMaxResults

func (x *AggregatedListBackendServicesRequest) GetMaxResults() uint32

func (*AggregatedListBackendServicesRequest) GetOrderBy

func (*AggregatedListBackendServicesRequest) GetPageToken

func (x *AggregatedListBackendServicesRequest) GetPageToken() string

func (*AggregatedListBackendServicesRequest) GetProject

func (*AggregatedListBackendServicesRequest) GetReturnPartialSuccess

func (x *AggregatedListBackendServicesRequest) GetReturnPartialSuccess() bool

func (*AggregatedListBackendServicesRequest) ProtoMessage

func (*AggregatedListBackendServicesRequest) ProtoMessage()

func (*AggregatedListBackendServicesRequest) ProtoReflect

func (*AggregatedListBackendServicesRequest) Reset

func (*AggregatedListBackendServicesRequest) String

type AggregatedListDiskTypesRequest

type AggregatedListDiskTypesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.
	IncludeAllScopes *bool `protobuf:"varint,391327988,opt,name=include_all_scopes,json=includeAllScopes,proto3,oneof" json:"include_all_scopes,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for DiskTypes.AggregatedList. See the method description for details.

func (*AggregatedListDiskTypesRequest) Descriptor

func (*AggregatedListDiskTypesRequest) Descriptor() ([]byte, []int)

Deprecated: Use AggregatedListDiskTypesRequest.ProtoReflect.Descriptor instead.

func (*AggregatedListDiskTypesRequest) GetFilter

func (x *AggregatedListDiskTypesRequest) GetFilter() string

func (*AggregatedListDiskTypesRequest) GetIncludeAllScopes

func (x *AggregatedListDiskTypesRequest) GetIncludeAllScopes() bool

func (*AggregatedListDiskTypesRequest) GetMaxResults

func (x *AggregatedListDiskTypesRequest) GetMaxResults() uint32

func (*AggregatedListDiskTypesRequest) GetOrderBy

func (x *AggregatedListDiskTypesRequest) GetOrderBy() string

func (*AggregatedListDiskTypesRequest) GetPageToken

func (x *AggregatedListDiskTypesRequest) GetPageToken() string

func (*AggregatedListDiskTypesRequest) GetProject

func (x *AggregatedListDiskTypesRequest) GetProject() string

func (*AggregatedListDiskTypesRequest) GetReturnPartialSuccess

func (x *AggregatedListDiskTypesRequest) GetReturnPartialSuccess() bool

func (*AggregatedListDiskTypesRequest) ProtoMessage

func (*AggregatedListDiskTypesRequest) ProtoMessage()

func (*AggregatedListDiskTypesRequest) ProtoReflect

func (*AggregatedListDiskTypesRequest) Reset

func (x *AggregatedListDiskTypesRequest) Reset()

func (*AggregatedListDiskTypesRequest) String

type AggregatedListDisksRequest

type AggregatedListDisksRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.
	IncludeAllScopes *bool `protobuf:"varint,391327988,opt,name=include_all_scopes,json=includeAllScopes,proto3,oneof" json:"include_all_scopes,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for Disks.AggregatedList. See the method description for details.

func (*AggregatedListDisksRequest) Descriptor

func (*AggregatedListDisksRequest) Descriptor() ([]byte, []int)

Deprecated: Use AggregatedListDisksRequest.ProtoReflect.Descriptor instead.

func (*AggregatedListDisksRequest) GetFilter

func (x *AggregatedListDisksRequest) GetFilter() string

func (*AggregatedListDisksRequest) GetIncludeAllScopes

func (x *AggregatedListDisksRequest) GetIncludeAllScopes() bool

func (*AggregatedListDisksRequest) GetMaxResults

func (x *AggregatedListDisksRequest) GetMaxResults() uint32

func (*AggregatedListDisksRequest) GetOrderBy

func (x *AggregatedListDisksRequest) GetOrderBy() string

func (*AggregatedListDisksRequest) GetPageToken

func (x *AggregatedListDisksRequest) GetPageToken() string

func (*AggregatedListDisksRequest) GetProject

func (x *AggregatedListDisksRequest) GetProject() string

func (*AggregatedListDisksRequest) GetReturnPartialSuccess

func (x *AggregatedListDisksRequest) GetReturnPartialSuccess() bool

func (*AggregatedListDisksRequest) ProtoMessage

func (*AggregatedListDisksRequest) ProtoMessage()

func (*AggregatedListDisksRequest) ProtoReflect

func (*AggregatedListDisksRequest) Reset

func (x *AggregatedListDisksRequest) Reset()

func (*AggregatedListDisksRequest) String

func (x *AggregatedListDisksRequest) String() string

type AggregatedListForwardingRulesRequest

type AggregatedListForwardingRulesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.
	IncludeAllScopes *bool `protobuf:"varint,391327988,opt,name=include_all_scopes,json=includeAllScopes,proto3,oneof" json:"include_all_scopes,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for ForwardingRules.AggregatedList. See the method description for details.

func (*AggregatedListForwardingRulesRequest) Descriptor

func (*AggregatedListForwardingRulesRequest) Descriptor() ([]byte, []int)

Deprecated: Use AggregatedListForwardingRulesRequest.ProtoReflect.Descriptor instead.

func (*AggregatedListForwardingRulesRequest) GetFilter

func (*AggregatedListForwardingRulesRequest) GetIncludeAllScopes

func (x *AggregatedListForwardingRulesRequest) GetIncludeAllScopes() bool

func (*AggregatedListForwardingRulesRequest) GetMaxResults

func (x *AggregatedListForwardingRulesRequest) GetMaxResults() uint32

func (*AggregatedListForwardingRulesRequest) GetOrderBy

func (*AggregatedListForwardingRulesRequest) GetPageToken

func (x *AggregatedListForwardingRulesRequest) GetPageToken() string

func (*AggregatedListForwardingRulesRequest) GetProject

func (*AggregatedListForwardingRulesRequest) GetReturnPartialSuccess

func (x *AggregatedListForwardingRulesRequest) GetReturnPartialSuccess() bool

func (*AggregatedListForwardingRulesRequest) ProtoMessage

func (*AggregatedListForwardingRulesRequest) ProtoMessage()

func (*AggregatedListForwardingRulesRequest) ProtoReflect

func (*AggregatedListForwardingRulesRequest) Reset

func (*AggregatedListForwardingRulesRequest) String

type AggregatedListGlobalOperationsRequest

type AggregatedListGlobalOperationsRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.
	IncludeAllScopes *bool `protobuf:"varint,391327988,opt,name=include_all_scopes,json=includeAllScopes,proto3,oneof" json:"include_all_scopes,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for GlobalOperations.AggregatedList. See the method description for details.

func (*AggregatedListGlobalOperationsRequest) Descriptor

func (*AggregatedListGlobalOperationsRequest) Descriptor() ([]byte, []int)

Deprecated: Use AggregatedListGlobalOperationsRequest.ProtoReflect.Descriptor instead.

func (*AggregatedListGlobalOperationsRequest) GetFilter

func (*AggregatedListGlobalOperationsRequest) GetIncludeAllScopes

func (x *AggregatedListGlobalOperationsRequest) GetIncludeAllScopes() bool

func (*AggregatedListGlobalOperationsRequest) GetMaxResults

func (x *AggregatedListGlobalOperationsRequest) GetMaxResults() uint32

func (*AggregatedListGlobalOperationsRequest) GetOrderBy

func (*AggregatedListGlobalOperationsRequest) GetPageToken

func (*AggregatedListGlobalOperationsRequest) GetProject

func (*AggregatedListGlobalOperationsRequest) GetReturnPartialSuccess

func (x *AggregatedListGlobalOperationsRequest) GetReturnPartialSuccess() bool

func (*AggregatedListGlobalOperationsRequest) ProtoMessage

func (*AggregatedListGlobalOperationsRequest) ProtoMessage()

func (*AggregatedListGlobalOperationsRequest) ProtoReflect

func (*AggregatedListGlobalOperationsRequest) Reset

func (*AggregatedListGlobalOperationsRequest) String

type AggregatedListHealthChecksRequest

type AggregatedListHealthChecksRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.
	IncludeAllScopes *bool `protobuf:"varint,391327988,opt,name=include_all_scopes,json=includeAllScopes,proto3,oneof" json:"include_all_scopes,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Name of the project scoping this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for HealthChecks.AggregatedList. See the method description for details.

func (*AggregatedListHealthChecksRequest) Descriptor

func (*AggregatedListHealthChecksRequest) Descriptor() ([]byte, []int)

Deprecated: Use AggregatedListHealthChecksRequest.ProtoReflect.Descriptor instead.

func (*AggregatedListHealthChecksRequest) GetFilter

func (*AggregatedListHealthChecksRequest) GetIncludeAllScopes

func (x *AggregatedListHealthChecksRequest) GetIncludeAllScopes() bool

func (*AggregatedListHealthChecksRequest) GetMaxResults

func (x *AggregatedListHealthChecksRequest) GetMaxResults() uint32

func (*AggregatedListHealthChecksRequest) GetOrderBy

func (x *AggregatedListHealthChecksRequest) GetOrderBy() string

func (*AggregatedListHealthChecksRequest) GetPageToken

func (x *AggregatedListHealthChecksRequest) GetPageToken() string

func (*AggregatedListHealthChecksRequest) GetProject

func (x *AggregatedListHealthChecksRequest) GetProject() string

func (*AggregatedListHealthChecksRequest) GetReturnPartialSuccess

func (x *AggregatedListHealthChecksRequest) GetReturnPartialSuccess() bool

func (*AggregatedListHealthChecksRequest) ProtoMessage

func (*AggregatedListHealthChecksRequest) ProtoMessage()

func (*AggregatedListHealthChecksRequest) ProtoReflect

func (*AggregatedListHealthChecksRequest) Reset

func (*AggregatedListHealthChecksRequest) String

type AggregatedListInstanceGroupManagersRequest

type AggregatedListInstanceGroupManagersRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.
	IncludeAllScopes *bool `protobuf:"varint,391327988,opt,name=include_all_scopes,json=includeAllScopes,proto3,oneof" json:"include_all_scopes,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for InstanceGroupManagers.AggregatedList. See the method description for details.

func (*AggregatedListInstanceGroupManagersRequest) Descriptor

Deprecated: Use AggregatedListInstanceGroupManagersRequest.ProtoReflect.Descriptor instead.

func (*AggregatedListInstanceGroupManagersRequest) GetFilter

func (*AggregatedListInstanceGroupManagersRequest) GetIncludeAllScopes

func (x *AggregatedListInstanceGroupManagersRequest) GetIncludeAllScopes() bool

func (*AggregatedListInstanceGroupManagersRequest) GetMaxResults

func (*AggregatedListInstanceGroupManagersRequest) GetOrderBy

func (*AggregatedListInstanceGroupManagersRequest) GetPageToken

func (*AggregatedListInstanceGroupManagersRequest) GetProject

func (*AggregatedListInstanceGroupManagersRequest) GetReturnPartialSuccess

func (x *AggregatedListInstanceGroupManagersRequest) GetReturnPartialSuccess() bool

func (*AggregatedListInstanceGroupManagersRequest) ProtoMessage

func (*AggregatedListInstanceGroupManagersRequest) ProtoReflect

func (*AggregatedListInstanceGroupManagersRequest) Reset

func (*AggregatedListInstanceGroupManagersRequest) String

type AggregatedListInstanceGroupsRequest

type AggregatedListInstanceGroupsRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.
	IncludeAllScopes *bool `protobuf:"varint,391327988,opt,name=include_all_scopes,json=includeAllScopes,proto3,oneof" json:"include_all_scopes,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for InstanceGroups.AggregatedList. See the method description for details.

func (*AggregatedListInstanceGroupsRequest) Descriptor

func (*AggregatedListInstanceGroupsRequest) Descriptor() ([]byte, []int)

Deprecated: Use AggregatedListInstanceGroupsRequest.ProtoReflect.Descriptor instead.

func (*AggregatedListInstanceGroupsRequest) GetFilter

func (*AggregatedListInstanceGroupsRequest) GetIncludeAllScopes

func (x *AggregatedListInstanceGroupsRequest) GetIncludeAllScopes() bool

func (*AggregatedListInstanceGroupsRequest) GetMaxResults

func (x *AggregatedListInstanceGroupsRequest) GetMaxResults() uint32

func (*AggregatedListInstanceGroupsRequest) GetOrderBy

func (*AggregatedListInstanceGroupsRequest) GetPageToken

func (x *AggregatedListInstanceGroupsRequest) GetPageToken() string

func (*AggregatedListInstanceGroupsRequest) GetProject

func (*AggregatedListInstanceGroupsRequest) GetReturnPartialSuccess

func (x *AggregatedListInstanceGroupsRequest) GetReturnPartialSuccess() bool

func (*AggregatedListInstanceGroupsRequest) ProtoMessage

func (*AggregatedListInstanceGroupsRequest) ProtoMessage()

func (*AggregatedListInstanceGroupsRequest) ProtoReflect

func (*AggregatedListInstanceGroupsRequest) Reset

func (*AggregatedListInstanceGroupsRequest) String

type AggregatedListInstanceTemplatesRequest

type AggregatedListInstanceTemplatesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.
	IncludeAllScopes *bool `protobuf:"varint,391327988,opt,name=include_all_scopes,json=includeAllScopes,proto3,oneof" json:"include_all_scopes,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Name of the project scoping this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for InstanceTemplates.AggregatedList. See the method description for details.

func (*AggregatedListInstanceTemplatesRequest) Descriptor

func (*AggregatedListInstanceTemplatesRequest) Descriptor() ([]byte, []int)

Deprecated: Use AggregatedListInstanceTemplatesRequest.ProtoReflect.Descriptor instead.

func (*AggregatedListInstanceTemplatesRequest) GetFilter

func (*AggregatedListInstanceTemplatesRequest) GetIncludeAllScopes

func (x *AggregatedListInstanceTemplatesRequest) GetIncludeAllScopes() bool

func (*AggregatedListInstanceTemplatesRequest) GetMaxResults

func (*AggregatedListInstanceTemplatesRequest) GetOrderBy

func (*AggregatedListInstanceTemplatesRequest) GetPageToken

func (*AggregatedListInstanceTemplatesRequest) GetProject

func (*AggregatedListInstanceTemplatesRequest) GetReturnPartialSuccess

func (x *AggregatedListInstanceTemplatesRequest) GetReturnPartialSuccess() bool

func (*AggregatedListInstanceTemplatesRequest) ProtoMessage

func (*AggregatedListInstanceTemplatesRequest) ProtoReflect

func (*AggregatedListInstanceTemplatesRequest) Reset

func (*AggregatedListInstanceTemplatesRequest) String

type AggregatedListInstancesRequest

type AggregatedListInstancesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.
	IncludeAllScopes *bool `protobuf:"varint,391327988,opt,name=include_all_scopes,json=includeAllScopes,proto3,oneof" json:"include_all_scopes,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for Instances.AggregatedList. See the method description for details.

func (*AggregatedListInstancesRequest) Descriptor

func (*AggregatedListInstancesRequest) Descriptor() ([]byte, []int)

Deprecated: Use AggregatedListInstancesRequest.ProtoReflect.Descriptor instead.

func (*AggregatedListInstancesRequest) GetFilter

func (x *AggregatedListInstancesRequest) GetFilter() string

func (*AggregatedListInstancesRequest) GetIncludeAllScopes

func (x *AggregatedListInstancesRequest) GetIncludeAllScopes() bool

func (*AggregatedListInstancesRequest) GetMaxResults

func (x *AggregatedListInstancesRequest) GetMaxResults() uint32

func (*AggregatedListInstancesRequest) GetOrderBy

func (x *AggregatedListInstancesRequest) GetOrderBy() string

func (*AggregatedListInstancesRequest) GetPageToken

func (x *AggregatedListInstancesRequest) GetPageToken() string

func (*AggregatedListInstancesRequest) GetProject

func (x *AggregatedListInstancesRequest) GetProject() string

func (*AggregatedListInstancesRequest) GetReturnPartialSuccess

func (x *AggregatedListInstancesRequest) GetReturnPartialSuccess() bool

func (*AggregatedListInstancesRequest) ProtoMessage

func (*AggregatedListInstancesRequest) ProtoMessage()

func (*AggregatedListInstancesRequest) ProtoReflect

func (*AggregatedListInstancesRequest) Reset

func (x *AggregatedListInstancesRequest) Reset()

func (*AggregatedListInstancesRequest) String

type AggregatedListInterconnectAttachmentsRequest

type AggregatedListInterconnectAttachmentsRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.
	IncludeAllScopes *bool `protobuf:"varint,391327988,opt,name=include_all_scopes,json=includeAllScopes,proto3,oneof" json:"include_all_scopes,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for InterconnectAttachments.AggregatedList. See the method description for details.

func (*AggregatedListInterconnectAttachmentsRequest) Descriptor

Deprecated: Use AggregatedListInterconnectAttachmentsRequest.ProtoReflect.Descriptor instead.

func (*AggregatedListInterconnectAttachmentsRequest) GetFilter

func (*AggregatedListInterconnectAttachmentsRequest) GetIncludeAllScopes

func (x *AggregatedListInterconnectAttachmentsRequest) GetIncludeAllScopes() bool

func (*AggregatedListInterconnectAttachmentsRequest) GetMaxResults

func (*AggregatedListInterconnectAttachmentsRequest) GetOrderBy

func (*AggregatedListInterconnectAttachmentsRequest) GetPageToken

func (*AggregatedListInterconnectAttachmentsRequest) GetProject

func (*AggregatedListInterconnectAttachmentsRequest) GetReturnPartialSuccess

func (x *AggregatedListInterconnectAttachmentsRequest) GetReturnPartialSuccess() bool

func (*AggregatedListInterconnectAttachmentsRequest) ProtoMessage

func (*AggregatedListInterconnectAttachmentsRequest) ProtoReflect

func (*AggregatedListInterconnectAttachmentsRequest) Reset

func (*AggregatedListInterconnectAttachmentsRequest) String

type AggregatedListMachineTypesRequest

type AggregatedListMachineTypesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.
	IncludeAllScopes *bool `protobuf:"varint,391327988,opt,name=include_all_scopes,json=includeAllScopes,proto3,oneof" json:"include_all_scopes,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for MachineTypes.AggregatedList. See the method description for details.

func (*AggregatedListMachineTypesRequest) Descriptor

func (*AggregatedListMachineTypesRequest) Descriptor() ([]byte, []int)

Deprecated: Use AggregatedListMachineTypesRequest.ProtoReflect.Descriptor instead.

func (*AggregatedListMachineTypesRequest) GetFilter

func (*AggregatedListMachineTypesRequest) GetIncludeAllScopes

func (x *AggregatedListMachineTypesRequest) GetIncludeAllScopes() bool

func (*AggregatedListMachineTypesRequest) GetMaxResults

func (x *AggregatedListMachineTypesRequest) GetMaxResults() uint32

func (*AggregatedListMachineTypesRequest) GetOrderBy

func (x *AggregatedListMachineTypesRequest) GetOrderBy() string

func (*AggregatedListMachineTypesRequest) GetPageToken

func (x *AggregatedListMachineTypesRequest) GetPageToken() string

func (*AggregatedListMachineTypesRequest) GetProject

func (x *AggregatedListMachineTypesRequest) GetProject() string

func (*AggregatedListMachineTypesRequest) GetReturnPartialSuccess

func (x *AggregatedListMachineTypesRequest) GetReturnPartialSuccess() bool

func (*AggregatedListMachineTypesRequest) ProtoMessage

func (*AggregatedListMachineTypesRequest) ProtoMessage()

func (*AggregatedListMachineTypesRequest) ProtoReflect

func (*AggregatedListMachineTypesRequest) Reset

func (*AggregatedListMachineTypesRequest) String

type AggregatedListNetworkAttachmentsRequest

type AggregatedListNetworkAttachmentsRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.
	IncludeAllScopes *bool `protobuf:"varint,391327988,opt,name=include_all_scopes,json=includeAllScopes,proto3,oneof" json:"include_all_scopes,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for NetworkAttachments.AggregatedList. See the method description for details.

func (*AggregatedListNetworkAttachmentsRequest) Descriptor

func (*AggregatedListNetworkAttachmentsRequest) Descriptor() ([]byte, []int)

Deprecated: Use AggregatedListNetworkAttachmentsRequest.ProtoReflect.Descriptor instead.

func (*AggregatedListNetworkAttachmentsRequest) GetFilter

func (*AggregatedListNetworkAttachmentsRequest) GetIncludeAllScopes

func (x *AggregatedListNetworkAttachmentsRequest) GetIncludeAllScopes() bool

func (*AggregatedListNetworkAttachmentsRequest) GetMaxResults

func (*AggregatedListNetworkAttachmentsRequest) GetOrderBy

func (*AggregatedListNetworkAttachmentsRequest) GetPageToken

func (*AggregatedListNetworkAttachmentsRequest) GetProject

func (*AggregatedListNetworkAttachmentsRequest) GetReturnPartialSuccess

func (x *AggregatedListNetworkAttachmentsRequest) GetReturnPartialSuccess() bool

func (*AggregatedListNetworkAttachmentsRequest) ProtoMessage

func (*AggregatedListNetworkAttachmentsRequest) ProtoReflect

func (*AggregatedListNetworkAttachmentsRequest) Reset

func (*AggregatedListNetworkAttachmentsRequest) String

type AggregatedListNetworkEdgeSecurityServicesRequest

type AggregatedListNetworkEdgeSecurityServicesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.
	IncludeAllScopes *bool `protobuf:"varint,391327988,opt,name=include_all_scopes,json=includeAllScopes,proto3,oneof" json:"include_all_scopes,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Name of the project scoping this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for NetworkEdgeSecurityServices.AggregatedList. See the method description for details.

func (*AggregatedListNetworkEdgeSecurityServicesRequest) Descriptor

Deprecated: Use AggregatedListNetworkEdgeSecurityServicesRequest.ProtoReflect.Descriptor instead.

func (*AggregatedListNetworkEdgeSecurityServicesRequest) GetFilter

func (*AggregatedListNetworkEdgeSecurityServicesRequest) GetIncludeAllScopes

func (x *AggregatedListNetworkEdgeSecurityServicesRequest) GetIncludeAllScopes() bool

func (*AggregatedListNetworkEdgeSecurityServicesRequest) GetMaxResults

func (*AggregatedListNetworkEdgeSecurityServicesRequest) GetOrderBy

func (*AggregatedListNetworkEdgeSecurityServicesRequest) GetPageToken

func (*AggregatedListNetworkEdgeSecurityServicesRequest) GetProject

func (*AggregatedListNetworkEdgeSecurityServicesRequest) GetReturnPartialSuccess

func (x *AggregatedListNetworkEdgeSecurityServicesRequest) GetReturnPartialSuccess() bool

func (*AggregatedListNetworkEdgeSecurityServicesRequest) ProtoMessage

func (*AggregatedListNetworkEdgeSecurityServicesRequest) ProtoReflect

func (*AggregatedListNetworkEdgeSecurityServicesRequest) Reset

func (*AggregatedListNetworkEdgeSecurityServicesRequest) String

type AggregatedListNetworkEndpointGroupsRequest

type AggregatedListNetworkEndpointGroupsRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.
	IncludeAllScopes *bool `protobuf:"varint,391327988,opt,name=include_all_scopes,json=includeAllScopes,proto3,oneof" json:"include_all_scopes,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for NetworkEndpointGroups.AggregatedList. See the method description for details.

func (*AggregatedListNetworkEndpointGroupsRequest) Descriptor

Deprecated: Use AggregatedListNetworkEndpointGroupsRequest.ProtoReflect.Descriptor instead.

func (*AggregatedListNetworkEndpointGroupsRequest) GetFilter

func (*AggregatedListNetworkEndpointGroupsRequest) GetIncludeAllScopes

func (x *AggregatedListNetworkEndpointGroupsRequest) GetIncludeAllScopes() bool

func (*AggregatedListNetworkEndpointGroupsRequest) GetMaxResults

func (*AggregatedListNetworkEndpointGroupsRequest) GetOrderBy

func (*AggregatedListNetworkEndpointGroupsRequest) GetPageToken

func (*AggregatedListNetworkEndpointGroupsRequest) GetProject

func (*AggregatedListNetworkEndpointGroupsRequest) GetReturnPartialSuccess

func (x *AggregatedListNetworkEndpointGroupsRequest) GetReturnPartialSuccess() bool

func (*AggregatedListNetworkEndpointGroupsRequest) ProtoMessage

func (*AggregatedListNetworkEndpointGroupsRequest) ProtoReflect

func (*AggregatedListNetworkEndpointGroupsRequest) Reset

func (*AggregatedListNetworkEndpointGroupsRequest) String

type AggregatedListNodeGroupsRequest

type AggregatedListNodeGroupsRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.
	IncludeAllScopes *bool `protobuf:"varint,391327988,opt,name=include_all_scopes,json=includeAllScopes,proto3,oneof" json:"include_all_scopes,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for NodeGroups.AggregatedList. See the method description for details.

func (*AggregatedListNodeGroupsRequest) Descriptor

func (*AggregatedListNodeGroupsRequest) Descriptor() ([]byte, []int)

Deprecated: Use AggregatedListNodeGroupsRequest.ProtoReflect.Descriptor instead.

func (*AggregatedListNodeGroupsRequest) GetFilter

func (x *AggregatedListNodeGroupsRequest) GetFilter() string

func (*AggregatedListNodeGroupsRequest) GetIncludeAllScopes

func (x *AggregatedListNodeGroupsRequest) GetIncludeAllScopes() bool

func (*AggregatedListNodeGroupsRequest) GetMaxResults

func (x *AggregatedListNodeGroupsRequest) GetMaxResults() uint32

func (*AggregatedListNodeGroupsRequest) GetOrderBy

func (x *AggregatedListNodeGroupsRequest) GetOrderBy() string

func (*AggregatedListNodeGroupsRequest) GetPageToken

func (x *AggregatedListNodeGroupsRequest) GetPageToken() string

func (*AggregatedListNodeGroupsRequest) GetProject

func (x *AggregatedListNodeGroupsRequest) GetProject() string

func (*AggregatedListNodeGroupsRequest) GetReturnPartialSuccess

func (x *AggregatedListNodeGroupsRequest) GetReturnPartialSuccess() bool

func (*AggregatedListNodeGroupsRequest) ProtoMessage

func (*AggregatedListNodeGroupsRequest) ProtoMessage()

func (*AggregatedListNodeGroupsRequest) ProtoReflect

func (*AggregatedListNodeGroupsRequest) Reset

func (*AggregatedListNodeGroupsRequest) String

type AggregatedListNodeTemplatesRequest

type AggregatedListNodeTemplatesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.
	IncludeAllScopes *bool `protobuf:"varint,391327988,opt,name=include_all_scopes,json=includeAllScopes,proto3,oneof" json:"include_all_scopes,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for NodeTemplates.AggregatedList. See the method description for details.

func (*AggregatedListNodeTemplatesRequest) Descriptor

func (*AggregatedListNodeTemplatesRequest) Descriptor() ([]byte, []int)

Deprecated: Use AggregatedListNodeTemplatesRequest.ProtoReflect.Descriptor instead.

func (*AggregatedListNodeTemplatesRequest) GetFilter

func (*AggregatedListNodeTemplatesRequest) GetIncludeAllScopes

func (x *AggregatedListNodeTemplatesRequest) GetIncludeAllScopes() bool

func (*AggregatedListNodeTemplatesRequest) GetMaxResults

func (x *AggregatedListNodeTemplatesRequest) GetMaxResults() uint32

func (*AggregatedListNodeTemplatesRequest) GetOrderBy

func (*AggregatedListNodeTemplatesRequest) GetPageToken

func (x *AggregatedListNodeTemplatesRequest) GetPageToken() string

func (*AggregatedListNodeTemplatesRequest) GetProject

func (*AggregatedListNodeTemplatesRequest) GetReturnPartialSuccess

func (x *AggregatedListNodeTemplatesRequest) GetReturnPartialSuccess() bool

func (*AggregatedListNodeTemplatesRequest) ProtoMessage

func (*AggregatedListNodeTemplatesRequest) ProtoMessage()

func (*AggregatedListNodeTemplatesRequest) ProtoReflect

func (*AggregatedListNodeTemplatesRequest) Reset

func (*AggregatedListNodeTemplatesRequest) String

type AggregatedListNodeTypesRequest

type AggregatedListNodeTypesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.
	IncludeAllScopes *bool `protobuf:"varint,391327988,opt,name=include_all_scopes,json=includeAllScopes,proto3,oneof" json:"include_all_scopes,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for NodeTypes.AggregatedList. See the method description for details.

func (*AggregatedListNodeTypesRequest) Descriptor

func (*AggregatedListNodeTypesRequest) Descriptor() ([]byte, []int)

Deprecated: Use AggregatedListNodeTypesRequest.ProtoReflect.Descriptor instead.

func (*AggregatedListNodeTypesRequest) GetFilter

func (x *AggregatedListNodeTypesRequest) GetFilter() string

func (*AggregatedListNodeTypesRequest) GetIncludeAllScopes

func (x *AggregatedListNodeTypesRequest) GetIncludeAllScopes() bool

func (*AggregatedListNodeTypesRequest) GetMaxResults

func (x *AggregatedListNodeTypesRequest) GetMaxResults() uint32

func (*AggregatedListNodeTypesRequest) GetOrderBy

func (x *AggregatedListNodeTypesRequest) GetOrderBy() string

func (*AggregatedListNodeTypesRequest) GetPageToken

func (x *AggregatedListNodeTypesRequest) GetPageToken() string

func (*AggregatedListNodeTypesRequest) GetProject

func (x *AggregatedListNodeTypesRequest) GetProject() string

func (*AggregatedListNodeTypesRequest) GetReturnPartialSuccess

func (x *AggregatedListNodeTypesRequest) GetReturnPartialSuccess() bool

func (*AggregatedListNodeTypesRequest) ProtoMessage

func (*AggregatedListNodeTypesRequest) ProtoMessage()

func (*AggregatedListNodeTypesRequest) ProtoReflect

func (*AggregatedListNodeTypesRequest) Reset

func (x *AggregatedListNodeTypesRequest) Reset()

func (*AggregatedListNodeTypesRequest) String

type AggregatedListPacketMirroringsRequest

type AggregatedListPacketMirroringsRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.
	IncludeAllScopes *bool `protobuf:"varint,391327988,opt,name=include_all_scopes,json=includeAllScopes,proto3,oneof" json:"include_all_scopes,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for PacketMirrorings.AggregatedList. See the method description for details.

func (*AggregatedListPacketMirroringsRequest) Descriptor

func (*AggregatedListPacketMirroringsRequest) Descriptor() ([]byte, []int)

Deprecated: Use AggregatedListPacketMirroringsRequest.ProtoReflect.Descriptor instead.

func (*AggregatedListPacketMirroringsRequest) GetFilter

func (*AggregatedListPacketMirroringsRequest) GetIncludeAllScopes

func (x *AggregatedListPacketMirroringsRequest) GetIncludeAllScopes() bool

func (*AggregatedListPacketMirroringsRequest) GetMaxResults

func (x *AggregatedListPacketMirroringsRequest) GetMaxResults() uint32

func (*AggregatedListPacketMirroringsRequest) GetOrderBy

func (*AggregatedListPacketMirroringsRequest) GetPageToken

func (*AggregatedListPacketMirroringsRequest) GetProject

func (*AggregatedListPacketMirroringsRequest) GetReturnPartialSuccess

func (x *AggregatedListPacketMirroringsRequest) GetReturnPartialSuccess() bool

func (*AggregatedListPacketMirroringsRequest) ProtoMessage

func (*AggregatedListPacketMirroringsRequest) ProtoMessage()

func (*AggregatedListPacketMirroringsRequest) ProtoReflect

func (*AggregatedListPacketMirroringsRequest) Reset

func (*AggregatedListPacketMirroringsRequest) String

type AggregatedListPublicDelegatedPrefixesRequest

type AggregatedListPublicDelegatedPrefixesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.
	IncludeAllScopes *bool `protobuf:"varint,391327988,opt,name=include_all_scopes,json=includeAllScopes,proto3,oneof" json:"include_all_scopes,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Name of the project scoping this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for PublicDelegatedPrefixes.AggregatedList. See the method description for details.

func (*AggregatedListPublicDelegatedPrefixesRequest) Descriptor

Deprecated: Use AggregatedListPublicDelegatedPrefixesRequest.ProtoReflect.Descriptor instead.

func (*AggregatedListPublicDelegatedPrefixesRequest) GetFilter

func (*AggregatedListPublicDelegatedPrefixesRequest) GetIncludeAllScopes

func (x *AggregatedListPublicDelegatedPrefixesRequest) GetIncludeAllScopes() bool

func (*AggregatedListPublicDelegatedPrefixesRequest) GetMaxResults

func (*AggregatedListPublicDelegatedPrefixesRequest) GetOrderBy

func (*AggregatedListPublicDelegatedPrefixesRequest) GetPageToken

func (*AggregatedListPublicDelegatedPrefixesRequest) GetProject

func (*AggregatedListPublicDelegatedPrefixesRequest) GetReturnPartialSuccess

func (x *AggregatedListPublicDelegatedPrefixesRequest) GetReturnPartialSuccess() bool

func (*AggregatedListPublicDelegatedPrefixesRequest) ProtoMessage

func (*AggregatedListPublicDelegatedPrefixesRequest) ProtoReflect

func (*AggregatedListPublicDelegatedPrefixesRequest) Reset

func (*AggregatedListPublicDelegatedPrefixesRequest) String

type AggregatedListRegionCommitmentsRequest

type AggregatedListRegionCommitmentsRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.
	IncludeAllScopes *bool `protobuf:"varint,391327988,opt,name=include_all_scopes,json=includeAllScopes,proto3,oneof" json:"include_all_scopes,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionCommitments.AggregatedList. See the method description for details.

func (*AggregatedListRegionCommitmentsRequest) Descriptor

func (*AggregatedListRegionCommitmentsRequest) Descriptor() ([]byte, []int)

Deprecated: Use AggregatedListRegionCommitmentsRequest.ProtoReflect.Descriptor instead.

func (*AggregatedListRegionCommitmentsRequest) GetFilter

func (*AggregatedListRegionCommitmentsRequest) GetIncludeAllScopes

func (x *AggregatedListRegionCommitmentsRequest) GetIncludeAllScopes() bool

func (*AggregatedListRegionCommitmentsRequest) GetMaxResults

func (*AggregatedListRegionCommitmentsRequest) GetOrderBy

func (*AggregatedListRegionCommitmentsRequest) GetPageToken

func (*AggregatedListRegionCommitmentsRequest) GetProject

func (*AggregatedListRegionCommitmentsRequest) GetReturnPartialSuccess

func (x *AggregatedListRegionCommitmentsRequest) GetReturnPartialSuccess() bool

func (*AggregatedListRegionCommitmentsRequest) ProtoMessage

func (*AggregatedListRegionCommitmentsRequest) ProtoReflect

func (*AggregatedListRegionCommitmentsRequest) Reset

func (*AggregatedListRegionCommitmentsRequest) String

type AggregatedListReservationsRequest

type AggregatedListReservationsRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.
	IncludeAllScopes *bool `protobuf:"varint,391327988,opt,name=include_all_scopes,json=includeAllScopes,proto3,oneof" json:"include_all_scopes,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for Reservations.AggregatedList. See the method description for details.

func (*AggregatedListReservationsRequest) Descriptor

func (*AggregatedListReservationsRequest) Descriptor() ([]byte, []int)

Deprecated: Use AggregatedListReservationsRequest.ProtoReflect.Descriptor instead.

func (*AggregatedListReservationsRequest) GetFilter

func (*AggregatedListReservationsRequest) GetIncludeAllScopes

func (x *AggregatedListReservationsRequest) GetIncludeAllScopes() bool

func (*AggregatedListReservationsRequest) GetMaxResults

func (x *AggregatedListReservationsRequest) GetMaxResults() uint32

func (*AggregatedListReservationsRequest) GetOrderBy

func (x *AggregatedListReservationsRequest) GetOrderBy() string

func (*AggregatedListReservationsRequest) GetPageToken

func (x *AggregatedListReservationsRequest) GetPageToken() string

func (*AggregatedListReservationsRequest) GetProject

func (x *AggregatedListReservationsRequest) GetProject() string

func (*AggregatedListReservationsRequest) GetReturnPartialSuccess

func (x *AggregatedListReservationsRequest) GetReturnPartialSuccess() bool

func (*AggregatedListReservationsRequest) ProtoMessage

func (*AggregatedListReservationsRequest) ProtoMessage()

func (*AggregatedListReservationsRequest) ProtoReflect

func (*AggregatedListReservationsRequest) Reset

func (*AggregatedListReservationsRequest) String

type AggregatedListResourcePoliciesRequest

type AggregatedListResourcePoliciesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.
	IncludeAllScopes *bool `protobuf:"varint,391327988,opt,name=include_all_scopes,json=includeAllScopes,proto3,oneof" json:"include_all_scopes,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for ResourcePolicies.AggregatedList. See the method description for details.

func (*AggregatedListResourcePoliciesRequest) Descriptor

func (*AggregatedListResourcePoliciesRequest) Descriptor() ([]byte, []int)

Deprecated: Use AggregatedListResourcePoliciesRequest.ProtoReflect.Descriptor instead.

func (*AggregatedListResourcePoliciesRequest) GetFilter

func (*AggregatedListResourcePoliciesRequest) GetIncludeAllScopes

func (x *AggregatedListResourcePoliciesRequest) GetIncludeAllScopes() bool

func (*AggregatedListResourcePoliciesRequest) GetMaxResults

func (x *AggregatedListResourcePoliciesRequest) GetMaxResults() uint32

func (*AggregatedListResourcePoliciesRequest) GetOrderBy

func (*AggregatedListResourcePoliciesRequest) GetPageToken

func (*AggregatedListResourcePoliciesRequest) GetProject

func (*AggregatedListResourcePoliciesRequest) GetReturnPartialSuccess

func (x *AggregatedListResourcePoliciesRequest) GetReturnPartialSuccess() bool

func (*AggregatedListResourcePoliciesRequest) ProtoMessage

func (*AggregatedListResourcePoliciesRequest) ProtoMessage()

func (*AggregatedListResourcePoliciesRequest) ProtoReflect

func (*AggregatedListResourcePoliciesRequest) Reset

func (*AggregatedListResourcePoliciesRequest) String

type AggregatedListRoutersRequest

type AggregatedListRoutersRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.
	IncludeAllScopes *bool `protobuf:"varint,391327988,opt,name=include_all_scopes,json=includeAllScopes,proto3,oneof" json:"include_all_scopes,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for Routers.AggregatedList. See the method description for details.

func (*AggregatedListRoutersRequest) Descriptor

func (*AggregatedListRoutersRequest) Descriptor() ([]byte, []int)

Deprecated: Use AggregatedListRoutersRequest.ProtoReflect.Descriptor instead.

func (*AggregatedListRoutersRequest) GetFilter

func (x *AggregatedListRoutersRequest) GetFilter() string

func (*AggregatedListRoutersRequest) GetIncludeAllScopes

func (x *AggregatedListRoutersRequest) GetIncludeAllScopes() bool

func (*AggregatedListRoutersRequest) GetMaxResults

func (x *AggregatedListRoutersRequest) GetMaxResults() uint32

func (*AggregatedListRoutersRequest) GetOrderBy

func (x *AggregatedListRoutersRequest) GetOrderBy() string

func (*AggregatedListRoutersRequest) GetPageToken

func (x *AggregatedListRoutersRequest) GetPageToken() string

func (*AggregatedListRoutersRequest) GetProject

func (x *AggregatedListRoutersRequest) GetProject() string

func (*AggregatedListRoutersRequest) GetReturnPartialSuccess

func (x *AggregatedListRoutersRequest) GetReturnPartialSuccess() bool

func (*AggregatedListRoutersRequest) ProtoMessage

func (*AggregatedListRoutersRequest) ProtoMessage()

func (*AggregatedListRoutersRequest) ProtoReflect

func (*AggregatedListRoutersRequest) Reset

func (x *AggregatedListRoutersRequest) Reset()

func (*AggregatedListRoutersRequest) String

type AggregatedListSecurityPoliciesRequest

type AggregatedListSecurityPoliciesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.
	IncludeAllScopes *bool `protobuf:"varint,391327988,opt,name=include_all_scopes,json=includeAllScopes,proto3,oneof" json:"include_all_scopes,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Name of the project scoping this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for SecurityPolicies.AggregatedList. See the method description for details.

func (*AggregatedListSecurityPoliciesRequest) Descriptor

func (*AggregatedListSecurityPoliciesRequest) Descriptor() ([]byte, []int)

Deprecated: Use AggregatedListSecurityPoliciesRequest.ProtoReflect.Descriptor instead.

func (*AggregatedListSecurityPoliciesRequest) GetFilter

func (*AggregatedListSecurityPoliciesRequest) GetIncludeAllScopes

func (x *AggregatedListSecurityPoliciesRequest) GetIncludeAllScopes() bool

func (*AggregatedListSecurityPoliciesRequest) GetMaxResults

func (x *AggregatedListSecurityPoliciesRequest) GetMaxResults() uint32

func (*AggregatedListSecurityPoliciesRequest) GetOrderBy

func (*AggregatedListSecurityPoliciesRequest) GetPageToken

func (*AggregatedListSecurityPoliciesRequest) GetProject

func (*AggregatedListSecurityPoliciesRequest) GetReturnPartialSuccess

func (x *AggregatedListSecurityPoliciesRequest) GetReturnPartialSuccess() bool

func (*AggregatedListSecurityPoliciesRequest) ProtoMessage

func (*AggregatedListSecurityPoliciesRequest) ProtoMessage()

func (*AggregatedListSecurityPoliciesRequest) ProtoReflect

func (*AggregatedListSecurityPoliciesRequest) Reset

func (*AggregatedListSecurityPoliciesRequest) String

type AggregatedListServiceAttachmentsRequest

type AggregatedListServiceAttachmentsRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.
	IncludeAllScopes *bool `protobuf:"varint,391327988,opt,name=include_all_scopes,json=includeAllScopes,proto3,oneof" json:"include_all_scopes,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Name of the project scoping this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for ServiceAttachments.AggregatedList. See the method description for details.

func (*AggregatedListServiceAttachmentsRequest) Descriptor

func (*AggregatedListServiceAttachmentsRequest) Descriptor() ([]byte, []int)

Deprecated: Use AggregatedListServiceAttachmentsRequest.ProtoReflect.Descriptor instead.

func (*AggregatedListServiceAttachmentsRequest) GetFilter

func (*AggregatedListServiceAttachmentsRequest) GetIncludeAllScopes

func (x *AggregatedListServiceAttachmentsRequest) GetIncludeAllScopes() bool

func (*AggregatedListServiceAttachmentsRequest) GetMaxResults

func (*AggregatedListServiceAttachmentsRequest) GetOrderBy

func (*AggregatedListServiceAttachmentsRequest) GetPageToken

func (*AggregatedListServiceAttachmentsRequest) GetProject

func (*AggregatedListServiceAttachmentsRequest) GetReturnPartialSuccess

func (x *AggregatedListServiceAttachmentsRequest) GetReturnPartialSuccess() bool

func (*AggregatedListServiceAttachmentsRequest) ProtoMessage

func (*AggregatedListServiceAttachmentsRequest) ProtoReflect

func (*AggregatedListServiceAttachmentsRequest) Reset

func (*AggregatedListServiceAttachmentsRequest) String

type AggregatedListSslCertificatesRequest

type AggregatedListSslCertificatesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.
	IncludeAllScopes *bool `protobuf:"varint,391327988,opt,name=include_all_scopes,json=includeAllScopes,proto3,oneof" json:"include_all_scopes,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Name of the project scoping this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for SslCertificates.AggregatedList. See the method description for details.

func (*AggregatedListSslCertificatesRequest) Descriptor

func (*AggregatedListSslCertificatesRequest) Descriptor() ([]byte, []int)

Deprecated: Use AggregatedListSslCertificatesRequest.ProtoReflect.Descriptor instead.

func (*AggregatedListSslCertificatesRequest) GetFilter

func (*AggregatedListSslCertificatesRequest) GetIncludeAllScopes

func (x *AggregatedListSslCertificatesRequest) GetIncludeAllScopes() bool

func (*AggregatedListSslCertificatesRequest) GetMaxResults

func (x *AggregatedListSslCertificatesRequest) GetMaxResults() uint32

func (*AggregatedListSslCertificatesRequest) GetOrderBy

func (*AggregatedListSslCertificatesRequest) GetPageToken

func (x *AggregatedListSslCertificatesRequest) GetPageToken() string

func (*AggregatedListSslCertificatesRequest) GetProject

func (*AggregatedListSslCertificatesRequest) GetReturnPartialSuccess

func (x *AggregatedListSslCertificatesRequest) GetReturnPartialSuccess() bool

func (*AggregatedListSslCertificatesRequest) ProtoMessage

func (*AggregatedListSslCertificatesRequest) ProtoMessage()

func (*AggregatedListSslCertificatesRequest) ProtoReflect

func (*AggregatedListSslCertificatesRequest) Reset

func (*AggregatedListSslCertificatesRequest) String

type AggregatedListSslPoliciesRequest

type AggregatedListSslPoliciesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.
	IncludeAllScopes *bool `protobuf:"varint,391327988,opt,name=include_all_scopes,json=includeAllScopes,proto3,oneof" json:"include_all_scopes,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Name of the project scoping this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for SslPolicies.AggregatedList. See the method description for details.

func (*AggregatedListSslPoliciesRequest) Descriptor

func (*AggregatedListSslPoliciesRequest) Descriptor() ([]byte, []int)

Deprecated: Use AggregatedListSslPoliciesRequest.ProtoReflect.Descriptor instead.

func (*AggregatedListSslPoliciesRequest) GetFilter

func (*AggregatedListSslPoliciesRequest) GetIncludeAllScopes

func (x *AggregatedListSslPoliciesRequest) GetIncludeAllScopes() bool

func (*AggregatedListSslPoliciesRequest) GetMaxResults

func (x *AggregatedListSslPoliciesRequest) GetMaxResults() uint32

func (*AggregatedListSslPoliciesRequest) GetOrderBy

func (x *AggregatedListSslPoliciesRequest) GetOrderBy() string

func (*AggregatedListSslPoliciesRequest) GetPageToken

func (x *AggregatedListSslPoliciesRequest) GetPageToken() string

func (*AggregatedListSslPoliciesRequest) GetProject

func (x *AggregatedListSslPoliciesRequest) GetProject() string

func (*AggregatedListSslPoliciesRequest) GetReturnPartialSuccess

func (x *AggregatedListSslPoliciesRequest) GetReturnPartialSuccess() bool

func (*AggregatedListSslPoliciesRequest) ProtoMessage

func (*AggregatedListSslPoliciesRequest) ProtoMessage()

func (*AggregatedListSslPoliciesRequest) ProtoReflect

func (*AggregatedListSslPoliciesRequest) Reset

func (*AggregatedListSslPoliciesRequest) String

type AggregatedListSubnetworksRequest

type AggregatedListSubnetworksRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.
	IncludeAllScopes *bool `protobuf:"varint,391327988,opt,name=include_all_scopes,json=includeAllScopes,proto3,oneof" json:"include_all_scopes,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for Subnetworks.AggregatedList. See the method description for details.

func (*AggregatedListSubnetworksRequest) Descriptor

func (*AggregatedListSubnetworksRequest) Descriptor() ([]byte, []int)

Deprecated: Use AggregatedListSubnetworksRequest.ProtoReflect.Descriptor instead.

func (*AggregatedListSubnetworksRequest) GetFilter

func (*AggregatedListSubnetworksRequest) GetIncludeAllScopes

func (x *AggregatedListSubnetworksRequest) GetIncludeAllScopes() bool

func (*AggregatedListSubnetworksRequest) GetMaxResults

func (x *AggregatedListSubnetworksRequest) GetMaxResults() uint32

func (*AggregatedListSubnetworksRequest) GetOrderBy

func (x *AggregatedListSubnetworksRequest) GetOrderBy() string

func (*AggregatedListSubnetworksRequest) GetPageToken

func (x *AggregatedListSubnetworksRequest) GetPageToken() string

func (*AggregatedListSubnetworksRequest) GetProject

func (x *AggregatedListSubnetworksRequest) GetProject() string

func (*AggregatedListSubnetworksRequest) GetReturnPartialSuccess

func (x *AggregatedListSubnetworksRequest) GetReturnPartialSuccess() bool

func (*AggregatedListSubnetworksRequest) ProtoMessage

func (*AggregatedListSubnetworksRequest) ProtoMessage()

func (*AggregatedListSubnetworksRequest) ProtoReflect

func (*AggregatedListSubnetworksRequest) Reset

func (*AggregatedListSubnetworksRequest) String

type AggregatedListTargetHttpProxiesRequest

type AggregatedListTargetHttpProxiesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.
	IncludeAllScopes *bool `protobuf:"varint,391327988,opt,name=include_all_scopes,json=includeAllScopes,proto3,oneof" json:"include_all_scopes,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Name of the project scoping this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetHttpProxies.AggregatedList. See the method description for details.

func (*AggregatedListTargetHttpProxiesRequest) Descriptor

func (*AggregatedListTargetHttpProxiesRequest) Descriptor() ([]byte, []int)

Deprecated: Use AggregatedListTargetHttpProxiesRequest.ProtoReflect.Descriptor instead.

func (*AggregatedListTargetHttpProxiesRequest) GetFilter

func (*AggregatedListTargetHttpProxiesRequest) GetIncludeAllScopes

func (x *AggregatedListTargetHttpProxiesRequest) GetIncludeAllScopes() bool

func (*AggregatedListTargetHttpProxiesRequest) GetMaxResults

func (*AggregatedListTargetHttpProxiesRequest) GetOrderBy

func (*AggregatedListTargetHttpProxiesRequest) GetPageToken

func (*AggregatedListTargetHttpProxiesRequest) GetProject

func (*AggregatedListTargetHttpProxiesRequest) GetReturnPartialSuccess

func (x *AggregatedListTargetHttpProxiesRequest) GetReturnPartialSuccess() bool

func (*AggregatedListTargetHttpProxiesRequest) ProtoMessage

func (*AggregatedListTargetHttpProxiesRequest) ProtoReflect

func (*AggregatedListTargetHttpProxiesRequest) Reset

func (*AggregatedListTargetHttpProxiesRequest) String

type AggregatedListTargetHttpsProxiesRequest

type AggregatedListTargetHttpsProxiesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.
	IncludeAllScopes *bool `protobuf:"varint,391327988,opt,name=include_all_scopes,json=includeAllScopes,proto3,oneof" json:"include_all_scopes,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Name of the project scoping this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetHttpsProxies.AggregatedList. See the method description for details.

func (*AggregatedListTargetHttpsProxiesRequest) Descriptor

func (*AggregatedListTargetHttpsProxiesRequest) Descriptor() ([]byte, []int)

Deprecated: Use AggregatedListTargetHttpsProxiesRequest.ProtoReflect.Descriptor instead.

func (*AggregatedListTargetHttpsProxiesRequest) GetFilter

func (*AggregatedListTargetHttpsProxiesRequest) GetIncludeAllScopes

func (x *AggregatedListTargetHttpsProxiesRequest) GetIncludeAllScopes() bool

func (*AggregatedListTargetHttpsProxiesRequest) GetMaxResults

func (*AggregatedListTargetHttpsProxiesRequest) GetOrderBy

func (*AggregatedListTargetHttpsProxiesRequest) GetPageToken

func (*AggregatedListTargetHttpsProxiesRequest) GetProject

func (*AggregatedListTargetHttpsProxiesRequest) GetReturnPartialSuccess

func (x *AggregatedListTargetHttpsProxiesRequest) GetReturnPartialSuccess() bool

func (*AggregatedListTargetHttpsProxiesRequest) ProtoMessage

func (*AggregatedListTargetHttpsProxiesRequest) ProtoReflect

func (*AggregatedListTargetHttpsProxiesRequest) Reset

func (*AggregatedListTargetHttpsProxiesRequest) String

type AggregatedListTargetInstancesRequest

type AggregatedListTargetInstancesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.
	IncludeAllScopes *bool `protobuf:"varint,391327988,opt,name=include_all_scopes,json=includeAllScopes,proto3,oneof" json:"include_all_scopes,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetInstances.AggregatedList. See the method description for details.

func (*AggregatedListTargetInstancesRequest) Descriptor

func (*AggregatedListTargetInstancesRequest) Descriptor() ([]byte, []int)

Deprecated: Use AggregatedListTargetInstancesRequest.ProtoReflect.Descriptor instead.

func (*AggregatedListTargetInstancesRequest) GetFilter

func (*AggregatedListTargetInstancesRequest) GetIncludeAllScopes

func (x *AggregatedListTargetInstancesRequest) GetIncludeAllScopes() bool

func (*AggregatedListTargetInstancesRequest) GetMaxResults

func (x *AggregatedListTargetInstancesRequest) GetMaxResults() uint32

func (*AggregatedListTargetInstancesRequest) GetOrderBy

func (*AggregatedListTargetInstancesRequest) GetPageToken

func (x *AggregatedListTargetInstancesRequest) GetPageToken() string

func (*AggregatedListTargetInstancesRequest) GetProject

func (*AggregatedListTargetInstancesRequest) GetReturnPartialSuccess

func (x *AggregatedListTargetInstancesRequest) GetReturnPartialSuccess() bool

func (*AggregatedListTargetInstancesRequest) ProtoMessage

func (*AggregatedListTargetInstancesRequest) ProtoMessage()

func (*AggregatedListTargetInstancesRequest) ProtoReflect

func (*AggregatedListTargetInstancesRequest) Reset

func (*AggregatedListTargetInstancesRequest) String

type AggregatedListTargetPoolsRequest

type AggregatedListTargetPoolsRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.
	IncludeAllScopes *bool `protobuf:"varint,391327988,opt,name=include_all_scopes,json=includeAllScopes,proto3,oneof" json:"include_all_scopes,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetPools.AggregatedList. See the method description for details.

func (*AggregatedListTargetPoolsRequest) Descriptor

func (*AggregatedListTargetPoolsRequest) Descriptor() ([]byte, []int)

Deprecated: Use AggregatedListTargetPoolsRequest.ProtoReflect.Descriptor instead.

func (*AggregatedListTargetPoolsRequest) GetFilter

func (*AggregatedListTargetPoolsRequest) GetIncludeAllScopes

func (x *AggregatedListTargetPoolsRequest) GetIncludeAllScopes() bool

func (*AggregatedListTargetPoolsRequest) GetMaxResults

func (x *AggregatedListTargetPoolsRequest) GetMaxResults() uint32

func (*AggregatedListTargetPoolsRequest) GetOrderBy

func (x *AggregatedListTargetPoolsRequest) GetOrderBy() string

func (*AggregatedListTargetPoolsRequest) GetPageToken

func (x *AggregatedListTargetPoolsRequest) GetPageToken() string

func (*AggregatedListTargetPoolsRequest) GetProject

func (x *AggregatedListTargetPoolsRequest) GetProject() string

func (*AggregatedListTargetPoolsRequest) GetReturnPartialSuccess

func (x *AggregatedListTargetPoolsRequest) GetReturnPartialSuccess() bool

func (*AggregatedListTargetPoolsRequest) ProtoMessage

func (*AggregatedListTargetPoolsRequest) ProtoMessage()

func (*AggregatedListTargetPoolsRequest) ProtoReflect

func (*AggregatedListTargetPoolsRequest) Reset

func (*AggregatedListTargetPoolsRequest) String

type AggregatedListTargetTcpProxiesRequest

type AggregatedListTargetTcpProxiesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.
	IncludeAllScopes *bool `protobuf:"varint,391327988,opt,name=include_all_scopes,json=includeAllScopes,proto3,oneof" json:"include_all_scopes,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Name of the project scoping this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetTcpProxies.AggregatedList. See the method description for details.

func (*AggregatedListTargetTcpProxiesRequest) Descriptor

func (*AggregatedListTargetTcpProxiesRequest) Descriptor() ([]byte, []int)

Deprecated: Use AggregatedListTargetTcpProxiesRequest.ProtoReflect.Descriptor instead.

func (*AggregatedListTargetTcpProxiesRequest) GetFilter

func (*AggregatedListTargetTcpProxiesRequest) GetIncludeAllScopes

func (x *AggregatedListTargetTcpProxiesRequest) GetIncludeAllScopes() bool

func (*AggregatedListTargetTcpProxiesRequest) GetMaxResults

func (x *AggregatedListTargetTcpProxiesRequest) GetMaxResults() uint32

func (*AggregatedListTargetTcpProxiesRequest) GetOrderBy

func (*AggregatedListTargetTcpProxiesRequest) GetPageToken

func (*AggregatedListTargetTcpProxiesRequest) GetProject

func (*AggregatedListTargetTcpProxiesRequest) GetReturnPartialSuccess

func (x *AggregatedListTargetTcpProxiesRequest) GetReturnPartialSuccess() bool

func (*AggregatedListTargetTcpProxiesRequest) ProtoMessage

func (*AggregatedListTargetTcpProxiesRequest) ProtoMessage()

func (*AggregatedListTargetTcpProxiesRequest) ProtoReflect

func (*AggregatedListTargetTcpProxiesRequest) Reset

func (*AggregatedListTargetTcpProxiesRequest) String

type AggregatedListTargetVpnGatewaysRequest

type AggregatedListTargetVpnGatewaysRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.
	IncludeAllScopes *bool `protobuf:"varint,391327988,opt,name=include_all_scopes,json=includeAllScopes,proto3,oneof" json:"include_all_scopes,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetVpnGateways.AggregatedList. See the method description for details.

func (*AggregatedListTargetVpnGatewaysRequest) Descriptor

func (*AggregatedListTargetVpnGatewaysRequest) Descriptor() ([]byte, []int)

Deprecated: Use AggregatedListTargetVpnGatewaysRequest.ProtoReflect.Descriptor instead.

func (*AggregatedListTargetVpnGatewaysRequest) GetFilter

func (*AggregatedListTargetVpnGatewaysRequest) GetIncludeAllScopes

func (x *AggregatedListTargetVpnGatewaysRequest) GetIncludeAllScopes() bool

func (*AggregatedListTargetVpnGatewaysRequest) GetMaxResults

func (*AggregatedListTargetVpnGatewaysRequest) GetOrderBy

func (*AggregatedListTargetVpnGatewaysRequest) GetPageToken

func (*AggregatedListTargetVpnGatewaysRequest) GetProject

func (*AggregatedListTargetVpnGatewaysRequest) GetReturnPartialSuccess

func (x *AggregatedListTargetVpnGatewaysRequest) GetReturnPartialSuccess() bool

func (*AggregatedListTargetVpnGatewaysRequest) ProtoMessage

func (*AggregatedListTargetVpnGatewaysRequest) ProtoReflect

func (*AggregatedListTargetVpnGatewaysRequest) Reset

func (*AggregatedListTargetVpnGatewaysRequest) String

type AggregatedListUrlMapsRequest

type AggregatedListUrlMapsRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.
	IncludeAllScopes *bool `protobuf:"varint,391327988,opt,name=include_all_scopes,json=includeAllScopes,proto3,oneof" json:"include_all_scopes,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Name of the project scoping this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for UrlMaps.AggregatedList. See the method description for details.

func (*AggregatedListUrlMapsRequest) Descriptor

func (*AggregatedListUrlMapsRequest) Descriptor() ([]byte, []int)

Deprecated: Use AggregatedListUrlMapsRequest.ProtoReflect.Descriptor instead.

func (*AggregatedListUrlMapsRequest) GetFilter

func (x *AggregatedListUrlMapsRequest) GetFilter() string

func (*AggregatedListUrlMapsRequest) GetIncludeAllScopes

func (x *AggregatedListUrlMapsRequest) GetIncludeAllScopes() bool

func (*AggregatedListUrlMapsRequest) GetMaxResults

func (x *AggregatedListUrlMapsRequest) GetMaxResults() uint32

func (*AggregatedListUrlMapsRequest) GetOrderBy

func (x *AggregatedListUrlMapsRequest) GetOrderBy() string

func (*AggregatedListUrlMapsRequest) GetPageToken

func (x *AggregatedListUrlMapsRequest) GetPageToken() string

func (*AggregatedListUrlMapsRequest) GetProject

func (x *AggregatedListUrlMapsRequest) GetProject() string

func (*AggregatedListUrlMapsRequest) GetReturnPartialSuccess

func (x *AggregatedListUrlMapsRequest) GetReturnPartialSuccess() bool

func (*AggregatedListUrlMapsRequest) ProtoMessage

func (*AggregatedListUrlMapsRequest) ProtoMessage()

func (*AggregatedListUrlMapsRequest) ProtoReflect

func (*AggregatedListUrlMapsRequest) Reset

func (x *AggregatedListUrlMapsRequest) Reset()

func (*AggregatedListUrlMapsRequest) String

type AggregatedListVpnGatewaysRequest

type AggregatedListVpnGatewaysRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.
	IncludeAllScopes *bool `protobuf:"varint,391327988,opt,name=include_all_scopes,json=includeAllScopes,proto3,oneof" json:"include_all_scopes,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for VpnGateways.AggregatedList. See the method description for details.

func (*AggregatedListVpnGatewaysRequest) Descriptor

func (*AggregatedListVpnGatewaysRequest) Descriptor() ([]byte, []int)

Deprecated: Use AggregatedListVpnGatewaysRequest.ProtoReflect.Descriptor instead.

func (*AggregatedListVpnGatewaysRequest) GetFilter

func (*AggregatedListVpnGatewaysRequest) GetIncludeAllScopes

func (x *AggregatedListVpnGatewaysRequest) GetIncludeAllScopes() bool

func (*AggregatedListVpnGatewaysRequest) GetMaxResults

func (x *AggregatedListVpnGatewaysRequest) GetMaxResults() uint32

func (*AggregatedListVpnGatewaysRequest) GetOrderBy

func (x *AggregatedListVpnGatewaysRequest) GetOrderBy() string

func (*AggregatedListVpnGatewaysRequest) GetPageToken

func (x *AggregatedListVpnGatewaysRequest) GetPageToken() string

func (*AggregatedListVpnGatewaysRequest) GetProject

func (x *AggregatedListVpnGatewaysRequest) GetProject() string

func (*AggregatedListVpnGatewaysRequest) GetReturnPartialSuccess

func (x *AggregatedListVpnGatewaysRequest) GetReturnPartialSuccess() bool

func (*AggregatedListVpnGatewaysRequest) ProtoMessage

func (*AggregatedListVpnGatewaysRequest) ProtoMessage()

func (*AggregatedListVpnGatewaysRequest) ProtoReflect

func (*AggregatedListVpnGatewaysRequest) Reset

func (*AggregatedListVpnGatewaysRequest) String

type AggregatedListVpnTunnelsRequest

type AggregatedListVpnTunnelsRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.
	IncludeAllScopes *bool `protobuf:"varint,391327988,opt,name=include_all_scopes,json=includeAllScopes,proto3,oneof" json:"include_all_scopes,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for VpnTunnels.AggregatedList. See the method description for details.

func (*AggregatedListVpnTunnelsRequest) Descriptor

func (*AggregatedListVpnTunnelsRequest) Descriptor() ([]byte, []int)

Deprecated: Use AggregatedListVpnTunnelsRequest.ProtoReflect.Descriptor instead.

func (*AggregatedListVpnTunnelsRequest) GetFilter

func (x *AggregatedListVpnTunnelsRequest) GetFilter() string

func (*AggregatedListVpnTunnelsRequest) GetIncludeAllScopes

func (x *AggregatedListVpnTunnelsRequest) GetIncludeAllScopes() bool

func (*AggregatedListVpnTunnelsRequest) GetMaxResults

func (x *AggregatedListVpnTunnelsRequest) GetMaxResults() uint32

func (*AggregatedListVpnTunnelsRequest) GetOrderBy

func (x *AggregatedListVpnTunnelsRequest) GetOrderBy() string

func (*AggregatedListVpnTunnelsRequest) GetPageToken

func (x *AggregatedListVpnTunnelsRequest) GetPageToken() string

func (*AggregatedListVpnTunnelsRequest) GetProject

func (x *AggregatedListVpnTunnelsRequest) GetProject() string

func (*AggregatedListVpnTunnelsRequest) GetReturnPartialSuccess

func (x *AggregatedListVpnTunnelsRequest) GetReturnPartialSuccess() bool

func (*AggregatedListVpnTunnelsRequest) ProtoMessage

func (*AggregatedListVpnTunnelsRequest) ProtoMessage()

func (*AggregatedListVpnTunnelsRequest) ProtoReflect

func (*AggregatedListVpnTunnelsRequest) Reset

func (*AggregatedListVpnTunnelsRequest) String

type AliasIpRange

type AliasIpRange struct {

	// The IP alias ranges to allocate for this interface. This IP CIDR range must belong to the specified subnetwork and cannot contain IP addresses reserved by system or used by other network interfaces. This range may be a single IP address (such as 10.2.3.4), a netmask (such as /24) or a CIDR-formatted string (such as 10.1.2.0/24).
	IpCidrRange *string `protobuf:"bytes,98117322,opt,name=ip_cidr_range,json=ipCidrRange,proto3,oneof" json:"ip_cidr_range,omitempty"`
	// The name of a subnetwork secondary IP range from which to allocate an IP alias range. If not specified, the primary range of the subnetwork is used.
	SubnetworkRangeName *string `protobuf:"bytes,387995966,opt,name=subnetwork_range_name,json=subnetworkRangeName,proto3,oneof" json:"subnetwork_range_name,omitempty"`
	// contains filtered or unexported fields
}

An alias IP range attached to an instance's network interface.

func (*AliasIpRange) Descriptor

func (*AliasIpRange) Descriptor() ([]byte, []int)

Deprecated: Use AliasIpRange.ProtoReflect.Descriptor instead.

func (*AliasIpRange) GetIpCidrRange

func (x *AliasIpRange) GetIpCidrRange() string

func (*AliasIpRange) GetSubnetworkRangeName

func (x *AliasIpRange) GetSubnetworkRangeName() string

func (*AliasIpRange) ProtoMessage

func (*AliasIpRange) ProtoMessage()

func (*AliasIpRange) ProtoReflect

func (x *AliasIpRange) ProtoReflect() protoreflect.Message

func (*AliasIpRange) Reset

func (x *AliasIpRange) Reset()

func (*AliasIpRange) String

func (x *AliasIpRange) String() string

type AllocationResourceStatus

type AllocationResourceStatus struct {

	// Allocation Properties of this reservation.
	SpecificSkuAllocation *AllocationResourceStatusSpecificSKUAllocation `protobuf:"bytes,196231151,opt,name=specific_sku_allocation,json=specificSkuAllocation,proto3,oneof" json:"specific_sku_allocation,omitempty"`
	// contains filtered or unexported fields
}

[Output Only] Contains output only fields.

func (*AllocationResourceStatus) Descriptor

func (*AllocationResourceStatus) Descriptor() ([]byte, []int)

Deprecated: Use AllocationResourceStatus.ProtoReflect.Descriptor instead.

func (*AllocationResourceStatus) GetSpecificSkuAllocation

func (*AllocationResourceStatus) ProtoMessage

func (*AllocationResourceStatus) ProtoMessage()

func (*AllocationResourceStatus) ProtoReflect

func (x *AllocationResourceStatus) ProtoReflect() protoreflect.Message

func (*AllocationResourceStatus) Reset

func (x *AllocationResourceStatus) Reset()

func (*AllocationResourceStatus) String

func (x *AllocationResourceStatus) String() string

type AllocationResourceStatusSpecificSKUAllocation

type AllocationResourceStatusSpecificSKUAllocation struct {

	// ID of the instance template used to populate reservation properties.
	SourceInstanceTemplateId *string `protobuf:"bytes,111196154,opt,name=source_instance_template_id,json=sourceInstanceTemplateId,proto3,oneof" json:"source_instance_template_id,omitempty"`
	// contains filtered or unexported fields
}

Contains Properties set for the reservation.

func (*AllocationResourceStatusSpecificSKUAllocation) Descriptor

Deprecated: Use AllocationResourceStatusSpecificSKUAllocation.ProtoReflect.Descriptor instead.

func (*AllocationResourceStatusSpecificSKUAllocation) GetSourceInstanceTemplateId

func (x *AllocationResourceStatusSpecificSKUAllocation) GetSourceInstanceTemplateId() string

func (*AllocationResourceStatusSpecificSKUAllocation) ProtoMessage

func (*AllocationResourceStatusSpecificSKUAllocation) ProtoReflect

func (*AllocationResourceStatusSpecificSKUAllocation) Reset

func (*AllocationResourceStatusSpecificSKUAllocation) String

type AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk

type AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk struct {

	// Specifies the size of the disk in base-2 GB.
	DiskSizeGb *int64 `protobuf:"varint,316263735,opt,name=disk_size_gb,json=diskSizeGb,proto3,oneof" json:"disk_size_gb,omitempty"`
	// Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI. For performance characteristics of SCSI over NVMe, see Local SSD performance.
	// Check the Interface enum for the list of possible values.
	Interface *string `protobuf:"bytes,502623545,opt,name=interface,proto3,oneof" json:"interface,omitempty"`
	// contains filtered or unexported fields
}

func (*AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk) Descriptor

Deprecated: Use AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk.ProtoReflect.Descriptor instead.

func (*AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk) GetDiskSizeGb

func (*AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk) GetInterface

func (*AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk) ProtoMessage

func (*AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk) ProtoReflect

func (*AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk) Reset

func (*AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk) String

type AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk_Interface

type AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk_Interface int32

Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI. For performance characteristics of SCSI over NVMe, see Local SSD performance.

const (
	// A value indicating that the enum field is not set.
	AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk_UNDEFINED_INTERFACE AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk_Interface = 0
	AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk_NVME                AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk_Interface = 2408800
	AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk_SCSI                AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk_Interface = 2539686
)

func (AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk_Interface) Descriptor

func (AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk_Interface) Enum

func (AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk_Interface) EnumDescriptor

Deprecated: Use AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk_Interface.Descriptor instead.

func (AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk_Interface) Number

func (AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk_Interface) String

func (AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk_Interface) Type

type AllocationSpecificSKUAllocationReservedInstanceProperties

type AllocationSpecificSKUAllocationReservedInstanceProperties struct {

	// Specifies accelerator type and count.
	GuestAccelerators []*AcceleratorConfig `protobuf:"bytes,463595119,rep,name=guest_accelerators,json=guestAccelerators,proto3" json:"guest_accelerators,omitempty"`
	// Specifies amount of local ssd to reserve with each instance. The type of disk is local-ssd.
	LocalSsds []*AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk `protobuf:"bytes,229951299,rep,name=local_ssds,json=localSsds,proto3" json:"local_ssds,omitempty"`
	// An opaque location hint used to place the allocation close to other resources. This field is for use by internal tools that use the public API.
	LocationHint *string `protobuf:"bytes,350519505,opt,name=location_hint,json=locationHint,proto3,oneof" json:"location_hint,omitempty"`
	// Specifies type of machine (name only) which has fixed number of vCPUs and fixed amount of memory. This also includes specifying custom machine type following custom-NUMBER_OF_CPUS-AMOUNT_OF_MEMORY pattern.
	MachineType *string `protobuf:"bytes,227711026,opt,name=machine_type,json=machineType,proto3,oneof" json:"machine_type,omitempty"`
	// Minimum cpu platform the reservation.
	MinCpuPlatform *string `protobuf:"bytes,242912759,opt,name=min_cpu_platform,json=minCpuPlatform,proto3,oneof" json:"min_cpu_platform,omitempty"`
	// contains filtered or unexported fields
}

Properties of the SKU instances being reserved. Next ID: 9

func (*AllocationSpecificSKUAllocationReservedInstanceProperties) Descriptor

Deprecated: Use AllocationSpecificSKUAllocationReservedInstanceProperties.ProtoReflect.Descriptor instead.

func (*AllocationSpecificSKUAllocationReservedInstanceProperties) GetGuestAccelerators

func (*AllocationSpecificSKUAllocationReservedInstanceProperties) GetLocalSsds

func (*AllocationSpecificSKUAllocationReservedInstanceProperties) GetLocationHint

func (*AllocationSpecificSKUAllocationReservedInstanceProperties) GetMachineType

func (*AllocationSpecificSKUAllocationReservedInstanceProperties) GetMinCpuPlatform

func (*AllocationSpecificSKUAllocationReservedInstanceProperties) ProtoMessage

func (*AllocationSpecificSKUAllocationReservedInstanceProperties) ProtoReflect

func (*AllocationSpecificSKUAllocationReservedInstanceProperties) Reset

func (*AllocationSpecificSKUAllocationReservedInstanceProperties) String

type AllocationSpecificSKUReservation

type AllocationSpecificSKUReservation struct {

	// [Output Only] Indicates how many instances are actually usable currently.
	AssuredCount *int64 `protobuf:"varint,281197645,opt,name=assured_count,json=assuredCount,proto3,oneof" json:"assured_count,omitempty"`
	// Specifies the number of resources that are allocated.
	Count *int64 `protobuf:"varint,94851343,opt,name=count,proto3,oneof" json:"count,omitempty"`
	// [Output Only] Indicates how many instances are in use.
	InUseCount *int64 `protobuf:"varint,493458877,opt,name=in_use_count,json=inUseCount,proto3,oneof" json:"in_use_count,omitempty"`
	// The instance properties for the reservation.
	InstanceProperties *AllocationSpecificSKUAllocationReservedInstanceProperties `protobuf:"bytes,215355165,opt,name=instance_properties,json=instanceProperties,proto3,oneof" json:"instance_properties,omitempty"`
	// Specifies the instance template to create the reservation. If you use this field, you must exclude the instanceProperties field. This field is optional, and it can be a full or partial URL. For example, the following are all valid URLs to an instance template: - https://www.googleapis.com/compute/v1/projects/project /global/instanceTemplates/instanceTemplate - projects/project/global/instanceTemplates/instanceTemplate - global/instanceTemplates/instanceTemplate
	SourceInstanceTemplate *string `protobuf:"bytes,332423616,opt,name=source_instance_template,json=sourceInstanceTemplate,proto3,oneof" json:"source_instance_template,omitempty"`
	// contains filtered or unexported fields
}

This reservation type allows to pre allocate specific instance configuration. Next ID: 6

func (*AllocationSpecificSKUReservation) Descriptor

func (*AllocationSpecificSKUReservation) Descriptor() ([]byte, []int)

Deprecated: Use AllocationSpecificSKUReservation.ProtoReflect.Descriptor instead.

func (*AllocationSpecificSKUReservation) GetAssuredCount

func (x *AllocationSpecificSKUReservation) GetAssuredCount() int64

func (*AllocationSpecificSKUReservation) GetCount

func (*AllocationSpecificSKUReservation) GetInUseCount

func (x *AllocationSpecificSKUReservation) GetInUseCount() int64

func (*AllocationSpecificSKUReservation) GetInstanceProperties

func (*AllocationSpecificSKUReservation) GetSourceInstanceTemplate

func (x *AllocationSpecificSKUReservation) GetSourceInstanceTemplate() string

func (*AllocationSpecificSKUReservation) ProtoMessage

func (*AllocationSpecificSKUReservation) ProtoMessage()

func (*AllocationSpecificSKUReservation) ProtoReflect

func (*AllocationSpecificSKUReservation) Reset

func (*AllocationSpecificSKUReservation) String

type Allowed

type Allowed struct {

	// The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule. This value can either be one of the following well known protocol strings (tcp, udp, icmp, esp, ah, ipip, sctp) or the IP protocol number.
	IPProtocol *string `protobuf:"bytes,488094525,opt,name=I_p_protocol,json=IPProtocol,proto3,oneof" json:"I_p_protocol,omitempty"`
	// An optional list of ports to which this rule applies. This field is only applicable for the UDP or TCP protocol. Each entry must be either an integer or a range. If not specified, this rule applies to connections through any port. Example inputs include: ["22"], ["80","443"], and ["12345-12349"].
	Ports []string `protobuf:"bytes,106854418,rep,name=ports,proto3" json:"ports,omitempty"`
	// contains filtered or unexported fields
}

func (*Allowed) Descriptor

func (*Allowed) Descriptor() ([]byte, []int)

Deprecated: Use Allowed.ProtoReflect.Descriptor instead.

func (*Allowed) GetIPProtocol

func (x *Allowed) GetIPProtocol() string

func (*Allowed) GetPorts

func (x *Allowed) GetPorts() []string

func (*Allowed) ProtoMessage

func (*Allowed) ProtoMessage()

func (*Allowed) ProtoReflect

func (x *Allowed) ProtoReflect() protoreflect.Message

func (*Allowed) Reset

func (x *Allowed) Reset()

func (*Allowed) String

func (x *Allowed) String() string

type ApplyUpdatesToInstancesInstanceGroupManagerRequest

type ApplyUpdatesToInstancesInstanceGroupManagerRequest struct {

	// The name of the managed instance group, should conform to RFC1035.
	InstanceGroupManager string `protobuf:"bytes,249363395,opt,name=instance_group_manager,json=instanceGroupManager,proto3" json:"instance_group_manager,omitempty"`
	// The body resource for this request
	InstanceGroupManagersApplyUpdatesRequestResource *InstanceGroupManagersApplyUpdatesRequest `protobuf:"bytes,259242835,opt,name=instance_group_managers_apply_updates_request_resource,json=instanceGroupManagersApplyUpdatesRequestResource,proto3" json:"instance_group_managers_apply_updates_request_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the zone where the managed instance group is located. Should conform to RFC1035.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for InstanceGroupManagers.ApplyUpdatesToInstances. See the method description for details.

func (*ApplyUpdatesToInstancesInstanceGroupManagerRequest) Descriptor

Deprecated: Use ApplyUpdatesToInstancesInstanceGroupManagerRequest.ProtoReflect.Descriptor instead.

func (*ApplyUpdatesToInstancesInstanceGroupManagerRequest) GetInstanceGroupManager

func (x *ApplyUpdatesToInstancesInstanceGroupManagerRequest) GetInstanceGroupManager() string

func (*ApplyUpdatesToInstancesInstanceGroupManagerRequest) GetInstanceGroupManagersApplyUpdatesRequestResource

func (x *ApplyUpdatesToInstancesInstanceGroupManagerRequest) GetInstanceGroupManagersApplyUpdatesRequestResource() *InstanceGroupManagersApplyUpdatesRequest

func (*ApplyUpdatesToInstancesInstanceGroupManagerRequest) GetProject

func (*ApplyUpdatesToInstancesInstanceGroupManagerRequest) GetZone

func (*ApplyUpdatesToInstancesInstanceGroupManagerRequest) ProtoMessage

func (*ApplyUpdatesToInstancesInstanceGroupManagerRequest) ProtoReflect

func (*ApplyUpdatesToInstancesInstanceGroupManagerRequest) Reset

func (*ApplyUpdatesToInstancesInstanceGroupManagerRequest) String

type ApplyUpdatesToInstancesRegionInstanceGroupManagerRequest

type ApplyUpdatesToInstancesRegionInstanceGroupManagerRequest struct {

	// The name of the managed instance group, should conform to RFC1035.
	InstanceGroupManager string `protobuf:"bytes,249363395,opt,name=instance_group_manager,json=instanceGroupManager,proto3" json:"instance_group_manager,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request, should conform to RFC1035.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// The body resource for this request
	RegionInstanceGroupManagersApplyUpdatesRequestResource *RegionInstanceGroupManagersApplyUpdatesRequest `protobuf:"bytes,76248318,opt,name=region_instance_group_managers_apply_updates_request_resource,json=regionInstanceGroupManagersApplyUpdatesRequestResource,proto3" json:"region_instance_group_managers_apply_updates_request_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionInstanceGroupManagers.ApplyUpdatesToInstances. See the method description for details.

func (*ApplyUpdatesToInstancesRegionInstanceGroupManagerRequest) Descriptor

Deprecated: Use ApplyUpdatesToInstancesRegionInstanceGroupManagerRequest.ProtoReflect.Descriptor instead.

func (*ApplyUpdatesToInstancesRegionInstanceGroupManagerRequest) GetInstanceGroupManager

func (*ApplyUpdatesToInstancesRegionInstanceGroupManagerRequest) GetProject

func (*ApplyUpdatesToInstancesRegionInstanceGroupManagerRequest) GetRegion

func (*ApplyUpdatesToInstancesRegionInstanceGroupManagerRequest) GetRegionInstanceGroupManagersApplyUpdatesRequestResource

func (x *ApplyUpdatesToInstancesRegionInstanceGroupManagerRequest) GetRegionInstanceGroupManagersApplyUpdatesRequestResource() *RegionInstanceGroupManagersApplyUpdatesRequest

func (*ApplyUpdatesToInstancesRegionInstanceGroupManagerRequest) ProtoMessage

func (*ApplyUpdatesToInstancesRegionInstanceGroupManagerRequest) ProtoReflect

func (*ApplyUpdatesToInstancesRegionInstanceGroupManagerRequest) Reset

func (*ApplyUpdatesToInstancesRegionInstanceGroupManagerRequest) String

type AttachDiskInstanceRequest

type AttachDiskInstanceRequest struct {

	// The body resource for this request
	AttachedDiskResource *AttachedDisk `protobuf:"bytes,90605845,opt,name=attached_disk_resource,json=attachedDiskResource,proto3" json:"attached_disk_resource,omitempty"`
	// Whether to force attach the regional disk even if it's currently attached to another instance. If you try to force attach a zonal disk to an instance, you will receive an error.
	ForceAttach *bool `protobuf:"varint,142758425,opt,name=force_attach,json=forceAttach,proto3,oneof" json:"force_attach,omitempty"`
	// The instance name for this request.
	Instance string `protobuf:"bytes,18257045,opt,name=instance,proto3" json:"instance,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Instances.AttachDisk. See the method description for details.

func (*AttachDiskInstanceRequest) Descriptor

func (*AttachDiskInstanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use AttachDiskInstanceRequest.ProtoReflect.Descriptor instead.

func (*AttachDiskInstanceRequest) GetAttachedDiskResource

func (x *AttachDiskInstanceRequest) GetAttachedDiskResource() *AttachedDisk

func (*AttachDiskInstanceRequest) GetForceAttach

func (x *AttachDiskInstanceRequest) GetForceAttach() bool

func (*AttachDiskInstanceRequest) GetInstance

func (x *AttachDiskInstanceRequest) GetInstance() string

func (*AttachDiskInstanceRequest) GetProject

func (x *AttachDiskInstanceRequest) GetProject() string

func (*AttachDiskInstanceRequest) GetRequestId

func (x *AttachDiskInstanceRequest) GetRequestId() string

func (*AttachDiskInstanceRequest) GetZone

func (x *AttachDiskInstanceRequest) GetZone() string

func (*AttachDiskInstanceRequest) ProtoMessage

func (*AttachDiskInstanceRequest) ProtoMessage()

func (*AttachDiskInstanceRequest) ProtoReflect

func (*AttachDiskInstanceRequest) Reset

func (x *AttachDiskInstanceRequest) Reset()

func (*AttachDiskInstanceRequest) String

func (x *AttachDiskInstanceRequest) String() string

type AttachNetworkEndpointsGlobalNetworkEndpointGroupRequest

type AttachNetworkEndpointsGlobalNetworkEndpointGroupRequest struct {

	// The body resource for this request
	GlobalNetworkEndpointGroupsAttachEndpointsRequestResource *GlobalNetworkEndpointGroupsAttachEndpointsRequest `protobuf:"bytes,30691563,opt,name=global_network_endpoint_groups_attach_endpoints_request_resource,json=globalNetworkEndpointGroupsAttachEndpointsRequestResource,proto3" json:"global_network_endpoint_groups_attach_endpoints_request_resource,omitempty"`
	// The name of the network endpoint group where you are attaching network endpoints to. It should comply with RFC1035.
	NetworkEndpointGroup string `protobuf:"bytes,433907078,opt,name=network_endpoint_group,json=networkEndpointGroup,proto3" json:"network_endpoint_group,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for GlobalNetworkEndpointGroups.AttachNetworkEndpoints. See the method description for details.

func (*AttachNetworkEndpointsGlobalNetworkEndpointGroupRequest) Descriptor

Deprecated: Use AttachNetworkEndpointsGlobalNetworkEndpointGroupRequest.ProtoReflect.Descriptor instead.

func (*AttachNetworkEndpointsGlobalNetworkEndpointGroupRequest) GetGlobalNetworkEndpointGroupsAttachEndpointsRequestResource

func (x *AttachNetworkEndpointsGlobalNetworkEndpointGroupRequest) GetGlobalNetworkEndpointGroupsAttachEndpointsRequestResource() *GlobalNetworkEndpointGroupsAttachEndpointsRequest

func (*AttachNetworkEndpointsGlobalNetworkEndpointGroupRequest) GetNetworkEndpointGroup

func (*AttachNetworkEndpointsGlobalNetworkEndpointGroupRequest) GetProject

func (*AttachNetworkEndpointsGlobalNetworkEndpointGroupRequest) GetRequestId

func (*AttachNetworkEndpointsGlobalNetworkEndpointGroupRequest) ProtoMessage

func (*AttachNetworkEndpointsGlobalNetworkEndpointGroupRequest) ProtoReflect

func (*AttachNetworkEndpointsGlobalNetworkEndpointGroupRequest) Reset

func (*AttachNetworkEndpointsGlobalNetworkEndpointGroupRequest) String

type AttachNetworkEndpointsNetworkEndpointGroupRequest

type AttachNetworkEndpointsNetworkEndpointGroupRequest struct {

	// The name of the network endpoint group where you are attaching network endpoints to. It should comply with RFC1035.
	NetworkEndpointGroup string `protobuf:"bytes,433907078,opt,name=network_endpoint_group,json=networkEndpointGroup,proto3" json:"network_endpoint_group,omitempty"`
	// The body resource for this request
	NetworkEndpointGroupsAttachEndpointsRequestResource *NetworkEndpointGroupsAttachEndpointsRequest `protobuf:"bytes,531079,opt,name=network_endpoint_groups_attach_endpoints_request_resource,json=networkEndpointGroupsAttachEndpointsRequestResource,proto3" json:"network_endpoint_groups_attach_endpoints_request_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone where the network endpoint group is located. It should comply with RFC1035.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for NetworkEndpointGroups.AttachNetworkEndpoints. See the method description for details.

func (*AttachNetworkEndpointsNetworkEndpointGroupRequest) Descriptor

Deprecated: Use AttachNetworkEndpointsNetworkEndpointGroupRequest.ProtoReflect.Descriptor instead.

func (*AttachNetworkEndpointsNetworkEndpointGroupRequest) GetNetworkEndpointGroup

func (x *AttachNetworkEndpointsNetworkEndpointGroupRequest) GetNetworkEndpointGroup() string

func (*AttachNetworkEndpointsNetworkEndpointGroupRequest) GetNetworkEndpointGroupsAttachEndpointsRequestResource

func (x *AttachNetworkEndpointsNetworkEndpointGroupRequest) GetNetworkEndpointGroupsAttachEndpointsRequestResource() *NetworkEndpointGroupsAttachEndpointsRequest

func (*AttachNetworkEndpointsNetworkEndpointGroupRequest) GetProject

func (*AttachNetworkEndpointsNetworkEndpointGroupRequest) GetRequestId

func (*AttachNetworkEndpointsNetworkEndpointGroupRequest) GetZone

func (*AttachNetworkEndpointsNetworkEndpointGroupRequest) ProtoMessage

func (*AttachNetworkEndpointsNetworkEndpointGroupRequest) ProtoReflect

func (*AttachNetworkEndpointsNetworkEndpointGroupRequest) Reset

func (*AttachNetworkEndpointsNetworkEndpointGroupRequest) String

type AttachedDisk

type AttachedDisk struct {

	// [Output Only] The architecture of the attached disk. Valid values are ARM64 or X86_64.
	// Check the Architecture enum for the list of possible values.
	Architecture *string `protobuf:"bytes,302803283,opt,name=architecture,proto3,oneof" json:"architecture,omitempty"`
	// Specifies whether the disk will be auto-deleted when the instance is deleted (but not when the disk is detached from the instance).
	AutoDelete *bool `protobuf:"varint,464761403,opt,name=auto_delete,json=autoDelete,proto3,oneof" json:"auto_delete,omitempty"`
	// Indicates that this is a boot disk. The virtual machine will use the first partition of the disk for its root filesystem.
	Boot *bool `protobuf:"varint,3029746,opt,name=boot,proto3,oneof" json:"boot,omitempty"`
	// Specifies a unique device name of your choice that is reflected into the /dev/disk/by-id/google-* tree of a Linux operating system running within the instance. This name can be used to reference the device for mounting, resizing, and so on, from within the instance. If not specified, the server chooses a default device name to apply to this disk, in the form persistent-disk-x, where x is a number assigned by Google Compute Engine. This field is only applicable for persistent disks.
	DeviceName *string `protobuf:"bytes,67541716,opt,name=device_name,json=deviceName,proto3,oneof" json:"device_name,omitempty"`
	// Encrypts or decrypts a disk using a customer-supplied encryption key. If you are creating a new disk, this field encrypts the new disk using an encryption key that you provide. If you are attaching an existing disk that is already encrypted, this field decrypts the disk using the customer-supplied encryption key. If you encrypt a disk using a customer-supplied key, you must provide the same key again when you attempt to use this resource at a later time. For example, you must provide the key when you create a snapshot or an image from the disk or when you attach the disk to a virtual machine instance. If you do not provide an encryption key, then the disk will be encrypted using an automatically generated key and you do not need to provide a key to use the disk later. Instance templates do not store customer-supplied encryption keys, so you cannot use your own keys to encrypt disks in a managed instance group.
	DiskEncryptionKey *CustomerEncryptionKey `protobuf:"bytes,271660677,opt,name=disk_encryption_key,json=diskEncryptionKey,proto3,oneof" json:"disk_encryption_key,omitempty"`
	// The size of the disk in GB.
	DiskSizeGb *int64 `protobuf:"varint,316263735,opt,name=disk_size_gb,json=diskSizeGb,proto3,oneof" json:"disk_size_gb,omitempty"`
	// [Input Only] Whether to force attach the regional disk even if it's currently attached to another instance. If you try to force attach a zonal disk to an instance, you will receive an error.
	ForceAttach *bool `protobuf:"varint,142758425,opt,name=force_attach,json=forceAttach,proto3,oneof" json:"force_attach,omitempty"`
	// A list of features to enable on the guest operating system. Applicable only for bootable images. Read Enabling guest operating system features to see a list of available options.
	GuestOsFeatures []*GuestOsFeature `protobuf:"bytes,79294545,rep,name=guest_os_features,json=guestOsFeatures,proto3" json:"guest_os_features,omitempty"`
	// [Output Only] A zero-based index to this disk, where 0 is reserved for the boot disk. If you have many disks attached to an instance, each disk would have a unique index number.
	Index *int32 `protobuf:"varint,100346066,opt,name=index,proto3,oneof" json:"index,omitempty"`
	// [Input Only] Specifies the parameters for a new disk that will be created alongside the new instance. Use initialization parameters to create boot disks or local SSDs attached to the new instance. This property is mutually exclusive with the source property; you can only define one or the other, but not both.
	InitializeParams *AttachedDiskInitializeParams `protobuf:"bytes,17697045,opt,name=initialize_params,json=initializeParams,proto3,oneof" json:"initialize_params,omitempty"`
	// Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. For most machine types, the default is SCSI. Local SSDs can use either NVME or SCSI. In certain configurations, persistent disks can use NVMe. For more information, see About persistent disks.
	// Check the Interface enum for the list of possible values.
	Interface *string `protobuf:"bytes,502623545,opt,name=interface,proto3,oneof" json:"interface,omitempty"`
	// [Output Only] Type of the resource. Always compute#attachedDisk for attached disks.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] Any valid publicly visible licenses.
	Licenses []string `protobuf:"bytes,337642578,rep,name=licenses,proto3" json:"licenses,omitempty"`
	// The mode in which to attach this disk, either READ_WRITE or READ_ONLY. If not specified, the default is to attach the disk in READ_WRITE mode.
	// Check the Mode enum for the list of possible values.
	Mode *string `protobuf:"bytes,3357091,opt,name=mode,proto3,oneof" json:"mode,omitempty"`
	// For LocalSSD disks on VM Instances in STOPPED or SUSPENDED state, this field is set to PRESERVED if the LocalSSD data has been saved to a persistent location by customer request. (see the discard_local_ssd option on Stop/Suspend). Read-only in the api.
	// Check the SavedState enum for the list of possible values.
	SavedState *string `protobuf:"bytes,411587801,opt,name=saved_state,json=savedState,proto3,oneof" json:"saved_state,omitempty"`
	// [Output Only] shielded vm initial state stored on disk
	ShieldedInstanceInitialState *InitialStateConfig `protobuf:"bytes,192356867,opt,name=shielded_instance_initial_state,json=shieldedInstanceInitialState,proto3,oneof" json:"shielded_instance_initial_state,omitempty"`
	// Specifies a valid partial or full URL to an existing Persistent Disk resource. When creating a new instance, one of initializeParams.sourceImage or initializeParams.sourceSnapshot or disks.source is required except for local SSD. If desired, you can also attach existing non-root persistent disks using this property. This field is only applicable for persistent disks. Note that for InstanceTemplate, specify the disk name for zonal disk, and the URL for regional disk.
	Source *string `protobuf:"bytes,177235995,opt,name=source,proto3,oneof" json:"source,omitempty"`
	// Specifies the type of the disk, either SCRATCH or PERSISTENT. If not specified, the default is PERSISTENT.
	// Check the Type enum for the list of possible values.
	Type *string `protobuf:"bytes,3575610,opt,name=type,proto3,oneof" json:"type,omitempty"`
	// contains filtered or unexported fields
}

An instance-attached disk resource.

func (*AttachedDisk) Descriptor

func (*AttachedDisk) Descriptor() ([]byte, []int)

Deprecated: Use AttachedDisk.ProtoReflect.Descriptor instead.

func (*AttachedDisk) GetArchitecture

func (x *AttachedDisk) GetArchitecture() string

func (*AttachedDisk) GetAutoDelete

func (x *AttachedDisk) GetAutoDelete() bool

func (*AttachedDisk) GetBoot

func (x *AttachedDisk) GetBoot() bool

func (*AttachedDisk) GetDeviceName

func (x *AttachedDisk) GetDeviceName() string

func (*AttachedDisk) GetDiskEncryptionKey

func (x *AttachedDisk) GetDiskEncryptionKey() *CustomerEncryptionKey

func (*AttachedDisk) GetDiskSizeGb

func (x *AttachedDisk) GetDiskSizeGb() int64

func (*AttachedDisk) GetForceAttach

func (x *AttachedDisk) GetForceAttach() bool

func (*AttachedDisk) GetGuestOsFeatures

func (x *AttachedDisk) GetGuestOsFeatures() []*GuestOsFeature

func (*AttachedDisk) GetIndex

func (x *AttachedDisk) GetIndex() int32

func (*AttachedDisk) GetInitializeParams

func (x *AttachedDisk) GetInitializeParams() *AttachedDiskInitializeParams

func (*AttachedDisk) GetInterface

func (x *AttachedDisk) GetInterface() string

func (*AttachedDisk) GetKind

func (x *AttachedDisk) GetKind() string

func (*AttachedDisk) GetLicenses

func (x *AttachedDisk) GetLicenses() []string

func (*AttachedDisk) GetMode

func (x *AttachedDisk) GetMode() string

func (*AttachedDisk) GetSavedState

func (x *AttachedDisk) GetSavedState() string

func (*AttachedDisk) GetShieldedInstanceInitialState

func (x *AttachedDisk) GetShieldedInstanceInitialState() *InitialStateConfig

func (*AttachedDisk) GetSource

func (x *AttachedDisk) GetSource() string

func (*AttachedDisk) GetType

func (x *AttachedDisk) GetType() string

func (*AttachedDisk) ProtoMessage

func (*AttachedDisk) ProtoMessage()

func (*AttachedDisk) ProtoReflect

func (x *AttachedDisk) ProtoReflect() protoreflect.Message

func (*AttachedDisk) Reset

func (x *AttachedDisk) Reset()

func (*AttachedDisk) String

func (x *AttachedDisk) String() string

type AttachedDiskInitializeParams

type AttachedDiskInitializeParams struct {

	// The architecture of the attached disk. Valid values are arm64 or x86_64.
	// Check the Architecture enum for the list of possible values.
	Architecture *string `protobuf:"bytes,302803283,opt,name=architecture,proto3,oneof" json:"architecture,omitempty"`
	// An optional description. Provide this property when creating the disk.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// Specifies the disk name. If not specified, the default is to use the name of the instance. If a disk with the same name already exists in the given region, the existing disk is attached to the new instance and the new disk is not created.
	DiskName *string `protobuf:"bytes,92807149,opt,name=disk_name,json=diskName,proto3,oneof" json:"disk_name,omitempty"`
	// Specifies the size of the disk in base-2 GB. The size must be at least 10 GB. If you specify a sourceImage, which is required for boot disks, the default size is the size of the sourceImage. If you do not specify a sourceImage, the default disk size is 500 GB.
	DiskSizeGb *int64 `protobuf:"varint,316263735,opt,name=disk_size_gb,json=diskSizeGb,proto3,oneof" json:"disk_size_gb,omitempty"`
	// Specifies the disk type to use to create the instance. If not specified, the default is pd-standard, specified using the full URL. For example: https://www.googleapis.com/compute/v1/projects/project/zones/zone /diskTypes/pd-standard For a full list of acceptable values, see Persistent disk types. If you specify this field when creating a VM, you can provide either the full or partial URL. For example, the following values are valid: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /diskTypes/diskType - projects/project/zones/zone/diskTypes/diskType - zones/zone/diskTypes/diskType If you specify this field when creating or updating an instance template or all-instances configuration, specify the type of the disk, not the URL. For example: pd-standard.
	DiskType *string `protobuf:"bytes,93009052,opt,name=disk_type,json=diskType,proto3,oneof" json:"disk_type,omitempty"`
	// Labels to apply to this disk. These can be later modified by the disks.setLabels method. This field is only applicable for persistent disks.
	Labels map[string]string `protobuf:"bytes,500195327,rep,name=labels,proto3" json:"labels,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// A list of publicly visible licenses. Reserved for Google's use.
	Licenses []string `protobuf:"bytes,337642578,rep,name=licenses,proto3" json:"licenses,omitempty"`
	// Specifies which action to take on instance update with this disk. Default is to use the existing disk.
	// Check the OnUpdateAction enum for the list of possible values.
	OnUpdateAction *string `protobuf:"bytes,202451980,opt,name=on_update_action,json=onUpdateAction,proto3,oneof" json:"on_update_action,omitempty"`
	// Indicates how many IOPS to provision for the disk. This sets the number of I/O operations per second that the disk can handle. Values must be between 10,000 and 120,000. For more details, see the Extreme persistent disk documentation.
	ProvisionedIops *int64 `protobuf:"varint,186769108,opt,name=provisioned_iops,json=provisionedIops,proto3,oneof" json:"provisioned_iops,omitempty"`
	// Indicates how much throughput to provision for the disk. This sets the number of throughput mb per second that the disk can handle. Values must be between 1 and 7,124.
	ProvisionedThroughput *int64 `protobuf:"varint,526524181,opt,name=provisioned_throughput,json=provisionedThroughput,proto3,oneof" json:"provisioned_throughput,omitempty"`
	// Required for each regional disk associated with the instance. Specify the URLs of the zones where the disk should be replicated to. You must provide exactly two replica zones, and one zone must be the same as the instance zone. You can't use this option with boot disks.
	ReplicaZones []string `protobuf:"bytes,48438272,rep,name=replica_zones,json=replicaZones,proto3" json:"replica_zones,omitempty"`
	// Resource manager tags to be bound to the disk. Tag keys and values have the same definition as resource manager tags. Keys must be in the format `tagKeys/{tag_key_id}`, and values are in the format `tagValues/456`. The field is ignored (both PUT & PATCH) when empty.
	ResourceManagerTags map[string]string `protobuf:"bytes,377671164,rep,name=resource_manager_tags,json=resourceManagerTags,proto3" json:"resource_manager_tags,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// Resource policies applied to this disk for automatic snapshot creations. Specified using the full or partial URL. For instance template, specify only the resource policy name.
	ResourcePolicies []string `protobuf:"bytes,22220385,rep,name=resource_policies,json=resourcePolicies,proto3" json:"resource_policies,omitempty"`
	// The source image to create this disk. When creating a new instance, one of initializeParams.sourceImage or initializeParams.sourceSnapshot or disks.source is required except for local SSD. To create a disk with one of the public operating system images, specify the image by its family name. For example, specify family/debian-9 to use the latest Debian 9 image: projects/debian-cloud/global/images/family/debian-9 Alternatively, use a specific version of a public operating system image: projects/debian-cloud/global/images/debian-9-stretch-vYYYYMMDD To create a disk with a custom image that you created, specify the image name in the following format: global/images/my-custom-image You can also specify a custom image by its image family, which returns the latest version of the image in that family. Replace the image name with family/family-name: global/images/family/my-image-family If the source image is deleted later, this field will not be set.
	SourceImage *string `protobuf:"bytes,50443319,opt,name=source_image,json=sourceImage,proto3,oneof" json:"source_image,omitempty"`
	// The customer-supplied encryption key of the source image. Required if the source image is protected by a customer-supplied encryption key. InstanceTemplate and InstancePropertiesPatch do not store customer-supplied encryption keys, so you cannot create disks for instances in a managed instance group if the source images are encrypted with your own keys.
	SourceImageEncryptionKey *CustomerEncryptionKey `protobuf:"bytes,381503659,opt,name=source_image_encryption_key,json=sourceImageEncryptionKey,proto3,oneof" json:"source_image_encryption_key,omitempty"`
	// The source snapshot to create this disk. When creating a new instance, one of initializeParams.sourceSnapshot or initializeParams.sourceImage or disks.source is required except for local SSD. To create a disk with a snapshot that you created, specify the snapshot name in the following format: global/snapshots/my-backup If the source snapshot is deleted later, this field will not be set.
	SourceSnapshot *string `protobuf:"bytes,126061928,opt,name=source_snapshot,json=sourceSnapshot,proto3,oneof" json:"source_snapshot,omitempty"`
	// The customer-supplied encryption key of the source snapshot.
	SourceSnapshotEncryptionKey *CustomerEncryptionKey `protobuf:"bytes,303679322,opt,name=source_snapshot_encryption_key,json=sourceSnapshotEncryptionKey,proto3,oneof" json:"source_snapshot_encryption_key,omitempty"`
	// contains filtered or unexported fields
}

[Input Only] Specifies the parameters for a new disk that will be created alongside the new instance. Use initialization parameters to create boot disks or local SSDs attached to the new instance. This field is persisted and returned for instanceTemplate and not returned in the context of instance. This property is mutually exclusive with the source property; you can only define one or the other, but not both.

func (*AttachedDiskInitializeParams) Descriptor

func (*AttachedDiskInitializeParams) Descriptor() ([]byte, []int)

Deprecated: Use AttachedDiskInitializeParams.ProtoReflect.Descriptor instead.

func (*AttachedDiskInitializeParams) GetArchitecture

func (x *AttachedDiskInitializeParams) GetArchitecture() string

func (*AttachedDiskInitializeParams) GetDescription

func (x *AttachedDiskInitializeParams) GetDescription() string

func (*AttachedDiskInitializeParams) GetDiskName

func (x *AttachedDiskInitializeParams) GetDiskName() string

func (*AttachedDiskInitializeParams) GetDiskSizeGb

func (x *AttachedDiskInitializeParams) GetDiskSizeGb() int64

func (*AttachedDiskInitializeParams) GetDiskType

func (x *AttachedDiskInitializeParams) GetDiskType() string

func (*AttachedDiskInitializeParams) GetLabels

func (x *AttachedDiskInitializeParams) GetLabels() map[string]string

func (*AttachedDiskInitializeParams) GetLicenses

func (x *AttachedDiskInitializeParams) GetLicenses() []string

func (*AttachedDiskInitializeParams) GetOnUpdateAction

func (x *AttachedDiskInitializeParams) GetOnUpdateAction() string

func (*AttachedDiskInitializeParams) GetProvisionedIops

func (x *AttachedDiskInitializeParams) GetProvisionedIops() int64

func (*AttachedDiskInitializeParams) GetProvisionedThroughput

func (x *AttachedDiskInitializeParams) GetProvisionedThroughput() int64

func (*AttachedDiskInitializeParams) GetReplicaZones

func (x *AttachedDiskInitializeParams) GetReplicaZones() []string

func (*AttachedDiskInitializeParams) GetResourceManagerTags

func (x *AttachedDiskInitializeParams) GetResourceManagerTags() map[string]string

func (*AttachedDiskInitializeParams) GetResourcePolicies

func (x *AttachedDiskInitializeParams) GetResourcePolicies() []string

func (*AttachedDiskInitializeParams) GetSourceImage

func (x *AttachedDiskInitializeParams) GetSourceImage() string

func (*AttachedDiskInitializeParams) GetSourceImageEncryptionKey

func (x *AttachedDiskInitializeParams) GetSourceImageEncryptionKey() *CustomerEncryptionKey

func (*AttachedDiskInitializeParams) GetSourceSnapshot

func (x *AttachedDiskInitializeParams) GetSourceSnapshot() string

func (*AttachedDiskInitializeParams) GetSourceSnapshotEncryptionKey

func (x *AttachedDiskInitializeParams) GetSourceSnapshotEncryptionKey() *CustomerEncryptionKey

func (*AttachedDiskInitializeParams) ProtoMessage

func (*AttachedDiskInitializeParams) ProtoMessage()

func (*AttachedDiskInitializeParams) ProtoReflect

func (*AttachedDiskInitializeParams) Reset

func (x *AttachedDiskInitializeParams) Reset()

func (*AttachedDiskInitializeParams) String

type AttachedDiskInitializeParams_Architecture

type AttachedDiskInitializeParams_Architecture int32

The architecture of the attached disk. Valid values are arm64 or x86_64.

const (
	// A value indicating that the enum field is not set.
	AttachedDiskInitializeParams_UNDEFINED_ARCHITECTURE AttachedDiskInitializeParams_Architecture = 0
	// Default value indicating Architecture is not set.
	AttachedDiskInitializeParams_ARCHITECTURE_UNSPECIFIED AttachedDiskInitializeParams_Architecture = 394750507
	// Machines with architecture ARM64
	AttachedDiskInitializeParams_ARM64 AttachedDiskInitializeParams_Architecture = 62547450
	// Machines with architecture X86_64
	AttachedDiskInitializeParams_X86_64 AttachedDiskInitializeParams_Architecture = 425300551
)

func (AttachedDiskInitializeParams_Architecture) Descriptor

func (AttachedDiskInitializeParams_Architecture) Enum

func (AttachedDiskInitializeParams_Architecture) EnumDescriptor

func (AttachedDiskInitializeParams_Architecture) EnumDescriptor() ([]byte, []int)

Deprecated: Use AttachedDiskInitializeParams_Architecture.Descriptor instead.

func (AttachedDiskInitializeParams_Architecture) Number

func (AttachedDiskInitializeParams_Architecture) String

func (AttachedDiskInitializeParams_Architecture) Type

type AttachedDiskInitializeParams_OnUpdateAction

type AttachedDiskInitializeParams_OnUpdateAction int32

Specifies which action to take on instance update with this disk. Default is to use the existing disk.

const (
	// A value indicating that the enum field is not set.
	AttachedDiskInitializeParams_UNDEFINED_ON_UPDATE_ACTION AttachedDiskInitializeParams_OnUpdateAction = 0
	// Always recreate the disk.
	AttachedDiskInitializeParams_RECREATE_DISK AttachedDiskInitializeParams_OnUpdateAction = 494767853
	// Recreate the disk if source (image, snapshot) of this disk is different from source of existing disk.
	AttachedDiskInitializeParams_RECREATE_DISK_IF_SOURCE_CHANGED AttachedDiskInitializeParams_OnUpdateAction = 398099712
	// Use the existing disk, this is the default behaviour.
	AttachedDiskInitializeParams_USE_EXISTING_DISK AttachedDiskInitializeParams_OnUpdateAction = 232682233
)

func (AttachedDiskInitializeParams_OnUpdateAction) Descriptor

func (AttachedDiskInitializeParams_OnUpdateAction) Enum

func (AttachedDiskInitializeParams_OnUpdateAction) EnumDescriptor

func (AttachedDiskInitializeParams_OnUpdateAction) EnumDescriptor() ([]byte, []int)

Deprecated: Use AttachedDiskInitializeParams_OnUpdateAction.Descriptor instead.

func (AttachedDiskInitializeParams_OnUpdateAction) Number

func (AttachedDiskInitializeParams_OnUpdateAction) String

func (AttachedDiskInitializeParams_OnUpdateAction) Type

type AttachedDisk_Architecture

type AttachedDisk_Architecture int32

[Output Only] The architecture of the attached disk. Valid values are ARM64 or X86_64.

const (
	// A value indicating that the enum field is not set.
	AttachedDisk_UNDEFINED_ARCHITECTURE AttachedDisk_Architecture = 0
	// Default value indicating Architecture is not set.
	AttachedDisk_ARCHITECTURE_UNSPECIFIED AttachedDisk_Architecture = 394750507
	// Machines with architecture ARM64
	AttachedDisk_ARM64 AttachedDisk_Architecture = 62547450
	// Machines with architecture X86_64
	AttachedDisk_X86_64 AttachedDisk_Architecture = 425300551
)

func (AttachedDisk_Architecture) Descriptor

func (AttachedDisk_Architecture) Enum

func (AttachedDisk_Architecture) EnumDescriptor

func (AttachedDisk_Architecture) EnumDescriptor() ([]byte, []int)

Deprecated: Use AttachedDisk_Architecture.Descriptor instead.

func (AttachedDisk_Architecture) Number

func (AttachedDisk_Architecture) String

func (x AttachedDisk_Architecture) String() string

func (AttachedDisk_Architecture) Type

type AttachedDisk_Interface

type AttachedDisk_Interface int32

Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. For most machine types, the default is SCSI. Local SSDs can use either NVME or SCSI. In certain configurations, persistent disks can use NVMe. For more information, see About persistent disks.

const (
	// A value indicating that the enum field is not set.
	AttachedDisk_UNDEFINED_INTERFACE AttachedDisk_Interface = 0
	AttachedDisk_NVME                AttachedDisk_Interface = 2408800
	AttachedDisk_SCSI                AttachedDisk_Interface = 2539686
)

func (AttachedDisk_Interface) Descriptor

func (AttachedDisk_Interface) Enum

func (AttachedDisk_Interface) EnumDescriptor

func (AttachedDisk_Interface) EnumDescriptor() ([]byte, []int)

Deprecated: Use AttachedDisk_Interface.Descriptor instead.

func (AttachedDisk_Interface) Number

func (AttachedDisk_Interface) String

func (x AttachedDisk_Interface) String() string

func (AttachedDisk_Interface) Type

type AttachedDisk_Mode

type AttachedDisk_Mode int32

The mode in which to attach this disk, either READ_WRITE or READ_ONLY. If not specified, the default is to attach the disk in READ_WRITE mode.

const (
	// A value indicating that the enum field is not set.
	AttachedDisk_UNDEFINED_MODE AttachedDisk_Mode = 0
	// Attaches this disk in read-only mode. Multiple virtual machines can use a disk in read-only mode at a time.
	AttachedDisk_READ_ONLY AttachedDisk_Mode = 91950261
	// *[Default]* Attaches this disk in read-write mode. Only one virtual machine at a time can be attached to a disk in read-write mode.
	AttachedDisk_READ_WRITE AttachedDisk_Mode = 173607894
)

func (AttachedDisk_Mode) Descriptor

func (AttachedDisk_Mode) Enum

func (AttachedDisk_Mode) EnumDescriptor

func (AttachedDisk_Mode) EnumDescriptor() ([]byte, []int)

Deprecated: Use AttachedDisk_Mode.Descriptor instead.

func (AttachedDisk_Mode) Number

func (AttachedDisk_Mode) String

func (x AttachedDisk_Mode) String() string

func (AttachedDisk_Mode) Type

type AttachedDisk_SavedState

type AttachedDisk_SavedState int32

For LocalSSD disks on VM Instances in STOPPED or SUSPENDED state, this field is set to PRESERVED if the LocalSSD data has been saved to a persistent location by customer request. (see the discard_local_ssd option on Stop/Suspend). Read-only in the api.

const (
	// A value indicating that the enum field is not set.
	AttachedDisk_UNDEFINED_SAVED_STATE AttachedDisk_SavedState = 0
	// *[Default]* Disk state has not been preserved.
	AttachedDisk_DISK_SAVED_STATE_UNSPECIFIED AttachedDisk_SavedState = 391290831
	// Disk state has been preserved.
	AttachedDisk_PRESERVED AttachedDisk_SavedState = 254159736
)

func (AttachedDisk_SavedState) Descriptor

func (AttachedDisk_SavedState) Enum

func (AttachedDisk_SavedState) EnumDescriptor

func (AttachedDisk_SavedState) EnumDescriptor() ([]byte, []int)

Deprecated: Use AttachedDisk_SavedState.Descriptor instead.

func (AttachedDisk_SavedState) Number

func (AttachedDisk_SavedState) String

func (x AttachedDisk_SavedState) String() string

func (AttachedDisk_SavedState) Type

type AttachedDisk_Type

type AttachedDisk_Type int32

Specifies the type of the disk, either SCRATCH or PERSISTENT. If not specified, the default is PERSISTENT.

const (
	// A value indicating that the enum field is not set.
	AttachedDisk_UNDEFINED_TYPE AttachedDisk_Type = 0
	AttachedDisk_PERSISTENT     AttachedDisk_Type = 460683927
	AttachedDisk_SCRATCH        AttachedDisk_Type = 496778970
)

func (AttachedDisk_Type) Descriptor

func (AttachedDisk_Type) Enum

func (AttachedDisk_Type) EnumDescriptor

func (AttachedDisk_Type) EnumDescriptor() ([]byte, []int)

Deprecated: Use AttachedDisk_Type.Descriptor instead.

func (AttachedDisk_Type) Number

func (AttachedDisk_Type) String

func (x AttachedDisk_Type) String() string

func (AttachedDisk_Type) Type

type AuditConfig

type AuditConfig struct {

	// The configuration for logging of each type of permission.
	AuditLogConfigs []*AuditLogConfig `protobuf:"bytes,488420626,rep,name=audit_log_configs,json=auditLogConfigs,proto3" json:"audit_log_configs,omitempty"`
	// This is deprecated and has no effect. Do not use.
	ExemptedMembers []string `protobuf:"bytes,232615576,rep,name=exempted_members,json=exemptedMembers,proto3" json:"exempted_members,omitempty"`
	// Specifies a service that will be enabled for audit logging. For example, `storage.googleapis.com`, `cloudsql.googleapis.com`. `allServices` is a special value that covers all services.
	Service *string `protobuf:"bytes,373540533,opt,name=service,proto3,oneof" json:"service,omitempty"`
	// contains filtered or unexported fields
}

Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If there are AuditConfigs for both `allServices` and a specific service, the union of the two AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { "audit_configs": [ { "service": "allServices", "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": [ "user:jose@example.com" ] }, { "log_type": "DATA_WRITE" }, { "log_type": "ADMIN_READ" } ] }, { "service": "sampleservice.googleapis.com", "audit_log_configs": [ { "log_type": "DATA_READ" }, { "log_type": "DATA_WRITE", "exempted_members": [ "user:aliya@example.com" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts jose@example.com from DATA_READ logging, and aliya@example.com from DATA_WRITE logging.

func (*AuditConfig) Descriptor

func (*AuditConfig) Descriptor() ([]byte, []int)

Deprecated: Use AuditConfig.ProtoReflect.Descriptor instead.

func (*AuditConfig) GetAuditLogConfigs

func (x *AuditConfig) GetAuditLogConfigs() []*AuditLogConfig

func (*AuditConfig) GetExemptedMembers

func (x *AuditConfig) GetExemptedMembers() []string

func (*AuditConfig) GetService

func (x *AuditConfig) GetService() string

func (*AuditConfig) ProtoMessage

func (*AuditConfig) ProtoMessage()

func (*AuditConfig) ProtoReflect

func (x *AuditConfig) ProtoReflect() protoreflect.Message

func (*AuditConfig) Reset

func (x *AuditConfig) Reset()

func (*AuditConfig) String

func (x *AuditConfig) String() string

type AuditLogConfig

type AuditLogConfig struct {

	// Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.
	ExemptedMembers []string `protobuf:"bytes,232615576,rep,name=exempted_members,json=exemptedMembers,proto3" json:"exempted_members,omitempty"`
	// This is deprecated and has no effect. Do not use.
	IgnoreChildExemptions *bool `protobuf:"varint,70141850,opt,name=ignore_child_exemptions,json=ignoreChildExemptions,proto3,oneof" json:"ignore_child_exemptions,omitempty"`
	// The log type that this config enables.
	// Check the LogType enum for the list of possible values.
	LogType *string `protobuf:"bytes,403115861,opt,name=log_type,json=logType,proto3,oneof" json:"log_type,omitempty"`
	// contains filtered or unexported fields
}

Provides the configuration for logging a type of permissions. Example: { "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": [ "user:jose@example.com" ] }, { "log_type": "DATA_WRITE" } ] } This enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting jose@example.com from DATA_READ logging.

func (*AuditLogConfig) Descriptor

func (*AuditLogConfig) Descriptor() ([]byte, []int)

Deprecated: Use AuditLogConfig.ProtoReflect.Descriptor instead.

func (*AuditLogConfig) GetExemptedMembers

func (x *AuditLogConfig) GetExemptedMembers() []string

func (*AuditLogConfig) GetIgnoreChildExemptions

func (x *AuditLogConfig) GetIgnoreChildExemptions() bool

func (*AuditLogConfig) GetLogType

func (x *AuditLogConfig) GetLogType() string

func (*AuditLogConfig) ProtoMessage

func (*AuditLogConfig) ProtoMessage()

func (*AuditLogConfig) ProtoReflect

func (x *AuditLogConfig) ProtoReflect() protoreflect.Message

func (*AuditLogConfig) Reset

func (x *AuditLogConfig) Reset()

func (*AuditLogConfig) String

func (x *AuditLogConfig) String() string

type AuditLogConfig_LogType

type AuditLogConfig_LogType int32

The log type that this config enables.

const (
	// A value indicating that the enum field is not set.
	AuditLogConfig_UNDEFINED_LOG_TYPE AuditLogConfig_LogType = 0
	// Admin reads. Example: CloudIAM getIamPolicy
	AuditLogConfig_ADMIN_READ AuditLogConfig_LogType = 128951462
	// Data reads. Example: CloudSQL Users list
	AuditLogConfig_DATA_READ AuditLogConfig_LogType = 305224971
	// Data writes. Example: CloudSQL Users create
	AuditLogConfig_DATA_WRITE AuditLogConfig_LogType = 340181738
	// Default case. Should never be this.
	AuditLogConfig_LOG_TYPE_UNSPECIFIED AuditLogConfig_LogType = 154527053
)

func (AuditLogConfig_LogType) Descriptor

func (AuditLogConfig_LogType) Enum

func (AuditLogConfig_LogType) EnumDescriptor

func (AuditLogConfig_LogType) EnumDescriptor() ([]byte, []int)

Deprecated: Use AuditLogConfig_LogType.Descriptor instead.

func (AuditLogConfig_LogType) Number

func (AuditLogConfig_LogType) String

func (x AuditLogConfig_LogType) String() string

func (AuditLogConfig_LogType) Type

type AuthorizationLoggingOptions

type AuthorizationLoggingOptions struct {

	// This is deprecated and has no effect. Do not use.
	// Check the PermissionType enum for the list of possible values.
	PermissionType *string `protobuf:"bytes,525978538,opt,name=permission_type,json=permissionType,proto3,oneof" json:"permission_type,omitempty"`
	// contains filtered or unexported fields
}

This is deprecated and has no effect. Do not use.

func (*AuthorizationLoggingOptions) Descriptor

func (*AuthorizationLoggingOptions) Descriptor() ([]byte, []int)

Deprecated: Use AuthorizationLoggingOptions.ProtoReflect.Descriptor instead.

func (*AuthorizationLoggingOptions) GetPermissionType

func (x *AuthorizationLoggingOptions) GetPermissionType() string

func (*AuthorizationLoggingOptions) ProtoMessage

func (*AuthorizationLoggingOptions) ProtoMessage()

func (*AuthorizationLoggingOptions) ProtoReflect

func (*AuthorizationLoggingOptions) Reset

func (x *AuthorizationLoggingOptions) Reset()

func (*AuthorizationLoggingOptions) String

func (x *AuthorizationLoggingOptions) String() string

type AuthorizationLoggingOptions_PermissionType

type AuthorizationLoggingOptions_PermissionType int32

This is deprecated and has no effect. Do not use.

const (
	// A value indicating that the enum field is not set.
	AuthorizationLoggingOptions_UNDEFINED_PERMISSION_TYPE AuthorizationLoggingOptions_PermissionType = 0
	// This is deprecated and has no effect. Do not use.
	AuthorizationLoggingOptions_ADMIN_READ AuthorizationLoggingOptions_PermissionType = 128951462
	// This is deprecated and has no effect. Do not use.
	AuthorizationLoggingOptions_ADMIN_WRITE AuthorizationLoggingOptions_PermissionType = 244412079
	// This is deprecated and has no effect. Do not use.
	AuthorizationLoggingOptions_DATA_READ AuthorizationLoggingOptions_PermissionType = 305224971
	// This is deprecated and has no effect. Do not use.
	AuthorizationLoggingOptions_DATA_WRITE AuthorizationLoggingOptions_PermissionType = 340181738
	// This is deprecated and has no effect. Do not use.
	AuthorizationLoggingOptions_PERMISSION_TYPE_UNSPECIFIED AuthorizationLoggingOptions_PermissionType = 440313346
)

func (AuthorizationLoggingOptions_PermissionType) Descriptor

func (AuthorizationLoggingOptions_PermissionType) Enum

func (AuthorizationLoggingOptions_PermissionType) EnumDescriptor

func (AuthorizationLoggingOptions_PermissionType) EnumDescriptor() ([]byte, []int)

Deprecated: Use AuthorizationLoggingOptions_PermissionType.Descriptor instead.

func (AuthorizationLoggingOptions_PermissionType) Number

func (AuthorizationLoggingOptions_PermissionType) String

func (AuthorizationLoggingOptions_PermissionType) Type

type Autoscaler

type Autoscaler struct {

	// The configuration parameters for the autoscaling algorithm. You can define one or more signals for an autoscaler: cpuUtilization, customMetricUtilizations, and loadBalancingUtilization. If none of these are specified, the default will be to autoscale based on cpuUtilization to 0.6 or 60%.
	AutoscalingPolicy *AutoscalingPolicy `protobuf:"bytes,221950041,opt,name=autoscaling_policy,json=autoscalingPolicy,proto3,oneof" json:"autoscaling_policy,omitempty"`
	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// An optional description of this resource. Provide this property when you create the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Output Only] Type of the resource. Always compute#autoscaler for autoscalers.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// [Output Only] Target recommended MIG size (number of instances) computed by autoscaler. Autoscaler calculates the recommended MIG size even when the autoscaling policy mode is different from ON. This field is empty when autoscaler is not connected to an existing managed instance group or autoscaler did not generate its prediction.
	RecommendedSize *int32 `protobuf:"varint,257915749,opt,name=recommended_size,json=recommendedSize,proto3,oneof" json:"recommended_size,omitempty"`
	// [Output Only] URL of the region where the instance group resides (for autoscalers living in regional scope).
	Region *string `protobuf:"bytes,138946292,opt,name=region,proto3,oneof" json:"region,omitempty"`
	// [Output Only] Status information of existing scaling schedules.
	ScalingScheduleStatus map[string]*ScalingScheduleStatus `protobuf:"bytes,465950178,rep,name=scaling_schedule_status,json=scalingScheduleStatus,proto3" json:"scaling_schedule_status,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// [Output Only] Server-defined URL for the resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] The status of the autoscaler configuration. Current set of possible values: - PENDING: Autoscaler backend hasn't read new/updated configuration. - DELETING: Configuration is being deleted. - ACTIVE: Configuration is acknowledged to be effective. Some warnings might be present in the statusDetails field. - ERROR: Configuration has errors. Actionable for users. Details are present in the statusDetails field. New values might be added in the future.
	// Check the Status enum for the list of possible values.
	Status *string `protobuf:"bytes,181260274,opt,name=status,proto3,oneof" json:"status,omitempty"`
	// [Output Only] Human-readable details about the current state of the autoscaler. Read the documentation for Commonly returned status messages for examples of status messages you might encounter.
	StatusDetails []*AutoscalerStatusDetails `protobuf:"bytes,363353845,rep,name=status_details,json=statusDetails,proto3" json:"status_details,omitempty"`
	// URL of the managed instance group that this autoscaler will scale. This field is required when creating an autoscaler.
	Target *string `protobuf:"bytes,192835985,opt,name=target,proto3,oneof" json:"target,omitempty"`
	// [Output Only] URL of the zone where the instance group resides (for autoscalers living in zonal scope).
	Zone *string `protobuf:"bytes,3744684,opt,name=zone,proto3,oneof" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

Represents an Autoscaler resource. Google Compute Engine has two Autoscaler resources: * [Zonal](/compute/docs/reference/rest/v1/autoscalers) * [Regional](/compute/docs/reference/rest/v1/regionAutoscalers) Use autoscalers to automatically add or delete instances from a managed instance group according to your defined autoscaling policy. For more information, read Autoscaling Groups of Instances. For zonal managed instance groups resource, use the autoscaler resource. For regional managed instance groups, use the regionAutoscalers resource.

func (*Autoscaler) Descriptor

func (*Autoscaler) Descriptor() ([]byte, []int)

Deprecated: Use Autoscaler.ProtoReflect.Descriptor instead.

func (*Autoscaler) GetAutoscalingPolicy

func (x *Autoscaler) GetAutoscalingPolicy() *AutoscalingPolicy

func (*Autoscaler) GetCreationTimestamp

func (x *Autoscaler) GetCreationTimestamp() string

func (*Autoscaler) GetDescription

func (x *Autoscaler) GetDescription() string

func (*Autoscaler) GetId

func (x *Autoscaler) GetId() uint64

func (*Autoscaler) GetKind

func (x *Autoscaler) GetKind() string

func (*Autoscaler) GetName

func (x *Autoscaler) GetName() string

func (*Autoscaler) GetRecommendedSize

func (x *Autoscaler) GetRecommendedSize() int32

func (*Autoscaler) GetRegion

func (x *Autoscaler) GetRegion() string

func (*Autoscaler) GetScalingScheduleStatus

func (x *Autoscaler) GetScalingScheduleStatus() map[string]*ScalingScheduleStatus
func (x *Autoscaler) GetSelfLink() string

func (*Autoscaler) GetStatus

func (x *Autoscaler) GetStatus() string

func (*Autoscaler) GetStatusDetails

func (x *Autoscaler) GetStatusDetails() []*AutoscalerStatusDetails

func (*Autoscaler) GetTarget

func (x *Autoscaler) GetTarget() string

func (*Autoscaler) GetZone

func (x *Autoscaler) GetZone() string

func (*Autoscaler) ProtoMessage

func (*Autoscaler) ProtoMessage()

func (*Autoscaler) ProtoReflect

func (x *Autoscaler) ProtoReflect() protoreflect.Message

func (*Autoscaler) Reset

func (x *Autoscaler) Reset()

func (*Autoscaler) String

func (x *Autoscaler) String() string

type AutoscalerAggregatedList

type AutoscalerAggregatedList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of AutoscalersScopedList resources.
	Items map[string]*AutoscalersScopedList `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// [Output Only] Type of resource. Always compute#autoscalerAggregatedList for aggregated lists of autoscalers.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Unreachable resources. end_interface: MixerListResponseWithEtagBuilder
	Unreachables []string `protobuf:"bytes,243372063,rep,name=unreachables,proto3" json:"unreachables,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*AutoscalerAggregatedList) Descriptor

func (*AutoscalerAggregatedList) Descriptor() ([]byte, []int)

Deprecated: Use AutoscalerAggregatedList.ProtoReflect.Descriptor instead.

func (*AutoscalerAggregatedList) GetId

func (x *AutoscalerAggregatedList) GetId() string

func (*AutoscalerAggregatedList) GetItems

func (*AutoscalerAggregatedList) GetKind

func (x *AutoscalerAggregatedList) GetKind() string

func (*AutoscalerAggregatedList) GetNextPageToken

func (x *AutoscalerAggregatedList) GetNextPageToken() string
func (x *AutoscalerAggregatedList) GetSelfLink() string

func (*AutoscalerAggregatedList) GetUnreachables

func (x *AutoscalerAggregatedList) GetUnreachables() []string

func (*AutoscalerAggregatedList) GetWarning

func (x *AutoscalerAggregatedList) GetWarning() *Warning

func (*AutoscalerAggregatedList) ProtoMessage

func (*AutoscalerAggregatedList) ProtoMessage()

func (*AutoscalerAggregatedList) ProtoReflect

func (x *AutoscalerAggregatedList) ProtoReflect() protoreflect.Message

func (*AutoscalerAggregatedList) Reset

func (x *AutoscalerAggregatedList) Reset()

func (*AutoscalerAggregatedList) String

func (x *AutoscalerAggregatedList) String() string

type AutoscalerList

type AutoscalerList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of Autoscaler resources.
	Items []*Autoscaler `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] Type of resource. Always compute#autoscalerList for lists of autoscalers.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

Contains a list of Autoscaler resources.

func (*AutoscalerList) Descriptor

func (*AutoscalerList) Descriptor() ([]byte, []int)

Deprecated: Use AutoscalerList.ProtoReflect.Descriptor instead.

func (*AutoscalerList) GetId

func (x *AutoscalerList) GetId() string

func (*AutoscalerList) GetItems

func (x *AutoscalerList) GetItems() []*Autoscaler

func (*AutoscalerList) GetKind

func (x *AutoscalerList) GetKind() string

func (*AutoscalerList) GetNextPageToken

func (x *AutoscalerList) GetNextPageToken() string
func (x *AutoscalerList) GetSelfLink() string

func (*AutoscalerList) GetWarning

func (x *AutoscalerList) GetWarning() *Warning

func (*AutoscalerList) ProtoMessage

func (*AutoscalerList) ProtoMessage()

func (*AutoscalerList) ProtoReflect

func (x *AutoscalerList) ProtoReflect() protoreflect.Message

func (*AutoscalerList) Reset

func (x *AutoscalerList) Reset()

func (*AutoscalerList) String

func (x *AutoscalerList) String() string

type AutoscalerStatusDetails

type AutoscalerStatusDetails struct {

	// The status message.
	Message *string `protobuf:"bytes,418054151,opt,name=message,proto3,oneof" json:"message,omitempty"`
	// The type of error, warning, or notice returned. Current set of possible values: - ALL_INSTANCES_UNHEALTHY (WARNING): All instances in the instance group are unhealthy (not in RUNNING state). - BACKEND_SERVICE_DOES_NOT_EXIST (ERROR): There is no backend service attached to the instance group. - CAPPED_AT_MAX_NUM_REPLICAS (WARNING): Autoscaler recommends a size greater than maxNumReplicas. - CUSTOM_METRIC_DATA_POINTS_TOO_SPARSE (WARNING): The custom metric samples are not exported often enough to be a credible base for autoscaling. - CUSTOM_METRIC_INVALID (ERROR): The custom metric that was specified does not exist or does not have the necessary labels. - MIN_EQUALS_MAX (WARNING): The minNumReplicas is equal to maxNumReplicas. This means the autoscaler cannot add or remove instances from the instance group. - MISSING_CUSTOM_METRIC_DATA_POINTS (WARNING): The autoscaler did not receive any data from the custom metric configured for autoscaling. - MISSING_LOAD_BALANCING_DATA_POINTS (WARNING): The autoscaler is configured to scale based on a load balancing signal but the instance group has not received any requests from the load balancer. - MODE_OFF (WARNING): Autoscaling is turned off. The number of instances in the group won't change automatically. The autoscaling configuration is preserved. - MODE_ONLY_UP (WARNING): Autoscaling is in the "Autoscale only out" mode. The autoscaler can add instances but not remove any. - MORE_THAN_ONE_BACKEND_SERVICE (ERROR): The instance group cannot be autoscaled because it has more than one backend service attached to it. - NOT_ENOUGH_QUOTA_AVAILABLE (ERROR): There is insufficient quota for the necessary resources, such as CPU or number of instances. - REGION_RESOURCE_STOCKOUT (ERROR): Shown only for regional autoscalers: there is a resource stockout in the chosen region. - SCALING_TARGET_DOES_NOT_EXIST (ERROR): The target to be scaled does not exist. - UNSUPPORTED_MAX_RATE_LOAD_BALANCING_CONFIGURATION (ERROR): Autoscaling does not work with an HTTP/S load balancer that has been configured for maxRate. - ZONE_RESOURCE_STOCKOUT (ERROR): For zonal autoscalers: there is a resource stockout in the chosen zone. For regional autoscalers: in at least one of the zones you're using there is a resource stockout. New values might be added in the future. Some of the values might not be available in all API versions.
	// Check the Type enum for the list of possible values.
	Type *string `protobuf:"bytes,3575610,opt,name=type,proto3,oneof" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*AutoscalerStatusDetails) Descriptor

func (*AutoscalerStatusDetails) Descriptor() ([]byte, []int)

Deprecated: Use AutoscalerStatusDetails.ProtoReflect.Descriptor instead.

func (*AutoscalerStatusDetails) GetMessage

func (x *AutoscalerStatusDetails) GetMessage() string

func (*AutoscalerStatusDetails) GetType

func (x *AutoscalerStatusDetails) GetType() string

func (*AutoscalerStatusDetails) ProtoMessage

func (*AutoscalerStatusDetails) ProtoMessage()

func (*AutoscalerStatusDetails) ProtoReflect

func (x *AutoscalerStatusDetails) ProtoReflect() protoreflect.Message

func (*AutoscalerStatusDetails) Reset

func (x *AutoscalerStatusDetails) Reset()

func (*AutoscalerStatusDetails) String

func (x *AutoscalerStatusDetails) String() string

type AutoscalerStatusDetails_Type

type AutoscalerStatusDetails_Type int32

The type of error, warning, or notice returned. Current set of possible values: - ALL_INSTANCES_UNHEALTHY (WARNING): All instances in the instance group are unhealthy (not in RUNNING state). - BACKEND_SERVICE_DOES_NOT_EXIST (ERROR): There is no backend service attached to the instance group. - CAPPED_AT_MAX_NUM_REPLICAS (WARNING): Autoscaler recommends a size greater than maxNumReplicas. - CUSTOM_METRIC_DATA_POINTS_TOO_SPARSE (WARNING): The custom metric samples are not exported often enough to be a credible base for autoscaling. - CUSTOM_METRIC_INVALID (ERROR): The custom metric that was specified does not exist or does not have the necessary labels. - MIN_EQUALS_MAX (WARNING): The minNumReplicas is equal to maxNumReplicas. This means the autoscaler cannot add or remove instances from the instance group. - MISSING_CUSTOM_METRIC_DATA_POINTS (WARNING): The autoscaler did not receive any data from the custom metric configured for autoscaling. - MISSING_LOAD_BALANCING_DATA_POINTS (WARNING): The autoscaler is configured to scale based on a load balancing signal but the instance group has not received any requests from the load balancer. - MODE_OFF (WARNING): Autoscaling is turned off. The number of instances in the group won't change automatically. The autoscaling configuration is preserved. - MODE_ONLY_UP (WARNING): Autoscaling is in the "Autoscale only out" mode. The autoscaler can add instances but not remove any. - MORE_THAN_ONE_BACKEND_SERVICE (ERROR): The instance group cannot be autoscaled because it has more than one backend service attached to it. - NOT_ENOUGH_QUOTA_AVAILABLE (ERROR): There is insufficient quota for the necessary resources, such as CPU or number of instances. - REGION_RESOURCE_STOCKOUT (ERROR): Shown only for regional autoscalers: there is a resource stockout in the chosen region. - SCALING_TARGET_DOES_NOT_EXIST (ERROR): The target to be scaled does not exist. - UNSUPPORTED_MAX_RATE_LOAD_BALANCING_CONFIGURATION (ERROR): Autoscaling does not work with an HTTP/S load balancer that has been configured for maxRate. - ZONE_RESOURCE_STOCKOUT (ERROR): For zonal autoscalers: there is a resource stockout in the chosen zone. For regional autoscalers: in at least one of the zones you're using there is a resource stockout. New values might be added in the future. Some of the values might not be available in all API versions.

const (
	// A value indicating that the enum field is not set.
	AutoscalerStatusDetails_UNDEFINED_TYPE AutoscalerStatusDetails_Type = 0
	// All instances in the instance group are unhealthy (not in RUNNING state).
	AutoscalerStatusDetails_ALL_INSTANCES_UNHEALTHY AutoscalerStatusDetails_Type = 404965477
	// There is no backend service attached to the instance group.
	AutoscalerStatusDetails_BACKEND_SERVICE_DOES_NOT_EXIST AutoscalerStatusDetails_Type = 191417626
	// Autoscaler recommends a size greater than maxNumReplicas.
	AutoscalerStatusDetails_CAPPED_AT_MAX_NUM_REPLICAS AutoscalerStatusDetails_Type = 518617
	// The custom metric samples are not exported often enough to be a credible base for autoscaling.
	AutoscalerStatusDetails_CUSTOM_METRIC_DATA_POINTS_TOO_SPARSE AutoscalerStatusDetails_Type = 328964659
	// The custom metric that was specified does not exist or does not have the necessary labels.
	AutoscalerStatusDetails_CUSTOM_METRIC_INVALID AutoscalerStatusDetails_Type = 204430550
	// The minNumReplicas is equal to maxNumReplicas. This means the autoscaler cannot add or remove instances from the instance group.
	AutoscalerStatusDetails_MIN_EQUALS_MAX AutoscalerStatusDetails_Type = 2821361
	// The autoscaler did not receive any data from the custom metric configured for autoscaling.
	AutoscalerStatusDetails_MISSING_CUSTOM_METRIC_DATA_POINTS AutoscalerStatusDetails_Type = 94885086
	// The autoscaler is configured to scale based on a load balancing signal but the instance group has not received any requests from the load balancer.
	AutoscalerStatusDetails_MISSING_LOAD_BALANCING_DATA_POINTS AutoscalerStatusDetails_Type = 509858898
	// Autoscaling is turned off. The number of instances in the group won't change automatically. The autoscaling configuration is preserved.
	AutoscalerStatusDetails_MODE_OFF AutoscalerStatusDetails_Type = 164169907
	// Autoscaling is in the "Autoscale only scale out" mode. Instances in the group will be only added.
	AutoscalerStatusDetails_MODE_ONLY_SCALE_OUT AutoscalerStatusDetails_Type = 3840994
	// Autoscaling is in the "Autoscale only out" mode. Instances in the group will be only added.
	AutoscalerStatusDetails_MODE_ONLY_UP AutoscalerStatusDetails_Type = 100969842
	// The instance group cannot be autoscaled because it has more than one backend service attached to it.
	AutoscalerStatusDetails_MORE_THAN_ONE_BACKEND_SERVICE AutoscalerStatusDetails_Type = 151922141
	// There is insufficient quota for the necessary resources, such as CPU or number of instances.
	AutoscalerStatusDetails_NOT_ENOUGH_QUOTA_AVAILABLE AutoscalerStatusDetails_Type = 403101631
	// Showed only for regional autoscalers: there is a resource stockout in the chosen region.
	AutoscalerStatusDetails_REGION_RESOURCE_STOCKOUT AutoscalerStatusDetails_Type = 528622846
	// The target to be scaled does not exist.
	AutoscalerStatusDetails_SCALING_TARGET_DOES_NOT_EXIST AutoscalerStatusDetails_Type = 122636699
	// For some scaling schedules minRequiredReplicas is greater than maxNumReplicas. Autoscaler always recommends at most maxNumReplicas instances.
	AutoscalerStatusDetails_SCHEDULED_INSTANCES_GREATER_THAN_AUTOSCALER_MAX AutoscalerStatusDetails_Type = 29275586
	// For some scaling schedules minRequiredReplicas is less than minNumReplicas. Autoscaler always recommends at least minNumReplicas instances.
	AutoscalerStatusDetails_SCHEDULED_INSTANCES_LESS_THAN_AUTOSCALER_MIN AutoscalerStatusDetails_Type = 398287669
	AutoscalerStatusDetails_UNKNOWN                                      AutoscalerStatusDetails_Type = 433141802
	// Autoscaling does not work with an HTTP/S load balancer that has been configured for maxRate.
	AutoscalerStatusDetails_UNSUPPORTED_MAX_RATE_LOAD_BALANCING_CONFIGURATION AutoscalerStatusDetails_Type = 330845009
	// For zonal autoscalers: there is a resource stockout in the chosen zone. For regional autoscalers: in at least one of the zones you're using there is a resource stockout.
	AutoscalerStatusDetails_ZONE_RESOURCE_STOCKOUT AutoscalerStatusDetails_Type = 210200502
)

func (AutoscalerStatusDetails_Type) Descriptor

func (AutoscalerStatusDetails_Type) Enum

func (AutoscalerStatusDetails_Type) EnumDescriptor

func (AutoscalerStatusDetails_Type) EnumDescriptor() ([]byte, []int)

Deprecated: Use AutoscalerStatusDetails_Type.Descriptor instead.

func (AutoscalerStatusDetails_Type) Number

func (AutoscalerStatusDetails_Type) String

func (AutoscalerStatusDetails_Type) Type

type Autoscaler_Status

type Autoscaler_Status int32

[Output Only] The status of the autoscaler configuration. Current set of possible values: - PENDING: Autoscaler backend hasn't read new/updated configuration. - DELETING: Configuration is being deleted. - ACTIVE: Configuration is acknowledged to be effective. Some warnings might be present in the statusDetails field. - ERROR: Configuration has errors. Actionable for users. Details are present in the statusDetails field. New values might be added in the future.

const (
	// A value indicating that the enum field is not set.
	Autoscaler_UNDEFINED_STATUS Autoscaler_Status = 0
	// Configuration is acknowledged to be effective
	Autoscaler_ACTIVE Autoscaler_Status = 314733318
	// Configuration is being deleted
	Autoscaler_DELETING Autoscaler_Status = 528602024
	// Configuration has errors. Actionable for users.
	Autoscaler_ERROR Autoscaler_Status = 66247144
	// Autoscaler backend hasn't read new/updated configuration
	Autoscaler_PENDING Autoscaler_Status = 35394935
)

func (Autoscaler_Status) Descriptor

func (Autoscaler_Status) Enum

func (Autoscaler_Status) EnumDescriptor

func (Autoscaler_Status) EnumDescriptor() ([]byte, []int)

Deprecated: Use Autoscaler_Status.Descriptor instead.

func (Autoscaler_Status) Number

func (Autoscaler_Status) String

func (x Autoscaler_Status) String() string

func (Autoscaler_Status) Type

type AutoscalersClient

type AutoscalersClient interface {
	// Retrieves an aggregated list of autoscalers.
	AggregatedList(ctx context.Context, in *AggregatedListAutoscalersRequest, opts ...grpc.CallOption) (*AutoscalerAggregatedList, error)
	// Deletes the specified autoscaler.
	Delete(ctx context.Context, in *DeleteAutoscalerRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified autoscaler resource.
	Get(ctx context.Context, in *GetAutoscalerRequest, opts ...grpc.CallOption) (*Autoscaler, error)
	// Creates an autoscaler in the specified project using the data included in the request.
	Insert(ctx context.Context, in *InsertAutoscalerRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves a list of autoscalers contained within the specified zone.
	List(ctx context.Context, in *ListAutoscalersRequest, opts ...grpc.CallOption) (*AutoscalerList, error)
	// Updates an autoscaler in the specified project using the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
	Patch(ctx context.Context, in *PatchAutoscalerRequest, opts ...grpc.CallOption) (*Operation, error)
	// Updates an autoscaler in the specified project using the data included in the request.
	Update(ctx context.Context, in *UpdateAutoscalerRequest, opts ...grpc.CallOption) (*Operation, error)
}

AutoscalersClient is the client API for Autoscalers service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewAutoscalersClient

func NewAutoscalersClient(cc grpc.ClientConnInterface) AutoscalersClient

type AutoscalersScopedList

type AutoscalersScopedList struct {

	// [Output Only] A list of autoscalers contained in this scope.
	Autoscalers []*Autoscaler `protobuf:"bytes,465771644,rep,name=autoscalers,proto3" json:"autoscalers,omitempty"`
	// [Output Only] Informational warning which replaces the list of autoscalers when the list is empty.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*AutoscalersScopedList) Descriptor

func (*AutoscalersScopedList) Descriptor() ([]byte, []int)

Deprecated: Use AutoscalersScopedList.ProtoReflect.Descriptor instead.

func (*AutoscalersScopedList) GetAutoscalers

func (x *AutoscalersScopedList) GetAutoscalers() []*Autoscaler

func (*AutoscalersScopedList) GetWarning

func (x *AutoscalersScopedList) GetWarning() *Warning

func (*AutoscalersScopedList) ProtoMessage

func (*AutoscalersScopedList) ProtoMessage()

func (*AutoscalersScopedList) ProtoReflect

func (x *AutoscalersScopedList) ProtoReflect() protoreflect.Message

func (*AutoscalersScopedList) Reset

func (x *AutoscalersScopedList) Reset()

func (*AutoscalersScopedList) String

func (x *AutoscalersScopedList) String() string

type AutoscalersServer

type AutoscalersServer interface {
	// Retrieves an aggregated list of autoscalers.
	AggregatedList(context.Context, *AggregatedListAutoscalersRequest) (*AutoscalerAggregatedList, error)
	// Deletes the specified autoscaler.
	Delete(context.Context, *DeleteAutoscalerRequest) (*Operation, error)
	// Returns the specified autoscaler resource.
	Get(context.Context, *GetAutoscalerRequest) (*Autoscaler, error)
	// Creates an autoscaler in the specified project using the data included in the request.
	Insert(context.Context, *InsertAutoscalerRequest) (*Operation, error)
	// Retrieves a list of autoscalers contained within the specified zone.
	List(context.Context, *ListAutoscalersRequest) (*AutoscalerList, error)
	// Updates an autoscaler in the specified project using the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
	Patch(context.Context, *PatchAutoscalerRequest) (*Operation, error)
	// Updates an autoscaler in the specified project using the data included in the request.
	Update(context.Context, *UpdateAutoscalerRequest) (*Operation, error)
}

AutoscalersServer is the server API for Autoscalers service.

type AutoscalingPolicy

type AutoscalingPolicy struct {

	// The number of seconds that your application takes to initialize on a VM instance. This is referred to as the [initialization period](/compute/docs/autoscaler#cool_down_period). Specifying an accurate initialization period improves autoscaler decisions. For example, when scaling out, the autoscaler ignores data from VMs that are still initializing because those VMs might not yet represent normal usage of your application. The default initialization period is 60 seconds. Initialization periods might vary because of numerous factors. We recommend that you test how long your application takes to initialize. To do this, create a VM and time your application's startup process.
	CoolDownPeriodSec *int32 `protobuf:"varint,107692954,opt,name=cool_down_period_sec,json=coolDownPeriodSec,proto3,oneof" json:"cool_down_period_sec,omitempty"`
	// Defines the CPU utilization policy that allows the autoscaler to scale based on the average CPU utilization of a managed instance group.
	CpuUtilization *AutoscalingPolicyCpuUtilization `protobuf:"bytes,381211147,opt,name=cpu_utilization,json=cpuUtilization,proto3,oneof" json:"cpu_utilization,omitempty"`
	// Configuration parameters of autoscaling based on a custom metric.
	CustomMetricUtilizations []*AutoscalingPolicyCustomMetricUtilization `protobuf:"bytes,131972850,rep,name=custom_metric_utilizations,json=customMetricUtilizations,proto3" json:"custom_metric_utilizations,omitempty"`
	// Configuration parameters of autoscaling based on load balancer.
	LoadBalancingUtilization *AutoscalingPolicyLoadBalancingUtilization `protobuf:"bytes,429746403,opt,name=load_balancing_utilization,json=loadBalancingUtilization,proto3,oneof" json:"load_balancing_utilization,omitempty"`
	// The maximum number of instances that the autoscaler can scale out to. This is required when creating or updating an autoscaler. The maximum number of replicas must not be lower than minimal number of replicas.
	MaxNumReplicas *int32 `protobuf:"varint,62327375,opt,name=max_num_replicas,json=maxNumReplicas,proto3,oneof" json:"max_num_replicas,omitempty"`
	// The minimum number of replicas that the autoscaler can scale in to. This cannot be less than 0. If not provided, autoscaler chooses a default value depending on maximum number of instances allowed.
	MinNumReplicas *int32 `protobuf:"varint,535329825,opt,name=min_num_replicas,json=minNumReplicas,proto3,oneof" json:"min_num_replicas,omitempty"`
	// Defines the operating mode for this policy. The following modes are available: - OFF: Disables the autoscaler but maintains its configuration. - ONLY_SCALE_OUT: Restricts the autoscaler to add VM instances only. - ON: Enables all autoscaler activities according to its policy. For more information, see "Turning off or restricting an autoscaler"
	// Check the Mode enum for the list of possible values.
	Mode           *string                          `protobuf:"bytes,3357091,opt,name=mode,proto3,oneof" json:"mode,omitempty"`
	ScaleInControl *AutoscalingPolicyScaleInControl `protobuf:"bytes,527670872,opt,name=scale_in_control,json=scaleInControl,proto3,oneof" json:"scale_in_control,omitempty"`
	// Scaling schedules defined for an autoscaler. Multiple schedules can be set on an autoscaler, and they can overlap. During overlapping periods the greatest min_required_replicas of all scaling schedules is applied. Up to 128 scaling schedules are allowed.
	ScalingSchedules map[string]*AutoscalingPolicyScalingSchedule `protobuf:"bytes,355416580,rep,name=scaling_schedules,json=scalingSchedules,proto3" json:"scaling_schedules,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// contains filtered or unexported fields
}

Cloud Autoscaler policy.

func (*AutoscalingPolicy) Descriptor

func (*AutoscalingPolicy) Descriptor() ([]byte, []int)

Deprecated: Use AutoscalingPolicy.ProtoReflect.Descriptor instead.

func (*AutoscalingPolicy) GetCoolDownPeriodSec

func (x *AutoscalingPolicy) GetCoolDownPeriodSec() int32

func (*AutoscalingPolicy) GetCpuUtilization

func (x *AutoscalingPolicy) GetCpuUtilization() *AutoscalingPolicyCpuUtilization

func (*AutoscalingPolicy) GetCustomMetricUtilizations

func (x *AutoscalingPolicy) GetCustomMetricUtilizations() []*AutoscalingPolicyCustomMetricUtilization

func (*AutoscalingPolicy) GetLoadBalancingUtilization

func (x *AutoscalingPolicy) GetLoadBalancingUtilization() *AutoscalingPolicyLoadBalancingUtilization

func (*AutoscalingPolicy) GetMaxNumReplicas

func (x *AutoscalingPolicy) GetMaxNumReplicas() int32

func (*AutoscalingPolicy) GetMinNumReplicas

func (x *AutoscalingPolicy) GetMinNumReplicas() int32

func (*AutoscalingPolicy) GetMode

func (x *AutoscalingPolicy) GetMode() string

func (*AutoscalingPolicy) GetScaleInControl

func (x *AutoscalingPolicy) GetScaleInControl() *AutoscalingPolicyScaleInControl

func (*AutoscalingPolicy) GetScalingSchedules

func (x *AutoscalingPolicy) GetScalingSchedules() map[string]*AutoscalingPolicyScalingSchedule

func (*AutoscalingPolicy) ProtoMessage

func (*AutoscalingPolicy) ProtoMessage()

func (*AutoscalingPolicy) ProtoReflect

func (x *AutoscalingPolicy) ProtoReflect() protoreflect.Message

func (*AutoscalingPolicy) Reset

func (x *AutoscalingPolicy) Reset()

func (*AutoscalingPolicy) String

func (x *AutoscalingPolicy) String() string

type AutoscalingPolicyCpuUtilization

type AutoscalingPolicyCpuUtilization struct {

	// Indicates whether predictive autoscaling based on CPU metric is enabled. Valid values are: * NONE (default). No predictive method is used. The autoscaler scales the group to meet current demand based on real-time metrics. * OPTIMIZE_AVAILABILITY. Predictive autoscaling improves availability by monitoring daily and weekly load patterns and scaling out ahead of anticipated demand.
	// Check the PredictiveMethod enum for the list of possible values.
	PredictiveMethod *string `protobuf:"bytes,390220737,opt,name=predictive_method,json=predictiveMethod,proto3,oneof" json:"predictive_method,omitempty"`
	// The target CPU utilization that the autoscaler maintains. Must be a float value in the range (0, 1]. If not specified, the default is 0.6. If the CPU level is below the target utilization, the autoscaler scales in the number of instances until it reaches the minimum number of instances you specified or until the average CPU of your instances reaches the target utilization. If the average CPU is above the target utilization, the autoscaler scales out until it reaches the maximum number of instances you specified or until the average utilization reaches the target utilization.
	UtilizationTarget *float64 `protobuf:"fixed64,215905870,opt,name=utilization_target,json=utilizationTarget,proto3,oneof" json:"utilization_target,omitempty"`
	// contains filtered or unexported fields
}

CPU utilization policy.

func (*AutoscalingPolicyCpuUtilization) Descriptor

func (*AutoscalingPolicyCpuUtilization) Descriptor() ([]byte, []int)

Deprecated: Use AutoscalingPolicyCpuUtilization.ProtoReflect.Descriptor instead.

func (*AutoscalingPolicyCpuUtilization) GetPredictiveMethod

func (x *AutoscalingPolicyCpuUtilization) GetPredictiveMethod() string

func (*AutoscalingPolicyCpuUtilization) GetUtilizationTarget

func (x *AutoscalingPolicyCpuUtilization) GetUtilizationTarget() float64

func (*AutoscalingPolicyCpuUtilization) ProtoMessage

func (*AutoscalingPolicyCpuUtilization) ProtoMessage()

func (*AutoscalingPolicyCpuUtilization) ProtoReflect

func (*AutoscalingPolicyCpuUtilization) Reset

func (*AutoscalingPolicyCpuUtilization) String

type AutoscalingPolicyCpuUtilization_PredictiveMethod

type AutoscalingPolicyCpuUtilization_PredictiveMethod int32

Indicates whether predictive autoscaling based on CPU metric is enabled. Valid values are: * NONE (default). No predictive method is used. The autoscaler scales the group to meet current demand based on real-time metrics. * OPTIMIZE_AVAILABILITY. Predictive autoscaling improves availability by monitoring daily and weekly load patterns and scaling out ahead of anticipated demand.

const (
	// A value indicating that the enum field is not set.
	AutoscalingPolicyCpuUtilization_UNDEFINED_PREDICTIVE_METHOD AutoscalingPolicyCpuUtilization_PredictiveMethod = 0
	// No predictive method is used. The autoscaler scales the group to meet current demand based on real-time metrics
	AutoscalingPolicyCpuUtilization_NONE AutoscalingPolicyCpuUtilization_PredictiveMethod = 2402104
	// Predictive autoscaling improves availability by monitoring daily and weekly load patterns and scaling out ahead of anticipated demand.
	AutoscalingPolicyCpuUtilization_OPTIMIZE_AVAILABILITY AutoscalingPolicyCpuUtilization_PredictiveMethod = 11629437
)

func (AutoscalingPolicyCpuUtilization_PredictiveMethod) Descriptor

func (AutoscalingPolicyCpuUtilization_PredictiveMethod) Enum

func (AutoscalingPolicyCpuUtilization_PredictiveMethod) EnumDescriptor

Deprecated: Use AutoscalingPolicyCpuUtilization_PredictiveMethod.Descriptor instead.

func (AutoscalingPolicyCpuUtilization_PredictiveMethod) Number

func (AutoscalingPolicyCpuUtilization_PredictiveMethod) String

func (AutoscalingPolicyCpuUtilization_PredictiveMethod) Type

type AutoscalingPolicyCustomMetricUtilization

type AutoscalingPolicyCustomMetricUtilization struct {

	// A filter string, compatible with a Stackdriver Monitoring filter string for TimeSeries.list API call. This filter is used to select a specific TimeSeries for the purpose of autoscaling and to determine whether the metric is exporting per-instance or per-group data. For the filter to be valid for autoscaling purposes, the following rules apply: - You can only use the AND operator for joining selectors. - You can only use direct equality comparison operator (=) without any functions for each selector. - You can specify the metric in both the filter string and in the metric field. However, if specified in both places, the metric must be identical. - The monitored resource type determines what kind of values are expected for the metric. If it is a gce_instance, the autoscaler expects the metric to include a separate TimeSeries for each instance in a group. In such a case, you cannot filter on resource labels. If the resource type is any other value, the autoscaler expects this metric to contain values that apply to the entire autoscaled instance group and resource label filtering can be performed to point autoscaler at the correct TimeSeries to scale upon. This is called a *per-group metric* for the purpose of autoscaling. If not specified, the type defaults to gce_instance. Try to provide a filter that is selective enough to pick just one TimeSeries for the autoscaled group or for each of the instances (if you are using gce_instance resource type). If multiple TimeSeries are returned upon the query execution, the autoscaler will sum their respective values to obtain its scaling value.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The identifier (type) of the Stackdriver Monitoring metric. The metric cannot have negative values. The metric must have a value type of INT64 or DOUBLE.
	Metric *string `protobuf:"bytes,533067184,opt,name=metric,proto3,oneof" json:"metric,omitempty"`
	// If scaling is based on a per-group metric value that represents the total amount of work to be done or resource usage, set this value to an amount assigned for a single instance of the scaled group. Autoscaler keeps the number of instances proportional to the value of this metric. The metric itself does not change value due to group resizing. A good metric to use with the target is for example pubsub.googleapis.com/subscription/num_undelivered_messages or a custom metric exporting the total number of requests coming to your instances. A bad example would be a metric exporting an average or median latency, since this value can't include a chunk assignable to a single instance, it could be better used with utilization_target instead.
	SingleInstanceAssignment *float64 `protobuf:"fixed64,504768064,opt,name=single_instance_assignment,json=singleInstanceAssignment,proto3,oneof" json:"single_instance_assignment,omitempty"`
	// The target value of the metric that autoscaler maintains. This must be a positive value. A utilization metric scales number of virtual machines handling requests to increase or decrease proportionally to the metric. For example, a good metric to use as a utilization_target is https://www.googleapis.com/compute/v1/instance/network/received_bytes_count. The autoscaler works to keep this value constant for each of the instances.
	UtilizationTarget *float64 `protobuf:"fixed64,215905870,opt,name=utilization_target,json=utilizationTarget,proto3,oneof" json:"utilization_target,omitempty"`
	// Defines how target utilization value is expressed for a Stackdriver Monitoring metric. Either GAUGE, DELTA_PER_SECOND, or DELTA_PER_MINUTE.
	// Check the UtilizationTargetType enum for the list of possible values.
	UtilizationTargetType *string `protobuf:"bytes,340169355,opt,name=utilization_target_type,json=utilizationTargetType,proto3,oneof" json:"utilization_target_type,omitempty"`
	// contains filtered or unexported fields
}

Custom utilization metric policy.

func (*AutoscalingPolicyCustomMetricUtilization) Descriptor

func (*AutoscalingPolicyCustomMetricUtilization) Descriptor() ([]byte, []int)

Deprecated: Use AutoscalingPolicyCustomMetricUtilization.ProtoReflect.Descriptor instead.

func (*AutoscalingPolicyCustomMetricUtilization) GetFilter

func (*AutoscalingPolicyCustomMetricUtilization) GetMetric

func (*AutoscalingPolicyCustomMetricUtilization) GetSingleInstanceAssignment

func (x *AutoscalingPolicyCustomMetricUtilization) GetSingleInstanceAssignment() float64

func (*AutoscalingPolicyCustomMetricUtilization) GetUtilizationTarget

func (x *AutoscalingPolicyCustomMetricUtilization) GetUtilizationTarget() float64

func (*AutoscalingPolicyCustomMetricUtilization) GetUtilizationTargetType

func (x *AutoscalingPolicyCustomMetricUtilization) GetUtilizationTargetType() string

func (*AutoscalingPolicyCustomMetricUtilization) ProtoMessage

func (*AutoscalingPolicyCustomMetricUtilization) ProtoReflect

func (*AutoscalingPolicyCustomMetricUtilization) Reset

func (*AutoscalingPolicyCustomMetricUtilization) String

type AutoscalingPolicyCustomMetricUtilization_UtilizationTargetType

type AutoscalingPolicyCustomMetricUtilization_UtilizationTargetType int32

Defines how target utilization value is expressed for a Stackdriver Monitoring metric. Either GAUGE, DELTA_PER_SECOND, or DELTA_PER_MINUTE.

const (
	// A value indicating that the enum field is not set.
	AutoscalingPolicyCustomMetricUtilization_UNDEFINED_UTILIZATION_TARGET_TYPE AutoscalingPolicyCustomMetricUtilization_UtilizationTargetType = 0
	// Sets the utilization target value for a cumulative or delta metric, expressed as the rate of growth per minute.
	AutoscalingPolicyCustomMetricUtilization_DELTA_PER_MINUTE AutoscalingPolicyCustomMetricUtilization_UtilizationTargetType = 87432861
	// Sets the utilization target value for a cumulative or delta metric, expressed as the rate of growth per second.
	AutoscalingPolicyCustomMetricUtilization_DELTA_PER_SECOND AutoscalingPolicyCustomMetricUtilization_UtilizationTargetType = 255180029
	// Sets the utilization target value for a gauge metric. The autoscaler will collect the average utilization of the virtual machines from the last couple of minutes, and compare the value to the utilization target value to perform autoscaling.
	AutoscalingPolicyCustomMetricUtilization_GAUGE AutoscalingPolicyCustomMetricUtilization_UtilizationTargetType = 67590361
)

func (AutoscalingPolicyCustomMetricUtilization_UtilizationTargetType) Descriptor

func (AutoscalingPolicyCustomMetricUtilization_UtilizationTargetType) Enum

func (AutoscalingPolicyCustomMetricUtilization_UtilizationTargetType) EnumDescriptor

Deprecated: Use AutoscalingPolicyCustomMetricUtilization_UtilizationTargetType.Descriptor instead.

func (AutoscalingPolicyCustomMetricUtilization_UtilizationTargetType) Number

func (AutoscalingPolicyCustomMetricUtilization_UtilizationTargetType) String

func (AutoscalingPolicyCustomMetricUtilization_UtilizationTargetType) Type

type AutoscalingPolicyLoadBalancingUtilization

type AutoscalingPolicyLoadBalancingUtilization struct {

	// Fraction of backend capacity utilization (set in HTTP(S) load balancing configuration) that the autoscaler maintains. Must be a positive float value. If not defined, the default is 0.8.
	UtilizationTarget *float64 `protobuf:"fixed64,215905870,opt,name=utilization_target,json=utilizationTarget,proto3,oneof" json:"utilization_target,omitempty"`
	// contains filtered or unexported fields
}

Configuration parameters of autoscaling based on load balancing.

func (*AutoscalingPolicyLoadBalancingUtilization) Descriptor

func (*AutoscalingPolicyLoadBalancingUtilization) Descriptor() ([]byte, []int)

Deprecated: Use AutoscalingPolicyLoadBalancingUtilization.ProtoReflect.Descriptor instead.

func (*AutoscalingPolicyLoadBalancingUtilization) GetUtilizationTarget

func (x *AutoscalingPolicyLoadBalancingUtilization) GetUtilizationTarget() float64

func (*AutoscalingPolicyLoadBalancingUtilization) ProtoMessage

func (*AutoscalingPolicyLoadBalancingUtilization) ProtoReflect

func (*AutoscalingPolicyLoadBalancingUtilization) Reset

func (*AutoscalingPolicyLoadBalancingUtilization) String

type AutoscalingPolicyScaleInControl

type AutoscalingPolicyScaleInControl struct {

	// Maximum allowed number (or %) of VMs that can be deducted from the peak recommendation during the window autoscaler looks at when computing recommendations. Possibly all these VMs can be deleted at once so user service needs to be prepared to lose that many VMs in one step.
	MaxScaledInReplicas *FixedOrPercent `protobuf:"bytes,180710123,opt,name=max_scaled_in_replicas,json=maxScaledInReplicas,proto3,oneof" json:"max_scaled_in_replicas,omitempty"`
	// How far back autoscaling looks when computing recommendations to include directives regarding slower scale in, as described above.
	TimeWindowSec *int32 `protobuf:"varint,36405300,opt,name=time_window_sec,json=timeWindowSec,proto3,oneof" json:"time_window_sec,omitempty"`
	// contains filtered or unexported fields
}

Configuration that allows for slower scale in so that even if Autoscaler recommends an abrupt scale in of a MIG, it will be throttled as specified by the parameters below.

func (*AutoscalingPolicyScaleInControl) Descriptor

func (*AutoscalingPolicyScaleInControl) Descriptor() ([]byte, []int)

Deprecated: Use AutoscalingPolicyScaleInControl.ProtoReflect.Descriptor instead.

func (*AutoscalingPolicyScaleInControl) GetMaxScaledInReplicas

func (x *AutoscalingPolicyScaleInControl) GetMaxScaledInReplicas() *FixedOrPercent

func (*AutoscalingPolicyScaleInControl) GetTimeWindowSec

func (x *AutoscalingPolicyScaleInControl) GetTimeWindowSec() int32

func (*AutoscalingPolicyScaleInControl) ProtoMessage

func (*AutoscalingPolicyScaleInControl) ProtoMessage()

func (*AutoscalingPolicyScaleInControl) ProtoReflect

func (*AutoscalingPolicyScaleInControl) Reset

func (*AutoscalingPolicyScaleInControl) String

type AutoscalingPolicyScalingSchedule

type AutoscalingPolicyScalingSchedule struct {

	// A description of a scaling schedule.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// A boolean value that specifies whether a scaling schedule can influence autoscaler recommendations. If set to true, then a scaling schedule has no effect. This field is optional, and its value is false by default.
	Disabled *bool `protobuf:"varint,270940796,opt,name=disabled,proto3,oneof" json:"disabled,omitempty"`
	// The duration of time intervals, in seconds, for which this scaling schedule is to run. The minimum allowed value is 300. This field is required.
	DurationSec *int32 `protobuf:"varint,212356902,opt,name=duration_sec,json=durationSec,proto3,oneof" json:"duration_sec,omitempty"`
	// The minimum number of VM instances that the autoscaler will recommend in time intervals starting according to schedule. This field is required.
	MinRequiredReplicas *int32 `protobuf:"varint,365514414,opt,name=min_required_replicas,json=minRequiredReplicas,proto3,oneof" json:"min_required_replicas,omitempty"`
	// The start timestamps of time intervals when this scaling schedule is to provide a scaling signal. This field uses the extended cron format (with an optional year field). The expression can describe a single timestamp if the optional year is set, in which case the scaling schedule runs once. The schedule is interpreted with respect to time_zone. This field is required. Note: These timestamps only describe when autoscaler starts providing the scaling signal. The VMs need additional time to become serving.
	Schedule *string `protobuf:"bytes,375820951,opt,name=schedule,proto3,oneof" json:"schedule,omitempty"`
	// The time zone to use when interpreting the schedule. The value of this field must be a time zone name from the tz database: http://en.wikipedia.org/wiki/Tz_database. This field is assigned a default value of “UTC” if left empty.
	TimeZone *string `protobuf:"bytes,36848094,opt,name=time_zone,json=timeZone,proto3,oneof" json:"time_zone,omitempty"`
	// contains filtered or unexported fields
}

Scaling based on user-defined schedule. The message describes a single scaling schedule. A scaling schedule changes the minimum number of VM instances an autoscaler can recommend, which can trigger scaling out.

func (*AutoscalingPolicyScalingSchedule) Descriptor

func (*AutoscalingPolicyScalingSchedule) Descriptor() ([]byte, []int)

Deprecated: Use AutoscalingPolicyScalingSchedule.ProtoReflect.Descriptor instead.

func (*AutoscalingPolicyScalingSchedule) GetDescription

func (x *AutoscalingPolicyScalingSchedule) GetDescription() string

func (*AutoscalingPolicyScalingSchedule) GetDisabled

func (x *AutoscalingPolicyScalingSchedule) GetDisabled() bool

func (*AutoscalingPolicyScalingSchedule) GetDurationSec

func (x *AutoscalingPolicyScalingSchedule) GetDurationSec() int32

func (*AutoscalingPolicyScalingSchedule) GetMinRequiredReplicas

func (x *AutoscalingPolicyScalingSchedule) GetMinRequiredReplicas() int32

func (*AutoscalingPolicyScalingSchedule) GetSchedule

func (x *AutoscalingPolicyScalingSchedule) GetSchedule() string

func (*AutoscalingPolicyScalingSchedule) GetTimeZone

func (x *AutoscalingPolicyScalingSchedule) GetTimeZone() string

func (*AutoscalingPolicyScalingSchedule) ProtoMessage

func (*AutoscalingPolicyScalingSchedule) ProtoMessage()

func (*AutoscalingPolicyScalingSchedule) ProtoReflect

func (*AutoscalingPolicyScalingSchedule) Reset

func (*AutoscalingPolicyScalingSchedule) String

type AutoscalingPolicy_Mode

type AutoscalingPolicy_Mode int32

Defines the operating mode for this policy. The following modes are available: - OFF: Disables the autoscaler but maintains its configuration. - ONLY_SCALE_OUT: Restricts the autoscaler to add VM instances only. - ON: Enables all autoscaler activities according to its policy. For more information, see "Turning off or restricting an autoscaler"

const (
	// A value indicating that the enum field is not set.
	AutoscalingPolicy_UNDEFINED_MODE AutoscalingPolicy_Mode = 0
	// Do not automatically scale the MIG in or out. The recommended_size field contains the size of MIG that would be set if the actuation mode was enabled.
	AutoscalingPolicy_OFF AutoscalingPolicy_Mode = 78159
	// Automatically scale the MIG in and out according to the policy.
	AutoscalingPolicy_ON AutoscalingPolicy_Mode = 2527
	// Automatically create VMs according to the policy, but do not scale the MIG in.
	AutoscalingPolicy_ONLY_SCALE_OUT AutoscalingPolicy_Mode = 152713670
	// Automatically create VMs according to the policy, but do not scale the MIG in.
	AutoscalingPolicy_ONLY_UP AutoscalingPolicy_Mode = 478095374
)

func (AutoscalingPolicy_Mode) Descriptor

func (AutoscalingPolicy_Mode) Enum

func (AutoscalingPolicy_Mode) EnumDescriptor

func (AutoscalingPolicy_Mode) EnumDescriptor() ([]byte, []int)

Deprecated: Use AutoscalingPolicy_Mode.Descriptor instead.

func (AutoscalingPolicy_Mode) Number

func (AutoscalingPolicy_Mode) String

func (x AutoscalingPolicy_Mode) String() string

func (AutoscalingPolicy_Mode) Type

type Backend

type Backend struct {

	// Specifies how to determine whether the backend of a load balancer can handle additional traffic or is fully loaded. For usage guidelines, see Connection balancing mode. Backends must use compatible balancing modes. For more information, see Supported balancing modes and target capacity settings and Restrictions and guidance for instance groups. Note: Currently, if you use the API to configure incompatible balancing modes, the configuration might be accepted even though it has no impact and is ignored. Specifically, Backend.maxUtilization is ignored when Backend.balancingMode is RATE. In the future, this incompatible combination will be rejected.
	// Check the BalancingMode enum for the list of possible values.
	BalancingMode *string `protobuf:"bytes,430286217,opt,name=balancing_mode,json=balancingMode,proto3,oneof" json:"balancing_mode,omitempty"`
	// A multiplier applied to the backend's target capacity of its balancing mode. The default value is 1, which means the group serves up to 100% of its configured capacity (depending on balancingMode). A setting of 0 means the group is completely drained, offering 0% of its available capacity. The valid ranges are 0.0 and [0.1,1.0]. You cannot configure a setting larger than 0 and smaller than 0.1. You cannot configure a setting of 0 when there is only one backend attached to the backend service. Not available with backends that don't support using a balancingMode. This includes backends such as global internet NEGs, regional serverless NEGs, and PSC NEGs.
	CapacityScaler *float32 `protobuf:"fixed32,315958157,opt,name=capacity_scaler,json=capacityScaler,proto3,oneof" json:"capacity_scaler,omitempty"`
	// An optional description of this resource. Provide this property when you create the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// This field designates whether this is a failover backend. More than one failover backend can be configured for a given BackendService.
	Failover *bool `protobuf:"varint,138892530,opt,name=failover,proto3,oneof" json:"failover,omitempty"`
	// The fully-qualified URL of an instance group or network endpoint group (NEG) resource. To determine what types of backends a load balancer supports, see the [Backend services overview](https://cloud.google.com/load-balancing/docs/backend-service#backends). You must use the *fully-qualified* URL (starting with https://www.googleapis.com/) to specify the instance group or NEG. Partial URLs are not supported.
	Group *string `protobuf:"bytes,98629247,opt,name=group,proto3,oneof" json:"group,omitempty"`
	// Defines a target maximum number of simultaneous connections. For usage guidelines, see Connection balancing mode and Utilization balancing mode. Not available if the backend's balancingMode is RATE.
	MaxConnections *int32 `protobuf:"varint,110652154,opt,name=max_connections,json=maxConnections,proto3,oneof" json:"max_connections,omitempty"`
	// Defines a target maximum number of simultaneous connections. For usage guidelines, see Connection balancing mode and Utilization balancing mode. Not available if the backend's balancingMode is RATE.
	MaxConnectionsPerEndpoint *int32 `protobuf:"varint,216904604,opt,name=max_connections_per_endpoint,json=maxConnectionsPerEndpoint,proto3,oneof" json:"max_connections_per_endpoint,omitempty"`
	// Defines a target maximum number of simultaneous connections. For usage guidelines, see Connection balancing mode and Utilization balancing mode. Not available if the backend's balancingMode is RATE.
	MaxConnectionsPerInstance *int32 `protobuf:"varint,104671900,opt,name=max_connections_per_instance,json=maxConnectionsPerInstance,proto3,oneof" json:"max_connections_per_instance,omitempty"`
	// Defines a maximum number of HTTP requests per second (RPS). For usage guidelines, see Rate balancing mode and Utilization balancing mode. Not available if the backend's balancingMode is CONNECTION.
	MaxRate *int32 `protobuf:"varint,408035035,opt,name=max_rate,json=maxRate,proto3,oneof" json:"max_rate,omitempty"`
	// Defines a maximum target for requests per second (RPS). For usage guidelines, see Rate balancing mode and Utilization balancing mode. Not available if the backend's balancingMode is CONNECTION.
	MaxRatePerEndpoint *float32 `protobuf:"fixed32,129832283,opt,name=max_rate_per_endpoint,json=maxRatePerEndpoint,proto3,oneof" json:"max_rate_per_endpoint,omitempty"`
	// Defines a maximum target for requests per second (RPS). For usage guidelines, see Rate balancing mode and Utilization balancing mode. Not available if the backend's balancingMode is CONNECTION.
	MaxRatePerInstance *float32 `protobuf:"fixed32,17599579,opt,name=max_rate_per_instance,json=maxRatePerInstance,proto3,oneof" json:"max_rate_per_instance,omitempty"`
	// Optional parameter to define a target capacity for the UTILIZATION balancing mode. The valid range is [0.0, 1.0]. For usage guidelines, see Utilization balancing mode.
	MaxUtilization *float32 `protobuf:"fixed32,148192199,opt,name=max_utilization,json=maxUtilization,proto3,oneof" json:"max_utilization,omitempty"`
	// contains filtered or unexported fields
}

Message containing information of one individual backend.

func (*Backend) Descriptor

func (*Backend) Descriptor() ([]byte, []int)

Deprecated: Use Backend.ProtoReflect.Descriptor instead.

func (*Backend) GetBalancingMode

func (x *Backend) GetBalancingMode() string

func (*Backend) GetCapacityScaler

func (x *Backend) GetCapacityScaler() float32

func (*Backend) GetDescription

func (x *Backend) GetDescription() string

func (*Backend) GetFailover

func (x *Backend) GetFailover() bool

func (*Backend) GetGroup

func (x *Backend) GetGroup() string

func (*Backend) GetMaxConnections

func (x *Backend) GetMaxConnections() int32

func (*Backend) GetMaxConnectionsPerEndpoint

func (x *Backend) GetMaxConnectionsPerEndpoint() int32

func (*Backend) GetMaxConnectionsPerInstance

func (x *Backend) GetMaxConnectionsPerInstance() int32

func (*Backend) GetMaxRate

func (x *Backend) GetMaxRate() int32

func (*Backend) GetMaxRatePerEndpoint

func (x *Backend) GetMaxRatePerEndpoint() float32

func (*Backend) GetMaxRatePerInstance

func (x *Backend) GetMaxRatePerInstance() float32

func (*Backend) GetMaxUtilization

func (x *Backend) GetMaxUtilization() float32

func (*Backend) ProtoMessage

func (*Backend) ProtoMessage()

func (*Backend) ProtoReflect

func (x *Backend) ProtoReflect() protoreflect.Message

func (*Backend) Reset

func (x *Backend) Reset()

func (*Backend) String

func (x *Backend) String() string

type BackendBucket

type BackendBucket struct {

	// Cloud Storage bucket name.
	BucketName *string `protobuf:"bytes,283610048,opt,name=bucket_name,json=bucketName,proto3,oneof" json:"bucket_name,omitempty"`
	// Cloud CDN configuration for this BackendBucket.
	CdnPolicy *BackendBucketCdnPolicy `protobuf:"bytes,213976452,opt,name=cdn_policy,json=cdnPolicy,proto3,oneof" json:"cdn_policy,omitempty"`
	// Compress text responses using Brotli or gzip compression, based on the client's Accept-Encoding header.
	// Check the CompressionMode enum for the list of possible values.
	CompressionMode *string `protobuf:"bytes,95520988,opt,name=compression_mode,json=compressionMode,proto3,oneof" json:"compression_mode,omitempty"`
	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// Headers that the Application Load Balancer should add to proxied responses.
	CustomResponseHeaders []string `protobuf:"bytes,387539094,rep,name=custom_response_headers,json=customResponseHeaders,proto3" json:"custom_response_headers,omitempty"`
	// An optional textual description of the resource; provided by the client when the resource is created.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// [Output Only] The resource URL for the edge security policy associated with this backend bucket.
	EdgeSecurityPolicy *string `protobuf:"bytes,41036943,opt,name=edge_security_policy,json=edgeSecurityPolicy,proto3,oneof" json:"edge_security_policy,omitempty"`
	// If true, enable Cloud CDN for this BackendBucket.
	EnableCdn *bool `protobuf:"varint,282942321,opt,name=enable_cdn,json=enableCdn,proto3,oneof" json:"enable_cdn,omitempty"`
	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// Type of the resource.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// [Output Only] Server-defined URL for the resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// contains filtered or unexported fields
}

Represents a Cloud Storage Bucket resource. This Cloud Storage bucket resource is referenced by a URL map of a load balancer. For more information, read Backend Buckets.

func (*BackendBucket) Descriptor

func (*BackendBucket) Descriptor() ([]byte, []int)

Deprecated: Use BackendBucket.ProtoReflect.Descriptor instead.

func (*BackendBucket) GetBucketName

func (x *BackendBucket) GetBucketName() string

func (*BackendBucket) GetCdnPolicy

func (x *BackendBucket) GetCdnPolicy() *BackendBucketCdnPolicy

func (*BackendBucket) GetCompressionMode

func (x *BackendBucket) GetCompressionMode() string

func (*BackendBucket) GetCreationTimestamp

func (x *BackendBucket) GetCreationTimestamp() string

func (*BackendBucket) GetCustomResponseHeaders

func (x *BackendBucket) GetCustomResponseHeaders() []string

func (*BackendBucket) GetDescription

func (x *BackendBucket) GetDescription() string

func (*BackendBucket) GetEdgeSecurityPolicy

func (x *BackendBucket) GetEdgeSecurityPolicy() string

func (*BackendBucket) GetEnableCdn

func (x *BackendBucket) GetEnableCdn() bool

func (*BackendBucket) GetId

func (x *BackendBucket) GetId() uint64

func (*BackendBucket) GetKind

func (x *BackendBucket) GetKind() string

func (*BackendBucket) GetName

func (x *BackendBucket) GetName() string
func (x *BackendBucket) GetSelfLink() string

func (*BackendBucket) ProtoMessage

func (*BackendBucket) ProtoMessage()

func (*BackendBucket) ProtoReflect

func (x *BackendBucket) ProtoReflect() protoreflect.Message

func (*BackendBucket) Reset

func (x *BackendBucket) Reset()

func (*BackendBucket) String

func (x *BackendBucket) String() string

type BackendBucketCdnPolicy

type BackendBucketCdnPolicy struct {

	// Bypass the cache when the specified request headers are matched - e.g. Pragma or Authorization headers. Up to 5 headers can be specified. The cache is bypassed for all cdnPolicy.cacheMode settings.
	BypassCacheOnRequestHeaders []*BackendBucketCdnPolicyBypassCacheOnRequestHeader `protobuf:"bytes,486203082,rep,name=bypass_cache_on_request_headers,json=bypassCacheOnRequestHeaders,proto3" json:"bypass_cache_on_request_headers,omitempty"`
	// The CacheKeyPolicy for this CdnPolicy.
	CacheKeyPolicy *BackendBucketCdnPolicyCacheKeyPolicy `protobuf:"bytes,159263727,opt,name=cache_key_policy,json=cacheKeyPolicy,proto3,oneof" json:"cache_key_policy,omitempty"`
	// Specifies the cache setting for all responses from this backend. The possible values are: USE_ORIGIN_HEADERS Requires the origin to set valid caching headers to cache content. Responses without these headers will not be cached at Google's edge, and will require a full trip to the origin on every request, potentially impacting performance and increasing load on the origin server. FORCE_CACHE_ALL Cache all content, ignoring any "private", "no-store" or "no-cache" directives in Cache-Control response headers. Warning: this may result in Cloud CDN caching private, per-user (user identifiable) content. CACHE_ALL_STATIC Automatically cache static content, including common image formats, media (video and audio), and web assets (JavaScript and CSS). Requests and responses that are marked as uncacheable, as well as dynamic content (including HTML), will not be cached.
	// Check the CacheMode enum for the list of possible values.
	CacheMode *string `protobuf:"bytes,28877888,opt,name=cache_mode,json=cacheMode,proto3,oneof" json:"cache_mode,omitempty"`
	// Specifies a separate client (e.g. browser client) maximum TTL. This is used to clamp the max-age (or Expires) value sent to the client. With FORCE_CACHE_ALL, the lesser of client_ttl and default_ttl is used for the response max-age directive, along with a "public" directive. For cacheable content in CACHE_ALL_STATIC mode, client_ttl clamps the max-age from the origin (if specified), or else sets the response max-age directive to the lesser of the client_ttl and default_ttl, and also ensures a "public" cache-control directive is present. If a client TTL is not specified, a default value (1 hour) will be used. The maximum allowed value is 31,622,400s (1 year).
	ClientTtl *int32 `protobuf:"varint,29034360,opt,name=client_ttl,json=clientTtl,proto3,oneof" json:"client_ttl,omitempty"`
	// Specifies the default TTL for cached content served by this origin for responses that do not have an existing valid TTL (max-age or s-max-age). Setting a TTL of "0" means "always revalidate". The value of defaultTTL cannot be set to a value greater than that of maxTTL, but can be equal. When the cacheMode is set to FORCE_CACHE_ALL, the defaultTTL will overwrite the TTL set in all responses. The maximum allowed value is 31,622,400s (1 year), noting that infrequently accessed objects may be evicted from the cache before the defined TTL.
	DefaultTtl *int32 `protobuf:"varint,100253422,opt,name=default_ttl,json=defaultTtl,proto3,oneof" json:"default_ttl,omitempty"`
	// Specifies the maximum allowed TTL for cached content served by this origin. Cache directives that attempt to set a max-age or s-maxage higher than this, or an Expires header more than maxTTL seconds in the future will be capped at the value of maxTTL, as if it were the value of an s-maxage Cache-Control directive. Headers sent to the client will not be modified. Setting a TTL of "0" means "always revalidate". The maximum allowed value is 31,622,400s (1 year), noting that infrequently accessed objects may be evicted from the cache before the defined TTL.
	MaxTtl *int32 `protobuf:"varint,307578001,opt,name=max_ttl,json=maxTtl,proto3,oneof" json:"max_ttl,omitempty"`
	// Negative caching allows per-status code TTLs to be set, in order to apply fine-grained caching for common errors or redirects. This can reduce the load on your origin and improve end-user experience by reducing response latency. When the cache mode is set to CACHE_ALL_STATIC or USE_ORIGIN_HEADERS, negative caching applies to responses with the specified response code that lack any Cache-Control, Expires, or Pragma: no-cache directives. When the cache mode is set to FORCE_CACHE_ALL, negative caching applies to all responses with the specified response code, and override any caching headers. By default, Cloud CDN will apply the following default TTLs to these status codes: HTTP 300 (Multiple Choice), 301, 308 (Permanent Redirects): 10m HTTP 404 (Not Found), 410 (Gone), 451 (Unavailable For Legal Reasons): 120s HTTP 405 (Method Not Found), 421 (Misdirected Request), 501 (Not Implemented): 60s. These defaults can be overridden in negative_caching_policy.
	NegativeCaching *bool `protobuf:"varint,336110005,opt,name=negative_caching,json=negativeCaching,proto3,oneof" json:"negative_caching,omitempty"`
	// Sets a cache TTL for the specified HTTP status code. negative_caching must be enabled to configure negative_caching_policy. Omitting the policy and leaving negative_caching enabled will use Cloud CDN's default cache TTLs. Note that when specifying an explicit negative_caching_policy, you should take care to specify a cache TTL for all response codes that you wish to cache. Cloud CDN will not apply any default negative caching when a policy exists.
	NegativeCachingPolicy []*BackendBucketCdnPolicyNegativeCachingPolicy `protobuf:"bytes,155359996,rep,name=negative_caching_policy,json=negativeCachingPolicy,proto3" json:"negative_caching_policy,omitempty"`
	// If true then Cloud CDN will combine multiple concurrent cache fill requests into a small number of requests to the origin.
	RequestCoalescing *bool `protobuf:"varint,532808276,opt,name=request_coalescing,json=requestCoalescing,proto3,oneof" json:"request_coalescing,omitempty"`
	// Serve existing content from the cache (if available) when revalidating content with the origin, or when an error is encountered when refreshing the cache. This setting defines the default "max-stale" duration for any cached responses that do not specify a max-stale directive. Stale responses that exceed the TTL configured here will not be served. The default limit (max-stale) is 86400s (1 day), which will allow stale content to be served up to this limit beyond the max-age (or s-max-age) of a cached response. The maximum allowed value is 604800 (1 week). Set this to zero (0) to disable serve-while-stale.
	ServeWhileStale *int32 `protobuf:"varint,236682203,opt,name=serve_while_stale,json=serveWhileStale,proto3,oneof" json:"serve_while_stale,omitempty"`
	// Maximum number of seconds the response to a signed URL request will be considered fresh. After this time period, the response will be revalidated before being served. Defaults to 1hr (3600s). When serving responses to signed URL requests, Cloud CDN will internally behave as though all responses from this backend had a "Cache-Control: public, max-age=[TTL]" header, regardless of any existing Cache-Control header. The actual headers served in responses will not be altered.
	SignedUrlCacheMaxAgeSec *int64 `protobuf:"varint,269374534,opt,name=signed_url_cache_max_age_sec,json=signedUrlCacheMaxAgeSec,proto3,oneof" json:"signed_url_cache_max_age_sec,omitempty"`
	// [Output Only] Names of the keys for signing request URLs.
	SignedUrlKeyNames []string `protobuf:"bytes,371848885,rep,name=signed_url_key_names,json=signedUrlKeyNames,proto3" json:"signed_url_key_names,omitempty"`
	// contains filtered or unexported fields
}

Message containing Cloud CDN configuration for a backend bucket.

func (*BackendBucketCdnPolicy) Descriptor

func (*BackendBucketCdnPolicy) Descriptor() ([]byte, []int)

Deprecated: Use BackendBucketCdnPolicy.ProtoReflect.Descriptor instead.

func (*BackendBucketCdnPolicy) GetBypassCacheOnRequestHeaders

func (x *BackendBucketCdnPolicy) GetBypassCacheOnRequestHeaders() []*BackendBucketCdnPolicyBypassCacheOnRequestHeader

func (*BackendBucketCdnPolicy) GetCacheKeyPolicy

func (*BackendBucketCdnPolicy) GetCacheMode

func (x *BackendBucketCdnPolicy) GetCacheMode() string

func (*BackendBucketCdnPolicy) GetClientTtl

func (x *BackendBucketCdnPolicy) GetClientTtl() int32

func (*BackendBucketCdnPolicy) GetDefaultTtl

func (x *BackendBucketCdnPolicy) GetDefaultTtl() int32

func (*BackendBucketCdnPolicy) GetMaxTtl

func (x *BackendBucketCdnPolicy) GetMaxTtl() int32

func (*BackendBucketCdnPolicy) GetNegativeCaching

func (x *BackendBucketCdnPolicy) GetNegativeCaching() bool

func (*BackendBucketCdnPolicy) GetNegativeCachingPolicy

func (*BackendBucketCdnPolicy) GetRequestCoalescing

func (x *BackendBucketCdnPolicy) GetRequestCoalescing() bool

func (*BackendBucketCdnPolicy) GetServeWhileStale

func (x *BackendBucketCdnPolicy) GetServeWhileStale() int32

func (*BackendBucketCdnPolicy) GetSignedUrlCacheMaxAgeSec

func (x *BackendBucketCdnPolicy) GetSignedUrlCacheMaxAgeSec() int64

func (*BackendBucketCdnPolicy) GetSignedUrlKeyNames

func (x *BackendBucketCdnPolicy) GetSignedUrlKeyNames() []string

func (*BackendBucketCdnPolicy) ProtoMessage

func (*BackendBucketCdnPolicy) ProtoMessage()

func (*BackendBucketCdnPolicy) ProtoReflect

func (x *BackendBucketCdnPolicy) ProtoReflect() protoreflect.Message

func (*BackendBucketCdnPolicy) Reset

func (x *BackendBucketCdnPolicy) Reset()

func (*BackendBucketCdnPolicy) String

func (x *BackendBucketCdnPolicy) String() string

type BackendBucketCdnPolicyBypassCacheOnRequestHeader

type BackendBucketCdnPolicyBypassCacheOnRequestHeader struct {

	// The header field name to match on when bypassing cache. Values are case-insensitive.
	HeaderName *string `protobuf:"bytes,110223613,opt,name=header_name,json=headerName,proto3,oneof" json:"header_name,omitempty"`
	// contains filtered or unexported fields
}

Bypass the cache when the specified request headers are present, e.g. Pragma or Authorization headers. Values are case insensitive. The presence of such a header overrides the cache_mode setting.

func (*BackendBucketCdnPolicyBypassCacheOnRequestHeader) Descriptor

Deprecated: Use BackendBucketCdnPolicyBypassCacheOnRequestHeader.ProtoReflect.Descriptor instead.

func (*BackendBucketCdnPolicyBypassCacheOnRequestHeader) GetHeaderName

func (*BackendBucketCdnPolicyBypassCacheOnRequestHeader) ProtoMessage

func (*BackendBucketCdnPolicyBypassCacheOnRequestHeader) ProtoReflect

func (*BackendBucketCdnPolicyBypassCacheOnRequestHeader) Reset

func (*BackendBucketCdnPolicyBypassCacheOnRequestHeader) String

type BackendBucketCdnPolicyCacheKeyPolicy

type BackendBucketCdnPolicyCacheKeyPolicy struct {

	// Allows HTTP request headers (by name) to be used in the cache key.
	IncludeHttpHeaders []string `protobuf:"bytes,2489606,rep,name=include_http_headers,json=includeHttpHeaders,proto3" json:"include_http_headers,omitempty"`
	// Names of query string parameters to include in cache keys. Default parameters are always included. '&' and '=' will be percent encoded and not treated as delimiters.
	QueryStringWhitelist []string `protobuf:"bytes,52456496,rep,name=query_string_whitelist,json=queryStringWhitelist,proto3" json:"query_string_whitelist,omitempty"`
	// contains filtered or unexported fields
}

Message containing what to include in the cache key for a request for Cloud CDN.

func (*BackendBucketCdnPolicyCacheKeyPolicy) Descriptor

func (*BackendBucketCdnPolicyCacheKeyPolicy) Descriptor() ([]byte, []int)

Deprecated: Use BackendBucketCdnPolicyCacheKeyPolicy.ProtoReflect.Descriptor instead.

func (*BackendBucketCdnPolicyCacheKeyPolicy) GetIncludeHttpHeaders

func (x *BackendBucketCdnPolicyCacheKeyPolicy) GetIncludeHttpHeaders() []string

func (*BackendBucketCdnPolicyCacheKeyPolicy) GetQueryStringWhitelist

func (x *BackendBucketCdnPolicyCacheKeyPolicy) GetQueryStringWhitelist() []string

func (*BackendBucketCdnPolicyCacheKeyPolicy) ProtoMessage

func (*BackendBucketCdnPolicyCacheKeyPolicy) ProtoMessage()

func (*BackendBucketCdnPolicyCacheKeyPolicy) ProtoReflect

func (*BackendBucketCdnPolicyCacheKeyPolicy) Reset

func (*BackendBucketCdnPolicyCacheKeyPolicy) String

type BackendBucketCdnPolicyNegativeCachingPolicy

type BackendBucketCdnPolicyNegativeCachingPolicy struct {

	// The HTTP status code to define a TTL against. Only HTTP status codes 300, 301, 302, 307, 308, 404, 405, 410, 421, 451 and 501 are can be specified as values, and you cannot specify a status code more than once.
	Code *int32 `protobuf:"varint,3059181,opt,name=code,proto3,oneof" json:"code,omitempty"`
	// The TTL (in seconds) for which to cache responses with the corresponding status code. The maximum allowed value is 1800s (30 minutes), noting that infrequently accessed objects may be evicted from the cache before the defined TTL.
	Ttl *int32 `protobuf:"varint,115180,opt,name=ttl,proto3,oneof" json:"ttl,omitempty"`
	// contains filtered or unexported fields
}

Specify CDN TTLs for response error codes.

func (*BackendBucketCdnPolicyNegativeCachingPolicy) Descriptor

Deprecated: Use BackendBucketCdnPolicyNegativeCachingPolicy.ProtoReflect.Descriptor instead.

func (*BackendBucketCdnPolicyNegativeCachingPolicy) GetCode

func (*BackendBucketCdnPolicyNegativeCachingPolicy) GetTtl

func (*BackendBucketCdnPolicyNegativeCachingPolicy) ProtoMessage

func (*BackendBucketCdnPolicyNegativeCachingPolicy) ProtoReflect

func (*BackendBucketCdnPolicyNegativeCachingPolicy) Reset

func (*BackendBucketCdnPolicyNegativeCachingPolicy) String

type BackendBucketCdnPolicy_CacheMode

type BackendBucketCdnPolicy_CacheMode int32

Specifies the cache setting for all responses from this backend. The possible values are: USE_ORIGIN_HEADERS Requires the origin to set valid caching headers to cache content. Responses without these headers will not be cached at Google's edge, and will require a full trip to the origin on every request, potentially impacting performance and increasing load on the origin server. FORCE_CACHE_ALL Cache all content, ignoring any "private", "no-store" or "no-cache" directives in Cache-Control response headers. Warning: this may result in Cloud CDN caching private, per-user (user identifiable) content. CACHE_ALL_STATIC Automatically cache static content, including common image formats, media (video and audio), and web assets (JavaScript and CSS). Requests and responses that are marked as uncacheable, as well as dynamic content (including HTML), will not be cached.

const (
	// A value indicating that the enum field is not set.
	BackendBucketCdnPolicy_UNDEFINED_CACHE_MODE BackendBucketCdnPolicy_CacheMode = 0
	// Automatically cache static content, including common image formats, media (video and audio), and web assets (JavaScript and CSS). Requests and responses that are marked as uncacheable, as well as dynamic content (including HTML), will not be cached.
	BackendBucketCdnPolicy_CACHE_ALL_STATIC BackendBucketCdnPolicy_CacheMode = 355027945
	// Cache all content, ignoring any "private", "no-store" or "no-cache" directives in Cache-Control response headers. Warning: this may result in Cloud CDN caching private, per-user (user identifiable) content.
	BackendBucketCdnPolicy_FORCE_CACHE_ALL    BackendBucketCdnPolicy_CacheMode = 486026928
	BackendBucketCdnPolicy_INVALID_CACHE_MODE BackendBucketCdnPolicy_CacheMode = 381295560
	// Requires the origin to set valid caching headers to cache content. Responses without these headers will not be cached at Google's edge, and will require a full trip to the origin on every request, potentially impacting performance and increasing load on the origin server.
	BackendBucketCdnPolicy_USE_ORIGIN_HEADERS BackendBucketCdnPolicy_CacheMode = 55380261
)

func (BackendBucketCdnPolicy_CacheMode) Descriptor

func (BackendBucketCdnPolicy_CacheMode) Enum

func (BackendBucketCdnPolicy_CacheMode) EnumDescriptor

func (BackendBucketCdnPolicy_CacheMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use BackendBucketCdnPolicy_CacheMode.Descriptor instead.

func (BackendBucketCdnPolicy_CacheMode) Number

func (BackendBucketCdnPolicy_CacheMode) String

func (BackendBucketCdnPolicy_CacheMode) Type

type BackendBucketList

type BackendBucketList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of BackendBucket resources.
	Items []*BackendBucket `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// Type of resource.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

Contains a list of BackendBucket resources.

func (*BackendBucketList) Descriptor

func (*BackendBucketList) Descriptor() ([]byte, []int)

Deprecated: Use BackendBucketList.ProtoReflect.Descriptor instead.

func (*BackendBucketList) GetId

func (x *BackendBucketList) GetId() string

func (*BackendBucketList) GetItems

func (x *BackendBucketList) GetItems() []*BackendBucket

func (*BackendBucketList) GetKind

func (x *BackendBucketList) GetKind() string

func (*BackendBucketList) GetNextPageToken

func (x *BackendBucketList) GetNextPageToken() string
func (x *BackendBucketList) GetSelfLink() string

func (*BackendBucketList) GetWarning

func (x *BackendBucketList) GetWarning() *Warning

func (*BackendBucketList) ProtoMessage

func (*BackendBucketList) ProtoMessage()

func (*BackendBucketList) ProtoReflect

func (x *BackendBucketList) ProtoReflect() protoreflect.Message

func (*BackendBucketList) Reset

func (x *BackendBucketList) Reset()

func (*BackendBucketList) String

func (x *BackendBucketList) String() string

type BackendBucket_CompressionMode

type BackendBucket_CompressionMode int32

Compress text responses using Brotli or gzip compression, based on the client's Accept-Encoding header.

const (
	// A value indicating that the enum field is not set.
	BackendBucket_UNDEFINED_COMPRESSION_MODE BackendBucket_CompressionMode = 0
	// Automatically uses the best compression based on the Accept-Encoding header sent by the client.
	BackendBucket_AUTOMATIC BackendBucket_CompressionMode = 165298699
	// Disables compression. Existing compressed responses cached by Cloud CDN will not be served to clients.
	BackendBucket_DISABLED BackendBucket_CompressionMode = 516696700
)

func (BackendBucket_CompressionMode) Descriptor

func (BackendBucket_CompressionMode) Enum

func (BackendBucket_CompressionMode) EnumDescriptor

func (BackendBucket_CompressionMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use BackendBucket_CompressionMode.Descriptor instead.

func (BackendBucket_CompressionMode) Number

func (BackendBucket_CompressionMode) String

func (BackendBucket_CompressionMode) Type

type BackendBucketsClient

type BackendBucketsClient interface {
	// Adds a key for validating requests with signed URLs for this backend bucket.
	AddSignedUrlKey(ctx context.Context, in *AddSignedUrlKeyBackendBucketRequest, opts ...grpc.CallOption) (*Operation, error)
	// Deletes the specified BackendBucket resource.
	Delete(ctx context.Context, in *DeleteBackendBucketRequest, opts ...grpc.CallOption) (*Operation, error)
	// Deletes a key for validating requests with signed URLs for this backend bucket.
	DeleteSignedUrlKey(ctx context.Context, in *DeleteSignedUrlKeyBackendBucketRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified BackendBucket resource.
	Get(ctx context.Context, in *GetBackendBucketRequest, opts ...grpc.CallOption) (*BackendBucket, error)
	// Creates a BackendBucket resource in the specified project using the data included in the request.
	Insert(ctx context.Context, in *InsertBackendBucketRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves the list of BackendBucket resources available to the specified project.
	List(ctx context.Context, in *ListBackendBucketsRequest, opts ...grpc.CallOption) (*BackendBucketList, error)
	// Updates the specified BackendBucket resource with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
	Patch(ctx context.Context, in *PatchBackendBucketRequest, opts ...grpc.CallOption) (*Operation, error)
	// Sets the edge security policy for the specified backend bucket.
	SetEdgeSecurityPolicy(ctx context.Context, in *SetEdgeSecurityPolicyBackendBucketRequest, opts ...grpc.CallOption) (*Operation, error)
	// Updates the specified BackendBucket resource with the data included in the request.
	Update(ctx context.Context, in *UpdateBackendBucketRequest, opts ...grpc.CallOption) (*Operation, error)
}

BackendBucketsClient is the client API for BackendBuckets service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewBackendBucketsClient

func NewBackendBucketsClient(cc grpc.ClientConnInterface) BackendBucketsClient

type BackendBucketsServer

type BackendBucketsServer interface {
	// Adds a key for validating requests with signed URLs for this backend bucket.
	AddSignedUrlKey(context.Context, *AddSignedUrlKeyBackendBucketRequest) (*Operation, error)
	// Deletes the specified BackendBucket resource.
	Delete(context.Context, *DeleteBackendBucketRequest) (*Operation, error)
	// Deletes a key for validating requests with signed URLs for this backend bucket.
	DeleteSignedUrlKey(context.Context, *DeleteSignedUrlKeyBackendBucketRequest) (*Operation, error)
	// Returns the specified BackendBucket resource.
	Get(context.Context, *GetBackendBucketRequest) (*BackendBucket, error)
	// Creates a BackendBucket resource in the specified project using the data included in the request.
	Insert(context.Context, *InsertBackendBucketRequest) (*Operation, error)
	// Retrieves the list of BackendBucket resources available to the specified project.
	List(context.Context, *ListBackendBucketsRequest) (*BackendBucketList, error)
	// Updates the specified BackendBucket resource with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
	Patch(context.Context, *PatchBackendBucketRequest) (*Operation, error)
	// Sets the edge security policy for the specified backend bucket.
	SetEdgeSecurityPolicy(context.Context, *SetEdgeSecurityPolicyBackendBucketRequest) (*Operation, error)
	// Updates the specified BackendBucket resource with the data included in the request.
	Update(context.Context, *UpdateBackendBucketRequest) (*Operation, error)
}

BackendBucketsServer is the server API for BackendBuckets service.

type BackendService

type BackendService struct {

	// Lifetime of cookies in seconds. This setting is applicable to external and internal HTTP(S) load balancers and Traffic Director and requires GENERATED_COOKIE or HTTP_COOKIE session affinity. If set to 0, the cookie is non-persistent and lasts only until the end of the browser session (or equivalent). The maximum allowed value is two weeks (1,209,600). Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
	AffinityCookieTtlSec *int32 `protobuf:"varint,369996954,opt,name=affinity_cookie_ttl_sec,json=affinityCookieTtlSec,proto3,oneof" json:"affinity_cookie_ttl_sec,omitempty"`
	// The list of backends that serve this BackendService.
	Backends []*Backend `protobuf:"bytes,510839903,rep,name=backends,proto3" json:"backends,omitempty"`
	// Cloud CDN configuration for this BackendService. Only available for specified load balancer types.
	CdnPolicy       *BackendServiceCdnPolicy `protobuf:"bytes,213976452,opt,name=cdn_policy,json=cdnPolicy,proto3,oneof" json:"cdn_policy,omitempty"`
	CircuitBreakers *CircuitBreakers         `protobuf:"bytes,421340061,opt,name=circuit_breakers,json=circuitBreakers,proto3,oneof" json:"circuit_breakers,omitempty"`
	// Compress text responses using Brotli or gzip compression, based on the client's Accept-Encoding header.
	// Check the CompressionMode enum for the list of possible values.
	CompressionMode    *string             `protobuf:"bytes,95520988,opt,name=compression_mode,json=compressionMode,proto3,oneof" json:"compression_mode,omitempty"`
	ConnectionDraining *ConnectionDraining `protobuf:"bytes,461096747,opt,name=connection_draining,json=connectionDraining,proto3,oneof" json:"connection_draining,omitempty"`
	// Connection Tracking configuration for this BackendService. Connection tracking policy settings are only available for Network Load Balancing and Internal TCP/UDP Load Balancing.
	ConnectionTrackingPolicy *BackendServiceConnectionTrackingPolicy `protobuf:"bytes,143994969,opt,name=connection_tracking_policy,json=connectionTrackingPolicy,proto3,oneof" json:"connection_tracking_policy,omitempty"`
	// Consistent Hash-based load balancing can be used to provide soft session affinity based on HTTP headers, cookies or other properties. This load balancing policy is applicable only for HTTP connections. The affinity to a particular destination host will be lost when one or more hosts are added/removed from the destination service. This field specifies parameters that control consistent hashing. This field is only applicable when localityLbPolicy is set to MAGLEV or RING_HASH. This field is applicable to either: - A regional backend service with the service_protocol set to HTTP, HTTPS, or HTTP2, and load_balancing_scheme set to INTERNAL_MANAGED. - A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED.
	ConsistentHash *ConsistentHashLoadBalancerSettings `protobuf:"bytes,905883,opt,name=consistent_hash,json=consistentHash,proto3,oneof" json:"consistent_hash,omitempty"`
	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// Headers that the load balancer adds to proxied requests. See [Creating custom headers](https://cloud.google.com/load-balancing/docs/custom-headers).
	CustomRequestHeaders []string `protobuf:"bytes,27977992,rep,name=custom_request_headers,json=customRequestHeaders,proto3" json:"custom_request_headers,omitempty"`
	// Headers that the load balancer adds to proxied responses. See [Creating custom headers](https://cloud.google.com/load-balancing/docs/custom-headers).
	CustomResponseHeaders []string `protobuf:"bytes,387539094,rep,name=custom_response_headers,json=customResponseHeaders,proto3" json:"custom_response_headers,omitempty"`
	// An optional description of this resource. Provide this property when you create the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// [Output Only] The resource URL for the edge security policy associated with this backend service.
	EdgeSecurityPolicy *string `protobuf:"bytes,41036943,opt,name=edge_security_policy,json=edgeSecurityPolicy,proto3,oneof" json:"edge_security_policy,omitempty"`
	// If true, enables Cloud CDN for the backend service of an external HTTP(S) load balancer.
	EnableCDN *bool `protobuf:"varint,250733499,opt,name=enable_c_d_n,json=enableCDN,proto3,oneof" json:"enable_c_d_n,omitempty"`
	// Requires at least one backend instance group to be defined as a backup (failover) backend. For load balancers that have configurable failover: [Internal TCP/UDP Load Balancing](https://cloud.google.com/load-balancing/docs/internal/failover-overview) and [external TCP/UDP Load Balancing](https://cloud.google.com/load-balancing/docs/network/networklb-failover-overview).
	FailoverPolicy *BackendServiceFailoverPolicy `protobuf:"bytes,105658655,opt,name=failover_policy,json=failoverPolicy,proto3,oneof" json:"failover_policy,omitempty"`
	// Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a BackendService. An up-to-date fingerprint must be provided in order to update the BackendService, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a BackendService.
	Fingerprint *string `protobuf:"bytes,234678500,opt,name=fingerprint,proto3,oneof" json:"fingerprint,omitempty"`
	// The list of URLs to the healthChecks, httpHealthChecks (legacy), or httpsHealthChecks (legacy) resource for health checking this backend service. Not all backend services support legacy health checks. See Load balancer guide. Currently, at most one health check can be specified for each backend service. Backend services with instance group or zonal NEG backends must have a health check. Backend services with internet or serverless NEG backends must not have a health check.
	HealthChecks []string `protobuf:"bytes,448370606,rep,name=health_checks,json=healthChecks,proto3" json:"health_checks,omitempty"`
	// The configurations for Identity-Aware Proxy on this resource. Not available for Internal TCP/UDP Load Balancing and Network Load Balancing.
	Iap *BackendServiceIAP `protobuf:"bytes,104024,opt,name=iap,proto3,oneof" json:"iap,omitempty"`
	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Output Only] Type of resource. Always compute#backendService for backend services.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// Specifies the load balancer type. A backend service created for one type of load balancer cannot be used with another. For more information, refer to Choosing a load balancer.
	// Check the LoadBalancingScheme enum for the list of possible values.
	LoadBalancingScheme *string `protobuf:"bytes,363890244,opt,name=load_balancing_scheme,json=loadBalancingScheme,proto3,oneof" json:"load_balancing_scheme,omitempty"`
	// A list of locality load-balancing policies to be used in order of preference. When you use localityLbPolicies, you must set at least one value for either the localityLbPolicies[].policy or the localityLbPolicies[].customPolicy field. localityLbPolicies overrides any value set in the localityLbPolicy field. For an example of how to use this field, see Define a list of preferred policies. Caution: This field and its children are intended for use in a service mesh that includes gRPC clients only. Envoy proxies can't use backend services that have this configuration.
	LocalityLbPolicies []*BackendServiceLocalityLoadBalancingPolicyConfig `protobuf:"bytes,140982557,rep,name=locality_lb_policies,json=localityLbPolicies,proto3" json:"locality_lb_policies,omitempty"`
	// The load balancing algorithm used within the scope of the locality. The possible values are: - ROUND_ROBIN: This is a simple policy in which each healthy backend is selected in round robin order. This is the default. - LEAST_REQUEST: An O(1) algorithm which selects two random healthy hosts and picks the host which has fewer active requests. - RING_HASH: The ring/modulo hash load balancer implements consistent hashing to backends. The algorithm has the property that the addition/removal of a host from a set of N hosts only affects 1/N of the requests. - RANDOM: The load balancer selects a random healthy host. - ORIGINAL_DESTINATION: Backend host is selected based on the client connection metadata, i.e., connections are opened to the same address as the destination address of the incoming connection before the connection was redirected to the load balancer. - MAGLEV: used as a drop in replacement for the ring hash load balancer. Maglev is not as stable as ring hash but has faster table lookup build times and host selection times. For more information about Maglev, see https://ai.google/research/pubs/pub44824 This field is applicable to either: - A regional backend service with the service_protocol set to HTTP, HTTPS, or HTTP2, and load_balancing_scheme set to INTERNAL_MANAGED. - A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED. If sessionAffinity is not NONE, and this field is not set to MAGLEV or RING_HASH, session affinity settings will not take effect. Only ROUND_ROBIN and RING_HASH are supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
	// Check the LocalityLbPolicy enum for the list of possible values.
	LocalityLbPolicy *string `protobuf:"bytes,131431487,opt,name=locality_lb_policy,json=localityLbPolicy,proto3,oneof" json:"locality_lb_policy,omitempty"`
	// This field denotes the logging options for the load balancer traffic served by this backend service. If logging is enabled, logs will be exported to Stackdriver.
	LogConfig *BackendServiceLogConfig `protobuf:"bytes,351299741,opt,name=log_config,json=logConfig,proto3,oneof" json:"log_config,omitempty"`
	// Specifies the default maximum duration (timeout) for streams to this service. Duration is computed from the beginning of the stream until the response has been completely processed, including all retries. A stream that does not complete in this duration is closed. If not specified, there will be no timeout limit, i.e. the maximum duration is infinite. This value can be overridden in the PathMatcher configuration of the UrlMap that references this backend service. This field is only allowed when the loadBalancingScheme of the backend service is INTERNAL_SELF_MANAGED.
	MaxStreamDuration *Duration `protobuf:"bytes,61428376,opt,name=max_stream_duration,json=maxStreamDuration,proto3,oneof" json:"max_stream_duration,omitempty"`
	// Deployment metadata associated with the resource to be set by a GKE hub controller and read by the backend RCTH
	Metadatas map[string]string `protobuf:"bytes,8514340,rep,name=metadatas,proto3" json:"metadatas,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// The URL of the network to which this backend service belongs. This field can only be specified when the load balancing scheme is set to INTERNAL.
	Network *string `protobuf:"bytes,232872494,opt,name=network,proto3,oneof" json:"network,omitempty"`
	// Settings controlling the ejection of unhealthy backend endpoints from the load balancing pool of each individual proxy instance that processes the traffic for the given backend service. If not set, this feature is considered disabled. Results of the outlier detection algorithm (ejection of endpoints from the load balancing pool and returning them back to the pool) are executed independently by each proxy instance of the load balancer. In most cases, more than one proxy instance handles the traffic received by a backend service. Thus, it is possible that an unhealthy endpoint is detected and ejected by only some of the proxies, and while this happens, other proxies may continue to send requests to the same unhealthy endpoint until they detect and eject the unhealthy endpoint. Applicable backend endpoints can be: - VM instances in an Instance Group - Endpoints in a Zonal NEG (GCE_VM_IP, GCE_VM_IP_PORT) - Endpoints in a Hybrid Connectivity NEG (NON_GCP_PRIVATE_IP_PORT) - Serverless NEGs, that resolve to Cloud Run, App Engine, or Cloud Functions Services - Private Service Connect NEGs, that resolve to Google-managed regional API endpoints or managed services published using Private Service Connect Applicable backend service types can be: - A global backend service with the loadBalancingScheme set to INTERNAL_SELF_MANAGED or EXTERNAL_MANAGED. - A regional backend service with the serviceProtocol set to HTTP, HTTPS, or HTTP2, and loadBalancingScheme set to INTERNAL_MANAGED or EXTERNAL_MANAGED. Not supported for Serverless NEGs. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
	OutlierDetection *OutlierDetection `protobuf:"bytes,354625086,opt,name=outlier_detection,json=outlierDetection,proto3,oneof" json:"outlier_detection,omitempty"`
	// Deprecated in favor of portName. The TCP port to connect on the backend. The default value is 80. For Internal TCP/UDP Load Balancing and Network Load Balancing, omit port.
	Port *int32 `protobuf:"varint,3446913,opt,name=port,proto3,oneof" json:"port,omitempty"`
	// A named port on a backend instance group representing the port for communication to the backend VMs in that group. The named port must be [defined on each backend instance group](https://cloud.google.com/load-balancing/docs/backend-service#named_ports). This parameter has no meaning if the backends are NEGs. For Internal TCP/UDP Load Balancing and Network Load Balancing, omit port_name.
	PortName *string `protobuf:"bytes,41534345,opt,name=port_name,json=portName,proto3,oneof" json:"port_name,omitempty"`
	// The protocol this BackendService uses to communicate with backends. Possible values are HTTP, HTTPS, HTTP2, TCP, SSL, UDP or GRPC. depending on the chosen load balancer or Traffic Director configuration. Refer to the documentation for the load balancers or for Traffic Director for more information. Must be set to GRPC when the backend service is referenced by a URL map that is bound to target gRPC proxy.
	// Check the Protocol enum for the list of possible values.
	Protocol *string `protobuf:"bytes,84577944,opt,name=protocol,proto3,oneof" json:"protocol,omitempty"`
	// [Output Only] URL of the region where the regional backend service resides. This field is not applicable to global backend services. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
	Region *string `protobuf:"bytes,138946292,opt,name=region,proto3,oneof" json:"region,omitempty"`
	// [Output Only] The resource URL for the security policy associated with this backend service.
	SecurityPolicy *string `protobuf:"bytes,171082513,opt,name=security_policy,json=securityPolicy,proto3,oneof" json:"security_policy,omitempty"`
	// This field specifies the security settings that apply to this backend service. This field is applicable to a global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED.
	SecuritySettings *SecuritySettings `protobuf:"bytes,478649922,opt,name=security_settings,json=securitySettings,proto3,oneof" json:"security_settings,omitempty"`
	// [Output Only] Server-defined URL for the resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// URLs of networkservices.ServiceBinding resources. Can only be set if load balancing scheme is INTERNAL_SELF_MANAGED. If set, lists of backends and health checks must be both empty.
	ServiceBindings []string `protobuf:"bytes,133581016,rep,name=service_bindings,json=serviceBindings,proto3" json:"service_bindings,omitempty"`
	// Type of session affinity to use. The default is NONE. Only NONE and HEADER_FIELD are supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true. For more details, see: [Session Affinity](https://cloud.google.com/load-balancing/docs/backend-service#session_affinity).
	// Check the SessionAffinity enum for the list of possible values.
	SessionAffinity *string     `protobuf:"bytes,463888561,opt,name=session_affinity,json=sessionAffinity,proto3,oneof" json:"session_affinity,omitempty"`
	Subsetting      *Subsetting `protobuf:"bytes,450283536,opt,name=subsetting,proto3,oneof" json:"subsetting,omitempty"`
	// The backend service timeout has a different meaning depending on the type of load balancer. For more information see, Backend service settings. The default is 30 seconds. The full range of timeout values allowed goes from 1 through 2,147,483,647 seconds. This value can be overridden in the PathMatcher configuration of the UrlMap that references this backend service. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true. Instead, use maxStreamDuration.
	TimeoutSec *int32 `protobuf:"varint,79994995,opt,name=timeout_sec,json=timeoutSec,proto3,oneof" json:"timeout_sec,omitempty"`
	// contains filtered or unexported fields
}

Represents a Backend Service resource. A backend service defines how Google Cloud load balancers distribute traffic. The backend service configuration contains a set of values, such as the protocol used to connect to backends, various distribution and session settings, health checks, and timeouts. These settings provide fine-grained control over how your load balancer behaves. Most of the settings have default values that allow for easy configuration if you need to get started quickly. Backend services in Google Compute Engine can be either regionally or globally scoped. * [Global](https://cloud.google.com/compute/docs/reference/rest/v1/backendServices) * [Regional](https://cloud.google.com/compute/docs/reference/rest/v1/regionBackendServices) For more information, see Backend Services.

func (*BackendService) Descriptor

func (*BackendService) Descriptor() ([]byte, []int)

Deprecated: Use BackendService.ProtoReflect.Descriptor instead.

func (*BackendService) GetAffinityCookieTtlSec

func (x *BackendService) GetAffinityCookieTtlSec() int32

func (*BackendService) GetBackends

func (x *BackendService) GetBackends() []*Backend

func (*BackendService) GetCdnPolicy

func (x *BackendService) GetCdnPolicy() *BackendServiceCdnPolicy

func (*BackendService) GetCircuitBreakers

func (x *BackendService) GetCircuitBreakers() *CircuitBreakers

func (*BackendService) GetCompressionMode

func (x *BackendService) GetCompressionMode() string

func (*BackendService) GetConnectionDraining

func (x *BackendService) GetConnectionDraining() *ConnectionDraining

func (*BackendService) GetConnectionTrackingPolicy

func (x *BackendService) GetConnectionTrackingPolicy() *BackendServiceConnectionTrackingPolicy

func (*BackendService) GetConsistentHash

func (x *BackendService) GetConsistentHash() *ConsistentHashLoadBalancerSettings

func (*BackendService) GetCreationTimestamp

func (x *BackendService) GetCreationTimestamp() string

func (*BackendService) GetCustomRequestHeaders

func (x *BackendService) GetCustomRequestHeaders() []string

func (*BackendService) GetCustomResponseHeaders

func (x *BackendService) GetCustomResponseHeaders() []string

func (*BackendService) GetDescription

func (x *BackendService) GetDescription() string

func (*BackendService) GetEdgeSecurityPolicy

func (x *BackendService) GetEdgeSecurityPolicy() string

func (*BackendService) GetEnableCDN

func (x *BackendService) GetEnableCDN() bool

func (*BackendService) GetFailoverPolicy

func (x *BackendService) GetFailoverPolicy() *BackendServiceFailoverPolicy

func (*BackendService) GetFingerprint

func (x *BackendService) GetFingerprint() string

func (*BackendService) GetHealthChecks

func (x *BackendService) GetHealthChecks() []string

func (*BackendService) GetIap

func (x *BackendService) GetIap() *BackendServiceIAP

func (*BackendService) GetId

func (x *BackendService) GetId() uint64

func (*BackendService) GetKind

func (x *BackendService) GetKind() string

func (*BackendService) GetLoadBalancingScheme

func (x *BackendService) GetLoadBalancingScheme() string

func (*BackendService) GetLocalityLbPolicies

func (*BackendService) GetLocalityLbPolicy

func (x *BackendService) GetLocalityLbPolicy() string

func (*BackendService) GetLogConfig

func (x *BackendService) GetLogConfig() *BackendServiceLogConfig

func (*BackendService) GetMaxStreamDuration

func (x *BackendService) GetMaxStreamDuration() *Duration

func (*BackendService) GetMetadatas

func (x *BackendService) GetMetadatas() map[string]string

func (*BackendService) GetName

func (x *BackendService) GetName() string

func (*BackendService) GetNetwork

func (x *BackendService) GetNetwork() string

func (*BackendService) GetOutlierDetection

func (x *BackendService) GetOutlierDetection() *OutlierDetection

func (*BackendService) GetPort

func (x *BackendService) GetPort() int32

func (*BackendService) GetPortName

func (x *BackendService) GetPortName() string

func (*BackendService) GetProtocol

func (x *BackendService) GetProtocol() string

func (*BackendService) GetRegion

func (x *BackendService) GetRegion() string

func (*BackendService) GetSecurityPolicy

func (x *BackendService) GetSecurityPolicy() string

func (*BackendService) GetSecuritySettings

func (x *BackendService) GetSecuritySettings() *SecuritySettings
func (x *BackendService) GetSelfLink() string

func (*BackendService) GetServiceBindings

func (x *BackendService) GetServiceBindings() []string

func (*BackendService) GetSessionAffinity

func (x *BackendService) GetSessionAffinity() string

func (*BackendService) GetSubsetting

func (x *BackendService) GetSubsetting() *Subsetting

func (*BackendService) GetTimeoutSec

func (x *BackendService) GetTimeoutSec() int32

func (*BackendService) ProtoMessage

func (*BackendService) ProtoMessage()

func (*BackendService) ProtoReflect

func (x *BackendService) ProtoReflect() protoreflect.Message

func (*BackendService) Reset

func (x *BackendService) Reset()

func (*BackendService) String

func (x *BackendService) String() string

type BackendServiceAggregatedList

type BackendServiceAggregatedList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of BackendServicesScopedList resources.
	Items map[string]*BackendServicesScopedList `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// Type of resource.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Unreachable resources.
	Unreachables []string `protobuf:"bytes,243372063,rep,name=unreachables,proto3" json:"unreachables,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

Contains a list of BackendServicesScopedList.

func (*BackendServiceAggregatedList) Descriptor

func (*BackendServiceAggregatedList) Descriptor() ([]byte, []int)

Deprecated: Use BackendServiceAggregatedList.ProtoReflect.Descriptor instead.

func (*BackendServiceAggregatedList) GetId

func (*BackendServiceAggregatedList) GetItems

func (*BackendServiceAggregatedList) GetKind

func (x *BackendServiceAggregatedList) GetKind() string

func (*BackendServiceAggregatedList) GetNextPageToken

func (x *BackendServiceAggregatedList) GetNextPageToken() string
func (x *BackendServiceAggregatedList) GetSelfLink() string

func (*BackendServiceAggregatedList) GetUnreachables

func (x *BackendServiceAggregatedList) GetUnreachables() []string

func (*BackendServiceAggregatedList) GetWarning

func (x *BackendServiceAggregatedList) GetWarning() *Warning

func (*BackendServiceAggregatedList) ProtoMessage

func (*BackendServiceAggregatedList) ProtoMessage()

func (*BackendServiceAggregatedList) ProtoReflect

func (*BackendServiceAggregatedList) Reset

func (x *BackendServiceAggregatedList) Reset()

func (*BackendServiceAggregatedList) String

type BackendServiceCdnPolicy

type BackendServiceCdnPolicy struct {

	// Bypass the cache when the specified request headers are matched - e.g. Pragma or Authorization headers. Up to 5 headers can be specified. The cache is bypassed for all cdnPolicy.cacheMode settings.
	BypassCacheOnRequestHeaders []*BackendServiceCdnPolicyBypassCacheOnRequestHeader `protobuf:"bytes,486203082,rep,name=bypass_cache_on_request_headers,json=bypassCacheOnRequestHeaders,proto3" json:"bypass_cache_on_request_headers,omitempty"`
	// The CacheKeyPolicy for this CdnPolicy.
	CacheKeyPolicy *CacheKeyPolicy `protobuf:"bytes,159263727,opt,name=cache_key_policy,json=cacheKeyPolicy,proto3,oneof" json:"cache_key_policy,omitempty"`
	// Specifies the cache setting for all responses from this backend. The possible values are: USE_ORIGIN_HEADERS Requires the origin to set valid caching headers to cache content. Responses without these headers will not be cached at Google's edge, and will require a full trip to the origin on every request, potentially impacting performance and increasing load on the origin server. FORCE_CACHE_ALL Cache all content, ignoring any "private", "no-store" or "no-cache" directives in Cache-Control response headers. Warning: this may result in Cloud CDN caching private, per-user (user identifiable) content. CACHE_ALL_STATIC Automatically cache static content, including common image formats, media (video and audio), and web assets (JavaScript and CSS). Requests and responses that are marked as uncacheable, as well as dynamic content (including HTML), will not be cached.
	// Check the CacheMode enum for the list of possible values.
	CacheMode *string `protobuf:"bytes,28877888,opt,name=cache_mode,json=cacheMode,proto3,oneof" json:"cache_mode,omitempty"`
	// Specifies a separate client (e.g. browser client) maximum TTL. This is used to clamp the max-age (or Expires) value sent to the client. With FORCE_CACHE_ALL, the lesser of client_ttl and default_ttl is used for the response max-age directive, along with a "public" directive. For cacheable content in CACHE_ALL_STATIC mode, client_ttl clamps the max-age from the origin (if specified), or else sets the response max-age directive to the lesser of the client_ttl and default_ttl, and also ensures a "public" cache-control directive is present. If a client TTL is not specified, a default value (1 hour) will be used. The maximum allowed value is 31,622,400s (1 year).
	ClientTtl *int32 `protobuf:"varint,29034360,opt,name=client_ttl,json=clientTtl,proto3,oneof" json:"client_ttl,omitempty"`
	// Specifies the default TTL for cached content served by this origin for responses that do not have an existing valid TTL (max-age or s-max-age). Setting a TTL of "0" means "always revalidate". The value of defaultTTL cannot be set to a value greater than that of maxTTL, but can be equal. When the cacheMode is set to FORCE_CACHE_ALL, the defaultTTL will overwrite the TTL set in all responses. The maximum allowed value is 31,622,400s (1 year), noting that infrequently accessed objects may be evicted from the cache before the defined TTL.
	DefaultTtl *int32 `protobuf:"varint,100253422,opt,name=default_ttl,json=defaultTtl,proto3,oneof" json:"default_ttl,omitempty"`
	// Specifies the maximum allowed TTL for cached content served by this origin. Cache directives that attempt to set a max-age or s-maxage higher than this, or an Expires header more than maxTTL seconds in the future will be capped at the value of maxTTL, as if it were the value of an s-maxage Cache-Control directive. Headers sent to the client will not be modified. Setting a TTL of "0" means "always revalidate". The maximum allowed value is 31,622,400s (1 year), noting that infrequently accessed objects may be evicted from the cache before the defined TTL.
	MaxTtl *int32 `protobuf:"varint,307578001,opt,name=max_ttl,json=maxTtl,proto3,oneof" json:"max_ttl,omitempty"`
	// Negative caching allows per-status code TTLs to be set, in order to apply fine-grained caching for common errors or redirects. This can reduce the load on your origin and improve end-user experience by reducing response latency. When the cache mode is set to CACHE_ALL_STATIC or USE_ORIGIN_HEADERS, negative caching applies to responses with the specified response code that lack any Cache-Control, Expires, or Pragma: no-cache directives. When the cache mode is set to FORCE_CACHE_ALL, negative caching applies to all responses with the specified response code, and override any caching headers. By default, Cloud CDN will apply the following default TTLs to these status codes: HTTP 300 (Multiple Choice), 301, 308 (Permanent Redirects): 10m HTTP 404 (Not Found), 410 (Gone), 451 (Unavailable For Legal Reasons): 120s HTTP 405 (Method Not Found), 421 (Misdirected Request), 501 (Not Implemented): 60s. These defaults can be overridden in negative_caching_policy.
	NegativeCaching *bool `protobuf:"varint,336110005,opt,name=negative_caching,json=negativeCaching,proto3,oneof" json:"negative_caching,omitempty"`
	// Sets a cache TTL for the specified HTTP status code. negative_caching must be enabled to configure negative_caching_policy. Omitting the policy and leaving negative_caching enabled will use Cloud CDN's default cache TTLs. Note that when specifying an explicit negative_caching_policy, you should take care to specify a cache TTL for all response codes that you wish to cache. Cloud CDN will not apply any default negative caching when a policy exists.
	NegativeCachingPolicy []*BackendServiceCdnPolicyNegativeCachingPolicy `protobuf:"bytes,155359996,rep,name=negative_caching_policy,json=negativeCachingPolicy,proto3" json:"negative_caching_policy,omitempty"`
	// If true then Cloud CDN will combine multiple concurrent cache fill requests into a small number of requests to the origin.
	RequestCoalescing *bool `protobuf:"varint,532808276,opt,name=request_coalescing,json=requestCoalescing,proto3,oneof" json:"request_coalescing,omitempty"`
	// Serve existing content from the cache (if available) when revalidating content with the origin, or when an error is encountered when refreshing the cache. This setting defines the default "max-stale" duration for any cached responses that do not specify a max-stale directive. Stale responses that exceed the TTL configured here will not be served. The default limit (max-stale) is 86400s (1 day), which will allow stale content to be served up to this limit beyond the max-age (or s-max-age) of a cached response. The maximum allowed value is 604800 (1 week). Set this to zero (0) to disable serve-while-stale.
	ServeWhileStale *int32 `protobuf:"varint,236682203,opt,name=serve_while_stale,json=serveWhileStale,proto3,oneof" json:"serve_while_stale,omitempty"`
	// Maximum number of seconds the response to a signed URL request will be considered fresh. After this time period, the response will be revalidated before being served. Defaults to 1hr (3600s). When serving responses to signed URL requests, Cloud CDN will internally behave as though all responses from this backend had a "Cache-Control: public, max-age=[TTL]" header, regardless of any existing Cache-Control header. The actual headers served in responses will not be altered.
	SignedUrlCacheMaxAgeSec *int64 `protobuf:"varint,269374534,opt,name=signed_url_cache_max_age_sec,json=signedUrlCacheMaxAgeSec,proto3,oneof" json:"signed_url_cache_max_age_sec,omitempty"`
	// [Output Only] Names of the keys for signing request URLs.
	SignedUrlKeyNames []string `protobuf:"bytes,371848885,rep,name=signed_url_key_names,json=signedUrlKeyNames,proto3" json:"signed_url_key_names,omitempty"`
	// contains filtered or unexported fields
}

Message containing Cloud CDN configuration for a backend service.

func (*BackendServiceCdnPolicy) Descriptor

func (*BackendServiceCdnPolicy) Descriptor() ([]byte, []int)

Deprecated: Use BackendServiceCdnPolicy.ProtoReflect.Descriptor instead.

func (*BackendServiceCdnPolicy) GetBypassCacheOnRequestHeaders

func (x *BackendServiceCdnPolicy) GetBypassCacheOnRequestHeaders() []*BackendServiceCdnPolicyBypassCacheOnRequestHeader

func (*BackendServiceCdnPolicy) GetCacheKeyPolicy

func (x *BackendServiceCdnPolicy) GetCacheKeyPolicy() *CacheKeyPolicy

func (*BackendServiceCdnPolicy) GetCacheMode

func (x *BackendServiceCdnPolicy) GetCacheMode() string

func (*BackendServiceCdnPolicy) GetClientTtl

func (x *BackendServiceCdnPolicy) GetClientTtl() int32

func (*BackendServiceCdnPolicy) GetDefaultTtl

func (x *BackendServiceCdnPolicy) GetDefaultTtl() int32

func (*BackendServiceCdnPolicy) GetMaxTtl

func (x *BackendServiceCdnPolicy) GetMaxTtl() int32

func (*BackendServiceCdnPolicy) GetNegativeCaching

func (x *BackendServiceCdnPolicy) GetNegativeCaching() bool

func (*BackendServiceCdnPolicy) GetNegativeCachingPolicy

func (*BackendServiceCdnPolicy) GetRequestCoalescing

func (x *BackendServiceCdnPolicy) GetRequestCoalescing() bool

func (*BackendServiceCdnPolicy) GetServeWhileStale

func (x *BackendServiceCdnPolicy) GetServeWhileStale() int32

func (*BackendServiceCdnPolicy) GetSignedUrlCacheMaxAgeSec

func (x *BackendServiceCdnPolicy) GetSignedUrlCacheMaxAgeSec() int64

func (*BackendServiceCdnPolicy) GetSignedUrlKeyNames

func (x *BackendServiceCdnPolicy) GetSignedUrlKeyNames() []string

func (*BackendServiceCdnPolicy) ProtoMessage

func (*BackendServiceCdnPolicy) ProtoMessage()

func (*BackendServiceCdnPolicy) ProtoReflect

func (x *BackendServiceCdnPolicy) ProtoReflect() protoreflect.Message

func (*BackendServiceCdnPolicy) Reset

func (x *BackendServiceCdnPolicy) Reset()

func (*BackendServiceCdnPolicy) String

func (x *BackendServiceCdnPolicy) String() string

type BackendServiceCdnPolicyBypassCacheOnRequestHeader

type BackendServiceCdnPolicyBypassCacheOnRequestHeader struct {

	// The header field name to match on when bypassing cache. Values are case-insensitive.
	HeaderName *string `protobuf:"bytes,110223613,opt,name=header_name,json=headerName,proto3,oneof" json:"header_name,omitempty"`
	// contains filtered or unexported fields
}

Bypass the cache when the specified request headers are present, e.g. Pragma or Authorization headers. Values are case insensitive. The presence of such a header overrides the cache_mode setting.

func (*BackendServiceCdnPolicyBypassCacheOnRequestHeader) Descriptor

Deprecated: Use BackendServiceCdnPolicyBypassCacheOnRequestHeader.ProtoReflect.Descriptor instead.

func (*BackendServiceCdnPolicyBypassCacheOnRequestHeader) GetHeaderName

func (*BackendServiceCdnPolicyBypassCacheOnRequestHeader) ProtoMessage

func (*BackendServiceCdnPolicyBypassCacheOnRequestHeader) ProtoReflect

func (*BackendServiceCdnPolicyBypassCacheOnRequestHeader) Reset

func (*BackendServiceCdnPolicyBypassCacheOnRequestHeader) String

type BackendServiceCdnPolicyNegativeCachingPolicy

type BackendServiceCdnPolicyNegativeCachingPolicy struct {

	// The HTTP status code to define a TTL against. Only HTTP status codes 300, 301, 302, 307, 308, 404, 405, 410, 421, 451 and 501 are can be specified as values, and you cannot specify a status code more than once.
	Code *int32 `protobuf:"varint,3059181,opt,name=code,proto3,oneof" json:"code,omitempty"`
	// The TTL (in seconds) for which to cache responses with the corresponding status code. The maximum allowed value is 1800s (30 minutes), noting that infrequently accessed objects may be evicted from the cache before the defined TTL.
	Ttl *int32 `protobuf:"varint,115180,opt,name=ttl,proto3,oneof" json:"ttl,omitempty"`
	// contains filtered or unexported fields
}

Specify CDN TTLs for response error codes.

func (*BackendServiceCdnPolicyNegativeCachingPolicy) Descriptor

Deprecated: Use BackendServiceCdnPolicyNegativeCachingPolicy.ProtoReflect.Descriptor instead.

func (*BackendServiceCdnPolicyNegativeCachingPolicy) GetCode

func (*BackendServiceCdnPolicyNegativeCachingPolicy) GetTtl

func (*BackendServiceCdnPolicyNegativeCachingPolicy) ProtoMessage

func (*BackendServiceCdnPolicyNegativeCachingPolicy) ProtoReflect

func (*BackendServiceCdnPolicyNegativeCachingPolicy) Reset

func (*BackendServiceCdnPolicyNegativeCachingPolicy) String

type BackendServiceCdnPolicy_CacheMode

type BackendServiceCdnPolicy_CacheMode int32

Specifies the cache setting for all responses from this backend. The possible values are: USE_ORIGIN_HEADERS Requires the origin to set valid caching headers to cache content. Responses without these headers will not be cached at Google's edge, and will require a full trip to the origin on every request, potentially impacting performance and increasing load on the origin server. FORCE_CACHE_ALL Cache all content, ignoring any "private", "no-store" or "no-cache" directives in Cache-Control response headers. Warning: this may result in Cloud CDN caching private, per-user (user identifiable) content. CACHE_ALL_STATIC Automatically cache static content, including common image formats, media (video and audio), and web assets (JavaScript and CSS). Requests and responses that are marked as uncacheable, as well as dynamic content (including HTML), will not be cached.

const (
	// A value indicating that the enum field is not set.
	BackendServiceCdnPolicy_UNDEFINED_CACHE_MODE BackendServiceCdnPolicy_CacheMode = 0
	// Automatically cache static content, including common image formats, media (video and audio), and web assets (JavaScript and CSS). Requests and responses that are marked as uncacheable, as well as dynamic content (including HTML), will not be cached.
	BackendServiceCdnPolicy_CACHE_ALL_STATIC BackendServiceCdnPolicy_CacheMode = 355027945
	// Cache all content, ignoring any "private", "no-store" or "no-cache" directives in Cache-Control response headers. Warning: this may result in Cloud CDN caching private, per-user (user identifiable) content.
	BackendServiceCdnPolicy_FORCE_CACHE_ALL    BackendServiceCdnPolicy_CacheMode = 486026928
	BackendServiceCdnPolicy_INVALID_CACHE_MODE BackendServiceCdnPolicy_CacheMode = 381295560
	// Requires the origin to set valid caching headers to cache content. Responses without these headers will not be cached at Google's edge, and will require a full trip to the origin on every request, potentially impacting performance and increasing load on the origin server.
	BackendServiceCdnPolicy_USE_ORIGIN_HEADERS BackendServiceCdnPolicy_CacheMode = 55380261
)

func (BackendServiceCdnPolicy_CacheMode) Descriptor

func (BackendServiceCdnPolicy_CacheMode) Enum

func (BackendServiceCdnPolicy_CacheMode) EnumDescriptor

func (BackendServiceCdnPolicy_CacheMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use BackendServiceCdnPolicy_CacheMode.Descriptor instead.

func (BackendServiceCdnPolicy_CacheMode) Number

func (BackendServiceCdnPolicy_CacheMode) String

func (BackendServiceCdnPolicy_CacheMode) Type

type BackendServiceConnectionTrackingPolicy

type BackendServiceConnectionTrackingPolicy struct {

	// Specifies connection persistence when backends are unhealthy. The default value is DEFAULT_FOR_PROTOCOL. If set to DEFAULT_FOR_PROTOCOL, the existing connections persist on unhealthy backends only for connection-oriented protocols (TCP and SCTP) and only if the Tracking Mode is PER_CONNECTION (default tracking mode) or the Session Affinity is configured for 5-tuple. They do not persist for UDP. If set to NEVER_PERSIST, after a backend becomes unhealthy, the existing connections on the unhealthy backend are never persisted on the unhealthy backend. They are always diverted to newly selected healthy backends (unless all backends are unhealthy). If set to ALWAYS_PERSIST, existing connections always persist on unhealthy backends regardless of protocol and session affinity. It is generally not recommended to use this mode overriding the default. For more details, see [Connection Persistence for Network Load Balancing](https://cloud.google.com/load-balancing/docs/network/networklb-backend-service#connection-persistence) and [Connection Persistence for Internal TCP/UDP Load Balancing](https://cloud.google.com/load-balancing/docs/internal#connection-persistence).
	// Check the ConnectionPersistenceOnUnhealthyBackends enum for the list of possible values.
	ConnectionPersistenceOnUnhealthyBackends *string `protobuf:"bytes,152439033,opt,name=connection_persistence_on_unhealthy_backends,json=connectionPersistenceOnUnhealthyBackends,proto3,oneof" json:"connection_persistence_on_unhealthy_backends,omitempty"`
	// Enable Strong Session Affinity for Network Load Balancing. This option is not available publicly.
	EnableStrongAffinity *bool `protobuf:"varint,24539924,opt,name=enable_strong_affinity,json=enableStrongAffinity,proto3,oneof" json:"enable_strong_affinity,omitempty"`
	// Specifies how long to keep a Connection Tracking entry while there is no matching traffic (in seconds). For Internal TCP/UDP Load Balancing: - The minimum (default) is 10 minutes and the maximum is 16 hours. - It can be set only if Connection Tracking is less than 5-tuple (i.e. Session Affinity is CLIENT_IP_NO_DESTINATION, CLIENT_IP or CLIENT_IP_PROTO, and Tracking Mode is PER_SESSION). For Network Load Balancer the default is 60 seconds. This option is not available publicly.
	IdleTimeoutSec *int32 `protobuf:"varint,24977544,opt,name=idle_timeout_sec,json=idleTimeoutSec,proto3,oneof" json:"idle_timeout_sec,omitempty"`
	// Specifies the key used for connection tracking. There are two options: - PER_CONNECTION: This is the default mode. The Connection Tracking is performed as per the Connection Key (default Hash Method) for the specific protocol. - PER_SESSION: The Connection Tracking is performed as per the configured Session Affinity. It matches the configured Session Affinity. For more details, see [Tracking Mode for Network Load Balancing](https://cloud.google.com/load-balancing/docs/network/networklb-backend-service#tracking-mode) and [Tracking Mode for Internal TCP/UDP Load Balancing](https://cloud.google.com/load-balancing/docs/internal#tracking-mode).
	// Check the TrackingMode enum for the list of possible values.
	TrackingMode *string `protobuf:"bytes,127757867,opt,name=tracking_mode,json=trackingMode,proto3,oneof" json:"tracking_mode,omitempty"`
	// contains filtered or unexported fields
}

Connection Tracking configuration for this BackendService.

func (*BackendServiceConnectionTrackingPolicy) Descriptor

func (*BackendServiceConnectionTrackingPolicy) Descriptor() ([]byte, []int)

Deprecated: Use BackendServiceConnectionTrackingPolicy.ProtoReflect.Descriptor instead.

func (*BackendServiceConnectionTrackingPolicy) GetConnectionPersistenceOnUnhealthyBackends

func (x *BackendServiceConnectionTrackingPolicy) GetConnectionPersistenceOnUnhealthyBackends() string

func (*BackendServiceConnectionTrackingPolicy) GetEnableStrongAffinity

func (x *BackendServiceConnectionTrackingPolicy) GetEnableStrongAffinity() bool

func (*BackendServiceConnectionTrackingPolicy) GetIdleTimeoutSec

func (x *BackendServiceConnectionTrackingPolicy) GetIdleTimeoutSec() int32

func (*BackendServiceConnectionTrackingPolicy) GetTrackingMode

func (x *BackendServiceConnectionTrackingPolicy) GetTrackingMode() string

func (*BackendServiceConnectionTrackingPolicy) ProtoMessage

func (*BackendServiceConnectionTrackingPolicy) ProtoReflect

func (*BackendServiceConnectionTrackingPolicy) Reset

func (*BackendServiceConnectionTrackingPolicy) String

type BackendServiceConnectionTrackingPolicy_ConnectionPersistenceOnUnhealthyBackends

type BackendServiceConnectionTrackingPolicy_ConnectionPersistenceOnUnhealthyBackends int32

Specifies connection persistence when backends are unhealthy. The default value is DEFAULT_FOR_PROTOCOL. If set to DEFAULT_FOR_PROTOCOL, the existing connections persist on unhealthy backends only for connection-oriented protocols (TCP and SCTP) and only if the Tracking Mode is PER_CONNECTION (default tracking mode) or the Session Affinity is configured for 5-tuple. They do not persist for UDP. If set to NEVER_PERSIST, after a backend becomes unhealthy, the existing connections on the unhealthy backend are never persisted on the unhealthy backend. They are always diverted to newly selected healthy backends (unless all backends are unhealthy). If set to ALWAYS_PERSIST, existing connections always persist on unhealthy backends regardless of protocol and session affinity. It is generally not recommended to use this mode overriding the default. For more details, see [Connection Persistence for Network Load Balancing](https://cloud.google.com/load-balancing/docs/network/networklb-backend-service#connection-persistence) and [Connection Persistence for Internal TCP/UDP Load Balancing](https://cloud.google.com/load-balancing/docs/internal#connection-persistence).

const (
	// A value indicating that the enum field is not set.
	BackendServiceConnectionTrackingPolicy_UNDEFINED_CONNECTION_PERSISTENCE_ON_UNHEALTHY_BACKENDS BackendServiceConnectionTrackingPolicy_ConnectionPersistenceOnUnhealthyBackends = 0
	BackendServiceConnectionTrackingPolicy_ALWAYS_PERSIST                                         BackendServiceConnectionTrackingPolicy_ConnectionPersistenceOnUnhealthyBackends = 38400900
	BackendServiceConnectionTrackingPolicy_DEFAULT_FOR_PROTOCOL                                   BackendServiceConnectionTrackingPolicy_ConnectionPersistenceOnUnhealthyBackends = 145265356
	BackendServiceConnectionTrackingPolicy_NEVER_PERSIST                                          BackendServiceConnectionTrackingPolicy_ConnectionPersistenceOnUnhealthyBackends = 138646241
)

func (BackendServiceConnectionTrackingPolicy_ConnectionPersistenceOnUnhealthyBackends) Descriptor

func (BackendServiceConnectionTrackingPolicy_ConnectionPersistenceOnUnhealthyBackends) Enum

func (BackendServiceConnectionTrackingPolicy_ConnectionPersistenceOnUnhealthyBackends) EnumDescriptor

Deprecated: Use BackendServiceConnectionTrackingPolicy_ConnectionPersistenceOnUnhealthyBackends.Descriptor instead.

func (BackendServiceConnectionTrackingPolicy_ConnectionPersistenceOnUnhealthyBackends) Number

func (BackendServiceConnectionTrackingPolicy_ConnectionPersistenceOnUnhealthyBackends) String

func (BackendServiceConnectionTrackingPolicy_ConnectionPersistenceOnUnhealthyBackends) Type

type BackendServiceConnectionTrackingPolicy_TrackingMode

type BackendServiceConnectionTrackingPolicy_TrackingMode int32

Specifies the key used for connection tracking. There are two options: - PER_CONNECTION: This is the default mode. The Connection Tracking is performed as per the Connection Key (default Hash Method) for the specific protocol. - PER_SESSION: The Connection Tracking is performed as per the configured Session Affinity. It matches the configured Session Affinity. For more details, see [Tracking Mode for Network Load Balancing](https://cloud.google.com/load-balancing/docs/network/networklb-backend-service#tracking-mode) and [Tracking Mode for Internal TCP/UDP Load Balancing](https://cloud.google.com/load-balancing/docs/internal#tracking-mode).

const (
	// A value indicating that the enum field is not set.
	BackendServiceConnectionTrackingPolicy_UNDEFINED_TRACKING_MODE BackendServiceConnectionTrackingPolicy_TrackingMode = 0
	BackendServiceConnectionTrackingPolicy_INVALID_TRACKING_MODE   BackendServiceConnectionTrackingPolicy_TrackingMode = 49234371
	BackendServiceConnectionTrackingPolicy_PER_CONNECTION          BackendServiceConnectionTrackingPolicy_TrackingMode = 85162848
	BackendServiceConnectionTrackingPolicy_PER_SESSION             BackendServiceConnectionTrackingPolicy_TrackingMode = 182099252
)

func (BackendServiceConnectionTrackingPolicy_TrackingMode) Descriptor

func (BackendServiceConnectionTrackingPolicy_TrackingMode) Enum

func (BackendServiceConnectionTrackingPolicy_TrackingMode) EnumDescriptor

Deprecated: Use BackendServiceConnectionTrackingPolicy_TrackingMode.Descriptor instead.

func (BackendServiceConnectionTrackingPolicy_TrackingMode) Number

func (BackendServiceConnectionTrackingPolicy_TrackingMode) String

func (BackendServiceConnectionTrackingPolicy_TrackingMode) Type

type BackendServiceFailoverPolicy

type BackendServiceFailoverPolicy struct {

	// This can be set to true only if the protocol is TCP. The default is false.
	DisableConnectionDrainOnFailover *bool `protobuf:"varint,182150753,opt,name=disable_connection_drain_on_failover,json=disableConnectionDrainOnFailover,proto3,oneof" json:"disable_connection_drain_on_failover,omitempty"`
	// If set to true, connections to the load balancer are dropped when all primary and all backup backend VMs are unhealthy.If set to false, connections are distributed among all primary VMs when all primary and all backup backend VMs are unhealthy. For load balancers that have configurable failover: [Internal TCP/UDP Load Balancing](https://cloud.google.com/load-balancing/docs/internal/failover-overview) and [external TCP/UDP Load Balancing](https://cloud.google.com/load-balancing/docs/network/networklb-failover-overview). The default is false.
	DropTrafficIfUnhealthy *bool `protobuf:"varint,112289428,opt,name=drop_traffic_if_unhealthy,json=dropTrafficIfUnhealthy,proto3,oneof" json:"drop_traffic_if_unhealthy,omitempty"`
	// The value of the field must be in the range [0, 1]. If the value is 0, the load balancer performs a failover when the number of healthy primary VMs equals zero. For all other values, the load balancer performs a failover when the total number of healthy primary VMs is less than this ratio. For load balancers that have configurable failover: [Internal TCP/UDP Load Balancing](https://cloud.google.com/load-balancing/docs/internal/failover-overview) and [external TCP/UDP Load Balancing](https://cloud.google.com/load-balancing/docs/network/networklb-failover-overview).
	FailoverRatio *float32 `protobuf:"fixed32,212667006,opt,name=failover_ratio,json=failoverRatio,proto3,oneof" json:"failover_ratio,omitempty"`
	// contains filtered or unexported fields
}

For load balancers that have configurable failover: [Internal TCP/UDP Load Balancing](https://cloud.google.com/load-balancing/docs/internal/failover-overview) and [external TCP/UDP Load Balancing](https://cloud.google.com/load-balancing/docs/network/networklb-failover-overview). On failover or failback, this field indicates whether connection draining will be honored. Google Cloud has a fixed connection draining timeout of 10 minutes. A setting of true terminates existing TCP connections to the active pool during failover and failback, immediately draining traffic. A setting of false allows existing TCP connections to persist, even on VMs no longer in the active pool, for up to the duration of the connection draining timeout (10 minutes).

func (*BackendServiceFailoverPolicy) Descriptor

func (*BackendServiceFailoverPolicy) Descriptor() ([]byte, []int)

Deprecated: Use BackendServiceFailoverPolicy.ProtoReflect.Descriptor instead.

func (*BackendServiceFailoverPolicy) GetDisableConnectionDrainOnFailover

func (x *BackendServiceFailoverPolicy) GetDisableConnectionDrainOnFailover() bool

func (*BackendServiceFailoverPolicy) GetDropTrafficIfUnhealthy

func (x *BackendServiceFailoverPolicy) GetDropTrafficIfUnhealthy() bool

func (*BackendServiceFailoverPolicy) GetFailoverRatio

func (x *BackendServiceFailoverPolicy) GetFailoverRatio() float32

func (*BackendServiceFailoverPolicy) ProtoMessage

func (*BackendServiceFailoverPolicy) ProtoMessage()

func (*BackendServiceFailoverPolicy) ProtoReflect

func (*BackendServiceFailoverPolicy) Reset

func (x *BackendServiceFailoverPolicy) Reset()

func (*BackendServiceFailoverPolicy) String

type BackendServiceGroupHealth

type BackendServiceGroupHealth struct {

	// Metadata defined as annotations on the network endpoint group.
	Annotations map[string]string `protobuf:"bytes,112032548,rep,name=annotations,proto3" json:"annotations,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// Health state of the backend instances or endpoints in requested instance or network endpoint group, determined based on configured health checks.
	HealthStatus []*HealthStatus `protobuf:"bytes,380545845,rep,name=health_status,json=healthStatus,proto3" json:"health_status,omitempty"`
	// [Output Only] Type of resource. Always compute#backendServiceGroupHealth for the health of backend services.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// contains filtered or unexported fields
}

func (*BackendServiceGroupHealth) Descriptor

func (*BackendServiceGroupHealth) Descriptor() ([]byte, []int)

Deprecated: Use BackendServiceGroupHealth.ProtoReflect.Descriptor instead.

func (*BackendServiceGroupHealth) GetAnnotations

func (x *BackendServiceGroupHealth) GetAnnotations() map[string]string

func (*BackendServiceGroupHealth) GetHealthStatus

func (x *BackendServiceGroupHealth) GetHealthStatus() []*HealthStatus

func (*BackendServiceGroupHealth) GetKind

func (x *BackendServiceGroupHealth) GetKind() string

func (*BackendServiceGroupHealth) ProtoMessage

func (*BackendServiceGroupHealth) ProtoMessage()

func (*BackendServiceGroupHealth) ProtoReflect

func (*BackendServiceGroupHealth) Reset

func (x *BackendServiceGroupHealth) Reset()

func (*BackendServiceGroupHealth) String

func (x *BackendServiceGroupHealth) String() string

type BackendServiceIAP

type BackendServiceIAP struct {

	// Whether the serving infrastructure will authenticate and authorize all incoming requests. If true, the oauth2ClientId and oauth2ClientSecret fields must be non-empty.
	Enabled *bool `protobuf:"varint,1018689,opt,name=enabled,proto3,oneof" json:"enabled,omitempty"`
	// OAuth2 client ID to use for the authentication flow.
	Oauth2ClientId *string `protobuf:"bytes,314017611,opt,name=oauth2_client_id,json=oauth2ClientId,proto3,oneof" json:"oauth2_client_id,omitempty"`
	// OAuth2 client secret to use for the authentication flow. For security reasons, this value cannot be retrieved via the API. Instead, the SHA-256 hash of the value is returned in the oauth2ClientSecretSha256 field. @InputOnly
	Oauth2ClientSecret *string `protobuf:"bytes,50999520,opt,name=oauth2_client_secret,json=oauth2ClientSecret,proto3,oneof" json:"oauth2_client_secret,omitempty"`
	// [Output Only] SHA256 hash value for the field oauth2_client_secret above.
	Oauth2ClientSecretSha256 *string `protobuf:"bytes,112903782,opt,name=oauth2_client_secret_sha256,json=oauth2ClientSecretSha256,proto3,oneof" json:"oauth2_client_secret_sha256,omitempty"`
	// contains filtered or unexported fields
}

Identity-Aware Proxy

func (*BackendServiceIAP) Descriptor

func (*BackendServiceIAP) Descriptor() ([]byte, []int)

Deprecated: Use BackendServiceIAP.ProtoReflect.Descriptor instead.

func (*BackendServiceIAP) GetEnabled

func (x *BackendServiceIAP) GetEnabled() bool

func (*BackendServiceIAP) GetOauth2ClientId

func (x *BackendServiceIAP) GetOauth2ClientId() string

func (*BackendServiceIAP) GetOauth2ClientSecret

func (x *BackendServiceIAP) GetOauth2ClientSecret() string

func (*BackendServiceIAP) GetOauth2ClientSecretSha256

func (x *BackendServiceIAP) GetOauth2ClientSecretSha256() string

func (*BackendServiceIAP) ProtoMessage

func (*BackendServiceIAP) ProtoMessage()

func (*BackendServiceIAP) ProtoReflect

func (x *BackendServiceIAP) ProtoReflect() protoreflect.Message

func (*BackendServiceIAP) Reset

func (x *BackendServiceIAP) Reset()

func (*BackendServiceIAP) String

func (x *BackendServiceIAP) String() string

type BackendServiceList

type BackendServiceList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of BackendService resources.
	Items []*BackendService `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] Type of resource. Always compute#backendServiceList for lists of backend services.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

Contains a list of BackendService resources.

func (*BackendServiceList) Descriptor

func (*BackendServiceList) Descriptor() ([]byte, []int)

Deprecated: Use BackendServiceList.ProtoReflect.Descriptor instead.

func (*BackendServiceList) GetId

func (x *BackendServiceList) GetId() string

func (*BackendServiceList) GetItems

func (x *BackendServiceList) GetItems() []*BackendService

func (*BackendServiceList) GetKind

func (x *BackendServiceList) GetKind() string

func (*BackendServiceList) GetNextPageToken

func (x *BackendServiceList) GetNextPageToken() string
func (x *BackendServiceList) GetSelfLink() string

func (*BackendServiceList) GetWarning

func (x *BackendServiceList) GetWarning() *Warning

func (*BackendServiceList) ProtoMessage

func (*BackendServiceList) ProtoMessage()

func (*BackendServiceList) ProtoReflect

func (x *BackendServiceList) ProtoReflect() protoreflect.Message

func (*BackendServiceList) Reset

func (x *BackendServiceList) Reset()

func (*BackendServiceList) String

func (x *BackendServiceList) String() string

type BackendServiceLocalityLoadBalancingPolicyConfig

type BackendServiceLocalityLoadBalancingPolicyConfig struct {
	CustomPolicy *BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy `protobuf:"bytes,4818368,opt,name=custom_policy,json=customPolicy,proto3,oneof" json:"custom_policy,omitempty"`
	Policy       *BackendServiceLocalityLoadBalancingPolicyConfigPolicy       `protobuf:"bytes,91071794,opt,name=policy,proto3,oneof" json:"policy,omitempty"`
	// contains filtered or unexported fields
}

Container for either a built-in LB policy supported by gRPC or Envoy or a custom one implemented by the end user.

func (*BackendServiceLocalityLoadBalancingPolicyConfig) Descriptor

Deprecated: Use BackendServiceLocalityLoadBalancingPolicyConfig.ProtoReflect.Descriptor instead.

func (*BackendServiceLocalityLoadBalancingPolicyConfig) GetCustomPolicy

func (*BackendServiceLocalityLoadBalancingPolicyConfig) GetPolicy

func (*BackendServiceLocalityLoadBalancingPolicyConfig) ProtoMessage

func (*BackendServiceLocalityLoadBalancingPolicyConfig) ProtoReflect

func (*BackendServiceLocalityLoadBalancingPolicyConfig) Reset

func (*BackendServiceLocalityLoadBalancingPolicyConfig) String

type BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy

type BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy struct {

	// An optional, arbitrary JSON object with configuration data, understood by a locally installed custom policy implementation.
	Data *string `protobuf:"bytes,3076010,opt,name=data,proto3,oneof" json:"data,omitempty"`
	// Identifies the custom policy. The value should match the name of a custom implementation registered on the gRPC clients. It should follow protocol buffer message naming conventions and include the full path (for example, myorg.CustomLbPolicy). The maximum length is 256 characters. Do not specify the same custom policy more than once for a backend. If you do, the configuration is rejected. For an example of how to use this field, see Use a custom policy.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// contains filtered or unexported fields
}

The configuration for a custom policy implemented by the user and deployed with the client.

func (*BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy) Descriptor

Deprecated: Use BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy.ProtoReflect.Descriptor instead.

func (*BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy) GetData

func (*BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy) GetName

func (*BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy) ProtoMessage

func (*BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy) ProtoReflect

func (*BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy) Reset

func (*BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy) String

type BackendServiceLocalityLoadBalancingPolicyConfigPolicy

type BackendServiceLocalityLoadBalancingPolicyConfigPolicy struct {

	// The name of a locality load-balancing policy. Valid values include ROUND_ROBIN and, for Java clients, LEAST_REQUEST. For information about these values, see the description of localityLbPolicy. Do not specify the same policy more than once for a backend. If you do, the configuration is rejected.
	// Check the Name enum for the list of possible values.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// contains filtered or unexported fields
}

The configuration for a built-in load balancing policy.

func (*BackendServiceLocalityLoadBalancingPolicyConfigPolicy) Descriptor

Deprecated: Use BackendServiceLocalityLoadBalancingPolicyConfigPolicy.ProtoReflect.Descriptor instead.

func (*BackendServiceLocalityLoadBalancingPolicyConfigPolicy) GetName

func (*BackendServiceLocalityLoadBalancingPolicyConfigPolicy) ProtoMessage

func (*BackendServiceLocalityLoadBalancingPolicyConfigPolicy) ProtoReflect

func (*BackendServiceLocalityLoadBalancingPolicyConfigPolicy) Reset

func (*BackendServiceLocalityLoadBalancingPolicyConfigPolicy) String

type BackendServiceLocalityLoadBalancingPolicyConfigPolicy_Name

type BackendServiceLocalityLoadBalancingPolicyConfigPolicy_Name int32

The name of a locality load-balancing policy. Valid values include ROUND_ROBIN and, for Java clients, LEAST_REQUEST. For information about these values, see the description of localityLbPolicy. Do not specify the same policy more than once for a backend. If you do, the configuration is rejected.

const (
	// A value indicating that the enum field is not set.
	BackendServiceLocalityLoadBalancingPolicyConfigPolicy_UNDEFINED_NAME    BackendServiceLocalityLoadBalancingPolicyConfigPolicy_Name = 0
	BackendServiceLocalityLoadBalancingPolicyConfigPolicy_INVALID_LB_POLICY BackendServiceLocalityLoadBalancingPolicyConfigPolicy_Name = 323318707
	// An O(1) algorithm which selects two random healthy hosts and picks the host which has fewer active requests.
	BackendServiceLocalityLoadBalancingPolicyConfigPolicy_LEAST_REQUEST BackendServiceLocalityLoadBalancingPolicyConfigPolicy_Name = 46604921
	// This algorithm implements consistent hashing to backends. Maglev can be used as a drop in replacement for the ring hash load balancer. Maglev is not as stable as ring hash but has faster table lookup build times and host selection times. For more information about Maglev, see https://ai.google/research/pubs/pub44824
	BackendServiceLocalityLoadBalancingPolicyConfigPolicy_MAGLEV BackendServiceLocalityLoadBalancingPolicyConfigPolicy_Name = 119180266
	// Backend host is selected based on the client connection metadata, i.e., connections are opened to the same address as the destination address of the incoming connection before the connection was redirected to the load balancer.
	BackendServiceLocalityLoadBalancingPolicyConfigPolicy_ORIGINAL_DESTINATION BackendServiceLocalityLoadBalancingPolicyConfigPolicy_Name = 166297216
	// The load balancer selects a random healthy host.
	BackendServiceLocalityLoadBalancingPolicyConfigPolicy_RANDOM BackendServiceLocalityLoadBalancingPolicyConfigPolicy_Name = 262527171
	// The ring/modulo hash load balancer implements consistent hashing to backends. The algorithm has the property that the addition/removal of a host from a set of N hosts only affects 1/N of the requests.
	BackendServiceLocalityLoadBalancingPolicyConfigPolicy_RING_HASH BackendServiceLocalityLoadBalancingPolicyConfigPolicy_Name = 432795069
	// This is a simple policy in which each healthy backend is selected in round robin order. This is the default.
	BackendServiceLocalityLoadBalancingPolicyConfigPolicy_ROUND_ROBIN BackendServiceLocalityLoadBalancingPolicyConfigPolicy_Name = 153895801
	// Per-instance weighted Load Balancing via health check reported weights. If set, the Backend Service must configure a non legacy HTTP-based Health Check, and health check replies are expected to contain non-standard HTTP response header field X-Load-Balancing-Endpoint-Weight to specify the per-instance weights. If set, Load Balancing is weighted based on the per-instance weights reported in the last processed health check replies, as long as every instance either reported a valid weight or had UNAVAILABLE_WEIGHT. Otherwise, Load Balancing remains equal-weight. This option is only supported in Network Load Balancing.
	BackendServiceLocalityLoadBalancingPolicyConfigPolicy_WEIGHTED_MAGLEV BackendServiceLocalityLoadBalancingPolicyConfigPolicy_Name = 254930962
)

func (BackendServiceLocalityLoadBalancingPolicyConfigPolicy_Name) Descriptor

func (BackendServiceLocalityLoadBalancingPolicyConfigPolicy_Name) Enum

func (BackendServiceLocalityLoadBalancingPolicyConfigPolicy_Name) EnumDescriptor

Deprecated: Use BackendServiceLocalityLoadBalancingPolicyConfigPolicy_Name.Descriptor instead.

func (BackendServiceLocalityLoadBalancingPolicyConfigPolicy_Name) Number

func (BackendServiceLocalityLoadBalancingPolicyConfigPolicy_Name) String

func (BackendServiceLocalityLoadBalancingPolicyConfigPolicy_Name) Type

type BackendServiceLogConfig

type BackendServiceLogConfig struct {

	// Denotes whether to enable logging for the load balancer traffic served by this backend service. The default value is false.
	Enable *bool `protobuf:"varint,311764355,opt,name=enable,proto3,oneof" json:"enable,omitempty"`
	// This field can only be specified if logging is enabled for this backend service and "logConfig.optionalMode" was set to CUSTOM. Contains a list of optional fields you want to include in the logs. For example: serverInstance, serverGkeDetails.cluster, serverGkeDetails.pod.podNamespace
	OptionalFields []string `protobuf:"bytes,528589944,rep,name=optional_fields,json=optionalFields,proto3" json:"optional_fields,omitempty"`
	// This field can only be specified if logging is enabled for this backend service. Configures whether all, none or a subset of optional fields should be added to the reported logs. One of [INCLUDE_ALL_OPTIONAL, EXCLUDE_ALL_OPTIONAL, CUSTOM]. Default is EXCLUDE_ALL_OPTIONAL.
	// Check the OptionalMode enum for the list of possible values.
	OptionalMode *string `protobuf:"bytes,128697122,opt,name=optional_mode,json=optionalMode,proto3,oneof" json:"optional_mode,omitempty"`
	// This field can only be specified if logging is enabled for this backend service. The value of the field must be in [0, 1]. This configures the sampling rate of requests to the load balancer where 1.0 means all logged requests are reported and 0.0 means no logged requests are reported. The default value is 1.0.
	SampleRate *float32 `protobuf:"fixed32,153193045,opt,name=sample_rate,json=sampleRate,proto3,oneof" json:"sample_rate,omitempty"`
	// contains filtered or unexported fields
}

The available logging options for the load balancer traffic served by this backend service.

func (*BackendServiceLogConfig) Descriptor

func (*BackendServiceLogConfig) Descriptor() ([]byte, []int)

Deprecated: Use BackendServiceLogConfig.ProtoReflect.Descriptor instead.

func (*BackendServiceLogConfig) GetEnable

func (x *BackendServiceLogConfig) GetEnable() bool

func (*BackendServiceLogConfig) GetOptionalFields

func (x *BackendServiceLogConfig) GetOptionalFields() []string

func (*BackendServiceLogConfig) GetOptionalMode

func (x *BackendServiceLogConfig) GetOptionalMode() string

func (*BackendServiceLogConfig) GetSampleRate

func (x *BackendServiceLogConfig) GetSampleRate() float32

func (*BackendServiceLogConfig) ProtoMessage

func (*BackendServiceLogConfig) ProtoMessage()

func (*BackendServiceLogConfig) ProtoReflect

func (x *BackendServiceLogConfig) ProtoReflect() protoreflect.Message

func (*BackendServiceLogConfig) Reset

func (x *BackendServiceLogConfig) Reset()

func (*BackendServiceLogConfig) String

func (x *BackendServiceLogConfig) String() string

type BackendServiceLogConfig_OptionalMode

type BackendServiceLogConfig_OptionalMode int32

This field can only be specified if logging is enabled for this backend service. Configures whether all, none or a subset of optional fields should be added to the reported logs. One of [INCLUDE_ALL_OPTIONAL, EXCLUDE_ALL_OPTIONAL, CUSTOM]. Default is EXCLUDE_ALL_OPTIONAL.

const (
	// A value indicating that the enum field is not set.
	BackendServiceLogConfig_UNDEFINED_OPTIONAL_MODE BackendServiceLogConfig_OptionalMode = 0
	// A subset of optional fields.
	BackendServiceLogConfig_CUSTOM BackendServiceLogConfig_OptionalMode = 388595569
	// None optional fields.
	BackendServiceLogConfig_EXCLUDE_ALL_OPTIONAL BackendServiceLogConfig_OptionalMode = 168636099
	// All optional fields.
	BackendServiceLogConfig_INCLUDE_ALL_OPTIONAL BackendServiceLogConfig_OptionalMode = 535606965
)

func (BackendServiceLogConfig_OptionalMode) Descriptor

func (BackendServiceLogConfig_OptionalMode) Enum

func (BackendServiceLogConfig_OptionalMode) EnumDescriptor

func (BackendServiceLogConfig_OptionalMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use BackendServiceLogConfig_OptionalMode.Descriptor instead.

func (BackendServiceLogConfig_OptionalMode) Number

func (BackendServiceLogConfig_OptionalMode) String

func (BackendServiceLogConfig_OptionalMode) Type

type BackendServiceReference

type BackendServiceReference struct {
	BackendService *string `protobuf:"bytes,306946058,opt,name=backend_service,json=backendService,proto3,oneof" json:"backend_service,omitempty"`
	// contains filtered or unexported fields
}

func (*BackendServiceReference) Descriptor

func (*BackendServiceReference) Descriptor() ([]byte, []int)

Deprecated: Use BackendServiceReference.ProtoReflect.Descriptor instead.

func (*BackendServiceReference) GetBackendService

func (x *BackendServiceReference) GetBackendService() string

func (*BackendServiceReference) ProtoMessage

func (*BackendServiceReference) ProtoMessage()

func (*BackendServiceReference) ProtoReflect

func (x *BackendServiceReference) ProtoReflect() protoreflect.Message

func (*BackendServiceReference) Reset

func (x *BackendServiceReference) Reset()

func (*BackendServiceReference) String

func (x *BackendServiceReference) String() string

type BackendService_CompressionMode

type BackendService_CompressionMode int32

Compress text responses using Brotli or gzip compression, based on the client's Accept-Encoding header.

const (
	// A value indicating that the enum field is not set.
	BackendService_UNDEFINED_COMPRESSION_MODE BackendService_CompressionMode = 0
	// Automatically uses the best compression based on the Accept-Encoding header sent by the client.
	BackendService_AUTOMATIC BackendService_CompressionMode = 165298699
	// Disables compression. Existing compressed responses cached by Cloud CDN will not be served to clients.
	BackendService_DISABLED BackendService_CompressionMode = 516696700
)

func (BackendService_CompressionMode) Descriptor

func (BackendService_CompressionMode) Enum

func (BackendService_CompressionMode) EnumDescriptor

func (BackendService_CompressionMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use BackendService_CompressionMode.Descriptor instead.

func (BackendService_CompressionMode) Number

func (BackendService_CompressionMode) String

func (BackendService_CompressionMode) Type

type BackendService_LoadBalancingScheme

type BackendService_LoadBalancingScheme int32

Specifies the load balancer type. A backend service created for one type of load balancer cannot be used with another. For more information, refer to Choosing a load balancer.

const (
	// A value indicating that the enum field is not set.
	BackendService_UNDEFINED_LOAD_BALANCING_SCHEME BackendService_LoadBalancingScheme = 0
	// Signifies that this will be used for external HTTP(S), SSL Proxy, TCP Proxy, or Network Load Balancing
	BackendService_EXTERNAL BackendService_LoadBalancingScheme = 35607499
	// Signifies that this will be used for External Managed HTTP(S) Load Balancing.
	BackendService_EXTERNAL_MANAGED BackendService_LoadBalancingScheme = 512006923
	// Signifies that this will be used for Internal TCP/UDP Load Balancing.
	BackendService_INTERNAL BackendService_LoadBalancingScheme = 279295677
	// Signifies that this will be used for Internal HTTP(S) Load Balancing.
	BackendService_INTERNAL_MANAGED BackendService_LoadBalancingScheme = 37350397
	// Signifies that this will be used by Traffic Director.
	BackendService_INTERNAL_SELF_MANAGED         BackendService_LoadBalancingScheme = 236211150
	BackendService_INVALID_LOAD_BALANCING_SCHEME BackendService_LoadBalancingScheme = 275352060
)

func (BackendService_LoadBalancingScheme) Descriptor

func (BackendService_LoadBalancingScheme) Enum

func (BackendService_LoadBalancingScheme) EnumDescriptor

func (BackendService_LoadBalancingScheme) EnumDescriptor() ([]byte, []int)

Deprecated: Use BackendService_LoadBalancingScheme.Descriptor instead.

func (BackendService_LoadBalancingScheme) Number

func (BackendService_LoadBalancingScheme) String

func (BackendService_LoadBalancingScheme) Type

type BackendService_LocalityLbPolicy

type BackendService_LocalityLbPolicy int32

The load balancing algorithm used within the scope of the locality. The possible values are: - ROUND_ROBIN: This is a simple policy in which each healthy backend is selected in round robin order. This is the default. - LEAST_REQUEST: An O(1) algorithm which selects two random healthy hosts and picks the host which has fewer active requests. - RING_HASH: The ring/modulo hash load balancer implements consistent hashing to backends. The algorithm has the property that the addition/removal of a host from a set of N hosts only affects 1/N of the requests. - RANDOM: The load balancer selects a random healthy host. - ORIGINAL_DESTINATION: Backend host is selected based on the client connection metadata, i.e., connections are opened to the same address as the destination address of the incoming connection before the connection was redirected to the load balancer. - MAGLEV: used as a drop in replacement for the ring hash load balancer. Maglev is not as stable as ring hash but has faster table lookup build times and host selection times. For more information about Maglev, see https://ai.google/research/pubs/pub44824 This field is applicable to either: - A regional backend service with the service_protocol set to HTTP, HTTPS, or HTTP2, and load_balancing_scheme set to INTERNAL_MANAGED. - A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED. If sessionAffinity is not NONE, and this field is not set to MAGLEV or RING_HASH, session affinity settings will not take effect. Only ROUND_ROBIN and RING_HASH are supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.

const (
	// A value indicating that the enum field is not set.
	BackendService_UNDEFINED_LOCALITY_LB_POLICY BackendService_LocalityLbPolicy = 0
	BackendService_INVALID_LB_POLICY            BackendService_LocalityLbPolicy = 323318707
	// An O(1) algorithm which selects two random healthy hosts and picks the host which has fewer active requests.
	BackendService_LEAST_REQUEST BackendService_LocalityLbPolicy = 46604921
	// This algorithm implements consistent hashing to backends. Maglev can be used as a drop in replacement for the ring hash load balancer. Maglev is not as stable as ring hash but has faster table lookup build times and host selection times. For more information about Maglev, see https://ai.google/research/pubs/pub44824
	BackendService_MAGLEV BackendService_LocalityLbPolicy = 119180266
	// Backend host is selected based on the client connection metadata, i.e., connections are opened to the same address as the destination address of the incoming connection before the connection was redirected to the load balancer.
	BackendService_ORIGINAL_DESTINATION BackendService_LocalityLbPolicy = 166297216
	// The load balancer selects a random healthy host.
	BackendService_RANDOM BackendService_LocalityLbPolicy = 262527171
	// The ring/modulo hash load balancer implements consistent hashing to backends. The algorithm has the property that the addition/removal of a host from a set of N hosts only affects 1/N of the requests.
	BackendService_RING_HASH BackendService_LocalityLbPolicy = 432795069
	// This is a simple policy in which each healthy backend is selected in round robin order. This is the default.
	BackendService_ROUND_ROBIN BackendService_LocalityLbPolicy = 153895801
	// Per-instance weighted Load Balancing via health check reported weights. If set, the Backend Service must configure a non legacy HTTP-based Health Check, and health check replies are expected to contain non-standard HTTP response header field X-Load-Balancing-Endpoint-Weight to specify the per-instance weights. If set, Load Balancing is weighted based on the per-instance weights reported in the last processed health check replies, as long as every instance either reported a valid weight or had UNAVAILABLE_WEIGHT. Otherwise, Load Balancing remains equal-weight. This option is only supported in Network Load Balancing.
	BackendService_WEIGHTED_MAGLEV BackendService_LocalityLbPolicy = 254930962
)

func (BackendService_LocalityLbPolicy) Descriptor

func (BackendService_LocalityLbPolicy) Enum

func (BackendService_LocalityLbPolicy) EnumDescriptor

func (BackendService_LocalityLbPolicy) EnumDescriptor() ([]byte, []int)

Deprecated: Use BackendService_LocalityLbPolicy.Descriptor instead.

func (BackendService_LocalityLbPolicy) Number

func (BackendService_LocalityLbPolicy) String

func (BackendService_LocalityLbPolicy) Type

type BackendService_Protocol

type BackendService_Protocol int32

The protocol this BackendService uses to communicate with backends. Possible values are HTTP, HTTPS, HTTP2, TCP, SSL, UDP or GRPC. depending on the chosen load balancer or Traffic Director configuration. Refer to the documentation for the load balancers or for Traffic Director for more information. Must be set to GRPC when the backend service is referenced by a URL map that is bound to target gRPC proxy.

const (
	// A value indicating that the enum field is not set.
	BackendService_UNDEFINED_PROTOCOL BackendService_Protocol = 0
	// gRPC (available for Traffic Director).
	BackendService_GRPC BackendService_Protocol = 2196510
	BackendService_HTTP BackendService_Protocol = 2228360
	// HTTP/2 with SSL.
	BackendService_HTTP2 BackendService_Protocol = 69079210
	BackendService_HTTPS BackendService_Protocol = 69079243
	// TCP proxying with SSL.
	BackendService_SSL BackendService_Protocol = 82412
	// TCP proxying or TCP pass-through.
	BackendService_TCP BackendService_Protocol = 82881
	// UDP.
	BackendService_UDP BackendService_Protocol = 83873
	// If a Backend Service has UNSPECIFIED as its protocol, it can be used with any L3/L4 Forwarding Rules.
	BackendService_UNSPECIFIED BackendService_Protocol = 526786327
)

func (BackendService_Protocol) Descriptor

func (BackendService_Protocol) Enum

func (BackendService_Protocol) EnumDescriptor

func (BackendService_Protocol) EnumDescriptor() ([]byte, []int)

Deprecated: Use BackendService_Protocol.Descriptor instead.

func (BackendService_Protocol) Number

func (BackendService_Protocol) String

func (x BackendService_Protocol) String() string

func (BackendService_Protocol) Type

type BackendService_SessionAffinity

type BackendService_SessionAffinity int32

Type of session affinity to use. The default is NONE. Only NONE and HEADER_FIELD are supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true. For more details, see: [Session Affinity](https://cloud.google.com/load-balancing/docs/backend-service#session_affinity).

const (
	// A value indicating that the enum field is not set.
	BackendService_UNDEFINED_SESSION_AFFINITY BackendService_SessionAffinity = 0
	// 2-tuple hash on packet's source and destination IP addresses. Connections from the same source IP address to the same destination IP address will be served by the same backend VM while that VM remains healthy.
	BackendService_CLIENT_IP BackendService_SessionAffinity = 345665051
	// 1-tuple hash only on packet's source IP address. Connections from the same source IP address will be served by the same backend VM while that VM remains healthy. This option can only be used for Internal TCP/UDP Load Balancing.
	BackendService_CLIENT_IP_NO_DESTINATION BackendService_SessionAffinity = 106122516
	// 5-tuple hash on packet's source and destination IP addresses, IP protocol, and source and destination ports. Connections for the same IP protocol from the same source IP address and port to the same destination IP address and port will be served by the same backend VM while that VM remains healthy. This option cannot be used for HTTP(S) load balancing.
	BackendService_CLIENT_IP_PORT_PROTO BackendService_SessionAffinity = 221722926
	// 3-tuple hash on packet's source and destination IP addresses, and IP protocol. Connections for the same IP protocol from the same source IP address to the same destination IP address will be served by the same backend VM while that VM remains healthy. This option cannot be used for HTTP(S) load balancing.
	BackendService_CLIENT_IP_PROTO BackendService_SessionAffinity = 25322148
	// Hash based on a cookie generated by the L7 loadbalancer. Only valid for HTTP(S) load balancing.
	BackendService_GENERATED_COOKIE BackendService_SessionAffinity = 370321204
	// The hash is based on a user specified header field.
	BackendService_HEADER_FIELD BackendService_SessionAffinity = 200737960
	// The hash is based on a user provided cookie.
	BackendService_HTTP_COOKIE BackendService_SessionAffinity = 494981627
	// No session affinity. Connections from the same client IP may go to any instance in the pool.
	BackendService_NONE BackendService_SessionAffinity = 2402104
)

func (BackendService_SessionAffinity) Descriptor

func (BackendService_SessionAffinity) Enum

func (BackendService_SessionAffinity) EnumDescriptor

func (BackendService_SessionAffinity) EnumDescriptor() ([]byte, []int)

Deprecated: Use BackendService_SessionAffinity.Descriptor instead.

func (BackendService_SessionAffinity) Number

func (BackendService_SessionAffinity) String

func (BackendService_SessionAffinity) Type

type BackendServicesClient

type BackendServicesClient interface {
	// Adds a key for validating requests with signed URLs for this backend service.
	AddSignedUrlKey(ctx context.Context, in *AddSignedUrlKeyBackendServiceRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves the list of all BackendService resources, regional and global, available to the specified project.
	AggregatedList(ctx context.Context, in *AggregatedListBackendServicesRequest, opts ...grpc.CallOption) (*BackendServiceAggregatedList, error)
	// Deletes the specified BackendService resource.
	Delete(ctx context.Context, in *DeleteBackendServiceRequest, opts ...grpc.CallOption) (*Operation, error)
	// Deletes a key for validating requests with signed URLs for this backend service.
	DeleteSignedUrlKey(ctx context.Context, in *DeleteSignedUrlKeyBackendServiceRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified BackendService resource.
	Get(ctx context.Context, in *GetBackendServiceRequest, opts ...grpc.CallOption) (*BackendService, error)
	// Gets the most recent health check results for this BackendService. Example request body: { "group": "/zones/us-east1-b/instanceGroups/lb-backend-example" }
	GetHealth(ctx context.Context, in *GetHealthBackendServiceRequest, opts ...grpc.CallOption) (*BackendServiceGroupHealth, error)
	// Gets the access control policy for a resource. May be empty if no such policy or resource exists.
	GetIamPolicy(ctx context.Context, in *GetIamPolicyBackendServiceRequest, opts ...grpc.CallOption) (*Policy, error)
	// Creates a BackendService resource in the specified project using the data included in the request. For more information, see Backend services overview .
	Insert(ctx context.Context, in *InsertBackendServiceRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves the list of BackendService resources available to the specified project.
	List(ctx context.Context, in *ListBackendServicesRequest, opts ...grpc.CallOption) (*BackendServiceList, error)
	// Patches the specified BackendService resource with the data included in the request. For more information, see Backend services overview. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
	Patch(ctx context.Context, in *PatchBackendServiceRequest, opts ...grpc.CallOption) (*Operation, error)
	// Sets the edge security policy for the specified backend service.
	SetEdgeSecurityPolicy(ctx context.Context, in *SetEdgeSecurityPolicyBackendServiceRequest, opts ...grpc.CallOption) (*Operation, error)
	// Sets the access control policy on the specified resource. Replaces any existing policy.
	SetIamPolicy(ctx context.Context, in *SetIamPolicyBackendServiceRequest, opts ...grpc.CallOption) (*Policy, error)
	// Sets the Google Cloud Armor security policy for the specified backend service. For more information, see Google Cloud Armor Overview
	SetSecurityPolicy(ctx context.Context, in *SetSecurityPolicyBackendServiceRequest, opts ...grpc.CallOption) (*Operation, error)
	// Updates the specified BackendService resource with the data included in the request. For more information, see Backend services overview.
	Update(ctx context.Context, in *UpdateBackendServiceRequest, opts ...grpc.CallOption) (*Operation, error)
}

BackendServicesClient is the client API for BackendServices service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewBackendServicesClient

func NewBackendServicesClient(cc grpc.ClientConnInterface) BackendServicesClient

type BackendServicesScopedList

type BackendServicesScopedList struct {

	// A list of BackendServices contained in this scope.
	BackendServices []*BackendService `protobuf:"bytes,388522409,rep,name=backend_services,json=backendServices,proto3" json:"backend_services,omitempty"`
	// Informational warning which replaces the list of backend services when the list is empty.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*BackendServicesScopedList) Descriptor

func (*BackendServicesScopedList) Descriptor() ([]byte, []int)

Deprecated: Use BackendServicesScopedList.ProtoReflect.Descriptor instead.

func (*BackendServicesScopedList) GetBackendServices

func (x *BackendServicesScopedList) GetBackendServices() []*BackendService

func (*BackendServicesScopedList) GetWarning

func (x *BackendServicesScopedList) GetWarning() *Warning

func (*BackendServicesScopedList) ProtoMessage

func (*BackendServicesScopedList) ProtoMessage()

func (*BackendServicesScopedList) ProtoReflect

func (*BackendServicesScopedList) Reset

func (x *BackendServicesScopedList) Reset()

func (*BackendServicesScopedList) String

func (x *BackendServicesScopedList) String() string

type BackendServicesServer

type BackendServicesServer interface {
	// Adds a key for validating requests with signed URLs for this backend service.
	AddSignedUrlKey(context.Context, *AddSignedUrlKeyBackendServiceRequest) (*Operation, error)
	// Retrieves the list of all BackendService resources, regional and global, available to the specified project.
	AggregatedList(context.Context, *AggregatedListBackendServicesRequest) (*BackendServiceAggregatedList, error)
	// Deletes the specified BackendService resource.
	Delete(context.Context, *DeleteBackendServiceRequest) (*Operation, error)
	// Deletes a key for validating requests with signed URLs for this backend service.
	DeleteSignedUrlKey(context.Context, *DeleteSignedUrlKeyBackendServiceRequest) (*Operation, error)
	// Returns the specified BackendService resource.
	Get(context.Context, *GetBackendServiceRequest) (*BackendService, error)
	// Gets the most recent health check results for this BackendService. Example request body: { "group": "/zones/us-east1-b/instanceGroups/lb-backend-example" }
	GetHealth(context.Context, *GetHealthBackendServiceRequest) (*BackendServiceGroupHealth, error)
	// Gets the access control policy for a resource. May be empty if no such policy or resource exists.
	GetIamPolicy(context.Context, *GetIamPolicyBackendServiceRequest) (*Policy, error)
	// Creates a BackendService resource in the specified project using the data included in the request. For more information, see Backend services overview .
	Insert(context.Context, *InsertBackendServiceRequest) (*Operation, error)
	// Retrieves the list of BackendService resources available to the specified project.
	List(context.Context, *ListBackendServicesRequest) (*BackendServiceList, error)
	// Patches the specified BackendService resource with the data included in the request. For more information, see Backend services overview. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
	Patch(context.Context, *PatchBackendServiceRequest) (*Operation, error)
	// Sets the edge security policy for the specified backend service.
	SetEdgeSecurityPolicy(context.Context, *SetEdgeSecurityPolicyBackendServiceRequest) (*Operation, error)
	// Sets the access control policy on the specified resource. Replaces any existing policy.
	SetIamPolicy(context.Context, *SetIamPolicyBackendServiceRequest) (*Policy, error)
	// Sets the Google Cloud Armor security policy for the specified backend service. For more information, see Google Cloud Armor Overview
	SetSecurityPolicy(context.Context, *SetSecurityPolicyBackendServiceRequest) (*Operation, error)
	// Updates the specified BackendService resource with the data included in the request. For more information, see Backend services overview.
	Update(context.Context, *UpdateBackendServiceRequest) (*Operation, error)
}

BackendServicesServer is the server API for BackendServices service.

type Backend_BalancingMode

type Backend_BalancingMode int32

Specifies how to determine whether the backend of a load balancer can handle additional traffic or is fully loaded. For usage guidelines, see Connection balancing mode. Backends must use compatible balancing modes. For more information, see Supported balancing modes and target capacity settings and Restrictions and guidance for instance groups. Note: Currently, if you use the API to configure incompatible balancing modes, the configuration might be accepted even though it has no impact and is ignored. Specifically, Backend.maxUtilization is ignored when Backend.balancingMode is RATE. In the future, this incompatible combination will be rejected.

const (
	// A value indicating that the enum field is not set.
	Backend_UNDEFINED_BALANCING_MODE Backend_BalancingMode = 0
	// Balance based on the number of simultaneous connections.
	Backend_CONNECTION Backend_BalancingMode = 246311646
	// Balance based on requests per second (RPS).
	Backend_RATE Backend_BalancingMode = 2508000
	// Balance based on the backend utilization.
	Backend_UTILIZATION Backend_BalancingMode = 157008386
)

func (Backend_BalancingMode) Descriptor

func (Backend_BalancingMode) Enum

func (Backend_BalancingMode) EnumDescriptor

func (Backend_BalancingMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use Backend_BalancingMode.Descriptor instead.

func (Backend_BalancingMode) Number

func (Backend_BalancingMode) String

func (x Backend_BalancingMode) String() string

func (Backend_BalancingMode) Type

type BfdPacket

type BfdPacket struct {

	// The Authentication Present bit of the BFD packet. This is specified in section 4.1 of RFC5880
	AuthenticationPresent *bool `protobuf:"varint,105974260,opt,name=authentication_present,json=authenticationPresent,proto3,oneof" json:"authentication_present,omitempty"`
	// The Control Plane Independent bit of the BFD packet. This is specified in section 4.1 of RFC5880
	ControlPlaneIndependent *bool `protobuf:"varint,62363573,opt,name=control_plane_independent,json=controlPlaneIndependent,proto3,oneof" json:"control_plane_independent,omitempty"`
	// The demand bit of the BFD packet. This is specified in section 4.1 of RFC5880
	Demand *bool `protobuf:"varint,275180107,opt,name=demand,proto3,oneof" json:"demand,omitempty"`
	// The diagnostic code specifies the local system's reason for the last change in session state. This allows remote systems to determine the reason that the previous session failed, for example. These diagnostic codes are specified in section 4.1 of RFC5880
	// Check the Diagnostic enum for the list of possible values.
	Diagnostic *string `protobuf:"bytes,62708647,opt,name=diagnostic,proto3,oneof" json:"diagnostic,omitempty"`
	// The Final bit of the BFD packet. This is specified in section 4.1 of RFC5880
	Final *bool `protobuf:"varint,97436022,opt,name=final,proto3,oneof" json:"final,omitempty"`
	// The length of the BFD Control packet in bytes. This is specified in section 4.1 of RFC5880
	Length *uint32 `protobuf:"varint,504249062,opt,name=length,proto3,oneof" json:"length,omitempty"`
	// The Required Min Echo RX Interval value in the BFD packet. This is specified in section 4.1 of RFC5880
	MinEchoRxIntervalMs *uint32 `protobuf:"varint,97286868,opt,name=min_echo_rx_interval_ms,json=minEchoRxIntervalMs,proto3,oneof" json:"min_echo_rx_interval_ms,omitempty"`
	// The Required Min RX Interval value in the BFD packet. This is specified in section 4.1 of RFC5880
	MinRxIntervalMs *uint32 `protobuf:"varint,463399028,opt,name=min_rx_interval_ms,json=minRxIntervalMs,proto3,oneof" json:"min_rx_interval_ms,omitempty"`
	// The Desired Min TX Interval value in the BFD packet. This is specified in section 4.1 of RFC5880
	MinTxIntervalMs *uint32 `protobuf:"varint,526023602,opt,name=min_tx_interval_ms,json=minTxIntervalMs,proto3,oneof" json:"min_tx_interval_ms,omitempty"`
	// The detection time multiplier of the BFD packet. This is specified in section 4.1 of RFC5880
	Multiplier *uint32 `protobuf:"varint,191331777,opt,name=multiplier,proto3,oneof" json:"multiplier,omitempty"`
	// The multipoint bit of the BFD packet. This is specified in section 4.1 of RFC5880
	Multipoint *bool `protobuf:"varint,191421431,opt,name=multipoint,proto3,oneof" json:"multipoint,omitempty"`
	// The My Discriminator value in the BFD packet. This is specified in section 4.1 of RFC5880
	MyDiscriminator *uint32 `protobuf:"varint,76663113,opt,name=my_discriminator,json=myDiscriminator,proto3,oneof" json:"my_discriminator,omitempty"`
	// The Poll bit of the BFD packet. This is specified in section 4.1 of RFC5880
	Poll *bool `protobuf:"varint,3446719,opt,name=poll,proto3,oneof" json:"poll,omitempty"`
	// The current BFD session state as seen by the transmitting system. These states are specified in section 4.1 of RFC5880
	// Check the State enum for the list of possible values.
	State *string `protobuf:"bytes,109757585,opt,name=state,proto3,oneof" json:"state,omitempty"`
	// The version number of the BFD protocol, as specified in section 4.1 of RFC5880.
	Version *uint32 `protobuf:"varint,351608024,opt,name=version,proto3,oneof" json:"version,omitempty"`
	// The Your Discriminator value in the BFD packet. This is specified in section 4.1 of RFC5880
	YourDiscriminator *uint32 `protobuf:"varint,515634064,opt,name=your_discriminator,json=yourDiscriminator,proto3,oneof" json:"your_discriminator,omitempty"`
	// contains filtered or unexported fields
}

func (*BfdPacket) Descriptor

func (*BfdPacket) Descriptor() ([]byte, []int)

Deprecated: Use BfdPacket.ProtoReflect.Descriptor instead.

func (*BfdPacket) GetAuthenticationPresent

func (x *BfdPacket) GetAuthenticationPresent() bool

func (*BfdPacket) GetControlPlaneIndependent

func (x *BfdPacket) GetControlPlaneIndependent() bool

func (*BfdPacket) GetDemand

func (x *BfdPacket) GetDemand() bool

func (*BfdPacket) GetDiagnostic

func (x *BfdPacket) GetDiagnostic() string

func (*BfdPacket) GetFinal

func (x *BfdPacket) GetFinal() bool

func (*BfdPacket) GetLength

func (x *BfdPacket) GetLength() uint32

func (*BfdPacket) GetMinEchoRxIntervalMs

func (x *BfdPacket) GetMinEchoRxIntervalMs() uint32

func (*BfdPacket) GetMinRxIntervalMs

func (x *BfdPacket) GetMinRxIntervalMs() uint32

func (*BfdPacket) GetMinTxIntervalMs

func (x *BfdPacket) GetMinTxIntervalMs() uint32

func (*BfdPacket) GetMultiplier

func (x *BfdPacket) GetMultiplier() uint32

func (*BfdPacket) GetMultipoint

func (x *BfdPacket) GetMultipoint() bool

func (*BfdPacket) GetMyDiscriminator

func (x *BfdPacket) GetMyDiscriminator() uint32

func (*BfdPacket) GetPoll

func (x *BfdPacket) GetPoll() bool

func (*BfdPacket) GetState

func (x *BfdPacket) GetState() string

func (*BfdPacket) GetVersion

func (x *BfdPacket) GetVersion() uint32

func (*BfdPacket) GetYourDiscriminator

func (x *BfdPacket) GetYourDiscriminator() uint32

func (*BfdPacket) ProtoMessage

func (*BfdPacket) ProtoMessage()

func (*BfdPacket) ProtoReflect

func (x *BfdPacket) ProtoReflect() protoreflect.Message

func (*BfdPacket) Reset

func (x *BfdPacket) Reset()

func (*BfdPacket) String

func (x *BfdPacket) String() string

type BfdPacket_Diagnostic

type BfdPacket_Diagnostic int32

The diagnostic code specifies the local system's reason for the last change in session state. This allows remote systems to determine the reason that the previous session failed, for example. These diagnostic codes are specified in section 4.1 of RFC5880

const (
	// A value indicating that the enum field is not set.
	BfdPacket_UNDEFINED_DIAGNOSTIC           BfdPacket_Diagnostic = 0
	BfdPacket_ADMINISTRATIVELY_DOWN          BfdPacket_Diagnostic = 121685798
	BfdPacket_CONCATENATED_PATH_DOWN         BfdPacket_Diagnostic = 26186892
	BfdPacket_CONTROL_DETECTION_TIME_EXPIRED BfdPacket_Diagnostic = 135478383
	BfdPacket_DIAGNOSTIC_UNSPECIFIED         BfdPacket_Diagnostic = 58720895
	BfdPacket_ECHO_FUNCTION_FAILED           BfdPacket_Diagnostic = 220687466
	BfdPacket_FORWARDING_PLANE_RESET         BfdPacket_Diagnostic = 19715882
	BfdPacket_NEIGHBOR_SIGNALED_SESSION_DOWN BfdPacket_Diagnostic = 374226742
	BfdPacket_NO_DIAGNOSTIC                  BfdPacket_Diagnostic = 222503141
	BfdPacket_PATH_DOWN                      BfdPacket_Diagnostic = 290605180
	BfdPacket_REVERSE_CONCATENATED_PATH_DOWN BfdPacket_Diagnostic = 479337129
)

func (BfdPacket_Diagnostic) Descriptor

func (BfdPacket_Diagnostic) Enum

func (BfdPacket_Diagnostic) EnumDescriptor

func (BfdPacket_Diagnostic) EnumDescriptor() ([]byte, []int)

Deprecated: Use BfdPacket_Diagnostic.Descriptor instead.

func (BfdPacket_Diagnostic) Number

func (BfdPacket_Diagnostic) String

func (x BfdPacket_Diagnostic) String() string

func (BfdPacket_Diagnostic) Type

type BfdPacket_State

type BfdPacket_State int32

The current BFD session state as seen by the transmitting system. These states are specified in section 4.1 of RFC5880

const (
	// A value indicating that the enum field is not set.
	BfdPacket_UNDEFINED_STATE   BfdPacket_State = 0
	BfdPacket_ADMIN_DOWN        BfdPacket_State = 128544690
	BfdPacket_DOWN              BfdPacket_State = 2104482
	BfdPacket_INIT              BfdPacket_State = 2252048
	BfdPacket_STATE_UNSPECIFIED BfdPacket_State = 470755401
	BfdPacket_UP                BfdPacket_State = 2715
)

func (BfdPacket_State) Descriptor

func (BfdPacket_State) Enum

func (x BfdPacket_State) Enum() *BfdPacket_State

func (BfdPacket_State) EnumDescriptor

func (BfdPacket_State) EnumDescriptor() ([]byte, []int)

Deprecated: Use BfdPacket_State.Descriptor instead.

func (BfdPacket_State) Number

func (BfdPacket_State) String

func (x BfdPacket_State) String() string

func (BfdPacket_State) Type

type BfdStatus

type BfdStatus struct {

	// The BFD session initialization mode for this BGP peer. If set to ACTIVE, the Cloud Router will initiate the BFD session for this BGP peer. If set to PASSIVE, the Cloud Router will wait for the peer router to initiate the BFD session for this BGP peer. If set to DISABLED, BFD is disabled for this BGP peer.
	// Check the BfdSessionInitializationMode enum for the list of possible values.
	BfdSessionInitializationMode *string `protobuf:"bytes,218156954,opt,name=bfd_session_initialization_mode,json=bfdSessionInitializationMode,proto3,oneof" json:"bfd_session_initialization_mode,omitempty"`
	// Unix timestamp of the most recent config update.
	ConfigUpdateTimestampMicros *int64 `protobuf:"varint,457195569,opt,name=config_update_timestamp_micros,json=configUpdateTimestampMicros,proto3,oneof" json:"config_update_timestamp_micros,omitempty"`
	// Control packet counts for the current BFD session.
	ControlPacketCounts *BfdStatusPacketCounts `protobuf:"bytes,132573561,opt,name=control_packet_counts,json=controlPacketCounts,proto3,oneof" json:"control_packet_counts,omitempty"`
	// Inter-packet time interval statistics for control packets.
	ControlPacketIntervals []*PacketIntervals `protobuf:"bytes,500806649,rep,name=control_packet_intervals,json=controlPacketIntervals,proto3" json:"control_packet_intervals,omitempty"`
	// The diagnostic code specifies the local system's reason for the last change in session state. This allows remote systems to determine the reason that the previous session failed, for example. These diagnostic codes are specified in section 4.1 of RFC5880
	// Check the LocalDiagnostic enum for the list of possible values.
	LocalDiagnostic *string `protobuf:"bytes,463737083,opt,name=local_diagnostic,json=localDiagnostic,proto3,oneof" json:"local_diagnostic,omitempty"`
	// The current BFD session state as seen by the transmitting system. These states are specified in section 4.1 of RFC5880
	// Check the LocalState enum for the list of possible values.
	LocalState *string `protobuf:"bytes,149195453,opt,name=local_state,json=localState,proto3,oneof" json:"local_state,omitempty"`
	// Negotiated transmit interval for control packets.
	NegotiatedLocalControlTxIntervalMs *uint32 `protobuf:"varint,21768340,opt,name=negotiated_local_control_tx_interval_ms,json=negotiatedLocalControlTxIntervalMs,proto3,oneof" json:"negotiated_local_control_tx_interval_ms,omitempty"`
	// The most recent Rx control packet for this BFD session.
	RxPacket *BfdPacket `protobuf:"bytes,505069729,opt,name=rx_packet,json=rxPacket,proto3,oneof" json:"rx_packet,omitempty"`
	// The most recent Tx control packet for this BFD session.
	TxPacket *BfdPacket `protobuf:"bytes,111386275,opt,name=tx_packet,json=txPacket,proto3,oneof" json:"tx_packet,omitempty"`
	// Session uptime in milliseconds. Value will be 0 if session is not up.
	UptimeMs *int64 `protobuf:"varint,125398365,opt,name=uptime_ms,json=uptimeMs,proto3,oneof" json:"uptime_ms,omitempty"`
	// contains filtered or unexported fields
}

Next free: 15

func (*BfdStatus) Descriptor

func (*BfdStatus) Descriptor() ([]byte, []int)

Deprecated: Use BfdStatus.ProtoReflect.Descriptor instead.

func (*BfdStatus) GetBfdSessionInitializationMode

func (x *BfdStatus) GetBfdSessionInitializationMode() string

func (*BfdStatus) GetConfigUpdateTimestampMicros

func (x *BfdStatus) GetConfigUpdateTimestampMicros() int64

func (*BfdStatus) GetControlPacketCounts

func (x *BfdStatus) GetControlPacketCounts() *BfdStatusPacketCounts

func (*BfdStatus) GetControlPacketIntervals

func (x *BfdStatus) GetControlPacketIntervals() []*PacketIntervals

func (*BfdStatus) GetLocalDiagnostic

func (x *BfdStatus) GetLocalDiagnostic() string

func (*BfdStatus) GetLocalState

func (x *BfdStatus) GetLocalState() string

func (*BfdStatus) GetNegotiatedLocalControlTxIntervalMs

func (x *BfdStatus) GetNegotiatedLocalControlTxIntervalMs() uint32

func (*BfdStatus) GetRxPacket

func (x *BfdStatus) GetRxPacket() *BfdPacket

func (*BfdStatus) GetTxPacket

func (x *BfdStatus) GetTxPacket() *BfdPacket

func (*BfdStatus) GetUptimeMs

func (x *BfdStatus) GetUptimeMs() int64

func (*BfdStatus) ProtoMessage

func (*BfdStatus) ProtoMessage()

func (*BfdStatus) ProtoReflect

func (x *BfdStatus) ProtoReflect() protoreflect.Message

func (*BfdStatus) Reset

func (x *BfdStatus) Reset()

func (*BfdStatus) String

func (x *BfdStatus) String() string

type BfdStatusPacketCounts

type BfdStatusPacketCounts struct {

	// Number of packets received since the beginning of the current BFD session.
	NumRx *uint32 `protobuf:"varint,39375263,opt,name=num_rx,json=numRx,proto3,oneof" json:"num_rx,omitempty"`
	// Number of packets received that were rejected because of errors since the beginning of the current BFD session.
	NumRxRejected *uint32 `protobuf:"varint,281007902,opt,name=num_rx_rejected,json=numRxRejected,proto3,oneof" json:"num_rx_rejected,omitempty"`
	// Number of packets received that were successfully processed since the beginning of the current BFD session.
	NumRxSuccessful *uint32 `protobuf:"varint,455361850,opt,name=num_rx_successful,json=numRxSuccessful,proto3,oneof" json:"num_rx_successful,omitempty"`
	// Number of packets transmitted since the beginning of the current BFD session.
	NumTx *uint32 `protobuf:"varint,39375325,opt,name=num_tx,json=numTx,proto3,oneof" json:"num_tx,omitempty"`
	// contains filtered or unexported fields
}

func (*BfdStatusPacketCounts) Descriptor

func (*BfdStatusPacketCounts) Descriptor() ([]byte, []int)

Deprecated: Use BfdStatusPacketCounts.ProtoReflect.Descriptor instead.

func (*BfdStatusPacketCounts) GetNumRx

func (x *BfdStatusPacketCounts) GetNumRx() uint32

func (*BfdStatusPacketCounts) GetNumRxRejected

func (x *BfdStatusPacketCounts) GetNumRxRejected() uint32

func (*BfdStatusPacketCounts) GetNumRxSuccessful

func (x *BfdStatusPacketCounts) GetNumRxSuccessful() uint32

func (*BfdStatusPacketCounts) GetNumTx

func (x *BfdStatusPacketCounts) GetNumTx() uint32

func (*BfdStatusPacketCounts) ProtoMessage

func (*BfdStatusPacketCounts) ProtoMessage()

func (*BfdStatusPacketCounts) ProtoReflect

func (x *BfdStatusPacketCounts) ProtoReflect() protoreflect.Message

func (*BfdStatusPacketCounts) Reset

func (x *BfdStatusPacketCounts) Reset()

func (*BfdStatusPacketCounts) String

func (x *BfdStatusPacketCounts) String() string

type BfdStatus_BfdSessionInitializationMode

type BfdStatus_BfdSessionInitializationMode int32

The BFD session initialization mode for this BGP peer. If set to ACTIVE, the Cloud Router will initiate the BFD session for this BGP peer. If set to PASSIVE, the Cloud Router will wait for the peer router to initiate the BFD session for this BGP peer. If set to DISABLED, BFD is disabled for this BGP peer.

const (
	// A value indicating that the enum field is not set.
	BfdStatus_UNDEFINED_BFD_SESSION_INITIALIZATION_MODE BfdStatus_BfdSessionInitializationMode = 0
	BfdStatus_ACTIVE                                    BfdStatus_BfdSessionInitializationMode = 314733318
	BfdStatus_DISABLED                                  BfdStatus_BfdSessionInitializationMode = 516696700
	BfdStatus_PASSIVE                                   BfdStatus_BfdSessionInitializationMode = 462813959
)

func (BfdStatus_BfdSessionInitializationMode) Descriptor

func (BfdStatus_BfdSessionInitializationMode) Enum

func (BfdStatus_BfdSessionInitializationMode) EnumDescriptor

func (BfdStatus_BfdSessionInitializationMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use BfdStatus_BfdSessionInitializationMode.Descriptor instead.

func (BfdStatus_BfdSessionInitializationMode) Number

func (BfdStatus_BfdSessionInitializationMode) String

func (BfdStatus_BfdSessionInitializationMode) Type

type BfdStatus_LocalDiagnostic

type BfdStatus_LocalDiagnostic int32

The diagnostic code specifies the local system's reason for the last change in session state. This allows remote systems to determine the reason that the previous session failed, for example. These diagnostic codes are specified in section 4.1 of RFC5880

const (
	// A value indicating that the enum field is not set.
	BfdStatus_UNDEFINED_LOCAL_DIAGNOSTIC     BfdStatus_LocalDiagnostic = 0
	BfdStatus_ADMINISTRATIVELY_DOWN          BfdStatus_LocalDiagnostic = 121685798
	BfdStatus_CONCATENATED_PATH_DOWN         BfdStatus_LocalDiagnostic = 26186892
	BfdStatus_CONTROL_DETECTION_TIME_EXPIRED BfdStatus_LocalDiagnostic = 135478383
	BfdStatus_DIAGNOSTIC_UNSPECIFIED         BfdStatus_LocalDiagnostic = 58720895
	BfdStatus_ECHO_FUNCTION_FAILED           BfdStatus_LocalDiagnostic = 220687466
	BfdStatus_FORWARDING_PLANE_RESET         BfdStatus_LocalDiagnostic = 19715882
	BfdStatus_NEIGHBOR_SIGNALED_SESSION_DOWN BfdStatus_LocalDiagnostic = 374226742
	BfdStatus_NO_DIAGNOSTIC                  BfdStatus_LocalDiagnostic = 222503141
	BfdStatus_PATH_DOWN                      BfdStatus_LocalDiagnostic = 290605180
	BfdStatus_REVERSE_CONCATENATED_PATH_DOWN BfdStatus_LocalDiagnostic = 479337129
)

func (BfdStatus_LocalDiagnostic) Descriptor

func (BfdStatus_LocalDiagnostic) Enum

func (BfdStatus_LocalDiagnostic) EnumDescriptor

func (BfdStatus_LocalDiagnostic) EnumDescriptor() ([]byte, []int)

Deprecated: Use BfdStatus_LocalDiagnostic.Descriptor instead.

func (BfdStatus_LocalDiagnostic) Number

func (BfdStatus_LocalDiagnostic) String

func (x BfdStatus_LocalDiagnostic) String() string

func (BfdStatus_LocalDiagnostic) Type

type BfdStatus_LocalState

type BfdStatus_LocalState int32

The current BFD session state as seen by the transmitting system. These states are specified in section 4.1 of RFC5880

const (
	// A value indicating that the enum field is not set.
	BfdStatus_UNDEFINED_LOCAL_STATE BfdStatus_LocalState = 0
	BfdStatus_ADMIN_DOWN            BfdStatus_LocalState = 128544690
	BfdStatus_DOWN                  BfdStatus_LocalState = 2104482
	BfdStatus_INIT                  BfdStatus_LocalState = 2252048
	BfdStatus_STATE_UNSPECIFIED     BfdStatus_LocalState = 470755401
	BfdStatus_UP                    BfdStatus_LocalState = 2715
)

func (BfdStatus_LocalState) Descriptor

func (BfdStatus_LocalState) Enum

func (BfdStatus_LocalState) EnumDescriptor

func (BfdStatus_LocalState) EnumDescriptor() ([]byte, []int)

Deprecated: Use BfdStatus_LocalState.Descriptor instead.

func (BfdStatus_LocalState) Number

func (BfdStatus_LocalState) String

func (x BfdStatus_LocalState) String() string

func (BfdStatus_LocalState) Type

type Binding

type Binding struct {

	// This is deprecated and has no effect. Do not use.
	BindingId *string `protobuf:"bytes,441088277,opt,name=binding_id,json=bindingId,proto3,oneof" json:"binding_id,omitempty"`
	// The condition that is associated with this binding. If the condition evaluates to `true`, then this binding applies to the current request. If the condition evaluates to `false`, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
	Condition *Expr `protobuf:"bytes,212430107,opt,name=condition,proto3,oneof" json:"condition,omitempty"`
	// Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding.
	Members []string `protobuf:"bytes,412010777,rep,name=members,proto3" json:"members,omitempty"`
	// Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
	Role *string `protobuf:"bytes,3506294,opt,name=role,proto3,oneof" json:"role,omitempty"`
	// contains filtered or unexported fields
}

Associates `members`, or principals, with a `role`.

func (*Binding) Descriptor

func (*Binding) Descriptor() ([]byte, []int)

Deprecated: Use Binding.ProtoReflect.Descriptor instead.

func (*Binding) GetBindingId

func (x *Binding) GetBindingId() string

func (*Binding) GetCondition

func (x *Binding) GetCondition() *Expr

func (*Binding) GetMembers

func (x *Binding) GetMembers() []string

func (*Binding) GetRole

func (x *Binding) GetRole() string

func (*Binding) ProtoMessage

func (*Binding) ProtoMessage()

func (*Binding) ProtoReflect

func (x *Binding) ProtoReflect() protoreflect.Message

func (*Binding) Reset

func (x *Binding) Reset()

func (*Binding) String

func (x *Binding) String() string

type BulkInsertDiskRequest

type BulkInsertDiskRequest struct {

	// The body resource for this request
	BulkInsertDiskResourceResource *BulkInsertDiskResource `protobuf:"bytes,289799382,opt,name=bulk_insert_disk_resource_resource,json=bulkInsertDiskResourceResource,proto3" json:"bulk_insert_disk_resource_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Disks.BulkInsert. See the method description for details.

func (*BulkInsertDiskRequest) Descriptor

func (*BulkInsertDiskRequest) Descriptor() ([]byte, []int)

Deprecated: Use BulkInsertDiskRequest.ProtoReflect.Descriptor instead.

func (*BulkInsertDiskRequest) GetBulkInsertDiskResourceResource

func (x *BulkInsertDiskRequest) GetBulkInsertDiskResourceResource() *BulkInsertDiskResource

func (*BulkInsertDiskRequest) GetProject

func (x *BulkInsertDiskRequest) GetProject() string

func (*BulkInsertDiskRequest) GetRequestId

func (x *BulkInsertDiskRequest) GetRequestId() string

func (*BulkInsertDiskRequest) GetZone

func (x *BulkInsertDiskRequest) GetZone() string

func (*BulkInsertDiskRequest) ProtoMessage

func (*BulkInsertDiskRequest) ProtoMessage()

func (*BulkInsertDiskRequest) ProtoReflect

func (x *BulkInsertDiskRequest) ProtoReflect() protoreflect.Message

func (*BulkInsertDiskRequest) Reset

func (x *BulkInsertDiskRequest) Reset()

func (*BulkInsertDiskRequest) String

func (x *BulkInsertDiskRequest) String() string

type BulkInsertDiskResource

type BulkInsertDiskResource struct {

	// The URL of the DiskConsistencyGroupPolicy for the group of disks to clone. This may be a full or partial URL, such as: - https://www.googleapis.com/compute/v1/projects/project/regions/region /resourcePolicies/resourcePolicy - projects/project/regions/region/resourcePolicies/resourcePolicy - regions/region/resourcePolicies/resourcePolicy
	SourceConsistencyGroupPolicy *string `protobuf:"bytes,19616093,opt,name=source_consistency_group_policy,json=sourceConsistencyGroupPolicy,proto3,oneof" json:"source_consistency_group_policy,omitempty"`
	// contains filtered or unexported fields
}

A transient resource used in compute.disks.bulkInsert and compute.regionDisks.bulkInsert. It is only used to process requests and is not persisted.

func (*BulkInsertDiskResource) Descriptor

func (*BulkInsertDiskResource) Descriptor() ([]byte, []int)

Deprecated: Use BulkInsertDiskResource.ProtoReflect.Descriptor instead.

func (*BulkInsertDiskResource) GetSourceConsistencyGroupPolicy

func (x *BulkInsertDiskResource) GetSourceConsistencyGroupPolicy() string

func (*BulkInsertDiskResource) ProtoMessage

func (*BulkInsertDiskResource) ProtoMessage()

func (*BulkInsertDiskResource) ProtoReflect

func (x *BulkInsertDiskResource) ProtoReflect() protoreflect.Message

func (*BulkInsertDiskResource) Reset

func (x *BulkInsertDiskResource) Reset()

func (*BulkInsertDiskResource) String

func (x *BulkInsertDiskResource) String() string

type BulkInsertInstanceRequest

type BulkInsertInstanceRequest struct {

	// The body resource for this request
	BulkInsertInstanceResourceResource *BulkInsertInstanceResource `protobuf:"bytes,41427278,opt,name=bulk_insert_instance_resource_resource,json=bulkInsertInstanceResourceResource,proto3" json:"bulk_insert_instance_resource_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Instances.BulkInsert. See the method description for details.

func (*BulkInsertInstanceRequest) Descriptor

func (*BulkInsertInstanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use BulkInsertInstanceRequest.ProtoReflect.Descriptor instead.

func (*BulkInsertInstanceRequest) GetBulkInsertInstanceResourceResource

func (x *BulkInsertInstanceRequest) GetBulkInsertInstanceResourceResource() *BulkInsertInstanceResource

func (*BulkInsertInstanceRequest) GetProject

func (x *BulkInsertInstanceRequest) GetProject() string

func (*BulkInsertInstanceRequest) GetRequestId

func (x *BulkInsertInstanceRequest) GetRequestId() string

func (*BulkInsertInstanceRequest) GetZone

func (x *BulkInsertInstanceRequest) GetZone() string

func (*BulkInsertInstanceRequest) ProtoMessage

func (*BulkInsertInstanceRequest) ProtoMessage()

func (*BulkInsertInstanceRequest) ProtoReflect

func (*BulkInsertInstanceRequest) Reset

func (x *BulkInsertInstanceRequest) Reset()

func (*BulkInsertInstanceRequest) String

func (x *BulkInsertInstanceRequest) String() string

type BulkInsertInstanceResource

type BulkInsertInstanceResource struct {

	// The maximum number of instances to create.
	Count *int64 `protobuf:"varint,94851343,opt,name=count,proto3,oneof" json:"count,omitempty"`
	// The instance properties defining the VM instances to be created. Required if sourceInstanceTemplate is not provided.
	InstanceProperties *InstanceProperties `protobuf:"bytes,215355165,opt,name=instance_properties,json=instanceProperties,proto3,oneof" json:"instance_properties,omitempty"`
	// Policy for chosing target zone. For more information, see Create VMs in bulk .
	LocationPolicy *LocationPolicy `protobuf:"bytes,465689852,opt,name=location_policy,json=locationPolicy,proto3,oneof" json:"location_policy,omitempty"`
	// The minimum number of instances to create. If no min_count is specified then count is used as the default value. If min_count instances cannot be created, then no instances will be created and instances already created will be deleted.
	MinCount *int64 `protobuf:"varint,523228386,opt,name=min_count,json=minCount,proto3,oneof" json:"min_count,omitempty"`
	// The string pattern used for the names of the VMs. Either name_pattern or per_instance_properties must be set. The pattern must contain one continuous sequence of placeholder hash characters (#) with each character corresponding to one digit of the generated instance name. Example: a name_pattern of inst-#### generates instance names such as inst-0001 and inst-0002. If existing instances in the same project and zone have names that match the name pattern then the generated instance numbers start after the biggest existing number. For example, if there exists an instance with name inst-0050, then instance names generated using the pattern inst-#### begin with inst-0051. The name pattern placeholder #...# can contain up to 18 characters.
	NamePattern *string `protobuf:"bytes,413815260,opt,name=name_pattern,json=namePattern,proto3,oneof" json:"name_pattern,omitempty"`
	// Per-instance properties to be set on individual instances. Keys of this map specify requested instance names. Can be empty if name_pattern is used.
	PerInstanceProperties map[string]*BulkInsertInstanceResourcePerInstanceProperties `protobuf:"bytes,108502267,rep,name=per_instance_properties,json=perInstanceProperties,proto3" json:"per_instance_properties,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// Specifies the instance template from which to create instances. You may combine sourceInstanceTemplate with instanceProperties to override specific values from an existing instance template. Bulk API follows the semantics of JSON Merge Patch described by RFC 7396. It can be a full or partial URL. For example, the following are all valid URLs to an instance template: - https://www.googleapis.com/compute/v1/projects/project /global/instanceTemplates/instanceTemplate - projects/project/global/instanceTemplates/instanceTemplate - global/instanceTemplates/instanceTemplate This field is optional.
	SourceInstanceTemplate *string `protobuf:"bytes,332423616,opt,name=source_instance_template,json=sourceInstanceTemplate,proto3,oneof" json:"source_instance_template,omitempty"`
	// contains filtered or unexported fields
}

A transient resource used in compute.instances.bulkInsert and compute.regionInstances.bulkInsert . This resource is not persisted anywhere, it is used only for processing the requests.

func (*BulkInsertInstanceResource) Descriptor

func (*BulkInsertInstanceResource) Descriptor() ([]byte, []int)

Deprecated: Use BulkInsertInstanceResource.ProtoReflect.Descriptor instead.

func (*BulkInsertInstanceResource) GetCount

func (x *BulkInsertInstanceResource) GetCount() int64

func (*BulkInsertInstanceResource) GetInstanceProperties

func (x *BulkInsertInstanceResource) GetInstanceProperties() *InstanceProperties

func (*BulkInsertInstanceResource) GetLocationPolicy

func (x *BulkInsertInstanceResource) GetLocationPolicy() *LocationPolicy

func (*BulkInsertInstanceResource) GetMinCount

func (x *BulkInsertInstanceResource) GetMinCount() int64

func (*BulkInsertInstanceResource) GetNamePattern

func (x *BulkInsertInstanceResource) GetNamePattern() string

func (*BulkInsertInstanceResource) GetPerInstanceProperties

func (*BulkInsertInstanceResource) GetSourceInstanceTemplate

func (x *BulkInsertInstanceResource) GetSourceInstanceTemplate() string

func (*BulkInsertInstanceResource) ProtoMessage

func (*BulkInsertInstanceResource) ProtoMessage()

func (*BulkInsertInstanceResource) ProtoReflect

func (*BulkInsertInstanceResource) Reset

func (x *BulkInsertInstanceResource) Reset()

func (*BulkInsertInstanceResource) String

func (x *BulkInsertInstanceResource) String() string

type BulkInsertInstanceResourcePerInstanceProperties

type BulkInsertInstanceResourcePerInstanceProperties struct {

	// This field is only temporary. It will be removed. Do not use it.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Per-instance properties to be set on individual instances. To be extended in the future.

func (*BulkInsertInstanceResourcePerInstanceProperties) Descriptor

Deprecated: Use BulkInsertInstanceResourcePerInstanceProperties.ProtoReflect.Descriptor instead.

func (*BulkInsertInstanceResourcePerInstanceProperties) GetName

func (*BulkInsertInstanceResourcePerInstanceProperties) ProtoMessage

func (*BulkInsertInstanceResourcePerInstanceProperties) ProtoReflect

func (*BulkInsertInstanceResourcePerInstanceProperties) Reset

func (*BulkInsertInstanceResourcePerInstanceProperties) String

type BulkInsertRegionDiskRequest

type BulkInsertRegionDiskRequest struct {

	// The body resource for this request
	BulkInsertDiskResourceResource *BulkInsertDiskResource `protobuf:"bytes,289799382,opt,name=bulk_insert_disk_resource_resource,json=bulkInsertDiskResourceResource,proto3" json:"bulk_insert_disk_resource_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionDisks.BulkInsert. See the method description for details.

func (*BulkInsertRegionDiskRequest) Descriptor

func (*BulkInsertRegionDiskRequest) Descriptor() ([]byte, []int)

Deprecated: Use BulkInsertRegionDiskRequest.ProtoReflect.Descriptor instead.

func (*BulkInsertRegionDiskRequest) GetBulkInsertDiskResourceResource

func (x *BulkInsertRegionDiskRequest) GetBulkInsertDiskResourceResource() *BulkInsertDiskResource

func (*BulkInsertRegionDiskRequest) GetProject

func (x *BulkInsertRegionDiskRequest) GetProject() string

func (*BulkInsertRegionDiskRequest) GetRegion

func (x *BulkInsertRegionDiskRequest) GetRegion() string

func (*BulkInsertRegionDiskRequest) GetRequestId

func (x *BulkInsertRegionDiskRequest) GetRequestId() string

func (*BulkInsertRegionDiskRequest) ProtoMessage

func (*BulkInsertRegionDiskRequest) ProtoMessage()

func (*BulkInsertRegionDiskRequest) ProtoReflect

func (*BulkInsertRegionDiskRequest) Reset

func (x *BulkInsertRegionDiskRequest) Reset()

func (*BulkInsertRegionDiskRequest) String

func (x *BulkInsertRegionDiskRequest) String() string

type BulkInsertRegionInstanceRequest

type BulkInsertRegionInstanceRequest struct {

	// The body resource for this request
	BulkInsertInstanceResourceResource *BulkInsertInstanceResource `protobuf:"bytes,41427278,opt,name=bulk_insert_instance_resource_resource,json=bulkInsertInstanceResourceResource,proto3" json:"bulk_insert_instance_resource_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionInstances.BulkInsert. See the method description for details.

func (*BulkInsertRegionInstanceRequest) Descriptor

func (*BulkInsertRegionInstanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use BulkInsertRegionInstanceRequest.ProtoReflect.Descriptor instead.

func (*BulkInsertRegionInstanceRequest) GetBulkInsertInstanceResourceResource

func (x *BulkInsertRegionInstanceRequest) GetBulkInsertInstanceResourceResource() *BulkInsertInstanceResource

func (*BulkInsertRegionInstanceRequest) GetProject

func (x *BulkInsertRegionInstanceRequest) GetProject() string

func (*BulkInsertRegionInstanceRequest) GetRegion

func (x *BulkInsertRegionInstanceRequest) GetRegion() string

func (*BulkInsertRegionInstanceRequest) GetRequestId

func (x *BulkInsertRegionInstanceRequest) GetRequestId() string

func (*BulkInsertRegionInstanceRequest) ProtoMessage

func (*BulkInsertRegionInstanceRequest) ProtoMessage()

func (*BulkInsertRegionInstanceRequest) ProtoReflect

func (*BulkInsertRegionInstanceRequest) Reset

func (*BulkInsertRegionInstanceRequest) String

type CacheInvalidationRule

type CacheInvalidationRule struct {

	// If set, this invalidation rule will only apply to requests with a Host header matching host.
	Host *string `protobuf:"bytes,3208616,opt,name=host,proto3,oneof" json:"host,omitempty"`
	Path *string `protobuf:"bytes,3433509,opt,name=path,proto3,oneof" json:"path,omitempty"`
	// contains filtered or unexported fields
}

func (*CacheInvalidationRule) Descriptor

func (*CacheInvalidationRule) Descriptor() ([]byte, []int)

Deprecated: Use CacheInvalidationRule.ProtoReflect.Descriptor instead.

func (*CacheInvalidationRule) GetHost

func (x *CacheInvalidationRule) GetHost() string

func (*CacheInvalidationRule) GetPath

func (x *CacheInvalidationRule) GetPath() string

func (*CacheInvalidationRule) ProtoMessage

func (*CacheInvalidationRule) ProtoMessage()

func (*CacheInvalidationRule) ProtoReflect

func (x *CacheInvalidationRule) ProtoReflect() protoreflect.Message

func (*CacheInvalidationRule) Reset

func (x *CacheInvalidationRule) Reset()

func (*CacheInvalidationRule) String

func (x *CacheInvalidationRule) String() string

type CacheKeyPolicy

type CacheKeyPolicy struct {

	// If true, requests to different hosts will be cached separately.
	IncludeHost *bool `protobuf:"varint,486867679,opt,name=include_host,json=includeHost,proto3,oneof" json:"include_host,omitempty"`
	// Allows HTTP request headers (by name) to be used in the cache key.
	IncludeHttpHeaders []string `protobuf:"bytes,2489606,rep,name=include_http_headers,json=includeHttpHeaders,proto3" json:"include_http_headers,omitempty"`
	// Allows HTTP cookies (by name) to be used in the cache key. The name=value pair will be used in the cache key Cloud CDN generates.
	IncludeNamedCookies []string `protobuf:"bytes,87316530,rep,name=include_named_cookies,json=includeNamedCookies,proto3" json:"include_named_cookies,omitempty"`
	// If true, http and https requests will be cached separately.
	IncludeProtocol *bool `protobuf:"varint,303507535,opt,name=include_protocol,json=includeProtocol,proto3,oneof" json:"include_protocol,omitempty"`
	// If true, include query string parameters in the cache key according to query_string_whitelist and query_string_blacklist. If neither is set, the entire query string will be included. If false, the query string will be excluded from the cache key entirely.
	IncludeQueryString *bool `protobuf:"varint,474036639,opt,name=include_query_string,json=includeQueryString,proto3,oneof" json:"include_query_string,omitempty"`
	// Names of query string parameters to exclude in cache keys. All other parameters will be included. Either specify query_string_whitelist or query_string_blacklist, not both. '&' and '=' will be percent encoded and not treated as delimiters.
	QueryStringBlacklist []string `protobuf:"bytes,354964742,rep,name=query_string_blacklist,json=queryStringBlacklist,proto3" json:"query_string_blacklist,omitempty"`
	// Names of query string parameters to include in cache keys. All other parameters will be excluded. Either specify query_string_whitelist or query_string_blacklist, not both. '&' and '=' will be percent encoded and not treated as delimiters.
	QueryStringWhitelist []string `protobuf:"bytes,52456496,rep,name=query_string_whitelist,json=queryStringWhitelist,proto3" json:"query_string_whitelist,omitempty"`
	// contains filtered or unexported fields
}

Message containing what to include in the cache key for a request for Cloud CDN.

func (*CacheKeyPolicy) Descriptor

func (*CacheKeyPolicy) Descriptor() ([]byte, []int)

Deprecated: Use CacheKeyPolicy.ProtoReflect.Descriptor instead.

func (*CacheKeyPolicy) GetIncludeHost

func (x *CacheKeyPolicy) GetIncludeHost() bool

func (*CacheKeyPolicy) GetIncludeHttpHeaders

func (x *CacheKeyPolicy) GetIncludeHttpHeaders() []string

func (*CacheKeyPolicy) GetIncludeNamedCookies

func (x *CacheKeyPolicy) GetIncludeNamedCookies() []string

func (*CacheKeyPolicy) GetIncludeProtocol

func (x *CacheKeyPolicy) GetIncludeProtocol() bool

func (*CacheKeyPolicy) GetIncludeQueryString

func (x *CacheKeyPolicy) GetIncludeQueryString() bool

func (*CacheKeyPolicy) GetQueryStringBlacklist

func (x *CacheKeyPolicy) GetQueryStringBlacklist() []string

func (*CacheKeyPolicy) GetQueryStringWhitelist

func (x *CacheKeyPolicy) GetQueryStringWhitelist() []string

func (*CacheKeyPolicy) ProtoMessage

func (*CacheKeyPolicy) ProtoMessage()

func (*CacheKeyPolicy) ProtoReflect

func (x *CacheKeyPolicy) ProtoReflect() protoreflect.Message

func (*CacheKeyPolicy) Reset

func (x *CacheKeyPolicy) Reset()

func (*CacheKeyPolicy) String

func (x *CacheKeyPolicy) String() string

type CircuitBreakers

type CircuitBreakers struct {

	// The maximum number of connections to the backend service. If not specified, there is no limit. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
	MaxConnections *int32 `protobuf:"varint,110652154,opt,name=max_connections,json=maxConnections,proto3,oneof" json:"max_connections,omitempty"`
	// The maximum number of pending requests allowed to the backend service. If not specified, there is no limit. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
	MaxPendingRequests *int32 `protobuf:"varint,375558887,opt,name=max_pending_requests,json=maxPendingRequests,proto3,oneof" json:"max_pending_requests,omitempty"`
	// The maximum number of parallel requests that allowed to the backend service. If not specified, there is no limit.
	MaxRequests *int32 `protobuf:"varint,28097599,opt,name=max_requests,json=maxRequests,proto3,oneof" json:"max_requests,omitempty"`
	// Maximum requests for a single connection to the backend service. This parameter is respected by both the HTTP/1.1 and HTTP/2 implementations. If not specified, there is no limit. Setting this parameter to 1 will effectively disable keep alive. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
	MaxRequestsPerConnection *int32 `protobuf:"varint,361630528,opt,name=max_requests_per_connection,json=maxRequestsPerConnection,proto3,oneof" json:"max_requests_per_connection,omitempty"`
	// The maximum number of parallel retries allowed to the backend cluster. If not specified, the default is 1. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
	MaxRetries *int32 `protobuf:"varint,55546219,opt,name=max_retries,json=maxRetries,proto3,oneof" json:"max_retries,omitempty"`
	// contains filtered or unexported fields
}

Settings controlling the volume of requests, connections and retries to this backend service.

func (*CircuitBreakers) Descriptor

func (*CircuitBreakers) Descriptor() ([]byte, []int)

Deprecated: Use CircuitBreakers.ProtoReflect.Descriptor instead.

func (*CircuitBreakers) GetMaxConnections

func (x *CircuitBreakers) GetMaxConnections() int32

func (*CircuitBreakers) GetMaxPendingRequests

func (x *CircuitBreakers) GetMaxPendingRequests() int32

func (*CircuitBreakers) GetMaxRequests

func (x *CircuitBreakers) GetMaxRequests() int32

func (*CircuitBreakers) GetMaxRequestsPerConnection

func (x *CircuitBreakers) GetMaxRequestsPerConnection() int32

func (*CircuitBreakers) GetMaxRetries

func (x *CircuitBreakers) GetMaxRetries() int32

func (*CircuitBreakers) ProtoMessage

func (*CircuitBreakers) ProtoMessage()

func (*CircuitBreakers) ProtoReflect

func (x *CircuitBreakers) ProtoReflect() protoreflect.Message

func (*CircuitBreakers) Reset

func (x *CircuitBreakers) Reset()

func (*CircuitBreakers) String

func (x *CircuitBreakers) String() string

type CloneRulesFirewallPolicyRequest

type CloneRulesFirewallPolicyRequest struct {

	// Name of the firewall policy to update.
	FirewallPolicy string `protobuf:"bytes,498173265,opt,name=firewall_policy,json=firewallPolicy,proto3" json:"firewall_policy,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The firewall policy from which to copy rules.
	SourceFirewallPolicy *string `protobuf:"bytes,25013549,opt,name=source_firewall_policy,json=sourceFirewallPolicy,proto3,oneof" json:"source_firewall_policy,omitempty"`
	// contains filtered or unexported fields
}

A request message for FirewallPolicies.CloneRules. See the method description for details.

func (*CloneRulesFirewallPolicyRequest) Descriptor

func (*CloneRulesFirewallPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use CloneRulesFirewallPolicyRequest.ProtoReflect.Descriptor instead.

func (*CloneRulesFirewallPolicyRequest) GetFirewallPolicy

func (x *CloneRulesFirewallPolicyRequest) GetFirewallPolicy() string

func (*CloneRulesFirewallPolicyRequest) GetRequestId

func (x *CloneRulesFirewallPolicyRequest) GetRequestId() string

func (*CloneRulesFirewallPolicyRequest) GetSourceFirewallPolicy

func (x *CloneRulesFirewallPolicyRequest) GetSourceFirewallPolicy() string

func (*CloneRulesFirewallPolicyRequest) ProtoMessage

func (*CloneRulesFirewallPolicyRequest) ProtoMessage()

func (*CloneRulesFirewallPolicyRequest) ProtoReflect

func (*CloneRulesFirewallPolicyRequest) Reset

func (*CloneRulesFirewallPolicyRequest) String

type CloneRulesNetworkFirewallPolicyRequest

type CloneRulesNetworkFirewallPolicyRequest struct {

	// Name of the firewall policy to update.
	FirewallPolicy string `protobuf:"bytes,498173265,opt,name=firewall_policy,json=firewallPolicy,proto3" json:"firewall_policy,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The firewall policy from which to copy rules.
	SourceFirewallPolicy *string `protobuf:"bytes,25013549,opt,name=source_firewall_policy,json=sourceFirewallPolicy,proto3,oneof" json:"source_firewall_policy,omitempty"`
	// contains filtered or unexported fields
}

A request message for NetworkFirewallPolicies.CloneRules. See the method description for details.

func (*CloneRulesNetworkFirewallPolicyRequest) Descriptor

func (*CloneRulesNetworkFirewallPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use CloneRulesNetworkFirewallPolicyRequest.ProtoReflect.Descriptor instead.

func (*CloneRulesNetworkFirewallPolicyRequest) GetFirewallPolicy

func (x *CloneRulesNetworkFirewallPolicyRequest) GetFirewallPolicy() string

func (*CloneRulesNetworkFirewallPolicyRequest) GetProject

func (*CloneRulesNetworkFirewallPolicyRequest) GetRequestId

func (*CloneRulesNetworkFirewallPolicyRequest) GetSourceFirewallPolicy

func (x *CloneRulesNetworkFirewallPolicyRequest) GetSourceFirewallPolicy() string

func (*CloneRulesNetworkFirewallPolicyRequest) ProtoMessage

func (*CloneRulesNetworkFirewallPolicyRequest) ProtoReflect

func (*CloneRulesNetworkFirewallPolicyRequest) Reset

func (*CloneRulesNetworkFirewallPolicyRequest) String

type CloneRulesRegionNetworkFirewallPolicyRequest

type CloneRulesRegionNetworkFirewallPolicyRequest struct {

	// Name of the firewall policy to update.
	FirewallPolicy string `protobuf:"bytes,498173265,opt,name=firewall_policy,json=firewallPolicy,proto3" json:"firewall_policy,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The firewall policy from which to copy rules.
	SourceFirewallPolicy *string `protobuf:"bytes,25013549,opt,name=source_firewall_policy,json=sourceFirewallPolicy,proto3,oneof" json:"source_firewall_policy,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionNetworkFirewallPolicies.CloneRules. See the method description for details.

func (*CloneRulesRegionNetworkFirewallPolicyRequest) Descriptor

Deprecated: Use CloneRulesRegionNetworkFirewallPolicyRequest.ProtoReflect.Descriptor instead.

func (*CloneRulesRegionNetworkFirewallPolicyRequest) GetFirewallPolicy

func (*CloneRulesRegionNetworkFirewallPolicyRequest) GetProject

func (*CloneRulesRegionNetworkFirewallPolicyRequest) GetRegion

func (*CloneRulesRegionNetworkFirewallPolicyRequest) GetRequestId

func (*CloneRulesRegionNetworkFirewallPolicyRequest) GetSourceFirewallPolicy

func (x *CloneRulesRegionNetworkFirewallPolicyRequest) GetSourceFirewallPolicy() string

func (*CloneRulesRegionNetworkFirewallPolicyRequest) ProtoMessage

func (*CloneRulesRegionNetworkFirewallPolicyRequest) ProtoReflect

func (*CloneRulesRegionNetworkFirewallPolicyRequest) Reset

func (*CloneRulesRegionNetworkFirewallPolicyRequest) String

type Commitment

type Commitment struct {

	// Specifies whether to enable automatic renewal for the commitment. The default value is false if not specified. The field can be updated until the day of the commitment expiration at 12:00am PST. If the field is set to true, the commitment will be automatically renewed for either one or three years according to the terms of the existing commitment.
	AutoRenew *bool `protobuf:"varint,495520765,opt,name=auto_renew,json=autoRenew,proto3,oneof" json:"auto_renew,omitempty"`
	// The category of the commitment. Category MACHINE specifies commitments composed of machine resources such as VCPU or MEMORY, listed in resources. Category LICENSE specifies commitments composed of software licenses, listed in licenseResources. Note that only MACHINE commitments should have a Type specified.
	// Check the Category enum for the list of possible values.
	Category *string `protobuf:"bytes,50511102,opt,name=category,proto3,oneof" json:"category,omitempty"`
	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// An optional description of this resource. Provide this property when you create the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// [Output Only] Commitment end time in RFC3339 text format.
	EndTimestamp *string `protobuf:"bytes,468096690,opt,name=end_timestamp,json=endTimestamp,proto3,oneof" json:"end_timestamp,omitempty"`
	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Output Only] Type of the resource. Always compute#commitment for commitments.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// The license specification required as part of a license commitment.
	LicenseResource *LicenseResourceCommitment `protobuf:"bytes,437955148,opt,name=license_resource,json=licenseResource,proto3,oneof" json:"license_resource,omitempty"`
	// List of source commitments to be merged into a new commitment.
	MergeSourceCommitments []string `protobuf:"bytes,188093761,rep,name=merge_source_commitments,json=mergeSourceCommitments,proto3" json:"merge_source_commitments,omitempty"`
	// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// The plan for this commitment, which determines duration and discount rate. The currently supported plans are TWELVE_MONTH (1 year), and THIRTY_SIX_MONTH (3 years).
	// Check the Plan enum for the list of possible values.
	Plan *string `protobuf:"bytes,3443497,opt,name=plan,proto3,oneof" json:"plan,omitempty"`
	// [Output Only] URL of the region where this commitment may be used.
	Region *string `protobuf:"bytes,138946292,opt,name=region,proto3,oneof" json:"region,omitempty"`
	// List of reservations in this commitment.
	Reservations []*Reservation `protobuf:"bytes,399717927,rep,name=reservations,proto3" json:"reservations,omitempty"`
	// A list of commitment amounts for particular resources. Note that VCPU and MEMORY resource commitments must occur together.
	Resources []*ResourceCommitment `protobuf:"bytes,164412965,rep,name=resources,proto3" json:"resources,omitempty"`
	// [Output Only] Server-defined URL for the resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// Source commitment to be split into a new commitment.
	SplitSourceCommitment *string `protobuf:"bytes,402611156,opt,name=split_source_commitment,json=splitSourceCommitment,proto3,oneof" json:"split_source_commitment,omitempty"`
	// [Output Only] Commitment start time in RFC3339 text format.
	StartTimestamp *string `protobuf:"bytes,83645817,opt,name=start_timestamp,json=startTimestamp,proto3,oneof" json:"start_timestamp,omitempty"`
	// [Output Only] Status of the commitment with regards to eventual expiration (each commitment has an end date defined). One of the following values: NOT_YET_ACTIVE, ACTIVE, EXPIRED.
	// Check the Status enum for the list of possible values.
	Status *string `protobuf:"bytes,181260274,opt,name=status,proto3,oneof" json:"status,omitempty"`
	// [Output Only] An optional, human-readable explanation of the status.
	StatusMessage *string `protobuf:"bytes,297428154,opt,name=status_message,json=statusMessage,proto3,oneof" json:"status_message,omitempty"`
	// The type of commitment, which affects the discount rate and the eligible resources. Type MEMORY_OPTIMIZED specifies a commitment that will only apply to memory optimized machines. Type ACCELERATOR_OPTIMIZED specifies a commitment that will only apply to accelerator optimized machines.
	// Check the Type enum for the list of possible values.
	Type *string `protobuf:"bytes,3575610,opt,name=type,proto3,oneof" json:"type,omitempty"`
	// contains filtered or unexported fields
}

Represents a regional Commitment resource. Creating a commitment resource means that you are purchasing a committed use contract with an explicit start and end time. You can create commitments based on vCPUs and memory usage and receive discounted rates. For full details, read Signing Up for Committed Use Discounts.

func (*Commitment) Descriptor

func (*Commitment) Descriptor() ([]byte, []int)

Deprecated: Use Commitment.ProtoReflect.Descriptor instead.

func (*Commitment) GetAutoRenew

func (x *Commitment) GetAutoRenew() bool

func (*Commitment) GetCategory

func (x *Commitment) GetCategory() string

func (*Commitment) GetCreationTimestamp

func (x *Commitment) GetCreationTimestamp() string

func (*Commitment) GetDescription

func (x *Commitment) GetDescription() string

func (*Commitment) GetEndTimestamp

func (x *Commitment) GetEndTimestamp() string

func (*Commitment) GetId

func (x *Commitment) GetId() uint64

func (*Commitment) GetKind

func (x *Commitment) GetKind() string

func (*Commitment) GetLicenseResource

func (x *Commitment) GetLicenseResource() *LicenseResourceCommitment

func (*Commitment) GetMergeSourceCommitments

func (x *Commitment) GetMergeSourceCommitments() []string

func (*Commitment) GetName

func (x *Commitment) GetName() string

func (*Commitment) GetPlan

func (x *Commitment) GetPlan() string

func (*Commitment) GetRegion

func (x *Commitment) GetRegion() string

func (*Commitment) GetReservations

func (x *Commitment) GetReservations() []*Reservation

func (*Commitment) GetResources

func (x *Commitment) GetResources() []*ResourceCommitment
func (x *Commitment) GetSelfLink() string

func (*Commitment) GetSplitSourceCommitment

func (x *Commitment) GetSplitSourceCommitment() string

func (*Commitment) GetStartTimestamp

func (x *Commitment) GetStartTimestamp() string

func (*Commitment) GetStatus

func (x *Commitment) GetStatus() string

func (*Commitment) GetStatusMessage

func (x *Commitment) GetStatusMessage() string

func (*Commitment) GetType

func (x *Commitment) GetType() string

func (*Commitment) ProtoMessage

func (*Commitment) ProtoMessage()

func (*Commitment) ProtoReflect

func (x *Commitment) ProtoReflect() protoreflect.Message

func (*Commitment) Reset

func (x *Commitment) Reset()

func (*Commitment) String

func (x *Commitment) String() string

type CommitmentAggregatedList

type CommitmentAggregatedList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of CommitmentsScopedList resources.
	Items map[string]*CommitmentsScopedList `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// [Output Only] Type of resource. Always compute#commitmentAggregatedList for aggregated lists of commitments.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Unreachable resources.
	Unreachables []string `protobuf:"bytes,243372063,rep,name=unreachables,proto3" json:"unreachables,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*CommitmentAggregatedList) Descriptor

func (*CommitmentAggregatedList) Descriptor() ([]byte, []int)

Deprecated: Use CommitmentAggregatedList.ProtoReflect.Descriptor instead.

func (*CommitmentAggregatedList) GetId

func (x *CommitmentAggregatedList) GetId() string

func (*CommitmentAggregatedList) GetItems

func (*CommitmentAggregatedList) GetKind

func (x *CommitmentAggregatedList) GetKind() string

func (*CommitmentAggregatedList) GetNextPageToken

func (x *CommitmentAggregatedList) GetNextPageToken() string
func (x *CommitmentAggregatedList) GetSelfLink() string

func (*CommitmentAggregatedList) GetUnreachables

func (x *CommitmentAggregatedList) GetUnreachables() []string

func (*CommitmentAggregatedList) GetWarning

func (x *CommitmentAggregatedList) GetWarning() *Warning

func (*CommitmentAggregatedList) ProtoMessage

func (*CommitmentAggregatedList) ProtoMessage()

func (*CommitmentAggregatedList) ProtoReflect

func (x *CommitmentAggregatedList) ProtoReflect() protoreflect.Message

func (*CommitmentAggregatedList) Reset

func (x *CommitmentAggregatedList) Reset()

func (*CommitmentAggregatedList) String

func (x *CommitmentAggregatedList) String() string

type CommitmentList

type CommitmentList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of Commitment resources.
	Items []*Commitment `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] Type of resource. Always compute#commitmentList for lists of commitments.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

Contains a list of Commitment resources.

func (*CommitmentList) Descriptor

func (*CommitmentList) Descriptor() ([]byte, []int)

Deprecated: Use CommitmentList.ProtoReflect.Descriptor instead.

func (*CommitmentList) GetId

func (x *CommitmentList) GetId() string

func (*CommitmentList) GetItems

func (x *CommitmentList) GetItems() []*Commitment

func (*CommitmentList) GetKind

func (x *CommitmentList) GetKind() string

func (*CommitmentList) GetNextPageToken

func (x *CommitmentList) GetNextPageToken() string
func (x *CommitmentList) GetSelfLink() string

func (*CommitmentList) GetWarning

func (x *CommitmentList) GetWarning() *Warning

func (*CommitmentList) ProtoMessage

func (*CommitmentList) ProtoMessage()

func (*CommitmentList) ProtoReflect

func (x *CommitmentList) ProtoReflect() protoreflect.Message

func (*CommitmentList) Reset

func (x *CommitmentList) Reset()

func (*CommitmentList) String

func (x *CommitmentList) String() string

type Commitment_Category

type Commitment_Category int32

The category of the commitment. Category MACHINE specifies commitments composed of machine resources such as VCPU or MEMORY, listed in resources. Category LICENSE specifies commitments composed of software licenses, listed in licenseResources. Note that only MACHINE commitments should have a Type specified.

const (
	// A value indicating that the enum field is not set.
	Commitment_UNDEFINED_CATEGORY   Commitment_Category = 0
	Commitment_CATEGORY_UNSPECIFIED Commitment_Category = 509189462
	Commitment_LICENSE              Commitment_Category = 347869217
	Commitment_MACHINE              Commitment_Category = 469553191
)

func (Commitment_Category) Descriptor

func (Commitment_Category) Enum

func (Commitment_Category) EnumDescriptor

func (Commitment_Category) EnumDescriptor() ([]byte, []int)

Deprecated: Use Commitment_Category.Descriptor instead.

func (Commitment_Category) Number

func (Commitment_Category) String

func (x Commitment_Category) String() string

func (Commitment_Category) Type

type Commitment_Plan

type Commitment_Plan int32

The plan for this commitment, which determines duration and discount rate. The currently supported plans are TWELVE_MONTH (1 year), and THIRTY_SIX_MONTH (3 years).

const (
	// A value indicating that the enum field is not set.
	Commitment_UNDEFINED_PLAN   Commitment_Plan = 0
	Commitment_INVALID          Commitment_Plan = 530283991
	Commitment_THIRTY_SIX_MONTH Commitment_Plan = 266295942
	Commitment_TWELVE_MONTH     Commitment_Plan = 173083962
)

func (Commitment_Plan) Descriptor

func (Commitment_Plan) Enum

func (x Commitment_Plan) Enum() *Commitment_Plan

func (Commitment_Plan) EnumDescriptor

func (Commitment_Plan) EnumDescriptor() ([]byte, []int)

Deprecated: Use Commitment_Plan.Descriptor instead.

func (Commitment_Plan) Number

func (Commitment_Plan) String

func (x Commitment_Plan) String() string

func (Commitment_Plan) Type

type Commitment_Status

type Commitment_Status int32

[Output Only] Status of the commitment with regards to eventual expiration (each commitment has an end date defined). One of the following values: NOT_YET_ACTIVE, ACTIVE, EXPIRED.

const (
	// A value indicating that the enum field is not set.
	Commitment_UNDEFINED_STATUS Commitment_Status = 0
	Commitment_ACTIVE           Commitment_Status = 314733318
	// Deprecate CANCELED status. Will use separate status to differentiate cancel by mergeCud or manual cancellation.
	Commitment_CANCELLED      Commitment_Status = 41957681
	Commitment_CREATING       Commitment_Status = 455564985
	Commitment_EXPIRED        Commitment_Status = 482489093
	Commitment_NOT_YET_ACTIVE Commitment_Status = 20607337
)

func (Commitment_Status) Descriptor

func (Commitment_Status) Enum

func (Commitment_Status) EnumDescriptor

func (Commitment_Status) EnumDescriptor() ([]byte, []int)

Deprecated: Use Commitment_Status.Descriptor instead.

func (Commitment_Status) Number

func (Commitment_Status) String

func (x Commitment_Status) String() string

func (Commitment_Status) Type

type Commitment_Type

type Commitment_Type int32

The type of commitment, which affects the discount rate and the eligible resources. Type MEMORY_OPTIMIZED specifies a commitment that will only apply to memory optimized machines. Type ACCELERATOR_OPTIMIZED specifies a commitment that will only apply to accelerator optimized machines.

const (
	// A value indicating that the enum field is not set.
	Commitment_UNDEFINED_TYPE        Commitment_Type = 0
	Commitment_ACCELERATOR_OPTIMIZED Commitment_Type = 280848403
	Commitment_COMPUTE_OPTIMIZED     Commitment_Type = 158349023
	Commitment_COMPUTE_OPTIMIZED_C2D Commitment_Type = 383246453
	Commitment_COMPUTE_OPTIMIZED_C3  Commitment_Type = 428004784
	Commitment_GENERAL_PURPOSE       Commitment_Type = 299793543
	Commitment_GENERAL_PURPOSE_E2    Commitment_Type = 301911877
	Commitment_GENERAL_PURPOSE_N2    Commitment_Type = 301912156
	Commitment_GENERAL_PURPOSE_N2D   Commitment_Type = 232471400
	Commitment_GENERAL_PURPOSE_T2D   Commitment_Type = 232477166
	Commitment_GRAPHICS_OPTIMIZED    Commitment_Type = 68500563
	Commitment_MEMORY_OPTIMIZED      Commitment_Type = 281753417
	Commitment_MEMORY_OPTIMIZED_M3   Commitment_Type = 276301372
	Commitment_TYPE_UNSPECIFIED      Commitment_Type = 437714322
)

func (Commitment_Type) Descriptor

func (Commitment_Type) Enum

func (x Commitment_Type) Enum() *Commitment_Type

func (Commitment_Type) EnumDescriptor

func (Commitment_Type) EnumDescriptor() ([]byte, []int)

Deprecated: Use Commitment_Type.Descriptor instead.

func (Commitment_Type) Number

func (Commitment_Type) String

func (x Commitment_Type) String() string

func (Commitment_Type) Type

type CommitmentsScopedList

type CommitmentsScopedList struct {

	// [Output Only] A list of commitments contained in this scope.
	Commitments []*Commitment `protobuf:"bytes,450664446,rep,name=commitments,proto3" json:"commitments,omitempty"`
	// [Output Only] Informational warning which replaces the list of commitments when the list is empty.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*CommitmentsScopedList) Descriptor

func (*CommitmentsScopedList) Descriptor() ([]byte, []int)

Deprecated: Use CommitmentsScopedList.ProtoReflect.Descriptor instead.

func (*CommitmentsScopedList) GetCommitments

func (x *CommitmentsScopedList) GetCommitments() []*Commitment

func (*CommitmentsScopedList) GetWarning

func (x *CommitmentsScopedList) GetWarning() *Warning

func (*CommitmentsScopedList) ProtoMessage

func (*CommitmentsScopedList) ProtoMessage()

func (*CommitmentsScopedList) ProtoReflect

func (x *CommitmentsScopedList) ProtoReflect() protoreflect.Message

func (*CommitmentsScopedList) Reset

func (x *CommitmentsScopedList) Reset()

func (*CommitmentsScopedList) String

func (x *CommitmentsScopedList) String() string

type Condition

type Condition struct {

	// This is deprecated and has no effect. Do not use.
	// Check the Iam enum for the list of possible values.
	Iam *string `protobuf:"bytes,104021,opt,name=iam,proto3,oneof" json:"iam,omitempty"`
	// This is deprecated and has no effect. Do not use.
	// Check the Op enum for the list of possible values.
	Op *string `protobuf:"bytes,3553,opt,name=op,proto3,oneof" json:"op,omitempty"`
	// This is deprecated and has no effect. Do not use.
	Svc *string `protobuf:"bytes,114272,opt,name=svc,proto3,oneof" json:"svc,omitempty"`
	// This is deprecated and has no effect. Do not use.
	// Check the Sys enum for the list of possible values.
	Sys *string `protobuf:"bytes,114381,opt,name=sys,proto3,oneof" json:"sys,omitempty"`
	// This is deprecated and has no effect. Do not use.
	Values []string `protobuf:"bytes,249928994,rep,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

This is deprecated and has no effect. Do not use.

func (*Condition) Descriptor

func (*Condition) Descriptor() ([]byte, []int)

Deprecated: Use Condition.ProtoReflect.Descriptor instead.

func (*Condition) GetIam

func (x *Condition) GetIam() string

func (*Condition) GetOp

func (x *Condition) GetOp() string

func (*Condition) GetSvc

func (x *Condition) GetSvc() string

func (*Condition) GetSys

func (x *Condition) GetSys() string

func (*Condition) GetValues

func (x *Condition) GetValues() []string

func (*Condition) ProtoMessage

func (*Condition) ProtoMessage()

func (*Condition) ProtoReflect

func (x *Condition) ProtoReflect() protoreflect.Message

func (*Condition) Reset

func (x *Condition) Reset()

func (*Condition) String

func (x *Condition) String() string

type Condition_Iam

type Condition_Iam int32

This is deprecated and has no effect. Do not use. Additional supported values which may be not listed in the enum directly due to technical reasons: NO_ATTR

const (
	// A value indicating that the enum field is not set.
	Condition_UNDEFINED_IAM Condition_Iam = 0
	// This is deprecated and has no effect. Do not use.
	Condition_APPROVER Condition_Iam = 357258949
	// This is deprecated and has no effect. Do not use.
	Condition_ATTRIBUTION Condition_Iam = 232465503
	// This is deprecated and has no effect. Do not use.
	Condition_AUTHORITY Condition_Iam = 504108835
	// This is deprecated and has no effect. Do not use.
	Condition_CREDENTIALS_TYPE Condition_Iam = 348222141
	// This is deprecated and has no effect. Do not use.
	Condition_CREDS_ASSERTION Condition_Iam = 332343272
	// This is deprecated and has no effect. Do not use.
	Condition_JUSTIFICATION_TYPE Condition_Iam = 206147719
	// This is deprecated and has no effect. Do not use.
	Condition_SECURITY_REALM Condition_Iam = 526269616
)

func (Condition_Iam) Descriptor

func (Condition_Iam) Enum

func (x Condition_Iam) Enum() *Condition_Iam

func (Condition_Iam) EnumDescriptor

func (Condition_Iam) EnumDescriptor() ([]byte, []int)

Deprecated: Use Condition_Iam.Descriptor instead.

func (Condition_Iam) Number

func (Condition_Iam) String

func (x Condition_Iam) String() string

func (Condition_Iam) Type

type Condition_Op

type Condition_Op int32

This is deprecated and has no effect. Do not use.

const (
	// A value indicating that the enum field is not set.
	Condition_UNDEFINED_OP Condition_Op = 0
	// This is deprecated and has no effect. Do not use.
	Condition_DISCHARGED Condition_Op = 266338274
	// This is deprecated and has no effect. Do not use.
	Condition_EQUALS Condition_Op = 442201023
	// This is deprecated and has no effect. Do not use.
	Condition_IN Condition_Op = 2341
	// This is deprecated and has no effect. Do not use.
	Condition_NOT_EQUALS Condition_Op = 19718859
	// This is deprecated and has no effect. Do not use.
	Condition_NOT_IN Condition_Op = 161144369
	// This is deprecated and has no effect. Do not use.
	Condition_NO_OP Condition_Op = 74481951
)

func (Condition_Op) Descriptor

func (Condition_Op) Enum

func (x Condition_Op) Enum() *Condition_Op

func (Condition_Op) EnumDescriptor

func (Condition_Op) EnumDescriptor() ([]byte, []int)

Deprecated: Use Condition_Op.Descriptor instead.

func (Condition_Op) Number

func (Condition_Op) String

func (x Condition_Op) String() string

func (Condition_Op) Type

type Condition_Sys

type Condition_Sys int32

This is deprecated and has no effect. Do not use. Additional supported values which may be not listed in the enum directly due to technical reasons: NO_ATTR

const (
	// A value indicating that the enum field is not set.
	Condition_UNDEFINED_SYS Condition_Sys = 0
	// This is deprecated and has no effect. Do not use.
	Condition_IP Condition_Sys = 2343
	// This is deprecated and has no effect. Do not use.
	Condition_NAME Condition_Sys = 2388619
	// This is deprecated and has no effect. Do not use.
	Condition_REGION Condition_Sys = 266017524
	// This is deprecated and has no effect. Do not use.
	Condition_SERVICE Condition_Sys = 17781397
)

func (Condition_Sys) Descriptor

func (Condition_Sys) Enum

func (x Condition_Sys) Enum() *Condition_Sys

func (Condition_Sys) EnumDescriptor

func (Condition_Sys) EnumDescriptor() ([]byte, []int)

Deprecated: Use Condition_Sys.Descriptor instead.

func (Condition_Sys) Number

func (Condition_Sys) String

func (x Condition_Sys) String() string

func (Condition_Sys) Type

type ConfidentialInstanceConfig

type ConfidentialInstanceConfig struct {

	// Defines whether the instance should have confidential compute enabled.
	EnableConfidentialCompute *bool `protobuf:"varint,102135228,opt,name=enable_confidential_compute,json=enableConfidentialCompute,proto3,oneof" json:"enable_confidential_compute,omitempty"`
	// contains filtered or unexported fields
}

A set of Confidential Instance options.

func (*ConfidentialInstanceConfig) Descriptor

func (*ConfidentialInstanceConfig) Descriptor() ([]byte, []int)

Deprecated: Use ConfidentialInstanceConfig.ProtoReflect.Descriptor instead.

func (*ConfidentialInstanceConfig) GetEnableConfidentialCompute

func (x *ConfidentialInstanceConfig) GetEnableConfidentialCompute() bool

func (*ConfidentialInstanceConfig) ProtoMessage

func (*ConfidentialInstanceConfig) ProtoMessage()

func (*ConfidentialInstanceConfig) ProtoReflect

func (*ConfidentialInstanceConfig) Reset

func (x *ConfidentialInstanceConfig) Reset()

func (*ConfidentialInstanceConfig) String

func (x *ConfidentialInstanceConfig) String() string

type ConnectionDraining

type ConnectionDraining struct {

	// Configures a duration timeout for existing requests on a removed backend instance. For supported load balancers and protocols, as described in Enabling connection draining.
	DrainingTimeoutSec *int32 `protobuf:"varint,225127070,opt,name=draining_timeout_sec,json=drainingTimeoutSec,proto3,oneof" json:"draining_timeout_sec,omitempty"`
	// contains filtered or unexported fields
}

Message containing connection draining configuration.

func (*ConnectionDraining) Descriptor

func (*ConnectionDraining) Descriptor() ([]byte, []int)

Deprecated: Use ConnectionDraining.ProtoReflect.Descriptor instead.

func (*ConnectionDraining) GetDrainingTimeoutSec

func (x *ConnectionDraining) GetDrainingTimeoutSec() int32

func (*ConnectionDraining) ProtoMessage

func (*ConnectionDraining) ProtoMessage()

func (*ConnectionDraining) ProtoReflect

func (x *ConnectionDraining) ProtoReflect() protoreflect.Message

func (*ConnectionDraining) Reset

func (x *ConnectionDraining) Reset()

func (*ConnectionDraining) String

func (x *ConnectionDraining) String() string

type ConsistentHashLoadBalancerSettings

type ConsistentHashLoadBalancerSettings struct {

	// Hash is based on HTTP Cookie. This field describes a HTTP cookie that will be used as the hash key for the consistent hash load balancer. If the cookie is not present, it will be generated. This field is applicable if the sessionAffinity is set to HTTP_COOKIE. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.
	HttpCookie *ConsistentHashLoadBalancerSettingsHttpCookie `protobuf:"bytes,6673915,opt,name=http_cookie,json=httpCookie,proto3,oneof" json:"http_cookie,omitempty"`
	// The hash based on the value of the specified header field. This field is applicable if the sessionAffinity is set to HEADER_FIELD.
	HttpHeaderName *string `protobuf:"bytes,234798022,opt,name=http_header_name,json=httpHeaderName,proto3,oneof" json:"http_header_name,omitempty"`
	// The minimum number of virtual nodes to use for the hash ring. Defaults to 1024. Larger ring sizes result in more granular load distributions. If the number of hosts in the load balancing pool is larger than the ring size, each host will be assigned a single virtual node.
	MinimumRingSize *int64 `protobuf:"varint,234380735,opt,name=minimum_ring_size,json=minimumRingSize,proto3,oneof" json:"minimum_ring_size,omitempty"`
	// contains filtered or unexported fields
}

This message defines settings for a consistent hash style load balancer.

func (*ConsistentHashLoadBalancerSettings) Descriptor

func (*ConsistentHashLoadBalancerSettings) Descriptor() ([]byte, []int)

Deprecated: Use ConsistentHashLoadBalancerSettings.ProtoReflect.Descriptor instead.

func (*ConsistentHashLoadBalancerSettings) GetHttpCookie

func (*ConsistentHashLoadBalancerSettings) GetHttpHeaderName

func (x *ConsistentHashLoadBalancerSettings) GetHttpHeaderName() string

func (*ConsistentHashLoadBalancerSettings) GetMinimumRingSize

func (x *ConsistentHashLoadBalancerSettings) GetMinimumRingSize() int64

func (*ConsistentHashLoadBalancerSettings) ProtoMessage

func (*ConsistentHashLoadBalancerSettings) ProtoMessage()

func (*ConsistentHashLoadBalancerSettings) ProtoReflect

func (*ConsistentHashLoadBalancerSettings) Reset

func (*ConsistentHashLoadBalancerSettings) String

type ConsistentHashLoadBalancerSettingsHttpCookie

type ConsistentHashLoadBalancerSettingsHttpCookie struct {

	// Name of the cookie.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// Path to set for the cookie.
	Path *string `protobuf:"bytes,3433509,opt,name=path,proto3,oneof" json:"path,omitempty"`
	// Lifetime of the cookie.
	Ttl *Duration `protobuf:"bytes,115180,opt,name=ttl,proto3,oneof" json:"ttl,omitempty"`
	// contains filtered or unexported fields
}

The information about the HTTP Cookie on which the hash function is based for load balancing policies that use a consistent hash.

func (*ConsistentHashLoadBalancerSettingsHttpCookie) Descriptor

Deprecated: Use ConsistentHashLoadBalancerSettingsHttpCookie.ProtoReflect.Descriptor instead.

func (*ConsistentHashLoadBalancerSettingsHttpCookie) GetName

func (*ConsistentHashLoadBalancerSettingsHttpCookie) GetPath

func (*ConsistentHashLoadBalancerSettingsHttpCookie) GetTtl

func (*ConsistentHashLoadBalancerSettingsHttpCookie) ProtoMessage

func (*ConsistentHashLoadBalancerSettingsHttpCookie) ProtoReflect

func (*ConsistentHashLoadBalancerSettingsHttpCookie) Reset

func (*ConsistentHashLoadBalancerSettingsHttpCookie) String

type CorsPolicy

type CorsPolicy struct {

	// In response to a preflight request, setting this to true indicates that the actual request can include user credentials. This field translates to the Access-Control-Allow-Credentials header. Default is false.
	AllowCredentials *bool `protobuf:"varint,481263366,opt,name=allow_credentials,json=allowCredentials,proto3,oneof" json:"allow_credentials,omitempty"`
	// Specifies the content for the Access-Control-Allow-Headers header.
	AllowHeaders []string `protobuf:"bytes,45179024,rep,name=allow_headers,json=allowHeaders,proto3" json:"allow_headers,omitempty"`
	// Specifies the content for the Access-Control-Allow-Methods header.
	AllowMethods []string `protobuf:"bytes,205405372,rep,name=allow_methods,json=allowMethods,proto3" json:"allow_methods,omitempty"`
	// Specifies a regular expression that matches allowed origins. For more information about the regular expression syntax, see Syntax. An origin is allowed if it matches either an item in allowOrigins or an item in allowOriginRegexes. Regular expressions can only be used when the loadBalancingScheme is set to INTERNAL_SELF_MANAGED.
	AllowOriginRegexes []string `protobuf:"bytes,215385810,rep,name=allow_origin_regexes,json=allowOriginRegexes,proto3" json:"allow_origin_regexes,omitempty"`
	// Specifies the list of origins that is allowed to do CORS requests. An origin is allowed if it matches either an item in allowOrigins or an item in allowOriginRegexes.
	AllowOrigins []string `protobuf:"bytes,194914071,rep,name=allow_origins,json=allowOrigins,proto3" json:"allow_origins,omitempty"`
	// If true, the setting specifies the CORS policy is disabled. The default value of false, which indicates that the CORS policy is in effect.
	Disabled *bool `protobuf:"varint,270940796,opt,name=disabled,proto3,oneof" json:"disabled,omitempty"`
	// Specifies the content for the Access-Control-Expose-Headers header.
	ExposeHeaders []string `protobuf:"bytes,247604747,rep,name=expose_headers,json=exposeHeaders,proto3" json:"expose_headers,omitempty"`
	// Specifies how long results of a preflight request can be cached in seconds. This field translates to the Access-Control-Max-Age header.
	MaxAge *int32 `protobuf:"varint,307559332,opt,name=max_age,json=maxAge,proto3,oneof" json:"max_age,omitempty"`
	// contains filtered or unexported fields
}

The specification for allowing client-side cross-origin requests. For more information about the W3C recommendation for cross-origin resource sharing (CORS), see Fetch API Living Standard.

func (*CorsPolicy) Descriptor

func (*CorsPolicy) Descriptor() ([]byte, []int)

Deprecated: Use CorsPolicy.ProtoReflect.Descriptor instead.

func (*CorsPolicy) GetAllowCredentials

func (x *CorsPolicy) GetAllowCredentials() bool

func (*CorsPolicy) GetAllowHeaders

func (x *CorsPolicy) GetAllowHeaders() []string

func (*CorsPolicy) GetAllowMethods

func (x *CorsPolicy) GetAllowMethods() []string

func (*CorsPolicy) GetAllowOriginRegexes

func (x *CorsPolicy) GetAllowOriginRegexes() []string

func (*CorsPolicy) GetAllowOrigins

func (x *CorsPolicy) GetAllowOrigins() []string

func (*CorsPolicy) GetDisabled

func (x *CorsPolicy) GetDisabled() bool

func (*CorsPolicy) GetExposeHeaders

func (x *CorsPolicy) GetExposeHeaders() []string

func (*CorsPolicy) GetMaxAge

func (x *CorsPolicy) GetMaxAge() int32

func (*CorsPolicy) ProtoMessage

func (*CorsPolicy) ProtoMessage()

func (*CorsPolicy) ProtoReflect

func (x *CorsPolicy) ProtoReflect() protoreflect.Message

func (*CorsPolicy) Reset

func (x *CorsPolicy) Reset()

func (*CorsPolicy) String

func (x *CorsPolicy) String() string

type CreateInstancesInstanceGroupManagerRequest

type CreateInstancesInstanceGroupManagerRequest struct {

	// The name of the managed instance group. It should conform to RFC1035.
	InstanceGroupManager string `protobuf:"bytes,249363395,opt,name=instance_group_manager,json=instanceGroupManager,proto3" json:"instance_group_manager,omitempty"`
	// The body resource for this request
	InstanceGroupManagersCreateInstancesRequestResource *InstanceGroupManagersCreateInstancesRequest `protobuf:"bytes,24558867,opt,name=instance_group_managers_create_instances_request_resource,json=instanceGroupManagersCreateInstancesRequestResource,proto3" json:"instance_group_managers_create_instances_request_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone where the managed instance group is located. It should conform to RFC1035.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for InstanceGroupManagers.CreateInstances. See the method description for details.

func (*CreateInstancesInstanceGroupManagerRequest) Descriptor

Deprecated: Use CreateInstancesInstanceGroupManagerRequest.ProtoReflect.Descriptor instead.

func (*CreateInstancesInstanceGroupManagerRequest) GetInstanceGroupManager

func (x *CreateInstancesInstanceGroupManagerRequest) GetInstanceGroupManager() string

func (*CreateInstancesInstanceGroupManagerRequest) GetInstanceGroupManagersCreateInstancesRequestResource

func (x *CreateInstancesInstanceGroupManagerRequest) GetInstanceGroupManagersCreateInstancesRequestResource() *InstanceGroupManagersCreateInstancesRequest

func (*CreateInstancesInstanceGroupManagerRequest) GetProject

func (*CreateInstancesInstanceGroupManagerRequest) GetRequestId

func (*CreateInstancesInstanceGroupManagerRequest) GetZone

func (*CreateInstancesInstanceGroupManagerRequest) ProtoMessage

func (*CreateInstancesInstanceGroupManagerRequest) ProtoReflect

func (*CreateInstancesInstanceGroupManagerRequest) Reset

func (*CreateInstancesInstanceGroupManagerRequest) String

type CreateInstancesRegionInstanceGroupManagerRequest

type CreateInstancesRegionInstanceGroupManagerRequest struct {

	// The name of the managed instance group. It should conform to RFC1035.
	InstanceGroupManager string `protobuf:"bytes,249363395,opt,name=instance_group_manager,json=instanceGroupManager,proto3" json:"instance_group_manager,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the region where the managed instance group is located. It should conform to RFC1035.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// The body resource for this request
	RegionInstanceGroupManagersCreateInstancesRequestResource *RegionInstanceGroupManagersCreateInstancesRequest `protobuf:"bytes,359014280,opt,name=region_instance_group_managers_create_instances_request_resource,json=regionInstanceGroupManagersCreateInstancesRequestResource,proto3" json:"region_instance_group_managers_create_instances_request_resource,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionInstanceGroupManagers.CreateInstances. See the method description for details.

func (*CreateInstancesRegionInstanceGroupManagerRequest) Descriptor

Deprecated: Use CreateInstancesRegionInstanceGroupManagerRequest.ProtoReflect.Descriptor instead.

func (*CreateInstancesRegionInstanceGroupManagerRequest) GetInstanceGroupManager

func (x *CreateInstancesRegionInstanceGroupManagerRequest) GetInstanceGroupManager() string

func (*CreateInstancesRegionInstanceGroupManagerRequest) GetProject

func (*CreateInstancesRegionInstanceGroupManagerRequest) GetRegion

func (*CreateInstancesRegionInstanceGroupManagerRequest) GetRegionInstanceGroupManagersCreateInstancesRequestResource

func (x *CreateInstancesRegionInstanceGroupManagerRequest) GetRegionInstanceGroupManagersCreateInstancesRequestResource() *RegionInstanceGroupManagersCreateInstancesRequest

func (*CreateInstancesRegionInstanceGroupManagerRequest) GetRequestId

func (*CreateInstancesRegionInstanceGroupManagerRequest) ProtoMessage

func (*CreateInstancesRegionInstanceGroupManagerRequest) ProtoReflect

func (*CreateInstancesRegionInstanceGroupManagerRequest) Reset

func (*CreateInstancesRegionInstanceGroupManagerRequest) String

type CreateSnapshotDiskRequest

type CreateSnapshotDiskRequest struct {

	// Name of the persistent disk to snapshot.
	Disk string `protobuf:"bytes,3083677,opt,name=disk,proto3" json:"disk,omitempty"`
	// [Input Only] Whether to attempt an application consistent snapshot by informing the OS to prepare for the snapshot process.
	GuestFlush *bool `protobuf:"varint,385550813,opt,name=guest_flush,json=guestFlush,proto3,oneof" json:"guest_flush,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The body resource for this request
	SnapshotResource *Snapshot `protobuf:"bytes,481319977,opt,name=snapshot_resource,json=snapshotResource,proto3" json:"snapshot_resource,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Disks.CreateSnapshot. See the method description for details.

func (*CreateSnapshotDiskRequest) Descriptor

func (*CreateSnapshotDiskRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateSnapshotDiskRequest.ProtoReflect.Descriptor instead.

func (*CreateSnapshotDiskRequest) GetDisk

func (x *CreateSnapshotDiskRequest) GetDisk() string

func (*CreateSnapshotDiskRequest) GetGuestFlush

func (x *CreateSnapshotDiskRequest) GetGuestFlush() bool

func (*CreateSnapshotDiskRequest) GetProject

func (x *CreateSnapshotDiskRequest) GetProject() string

func (*CreateSnapshotDiskRequest) GetRequestId

func (x *CreateSnapshotDiskRequest) GetRequestId() string

func (*CreateSnapshotDiskRequest) GetSnapshotResource

func (x *CreateSnapshotDiskRequest) GetSnapshotResource() *Snapshot

func (*CreateSnapshotDiskRequest) GetZone

func (x *CreateSnapshotDiskRequest) GetZone() string

func (*CreateSnapshotDiskRequest) ProtoMessage

func (*CreateSnapshotDiskRequest) ProtoMessage()

func (*CreateSnapshotDiskRequest) ProtoReflect

func (*CreateSnapshotDiskRequest) Reset

func (x *CreateSnapshotDiskRequest) Reset()

func (*CreateSnapshotDiskRequest) String

func (x *CreateSnapshotDiskRequest) String() string

type CreateSnapshotRegionDiskRequest

type CreateSnapshotRegionDiskRequest struct {

	// Name of the regional persistent disk to snapshot.
	Disk string `protobuf:"bytes,3083677,opt,name=disk,proto3" json:"disk,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The body resource for this request
	SnapshotResource *Snapshot `protobuf:"bytes,481319977,opt,name=snapshot_resource,json=snapshotResource,proto3" json:"snapshot_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionDisks.CreateSnapshot. See the method description for details.

func (*CreateSnapshotRegionDiskRequest) Descriptor

func (*CreateSnapshotRegionDiskRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateSnapshotRegionDiskRequest.ProtoReflect.Descriptor instead.

func (*CreateSnapshotRegionDiskRequest) GetDisk

func (*CreateSnapshotRegionDiskRequest) GetProject

func (x *CreateSnapshotRegionDiskRequest) GetProject() string

func (*CreateSnapshotRegionDiskRequest) GetRegion

func (x *CreateSnapshotRegionDiskRequest) GetRegion() string

func (*CreateSnapshotRegionDiskRequest) GetRequestId

func (x *CreateSnapshotRegionDiskRequest) GetRequestId() string

func (*CreateSnapshotRegionDiskRequest) GetSnapshotResource

func (x *CreateSnapshotRegionDiskRequest) GetSnapshotResource() *Snapshot

func (*CreateSnapshotRegionDiskRequest) ProtoMessage

func (*CreateSnapshotRegionDiskRequest) ProtoMessage()

func (*CreateSnapshotRegionDiskRequest) ProtoReflect

func (*CreateSnapshotRegionDiskRequest) Reset

func (*CreateSnapshotRegionDiskRequest) String

type CustomerEncryptionKey

type CustomerEncryptionKey struct {

	// The name of the encryption key that is stored in Google Cloud KMS. For example: "kmsKeyName": "projects/kms_project_id/locations/region/keyRings/ key_region/cryptoKeys/key The fully-qualifed key name may be returned for resource GET requests. For example: "kmsKeyName": "projects/kms_project_id/locations/region/keyRings/ key_region/cryptoKeys/key /cryptoKeyVersions/1
	KmsKeyName *string `protobuf:"bytes,484373913,opt,name=kms_key_name,json=kmsKeyName,proto3,oneof" json:"kms_key_name,omitempty"`
	// The service account being used for the encryption request for the given KMS key. If absent, the Compute Engine default service account is used. For example: "kmsKeyServiceAccount": "name@project_id.iam.gserviceaccount.com/
	KmsKeyServiceAccount *string `protobuf:"bytes,209986261,opt,name=kms_key_service_account,json=kmsKeyServiceAccount,proto3,oneof" json:"kms_key_service_account,omitempty"`
	// Specifies a 256-bit customer-supplied encryption key, encoded in RFC 4648 base64 to either encrypt or decrypt this resource. You can provide either the rawKey or the rsaEncryptedKey. For example: "rawKey": "SGVsbG8gZnJvbSBHb29nbGUgQ2xvdWQgUGxhdGZvcm0="
	RawKey *string `protobuf:"bytes,449196488,opt,name=raw_key,json=rawKey,proto3,oneof" json:"raw_key,omitempty"`
	// Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit customer-supplied encryption key to either encrypt or decrypt this resource. You can provide either the rawKey or the rsaEncryptedKey. For example: "rsaEncryptedKey": "ieCx/NcW06PcT7Ep1X6LUTc/hLvUDYyzSZPPVCVPTVEohpeHASqC8uw5TzyO9U+Fka9JFH z0mBibXUInrC/jEk014kCK/NPjYgEMOyssZ4ZINPKxlUh2zn1bV+MCaTICrdmuSBTWlUUiFoD D6PYznLwh8ZNdaheCeZ8ewEXgFQ8V+sDroLaN3Xs3MDTXQEMMoNUXMCZEIpg9Vtp9x2oe==" The key must meet the following requirements before you can provide it to Compute Engine: 1. The key is wrapped using a RSA public key certificate provided by Google. 2. After being wrapped, the key must be encoded in RFC 4648 base64 encoding. Gets the RSA public key certificate provided by Google at: https://cloud-certs.storage.googleapis.com/google-cloud-csek-ingress.pem
	RsaEncryptedKey *string `protobuf:"bytes,335487397,opt,name=rsa_encrypted_key,json=rsaEncryptedKey,proto3,oneof" json:"rsa_encrypted_key,omitempty"`
	// [Output only] The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key that protects this resource.
	Sha256 *string `protobuf:"bytes,170112551,opt,name=sha256,proto3,oneof" json:"sha256,omitempty"`
	// contains filtered or unexported fields
}

func (*CustomerEncryptionKey) Descriptor

func (*CustomerEncryptionKey) Descriptor() ([]byte, []int)

Deprecated: Use CustomerEncryptionKey.ProtoReflect.Descriptor instead.

func (*CustomerEncryptionKey) GetKmsKeyName

func (x *CustomerEncryptionKey) GetKmsKeyName() string

func (*CustomerEncryptionKey) GetKmsKeyServiceAccount

func (x *CustomerEncryptionKey) GetKmsKeyServiceAccount() string

func (*CustomerEncryptionKey) GetRawKey

func (x *CustomerEncryptionKey) GetRawKey() string

func (*CustomerEncryptionKey) GetRsaEncryptedKey

func (x *CustomerEncryptionKey) GetRsaEncryptedKey() string

func (*CustomerEncryptionKey) GetSha256

func (x *CustomerEncryptionKey) GetSha256() string

func (*CustomerEncryptionKey) ProtoMessage

func (*CustomerEncryptionKey) ProtoMessage()

func (*CustomerEncryptionKey) ProtoReflect

func (x *CustomerEncryptionKey) ProtoReflect() protoreflect.Message

func (*CustomerEncryptionKey) Reset

func (x *CustomerEncryptionKey) Reset()

func (*CustomerEncryptionKey) String

func (x *CustomerEncryptionKey) String() string

type CustomerEncryptionKeyProtectedDisk

type CustomerEncryptionKeyProtectedDisk struct {

	// Decrypts data associated with the disk with a customer-supplied encryption key.
	DiskEncryptionKey *CustomerEncryptionKey `protobuf:"bytes,271660677,opt,name=disk_encryption_key,json=diskEncryptionKey,proto3,oneof" json:"disk_encryption_key,omitempty"`
	// Specifies a valid partial or full URL to an existing Persistent Disk resource. This field is only applicable for persistent disks. For example: "source": "/compute/v1/projects/project_id/zones/zone/disks/ disk_name
	Source *string `protobuf:"bytes,177235995,opt,name=source,proto3,oneof" json:"source,omitempty"`
	// contains filtered or unexported fields
}

func (*CustomerEncryptionKeyProtectedDisk) Descriptor

func (*CustomerEncryptionKeyProtectedDisk) Descriptor() ([]byte, []int)

Deprecated: Use CustomerEncryptionKeyProtectedDisk.ProtoReflect.Descriptor instead.

func (*CustomerEncryptionKeyProtectedDisk) GetDiskEncryptionKey

func (x *CustomerEncryptionKeyProtectedDisk) GetDiskEncryptionKey() *CustomerEncryptionKey

func (*CustomerEncryptionKeyProtectedDisk) GetSource

func (*CustomerEncryptionKeyProtectedDisk) ProtoMessage

func (*CustomerEncryptionKeyProtectedDisk) ProtoMessage()

func (*CustomerEncryptionKeyProtectedDisk) ProtoReflect

func (*CustomerEncryptionKeyProtectedDisk) Reset

func (*CustomerEncryptionKeyProtectedDisk) String

type Data

type Data struct {

	// [Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).
	Key *string `protobuf:"bytes,106079,opt,name=key,proto3,oneof" json:"key,omitempty"`
	// [Output Only] A warning data value corresponding to the key.
	Value *string `protobuf:"bytes,111972721,opt,name=value,proto3,oneof" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*Data) Descriptor

func (*Data) Descriptor() ([]byte, []int)

Deprecated: Use Data.ProtoReflect.Descriptor instead.

func (*Data) GetKey

func (x *Data) GetKey() string

func (*Data) GetValue

func (x *Data) GetValue() string

func (*Data) ProtoMessage

func (*Data) ProtoMessage()

func (*Data) ProtoReflect

func (x *Data) ProtoReflect() protoreflect.Message

func (*Data) Reset

func (x *Data) Reset()

func (*Data) String

func (x *Data) String() string

type DeleteAccessConfigInstanceRequest

type DeleteAccessConfigInstanceRequest struct {

	// The name of the access config to delete.
	AccessConfig string `protobuf:"bytes,72856189,opt,name=access_config,json=accessConfig,proto3" json:"access_config,omitempty"`
	// The instance name for this request.
	Instance string `protobuf:"bytes,18257045,opt,name=instance,proto3" json:"instance,omitempty"`
	// The name of the network interface.
	NetworkInterface string `protobuf:"bytes,365387880,opt,name=network_interface,json=networkInterface,proto3" json:"network_interface,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Instances.DeleteAccessConfig. See the method description for details.

func (*DeleteAccessConfigInstanceRequest) Descriptor

func (*DeleteAccessConfigInstanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteAccessConfigInstanceRequest.ProtoReflect.Descriptor instead.

func (*DeleteAccessConfigInstanceRequest) GetAccessConfig

func (x *DeleteAccessConfigInstanceRequest) GetAccessConfig() string

func (*DeleteAccessConfigInstanceRequest) GetInstance

func (x *DeleteAccessConfigInstanceRequest) GetInstance() string

func (*DeleteAccessConfigInstanceRequest) GetNetworkInterface

func (x *DeleteAccessConfigInstanceRequest) GetNetworkInterface() string

func (*DeleteAccessConfigInstanceRequest) GetProject

func (x *DeleteAccessConfigInstanceRequest) GetProject() string

func (*DeleteAccessConfigInstanceRequest) GetRequestId

func (x *DeleteAccessConfigInstanceRequest) GetRequestId() string

func (*DeleteAccessConfigInstanceRequest) GetZone

func (*DeleteAccessConfigInstanceRequest) ProtoMessage

func (*DeleteAccessConfigInstanceRequest) ProtoMessage()

func (*DeleteAccessConfigInstanceRequest) ProtoReflect

func (*DeleteAccessConfigInstanceRequest) Reset

func (*DeleteAccessConfigInstanceRequest) String

type DeleteAddressRequest

type DeleteAddressRequest struct {

	// Name of the address resource to delete.
	Address string `protobuf:"bytes,462920692,opt,name=address,proto3" json:"address,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for Addresses.Delete. See the method description for details.

func (*DeleteAddressRequest) Descriptor

func (*DeleteAddressRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteAddressRequest.ProtoReflect.Descriptor instead.

func (*DeleteAddressRequest) GetAddress

func (x *DeleteAddressRequest) GetAddress() string

func (*DeleteAddressRequest) GetProject

func (x *DeleteAddressRequest) GetProject() string

func (*DeleteAddressRequest) GetRegion

func (x *DeleteAddressRequest) GetRegion() string

func (*DeleteAddressRequest) GetRequestId

func (x *DeleteAddressRequest) GetRequestId() string

func (*DeleteAddressRequest) ProtoMessage

func (*DeleteAddressRequest) ProtoMessage()

func (*DeleteAddressRequest) ProtoReflect

func (x *DeleteAddressRequest) ProtoReflect() protoreflect.Message

func (*DeleteAddressRequest) Reset

func (x *DeleteAddressRequest) Reset()

func (*DeleteAddressRequest) String

func (x *DeleteAddressRequest) String() string

type DeleteAutoscalerRequest

type DeleteAutoscalerRequest struct {

	// Name of the autoscaler to delete.
	Autoscaler string `protobuf:"bytes,517258967,opt,name=autoscaler,proto3" json:"autoscaler,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Autoscalers.Delete. See the method description for details.

func (*DeleteAutoscalerRequest) Descriptor

func (*DeleteAutoscalerRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteAutoscalerRequest.ProtoReflect.Descriptor instead.

func (*DeleteAutoscalerRequest) GetAutoscaler

func (x *DeleteAutoscalerRequest) GetAutoscaler() string

func (*DeleteAutoscalerRequest) GetProject

func (x *DeleteAutoscalerRequest) GetProject() string

func (*DeleteAutoscalerRequest) GetRequestId

func (x *DeleteAutoscalerRequest) GetRequestId() string

func (*DeleteAutoscalerRequest) GetZone

func (x *DeleteAutoscalerRequest) GetZone() string

func (*DeleteAutoscalerRequest) ProtoMessage

func (*DeleteAutoscalerRequest) ProtoMessage()

func (*DeleteAutoscalerRequest) ProtoReflect

func (x *DeleteAutoscalerRequest) ProtoReflect() protoreflect.Message

func (*DeleteAutoscalerRequest) Reset

func (x *DeleteAutoscalerRequest) Reset()

func (*DeleteAutoscalerRequest) String

func (x *DeleteAutoscalerRequest) String() string

type DeleteBackendBucketRequest

type DeleteBackendBucketRequest struct {

	// Name of the BackendBucket resource to delete.
	BackendBucket string `protobuf:"bytes,91714037,opt,name=backend_bucket,json=backendBucket,proto3" json:"backend_bucket,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for BackendBuckets.Delete. See the method description for details.

func (*DeleteBackendBucketRequest) Descriptor

func (*DeleteBackendBucketRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteBackendBucketRequest.ProtoReflect.Descriptor instead.

func (*DeleteBackendBucketRequest) GetBackendBucket

func (x *DeleteBackendBucketRequest) GetBackendBucket() string

func (*DeleteBackendBucketRequest) GetProject

func (x *DeleteBackendBucketRequest) GetProject() string

func (*DeleteBackendBucketRequest) GetRequestId

func (x *DeleteBackendBucketRequest) GetRequestId() string

func (*DeleteBackendBucketRequest) ProtoMessage

func (*DeleteBackendBucketRequest) ProtoMessage()

func (*DeleteBackendBucketRequest) ProtoReflect

func (*DeleteBackendBucketRequest) Reset

func (x *DeleteBackendBucketRequest) Reset()

func (*DeleteBackendBucketRequest) String

func (x *DeleteBackendBucketRequest) String() string

type DeleteBackendServiceRequest

type DeleteBackendServiceRequest struct {

	// Name of the BackendService resource to delete.
	BackendService string `protobuf:"bytes,306946058,opt,name=backend_service,json=backendService,proto3" json:"backend_service,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for BackendServices.Delete. See the method description for details.

func (*DeleteBackendServiceRequest) Descriptor

func (*DeleteBackendServiceRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteBackendServiceRequest.ProtoReflect.Descriptor instead.

func (*DeleteBackendServiceRequest) GetBackendService

func (x *DeleteBackendServiceRequest) GetBackendService() string

func (*DeleteBackendServiceRequest) GetProject

func (x *DeleteBackendServiceRequest) GetProject() string

func (*DeleteBackendServiceRequest) GetRequestId

func (x *DeleteBackendServiceRequest) GetRequestId() string

func (*DeleteBackendServiceRequest) ProtoMessage

func (*DeleteBackendServiceRequest) ProtoMessage()

func (*DeleteBackendServiceRequest) ProtoReflect

func (*DeleteBackendServiceRequest) Reset

func (x *DeleteBackendServiceRequest) Reset()

func (*DeleteBackendServiceRequest) String

func (x *DeleteBackendServiceRequest) String() string

type DeleteDiskRequest

type DeleteDiskRequest struct {

	// Name of the persistent disk to delete.
	Disk string `protobuf:"bytes,3083677,opt,name=disk,proto3" json:"disk,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Disks.Delete. See the method description for details.

func (*DeleteDiskRequest) Descriptor

func (*DeleteDiskRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteDiskRequest.ProtoReflect.Descriptor instead.

func (*DeleteDiskRequest) GetDisk

func (x *DeleteDiskRequest) GetDisk() string

func (*DeleteDiskRequest) GetProject

func (x *DeleteDiskRequest) GetProject() string

func (*DeleteDiskRequest) GetRequestId

func (x *DeleteDiskRequest) GetRequestId() string

func (*DeleteDiskRequest) GetZone

func (x *DeleteDiskRequest) GetZone() string

func (*DeleteDiskRequest) ProtoMessage

func (*DeleteDiskRequest) ProtoMessage()

func (*DeleteDiskRequest) ProtoReflect

func (x *DeleteDiskRequest) ProtoReflect() protoreflect.Message

func (*DeleteDiskRequest) Reset

func (x *DeleteDiskRequest) Reset()

func (*DeleteDiskRequest) String

func (x *DeleteDiskRequest) String() string

type DeleteExternalVpnGatewayRequest

type DeleteExternalVpnGatewayRequest struct {

	// Name of the externalVpnGateways to delete.
	ExternalVpnGateway string `protobuf:"bytes,109898629,opt,name=external_vpn_gateway,json=externalVpnGateway,proto3" json:"external_vpn_gateway,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for ExternalVpnGateways.Delete. See the method description for details.

func (*DeleteExternalVpnGatewayRequest) Descriptor

func (*DeleteExternalVpnGatewayRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteExternalVpnGatewayRequest.ProtoReflect.Descriptor instead.

func (*DeleteExternalVpnGatewayRequest) GetExternalVpnGateway

func (x *DeleteExternalVpnGatewayRequest) GetExternalVpnGateway() string

func (*DeleteExternalVpnGatewayRequest) GetProject

func (x *DeleteExternalVpnGatewayRequest) GetProject() string

func (*DeleteExternalVpnGatewayRequest) GetRequestId

func (x *DeleteExternalVpnGatewayRequest) GetRequestId() string

func (*DeleteExternalVpnGatewayRequest) ProtoMessage

func (*DeleteExternalVpnGatewayRequest) ProtoMessage()

func (*DeleteExternalVpnGatewayRequest) ProtoReflect

func (*DeleteExternalVpnGatewayRequest) Reset

func (*DeleteExternalVpnGatewayRequest) String

type DeleteFirewallPolicyRequest

type DeleteFirewallPolicyRequest struct {

	// Name of the firewall policy to delete.
	FirewallPolicy string `protobuf:"bytes,498173265,opt,name=firewall_policy,json=firewallPolicy,proto3" json:"firewall_policy,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for FirewallPolicies.Delete. See the method description for details.

func (*DeleteFirewallPolicyRequest) Descriptor

func (*DeleteFirewallPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteFirewallPolicyRequest.ProtoReflect.Descriptor instead.

func (*DeleteFirewallPolicyRequest) GetFirewallPolicy

func (x *DeleteFirewallPolicyRequest) GetFirewallPolicy() string

func (*DeleteFirewallPolicyRequest) GetRequestId

func (x *DeleteFirewallPolicyRequest) GetRequestId() string

func (*DeleteFirewallPolicyRequest) ProtoMessage

func (*DeleteFirewallPolicyRequest) ProtoMessage()

func (*DeleteFirewallPolicyRequest) ProtoReflect

func (*DeleteFirewallPolicyRequest) Reset

func (x *DeleteFirewallPolicyRequest) Reset()

func (*DeleteFirewallPolicyRequest) String

func (x *DeleteFirewallPolicyRequest) String() string

type DeleteFirewallRequest

type DeleteFirewallRequest struct {

	// Name of the firewall rule to delete.
	Firewall string `protobuf:"bytes,511016192,opt,name=firewall,proto3" json:"firewall,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for Firewalls.Delete. See the method description for details.

func (*DeleteFirewallRequest) Descriptor

func (*DeleteFirewallRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteFirewallRequest.ProtoReflect.Descriptor instead.

func (*DeleteFirewallRequest) GetFirewall

func (x *DeleteFirewallRequest) GetFirewall() string

func (*DeleteFirewallRequest) GetProject

func (x *DeleteFirewallRequest) GetProject() string

func (*DeleteFirewallRequest) GetRequestId

func (x *DeleteFirewallRequest) GetRequestId() string

func (*DeleteFirewallRequest) ProtoMessage

func (*DeleteFirewallRequest) ProtoMessage()

func (*DeleteFirewallRequest) ProtoReflect

func (x *DeleteFirewallRequest) ProtoReflect() protoreflect.Message

func (*DeleteFirewallRequest) Reset

func (x *DeleteFirewallRequest) Reset()

func (*DeleteFirewallRequest) String

func (x *DeleteFirewallRequest) String() string

type DeleteForwardingRuleRequest

type DeleteForwardingRuleRequest struct {

	// Name of the ForwardingRule resource to delete.
	ForwardingRule string `protobuf:"bytes,269964030,opt,name=forwarding_rule,json=forwardingRule,proto3" json:"forwarding_rule,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for ForwardingRules.Delete. See the method description for details.

func (*DeleteForwardingRuleRequest) Descriptor

func (*DeleteForwardingRuleRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteForwardingRuleRequest.ProtoReflect.Descriptor instead.

func (*DeleteForwardingRuleRequest) GetForwardingRule

func (x *DeleteForwardingRuleRequest) GetForwardingRule() string

func (*DeleteForwardingRuleRequest) GetProject

func (x *DeleteForwardingRuleRequest) GetProject() string

func (*DeleteForwardingRuleRequest) GetRegion

func (x *DeleteForwardingRuleRequest) GetRegion() string

func (*DeleteForwardingRuleRequest) GetRequestId

func (x *DeleteForwardingRuleRequest) GetRequestId() string

func (*DeleteForwardingRuleRequest) ProtoMessage

func (*DeleteForwardingRuleRequest) ProtoMessage()

func (*DeleteForwardingRuleRequest) ProtoReflect

func (*DeleteForwardingRuleRequest) Reset

func (x *DeleteForwardingRuleRequest) Reset()

func (*DeleteForwardingRuleRequest) String

func (x *DeleteForwardingRuleRequest) String() string

type DeleteGlobalAddressRequest

type DeleteGlobalAddressRequest struct {

	// Name of the address resource to delete.
	Address string `protobuf:"bytes,462920692,opt,name=address,proto3" json:"address,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for GlobalAddresses.Delete. See the method description for details.

func (*DeleteGlobalAddressRequest) Descriptor

func (*DeleteGlobalAddressRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteGlobalAddressRequest.ProtoReflect.Descriptor instead.

func (*DeleteGlobalAddressRequest) GetAddress

func (x *DeleteGlobalAddressRequest) GetAddress() string

func (*DeleteGlobalAddressRequest) GetProject

func (x *DeleteGlobalAddressRequest) GetProject() string

func (*DeleteGlobalAddressRequest) GetRequestId

func (x *DeleteGlobalAddressRequest) GetRequestId() string

func (*DeleteGlobalAddressRequest) ProtoMessage

func (*DeleteGlobalAddressRequest) ProtoMessage()

func (*DeleteGlobalAddressRequest) ProtoReflect

func (*DeleteGlobalAddressRequest) Reset

func (x *DeleteGlobalAddressRequest) Reset()

func (*DeleteGlobalAddressRequest) String

func (x *DeleteGlobalAddressRequest) String() string

type DeleteGlobalForwardingRuleRequest

type DeleteGlobalForwardingRuleRequest struct {

	// Name of the ForwardingRule resource to delete.
	ForwardingRule string `protobuf:"bytes,269964030,opt,name=forwarding_rule,json=forwardingRule,proto3" json:"forwarding_rule,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for GlobalForwardingRules.Delete. See the method description for details.

func (*DeleteGlobalForwardingRuleRequest) Descriptor

func (*DeleteGlobalForwardingRuleRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteGlobalForwardingRuleRequest.ProtoReflect.Descriptor instead.

func (*DeleteGlobalForwardingRuleRequest) GetForwardingRule

func (x *DeleteGlobalForwardingRuleRequest) GetForwardingRule() string

func (*DeleteGlobalForwardingRuleRequest) GetProject

func (x *DeleteGlobalForwardingRuleRequest) GetProject() string

func (*DeleteGlobalForwardingRuleRequest) GetRequestId

func (x *DeleteGlobalForwardingRuleRequest) GetRequestId() string

func (*DeleteGlobalForwardingRuleRequest) ProtoMessage

func (*DeleteGlobalForwardingRuleRequest) ProtoMessage()

func (*DeleteGlobalForwardingRuleRequest) ProtoReflect

func (*DeleteGlobalForwardingRuleRequest) Reset

func (*DeleteGlobalForwardingRuleRequest) String

type DeleteGlobalNetworkEndpointGroupRequest

type DeleteGlobalNetworkEndpointGroupRequest struct {

	// The name of the network endpoint group to delete. It should comply with RFC1035.
	NetworkEndpointGroup string `protobuf:"bytes,433907078,opt,name=network_endpoint_group,json=networkEndpointGroup,proto3" json:"network_endpoint_group,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for GlobalNetworkEndpointGroups.Delete. See the method description for details.

func (*DeleteGlobalNetworkEndpointGroupRequest) Descriptor

func (*DeleteGlobalNetworkEndpointGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteGlobalNetworkEndpointGroupRequest.ProtoReflect.Descriptor instead.

func (*DeleteGlobalNetworkEndpointGroupRequest) GetNetworkEndpointGroup

func (x *DeleteGlobalNetworkEndpointGroupRequest) GetNetworkEndpointGroup() string

func (*DeleteGlobalNetworkEndpointGroupRequest) GetProject

func (*DeleteGlobalNetworkEndpointGroupRequest) GetRequestId

func (*DeleteGlobalNetworkEndpointGroupRequest) ProtoMessage

func (*DeleteGlobalNetworkEndpointGroupRequest) ProtoReflect

func (*DeleteGlobalNetworkEndpointGroupRequest) Reset

func (*DeleteGlobalNetworkEndpointGroupRequest) String

type DeleteGlobalOperationRequest

type DeleteGlobalOperationRequest struct {

	// Name of the Operations resource to delete.
	Operation string `protobuf:"bytes,52090215,opt,name=operation,proto3" json:"operation,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

A request message for GlobalOperations.Delete. See the method description for details.

func (*DeleteGlobalOperationRequest) Descriptor

func (*DeleteGlobalOperationRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteGlobalOperationRequest.ProtoReflect.Descriptor instead.

func (*DeleteGlobalOperationRequest) GetOperation

func (x *DeleteGlobalOperationRequest) GetOperation() string

func (*DeleteGlobalOperationRequest) GetProject

func (x *DeleteGlobalOperationRequest) GetProject() string

func (*DeleteGlobalOperationRequest) ProtoMessage

func (*DeleteGlobalOperationRequest) ProtoMessage()

func (*DeleteGlobalOperationRequest) ProtoReflect

func (*DeleteGlobalOperationRequest) Reset

func (x *DeleteGlobalOperationRequest) Reset()

func (*DeleteGlobalOperationRequest) String

type DeleteGlobalOperationResponse

type DeleteGlobalOperationResponse struct {
	// contains filtered or unexported fields
}

A response message for GlobalOperations.Delete. See the method description for details.

func (*DeleteGlobalOperationResponse) Descriptor

func (*DeleteGlobalOperationResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteGlobalOperationResponse.ProtoReflect.Descriptor instead.

func (*DeleteGlobalOperationResponse) ProtoMessage

func (*DeleteGlobalOperationResponse) ProtoMessage()

func (*DeleteGlobalOperationResponse) ProtoReflect

func (*DeleteGlobalOperationResponse) Reset

func (x *DeleteGlobalOperationResponse) Reset()

func (*DeleteGlobalOperationResponse) String

type DeleteGlobalOrganizationOperationRequest

type DeleteGlobalOrganizationOperationRequest struct {

	// Name of the Operations resource to delete.
	Operation string `protobuf:"bytes,52090215,opt,name=operation,proto3" json:"operation,omitempty"`
	// Parent ID for this request.
	ParentId *string `protobuf:"bytes,459714768,opt,name=parent_id,json=parentId,proto3,oneof" json:"parent_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for GlobalOrganizationOperations.Delete. See the method description for details.

func (*DeleteGlobalOrganizationOperationRequest) Descriptor

func (*DeleteGlobalOrganizationOperationRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteGlobalOrganizationOperationRequest.ProtoReflect.Descriptor instead.

func (*DeleteGlobalOrganizationOperationRequest) GetOperation

func (*DeleteGlobalOrganizationOperationRequest) GetParentId

func (*DeleteGlobalOrganizationOperationRequest) ProtoMessage

func (*DeleteGlobalOrganizationOperationRequest) ProtoReflect

func (*DeleteGlobalOrganizationOperationRequest) Reset

func (*DeleteGlobalOrganizationOperationRequest) String

type DeleteGlobalOrganizationOperationResponse

type DeleteGlobalOrganizationOperationResponse struct {
	// contains filtered or unexported fields
}

A response message for GlobalOrganizationOperations.Delete. See the method description for details.

func (*DeleteGlobalOrganizationOperationResponse) Descriptor

func (*DeleteGlobalOrganizationOperationResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteGlobalOrganizationOperationResponse.ProtoReflect.Descriptor instead.

func (*DeleteGlobalOrganizationOperationResponse) ProtoMessage

func (*DeleteGlobalOrganizationOperationResponse) ProtoReflect

func (*DeleteGlobalOrganizationOperationResponse) Reset

func (*DeleteGlobalOrganizationOperationResponse) String

type DeleteGlobalPublicDelegatedPrefixeRequest

type DeleteGlobalPublicDelegatedPrefixeRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the PublicDelegatedPrefix resource to delete.
	PublicDelegatedPrefix string `protobuf:"bytes,204238440,opt,name=public_delegated_prefix,json=publicDelegatedPrefix,proto3" json:"public_delegated_prefix,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for GlobalPublicDelegatedPrefixes.Delete. See the method description for details.

func (*DeleteGlobalPublicDelegatedPrefixeRequest) Descriptor

func (*DeleteGlobalPublicDelegatedPrefixeRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteGlobalPublicDelegatedPrefixeRequest.ProtoReflect.Descriptor instead.

func (*DeleteGlobalPublicDelegatedPrefixeRequest) GetProject

func (*DeleteGlobalPublicDelegatedPrefixeRequest) GetPublicDelegatedPrefix

func (x *DeleteGlobalPublicDelegatedPrefixeRequest) GetPublicDelegatedPrefix() string

func (*DeleteGlobalPublicDelegatedPrefixeRequest) GetRequestId

func (*DeleteGlobalPublicDelegatedPrefixeRequest) ProtoMessage

func (*DeleteGlobalPublicDelegatedPrefixeRequest) ProtoReflect

func (*DeleteGlobalPublicDelegatedPrefixeRequest) Reset

func (*DeleteGlobalPublicDelegatedPrefixeRequest) String

type DeleteHealthCheckRequest

type DeleteHealthCheckRequest struct {

	// Name of the HealthCheck resource to delete.
	HealthCheck string `protobuf:"bytes,308876645,opt,name=health_check,json=healthCheck,proto3" json:"health_check,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for HealthChecks.Delete. See the method description for details.

func (*DeleteHealthCheckRequest) Descriptor

func (*DeleteHealthCheckRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteHealthCheckRequest.ProtoReflect.Descriptor instead.

func (*DeleteHealthCheckRequest) GetHealthCheck

func (x *DeleteHealthCheckRequest) GetHealthCheck() string

func (*DeleteHealthCheckRequest) GetProject

func (x *DeleteHealthCheckRequest) GetProject() string

func (*DeleteHealthCheckRequest) GetRequestId

func (x *DeleteHealthCheckRequest) GetRequestId() string

func (*DeleteHealthCheckRequest) ProtoMessage

func (*DeleteHealthCheckRequest) ProtoMessage()

func (*DeleteHealthCheckRequest) ProtoReflect

func (x *DeleteHealthCheckRequest) ProtoReflect() protoreflect.Message

func (*DeleteHealthCheckRequest) Reset

func (x *DeleteHealthCheckRequest) Reset()

func (*DeleteHealthCheckRequest) String

func (x *DeleteHealthCheckRequest) String() string

type DeleteImageRequest

type DeleteImageRequest struct {

	// Name of the image resource to delete.
	Image string `protobuf:"bytes,100313435,opt,name=image,proto3" json:"image,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for Images.Delete. See the method description for details.

func (*DeleteImageRequest) Descriptor

func (*DeleteImageRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteImageRequest.ProtoReflect.Descriptor instead.

func (*DeleteImageRequest) GetImage

func (x *DeleteImageRequest) GetImage() string

func (*DeleteImageRequest) GetProject

func (x *DeleteImageRequest) GetProject() string

func (*DeleteImageRequest) GetRequestId

func (x *DeleteImageRequest) GetRequestId() string

func (*DeleteImageRequest) ProtoMessage

func (*DeleteImageRequest) ProtoMessage()

func (*DeleteImageRequest) ProtoReflect

func (x *DeleteImageRequest) ProtoReflect() protoreflect.Message

func (*DeleteImageRequest) Reset

func (x *DeleteImageRequest) Reset()

func (*DeleteImageRequest) String

func (x *DeleteImageRequest) String() string

type DeleteInstanceGroupManagerRequest

type DeleteInstanceGroupManagerRequest struct {

	// The name of the managed instance group to delete.
	InstanceGroupManager string `protobuf:"bytes,249363395,opt,name=instance_group_manager,json=instanceGroupManager,proto3" json:"instance_group_manager,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone where the managed instance group is located.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for InstanceGroupManagers.Delete. See the method description for details.

func (*DeleteInstanceGroupManagerRequest) Descriptor

func (*DeleteInstanceGroupManagerRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteInstanceGroupManagerRequest.ProtoReflect.Descriptor instead.

func (*DeleteInstanceGroupManagerRequest) GetInstanceGroupManager

func (x *DeleteInstanceGroupManagerRequest) GetInstanceGroupManager() string

func (*DeleteInstanceGroupManagerRequest) GetProject

func (x *DeleteInstanceGroupManagerRequest) GetProject() string

func (*DeleteInstanceGroupManagerRequest) GetRequestId

func (x *DeleteInstanceGroupManagerRequest) GetRequestId() string

func (*DeleteInstanceGroupManagerRequest) GetZone

func (*DeleteInstanceGroupManagerRequest) ProtoMessage

func (*DeleteInstanceGroupManagerRequest) ProtoMessage()

func (*DeleteInstanceGroupManagerRequest) ProtoReflect

func (*DeleteInstanceGroupManagerRequest) Reset

func (*DeleteInstanceGroupManagerRequest) String

type DeleteInstanceGroupRequest

type DeleteInstanceGroupRequest struct {

	// The name of the instance group to delete.
	InstanceGroup string `protobuf:"bytes,81095253,opt,name=instance_group,json=instanceGroup,proto3" json:"instance_group,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone where the instance group is located.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for InstanceGroups.Delete. See the method description for details.

func (*DeleteInstanceGroupRequest) Descriptor

func (*DeleteInstanceGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteInstanceGroupRequest.ProtoReflect.Descriptor instead.

func (*DeleteInstanceGroupRequest) GetInstanceGroup

func (x *DeleteInstanceGroupRequest) GetInstanceGroup() string

func (*DeleteInstanceGroupRequest) GetProject

func (x *DeleteInstanceGroupRequest) GetProject() string

func (*DeleteInstanceGroupRequest) GetRequestId

func (x *DeleteInstanceGroupRequest) GetRequestId() string

func (*DeleteInstanceGroupRequest) GetZone

func (x *DeleteInstanceGroupRequest) GetZone() string

func (*DeleteInstanceGroupRequest) ProtoMessage

func (*DeleteInstanceGroupRequest) ProtoMessage()

func (*DeleteInstanceGroupRequest) ProtoReflect

func (*DeleteInstanceGroupRequest) Reset

func (x *DeleteInstanceGroupRequest) Reset()

func (*DeleteInstanceGroupRequest) String

func (x *DeleteInstanceGroupRequest) String() string

type DeleteInstanceRequest

type DeleteInstanceRequest struct {

	// Name of the instance resource to delete.
	Instance string `protobuf:"bytes,18257045,opt,name=instance,proto3" json:"instance,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Instances.Delete. See the method description for details.

func (*DeleteInstanceRequest) Descriptor

func (*DeleteInstanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteInstanceRequest.ProtoReflect.Descriptor instead.

func (*DeleteInstanceRequest) GetInstance

func (x *DeleteInstanceRequest) GetInstance() string

func (*DeleteInstanceRequest) GetProject

func (x *DeleteInstanceRequest) GetProject() string

func (*DeleteInstanceRequest) GetRequestId

func (x *DeleteInstanceRequest) GetRequestId() string

func (*DeleteInstanceRequest) GetZone

func (x *DeleteInstanceRequest) GetZone() string

func (*DeleteInstanceRequest) ProtoMessage

func (*DeleteInstanceRequest) ProtoMessage()

func (*DeleteInstanceRequest) ProtoReflect

func (x *DeleteInstanceRequest) ProtoReflect() protoreflect.Message

func (*DeleteInstanceRequest) Reset

func (x *DeleteInstanceRequest) Reset()

func (*DeleteInstanceRequest) String

func (x *DeleteInstanceRequest) String() string

type DeleteInstanceTemplateRequest

type DeleteInstanceTemplateRequest struct {

	// The name of the instance template to delete.
	InstanceTemplate string `protobuf:"bytes,309248228,opt,name=instance_template,json=instanceTemplate,proto3" json:"instance_template,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for InstanceTemplates.Delete. See the method description for details.

func (*DeleteInstanceTemplateRequest) Descriptor

func (*DeleteInstanceTemplateRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteInstanceTemplateRequest.ProtoReflect.Descriptor instead.

func (*DeleteInstanceTemplateRequest) GetInstanceTemplate

func (x *DeleteInstanceTemplateRequest) GetInstanceTemplate() string

func (*DeleteInstanceTemplateRequest) GetProject

func (x *DeleteInstanceTemplateRequest) GetProject() string

func (*DeleteInstanceTemplateRequest) GetRequestId

func (x *DeleteInstanceTemplateRequest) GetRequestId() string

func (*DeleteInstanceTemplateRequest) ProtoMessage

func (*DeleteInstanceTemplateRequest) ProtoMessage()

func (*DeleteInstanceTemplateRequest) ProtoReflect

func (*DeleteInstanceTemplateRequest) Reset

func (x *DeleteInstanceTemplateRequest) Reset()

func (*DeleteInstanceTemplateRequest) String

type DeleteInstancesInstanceGroupManagerRequest

type DeleteInstancesInstanceGroupManagerRequest struct {

	// The name of the managed instance group.
	InstanceGroupManager string `protobuf:"bytes,249363395,opt,name=instance_group_manager,json=instanceGroupManager,proto3" json:"instance_group_manager,omitempty"`
	// The body resource for this request
	InstanceGroupManagersDeleteInstancesRequestResource *InstanceGroupManagersDeleteInstancesRequest `protobuf:"bytes,166421252,opt,name=instance_group_managers_delete_instances_request_resource,json=instanceGroupManagersDeleteInstancesRequestResource,proto3" json:"instance_group_managers_delete_instances_request_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone where the managed instance group is located.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for InstanceGroupManagers.DeleteInstances. See the method description for details.

func (*DeleteInstancesInstanceGroupManagerRequest) Descriptor

Deprecated: Use DeleteInstancesInstanceGroupManagerRequest.ProtoReflect.Descriptor instead.

func (*DeleteInstancesInstanceGroupManagerRequest) GetInstanceGroupManager

func (x *DeleteInstancesInstanceGroupManagerRequest) GetInstanceGroupManager() string

func (*DeleteInstancesInstanceGroupManagerRequest) GetInstanceGroupManagersDeleteInstancesRequestResource

func (x *DeleteInstancesInstanceGroupManagerRequest) GetInstanceGroupManagersDeleteInstancesRequestResource() *InstanceGroupManagersDeleteInstancesRequest

func (*DeleteInstancesInstanceGroupManagerRequest) GetProject

func (*DeleteInstancesInstanceGroupManagerRequest) GetRequestId

func (*DeleteInstancesInstanceGroupManagerRequest) GetZone

func (*DeleteInstancesInstanceGroupManagerRequest) ProtoMessage

func (*DeleteInstancesInstanceGroupManagerRequest) ProtoReflect

func (*DeleteInstancesInstanceGroupManagerRequest) Reset

func (*DeleteInstancesInstanceGroupManagerRequest) String

type DeleteInstancesRegionInstanceGroupManagerRequest

type DeleteInstancesRegionInstanceGroupManagerRequest struct {

	// Name of the managed instance group.
	InstanceGroupManager string `protobuf:"bytes,249363395,opt,name=instance_group_manager,json=instanceGroupManager,proto3" json:"instance_group_manager,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// The body resource for this request
	RegionInstanceGroupManagersDeleteInstancesRequestResource *RegionInstanceGroupManagersDeleteInstancesRequest `protobuf:"bytes,500876665,opt,name=region_instance_group_managers_delete_instances_request_resource,json=regionInstanceGroupManagersDeleteInstancesRequestResource,proto3" json:"region_instance_group_managers_delete_instances_request_resource,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionInstanceGroupManagers.DeleteInstances. See the method description for details.

func (*DeleteInstancesRegionInstanceGroupManagerRequest) Descriptor

Deprecated: Use DeleteInstancesRegionInstanceGroupManagerRequest.ProtoReflect.Descriptor instead.

func (*DeleteInstancesRegionInstanceGroupManagerRequest) GetInstanceGroupManager

func (x *DeleteInstancesRegionInstanceGroupManagerRequest) GetInstanceGroupManager() string

func (*DeleteInstancesRegionInstanceGroupManagerRequest) GetProject

func (*DeleteInstancesRegionInstanceGroupManagerRequest) GetRegion

func (*DeleteInstancesRegionInstanceGroupManagerRequest) GetRegionInstanceGroupManagersDeleteInstancesRequestResource

func (x *DeleteInstancesRegionInstanceGroupManagerRequest) GetRegionInstanceGroupManagersDeleteInstancesRequestResource() *RegionInstanceGroupManagersDeleteInstancesRequest

func (*DeleteInstancesRegionInstanceGroupManagerRequest) GetRequestId

func (*DeleteInstancesRegionInstanceGroupManagerRequest) ProtoMessage

func (*DeleteInstancesRegionInstanceGroupManagerRequest) ProtoReflect

func (*DeleteInstancesRegionInstanceGroupManagerRequest) Reset

func (*DeleteInstancesRegionInstanceGroupManagerRequest) String

type DeleteInterconnectAttachmentRequest

type DeleteInterconnectAttachmentRequest struct {

	// Name of the interconnect attachment to delete.
	InterconnectAttachment string `protobuf:"bytes,308135284,opt,name=interconnect_attachment,json=interconnectAttachment,proto3" json:"interconnect_attachment,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for InterconnectAttachments.Delete. See the method description for details.

func (*DeleteInterconnectAttachmentRequest) Descriptor

func (*DeleteInterconnectAttachmentRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteInterconnectAttachmentRequest.ProtoReflect.Descriptor instead.

func (*DeleteInterconnectAttachmentRequest) GetInterconnectAttachment

func (x *DeleteInterconnectAttachmentRequest) GetInterconnectAttachment() string

func (*DeleteInterconnectAttachmentRequest) GetProject

func (*DeleteInterconnectAttachmentRequest) GetRegion

func (*DeleteInterconnectAttachmentRequest) GetRequestId

func (x *DeleteInterconnectAttachmentRequest) GetRequestId() string

func (*DeleteInterconnectAttachmentRequest) ProtoMessage

func (*DeleteInterconnectAttachmentRequest) ProtoMessage()

func (*DeleteInterconnectAttachmentRequest) ProtoReflect

func (*DeleteInterconnectAttachmentRequest) Reset

func (*DeleteInterconnectAttachmentRequest) String

type DeleteInterconnectRequest

type DeleteInterconnectRequest struct {

	// Name of the interconnect to delete.
	Interconnect string `protobuf:"bytes,224601230,opt,name=interconnect,proto3" json:"interconnect,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for Interconnects.Delete. See the method description for details.

func (*DeleteInterconnectRequest) Descriptor

func (*DeleteInterconnectRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteInterconnectRequest.ProtoReflect.Descriptor instead.

func (*DeleteInterconnectRequest) GetInterconnect

func (x *DeleteInterconnectRequest) GetInterconnect() string

func (*DeleteInterconnectRequest) GetProject

func (x *DeleteInterconnectRequest) GetProject() string

func (*DeleteInterconnectRequest) GetRequestId

func (x *DeleteInterconnectRequest) GetRequestId() string

func (*DeleteInterconnectRequest) ProtoMessage

func (*DeleteInterconnectRequest) ProtoMessage()

func (*DeleteInterconnectRequest) ProtoReflect

func (*DeleteInterconnectRequest) Reset

func (x *DeleteInterconnectRequest) Reset()

func (*DeleteInterconnectRequest) String

func (x *DeleteInterconnectRequest) String() string

type DeleteLicenseRequest

type DeleteLicenseRequest struct {

	// Name of the license resource to delete.
	License string `protobuf:"bytes,166757441,opt,name=license,proto3" json:"license,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for Licenses.Delete. See the method description for details.

func (*DeleteLicenseRequest) Descriptor

func (*DeleteLicenseRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteLicenseRequest.ProtoReflect.Descriptor instead.

func (*DeleteLicenseRequest) GetLicense

func (x *DeleteLicenseRequest) GetLicense() string

func (*DeleteLicenseRequest) GetProject

func (x *DeleteLicenseRequest) GetProject() string

func (*DeleteLicenseRequest) GetRequestId

func (x *DeleteLicenseRequest) GetRequestId() string

func (*DeleteLicenseRequest) ProtoMessage

func (*DeleteLicenseRequest) ProtoMessage()

func (*DeleteLicenseRequest) ProtoReflect

func (x *DeleteLicenseRequest) ProtoReflect() protoreflect.Message

func (*DeleteLicenseRequest) Reset

func (x *DeleteLicenseRequest) Reset()

func (*DeleteLicenseRequest) String

func (x *DeleteLicenseRequest) String() string

type DeleteMachineImageRequest

type DeleteMachineImageRequest struct {

	// The name of the machine image to delete.
	MachineImage string `protobuf:"bytes,69189475,opt,name=machine_image,json=machineImage,proto3" json:"machine_image,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for MachineImages.Delete. See the method description for details.

func (*DeleteMachineImageRequest) Descriptor

func (*DeleteMachineImageRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteMachineImageRequest.ProtoReflect.Descriptor instead.

func (*DeleteMachineImageRequest) GetMachineImage

func (x *DeleteMachineImageRequest) GetMachineImage() string

func (*DeleteMachineImageRequest) GetProject

func (x *DeleteMachineImageRequest) GetProject() string

func (*DeleteMachineImageRequest) GetRequestId

func (x *DeleteMachineImageRequest) GetRequestId() string

func (*DeleteMachineImageRequest) ProtoMessage

func (*DeleteMachineImageRequest) ProtoMessage()

func (*DeleteMachineImageRequest) ProtoReflect

func (*DeleteMachineImageRequest) Reset

func (x *DeleteMachineImageRequest) Reset()

func (*DeleteMachineImageRequest) String

func (x *DeleteMachineImageRequest) String() string

type DeleteNetworkAttachmentRequest

type DeleteNetworkAttachmentRequest struct {

	// Name of the NetworkAttachment resource to delete.
	NetworkAttachment string `protobuf:"bytes,224644052,opt,name=network_attachment,json=networkAttachment,proto3" json:"network_attachment,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region of this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000). end_interface: MixerMutationRequestBuilder
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for NetworkAttachments.Delete. See the method description for details.

func (*DeleteNetworkAttachmentRequest) Descriptor

func (*DeleteNetworkAttachmentRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteNetworkAttachmentRequest.ProtoReflect.Descriptor instead.

func (*DeleteNetworkAttachmentRequest) GetNetworkAttachment

func (x *DeleteNetworkAttachmentRequest) GetNetworkAttachment() string

func (*DeleteNetworkAttachmentRequest) GetProject

func (x *DeleteNetworkAttachmentRequest) GetProject() string

func (*DeleteNetworkAttachmentRequest) GetRegion

func (x *DeleteNetworkAttachmentRequest) GetRegion() string

func (*DeleteNetworkAttachmentRequest) GetRequestId

func (x *DeleteNetworkAttachmentRequest) GetRequestId() string

func (*DeleteNetworkAttachmentRequest) ProtoMessage

func (*DeleteNetworkAttachmentRequest) ProtoMessage()

func (*DeleteNetworkAttachmentRequest) ProtoReflect

func (*DeleteNetworkAttachmentRequest) Reset

func (x *DeleteNetworkAttachmentRequest) Reset()

func (*DeleteNetworkAttachmentRequest) String

type DeleteNetworkEdgeSecurityServiceRequest

type DeleteNetworkEdgeSecurityServiceRequest struct {

	// Name of the network edge security service to delete.
	NetworkEdgeSecurityService string `protobuf:"bytes,157011879,opt,name=network_edge_security_service,json=networkEdgeSecurityService,proto3" json:"network_edge_security_service,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for NetworkEdgeSecurityServices.Delete. See the method description for details.

func (*DeleteNetworkEdgeSecurityServiceRequest) Descriptor

func (*DeleteNetworkEdgeSecurityServiceRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteNetworkEdgeSecurityServiceRequest.ProtoReflect.Descriptor instead.

func (*DeleteNetworkEdgeSecurityServiceRequest) GetNetworkEdgeSecurityService

func (x *DeleteNetworkEdgeSecurityServiceRequest) GetNetworkEdgeSecurityService() string

func (*DeleteNetworkEdgeSecurityServiceRequest) GetProject

func (*DeleteNetworkEdgeSecurityServiceRequest) GetRegion

func (*DeleteNetworkEdgeSecurityServiceRequest) GetRequestId

func (*DeleteNetworkEdgeSecurityServiceRequest) ProtoMessage

func (*DeleteNetworkEdgeSecurityServiceRequest) ProtoReflect

func (*DeleteNetworkEdgeSecurityServiceRequest) Reset

func (*DeleteNetworkEdgeSecurityServiceRequest) String

type DeleteNetworkEndpointGroupRequest

type DeleteNetworkEndpointGroupRequest struct {

	// The name of the network endpoint group to delete. It should comply with RFC1035.
	NetworkEndpointGroup string `protobuf:"bytes,433907078,opt,name=network_endpoint_group,json=networkEndpointGroup,proto3" json:"network_endpoint_group,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone where the network endpoint group is located. It should comply with RFC1035.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for NetworkEndpointGroups.Delete. See the method description for details.

func (*DeleteNetworkEndpointGroupRequest) Descriptor

func (*DeleteNetworkEndpointGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteNetworkEndpointGroupRequest.ProtoReflect.Descriptor instead.

func (*DeleteNetworkEndpointGroupRequest) GetNetworkEndpointGroup

func (x *DeleteNetworkEndpointGroupRequest) GetNetworkEndpointGroup() string

func (*DeleteNetworkEndpointGroupRequest) GetProject

func (x *DeleteNetworkEndpointGroupRequest) GetProject() string

func (*DeleteNetworkEndpointGroupRequest) GetRequestId

func (x *DeleteNetworkEndpointGroupRequest) GetRequestId() string

func (*DeleteNetworkEndpointGroupRequest) GetZone

func (*DeleteNetworkEndpointGroupRequest) ProtoMessage

func (*DeleteNetworkEndpointGroupRequest) ProtoMessage()

func (*DeleteNetworkEndpointGroupRequest) ProtoReflect

func (*DeleteNetworkEndpointGroupRequest) Reset

func (*DeleteNetworkEndpointGroupRequest) String

type DeleteNetworkFirewallPolicyRequest

type DeleteNetworkFirewallPolicyRequest struct {

	// Name of the firewall policy to delete.
	FirewallPolicy string `protobuf:"bytes,498173265,opt,name=firewall_policy,json=firewallPolicy,proto3" json:"firewall_policy,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for NetworkFirewallPolicies.Delete. See the method description for details.

func (*DeleteNetworkFirewallPolicyRequest) Descriptor

func (*DeleteNetworkFirewallPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteNetworkFirewallPolicyRequest.ProtoReflect.Descriptor instead.

func (*DeleteNetworkFirewallPolicyRequest) GetFirewallPolicy

func (x *DeleteNetworkFirewallPolicyRequest) GetFirewallPolicy() string

func (*DeleteNetworkFirewallPolicyRequest) GetProject

func (*DeleteNetworkFirewallPolicyRequest) GetRequestId

func (x *DeleteNetworkFirewallPolicyRequest) GetRequestId() string

func (*DeleteNetworkFirewallPolicyRequest) ProtoMessage

func (*DeleteNetworkFirewallPolicyRequest) ProtoMessage()

func (*DeleteNetworkFirewallPolicyRequest) ProtoReflect

func (*DeleteNetworkFirewallPolicyRequest) Reset

func (*DeleteNetworkFirewallPolicyRequest) String

type DeleteNetworkRequest

type DeleteNetworkRequest struct {

	// Name of the network to delete.
	Network string `protobuf:"bytes,232872494,opt,name=network,proto3" json:"network,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for Networks.Delete. See the method description for details.

func (*DeleteNetworkRequest) Descriptor

func (*DeleteNetworkRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteNetworkRequest.ProtoReflect.Descriptor instead.

func (*DeleteNetworkRequest) GetNetwork

func (x *DeleteNetworkRequest) GetNetwork() string

func (*DeleteNetworkRequest) GetProject

func (x *DeleteNetworkRequest) GetProject() string

func (*DeleteNetworkRequest) GetRequestId

func (x *DeleteNetworkRequest) GetRequestId() string

func (*DeleteNetworkRequest) ProtoMessage

func (*DeleteNetworkRequest) ProtoMessage()

func (*DeleteNetworkRequest) ProtoReflect

func (x *DeleteNetworkRequest) ProtoReflect() protoreflect.Message

func (*DeleteNetworkRequest) Reset

func (x *DeleteNetworkRequest) Reset()

func (*DeleteNetworkRequest) String

func (x *DeleteNetworkRequest) String() string

type DeleteNodeGroupRequest

type DeleteNodeGroupRequest struct {

	// Name of the NodeGroup resource to delete.
	NodeGroup string `protobuf:"bytes,469958146,opt,name=node_group,json=nodeGroup,proto3" json:"node_group,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for NodeGroups.Delete. See the method description for details.

func (*DeleteNodeGroupRequest) Descriptor

func (*DeleteNodeGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteNodeGroupRequest.ProtoReflect.Descriptor instead.

func (*DeleteNodeGroupRequest) GetNodeGroup

func (x *DeleteNodeGroupRequest) GetNodeGroup() string

func (*DeleteNodeGroupRequest) GetProject

func (x *DeleteNodeGroupRequest) GetProject() string

func (*DeleteNodeGroupRequest) GetRequestId

func (x *DeleteNodeGroupRequest) GetRequestId() string

func (*DeleteNodeGroupRequest) GetZone

func (x *DeleteNodeGroupRequest) GetZone() string

func (*DeleteNodeGroupRequest) ProtoMessage

func (*DeleteNodeGroupRequest) ProtoMessage()

func (*DeleteNodeGroupRequest) ProtoReflect

func (x *DeleteNodeGroupRequest) ProtoReflect() protoreflect.Message

func (*DeleteNodeGroupRequest) Reset

func (x *DeleteNodeGroupRequest) Reset()

func (*DeleteNodeGroupRequest) String

func (x *DeleteNodeGroupRequest) String() string

type DeleteNodeTemplateRequest

type DeleteNodeTemplateRequest struct {

	// Name of the NodeTemplate resource to delete.
	NodeTemplate string `protobuf:"bytes,323154455,opt,name=node_template,json=nodeTemplate,proto3" json:"node_template,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for NodeTemplates.Delete. See the method description for details.

func (*DeleteNodeTemplateRequest) Descriptor

func (*DeleteNodeTemplateRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteNodeTemplateRequest.ProtoReflect.Descriptor instead.

func (*DeleteNodeTemplateRequest) GetNodeTemplate

func (x *DeleteNodeTemplateRequest) GetNodeTemplate() string

func (*DeleteNodeTemplateRequest) GetProject

func (x *DeleteNodeTemplateRequest) GetProject() string

func (*DeleteNodeTemplateRequest) GetRegion

func (x *DeleteNodeTemplateRequest) GetRegion() string

func (*DeleteNodeTemplateRequest) GetRequestId

func (x *DeleteNodeTemplateRequest) GetRequestId() string

func (*DeleteNodeTemplateRequest) ProtoMessage

func (*DeleteNodeTemplateRequest) ProtoMessage()

func (*DeleteNodeTemplateRequest) ProtoReflect

func (*DeleteNodeTemplateRequest) Reset

func (x *DeleteNodeTemplateRequest) Reset()

func (*DeleteNodeTemplateRequest) String

func (x *DeleteNodeTemplateRequest) String() string

type DeleteNodesNodeGroupRequest

type DeleteNodesNodeGroupRequest struct {

	// Name of the NodeGroup resource whose nodes will be deleted.
	NodeGroup string `protobuf:"bytes,469958146,opt,name=node_group,json=nodeGroup,proto3" json:"node_group,omitempty"`
	// The body resource for this request
	NodeGroupsDeleteNodesRequestResource *NodeGroupsDeleteNodesRequest `protobuf:"bytes,183298962,opt,name=node_groups_delete_nodes_request_resource,json=nodeGroupsDeleteNodesRequestResource,proto3" json:"node_groups_delete_nodes_request_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for NodeGroups.DeleteNodes. See the method description for details.

func (*DeleteNodesNodeGroupRequest) Descriptor

func (*DeleteNodesNodeGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteNodesNodeGroupRequest.ProtoReflect.Descriptor instead.

func (*DeleteNodesNodeGroupRequest) GetNodeGroup

func (x *DeleteNodesNodeGroupRequest) GetNodeGroup() string

func (*DeleteNodesNodeGroupRequest) GetNodeGroupsDeleteNodesRequestResource

func (x *DeleteNodesNodeGroupRequest) GetNodeGroupsDeleteNodesRequestResource() *NodeGroupsDeleteNodesRequest

func (*DeleteNodesNodeGroupRequest) GetProject

func (x *DeleteNodesNodeGroupRequest) GetProject() string

func (*DeleteNodesNodeGroupRequest) GetRequestId

func (x *DeleteNodesNodeGroupRequest) GetRequestId() string

func (*DeleteNodesNodeGroupRequest) GetZone

func (x *DeleteNodesNodeGroupRequest) GetZone() string

func (*DeleteNodesNodeGroupRequest) ProtoMessage

func (*DeleteNodesNodeGroupRequest) ProtoMessage()

func (*DeleteNodesNodeGroupRequest) ProtoReflect

func (*DeleteNodesNodeGroupRequest) Reset

func (x *DeleteNodesNodeGroupRequest) Reset()

func (*DeleteNodesNodeGroupRequest) String

func (x *DeleteNodesNodeGroupRequest) String() string

type DeletePacketMirroringRequest

type DeletePacketMirroringRequest struct {

	// Name of the PacketMirroring resource to delete.
	PacketMirroring string `protobuf:"bytes,22305996,opt,name=packet_mirroring,json=packetMirroring,proto3" json:"packet_mirroring,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for PacketMirrorings.Delete. See the method description for details.

func (*DeletePacketMirroringRequest) Descriptor

func (*DeletePacketMirroringRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeletePacketMirroringRequest.ProtoReflect.Descriptor instead.

func (*DeletePacketMirroringRequest) GetPacketMirroring

func (x *DeletePacketMirroringRequest) GetPacketMirroring() string

func (*DeletePacketMirroringRequest) GetProject

func (x *DeletePacketMirroringRequest) GetProject() string

func (*DeletePacketMirroringRequest) GetRegion

func (x *DeletePacketMirroringRequest) GetRegion() string

func (*DeletePacketMirroringRequest) GetRequestId

func (x *DeletePacketMirroringRequest) GetRequestId() string

func (*DeletePacketMirroringRequest) ProtoMessage

func (*DeletePacketMirroringRequest) ProtoMessage()

func (*DeletePacketMirroringRequest) ProtoReflect

func (*DeletePacketMirroringRequest) Reset

func (x *DeletePacketMirroringRequest) Reset()

func (*DeletePacketMirroringRequest) String

type DeletePerInstanceConfigsInstanceGroupManagerRequest

type DeletePerInstanceConfigsInstanceGroupManagerRequest struct {

	// The name of the managed instance group. It should conform to RFC1035.
	InstanceGroupManager string `protobuf:"bytes,249363395,opt,name=instance_group_manager,json=instanceGroupManager,proto3" json:"instance_group_manager,omitempty"`
	// The body resource for this request
	InstanceGroupManagersDeletePerInstanceConfigsReqResource *InstanceGroupManagersDeletePerInstanceConfigsReq `protobuf:"bytes,362427680,opt,name=instance_group_managers_delete_per_instance_configs_req_resource,json=instanceGroupManagersDeletePerInstanceConfigsReqResource,proto3" json:"instance_group_managers_delete_per_instance_configs_req_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the zone where the managed instance group is located. It should conform to RFC1035.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for InstanceGroupManagers.DeletePerInstanceConfigs. See the method description for details.

func (*DeletePerInstanceConfigsInstanceGroupManagerRequest) Descriptor

Deprecated: Use DeletePerInstanceConfigsInstanceGroupManagerRequest.ProtoReflect.Descriptor instead.

func (*DeletePerInstanceConfigsInstanceGroupManagerRequest) GetInstanceGroupManager

func (x *DeletePerInstanceConfigsInstanceGroupManagerRequest) GetInstanceGroupManager() string

func (*DeletePerInstanceConfigsInstanceGroupManagerRequest) GetInstanceGroupManagersDeletePerInstanceConfigsReqResource

func (x *DeletePerInstanceConfigsInstanceGroupManagerRequest) GetInstanceGroupManagersDeletePerInstanceConfigsReqResource() *InstanceGroupManagersDeletePerInstanceConfigsReq

func (*DeletePerInstanceConfigsInstanceGroupManagerRequest) GetProject

func (*DeletePerInstanceConfigsInstanceGroupManagerRequest) GetZone

func (*DeletePerInstanceConfigsInstanceGroupManagerRequest) ProtoMessage

func (*DeletePerInstanceConfigsInstanceGroupManagerRequest) ProtoReflect

func (*DeletePerInstanceConfigsInstanceGroupManagerRequest) Reset

func (*DeletePerInstanceConfigsInstanceGroupManagerRequest) String

type DeletePerInstanceConfigsRegionInstanceGroupManagerRequest

type DeletePerInstanceConfigsRegionInstanceGroupManagerRequest struct {

	// The name of the managed instance group. It should conform to RFC1035.
	InstanceGroupManager string `protobuf:"bytes,249363395,opt,name=instance_group_manager,json=instanceGroupManager,proto3" json:"instance_group_manager,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request, should conform to RFC1035.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// The body resource for this request
	RegionInstanceGroupManagerDeleteInstanceConfigReqResource *RegionInstanceGroupManagerDeleteInstanceConfigReq `protobuf:"bytes,740741,opt,name=region_instance_group_manager_delete_instance_config_req_resource,json=regionInstanceGroupManagerDeleteInstanceConfigReqResource,proto3" json:"region_instance_group_manager_delete_instance_config_req_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionInstanceGroupManagers.DeletePerInstanceConfigs. See the method description for details.

func (*DeletePerInstanceConfigsRegionInstanceGroupManagerRequest) Descriptor

Deprecated: Use DeletePerInstanceConfigsRegionInstanceGroupManagerRequest.ProtoReflect.Descriptor instead.

func (*DeletePerInstanceConfigsRegionInstanceGroupManagerRequest) GetInstanceGroupManager

func (*DeletePerInstanceConfigsRegionInstanceGroupManagerRequest) GetProject

func (*DeletePerInstanceConfigsRegionInstanceGroupManagerRequest) GetRegion

func (*DeletePerInstanceConfigsRegionInstanceGroupManagerRequest) GetRegionInstanceGroupManagerDeleteInstanceConfigReqResource

func (x *DeletePerInstanceConfigsRegionInstanceGroupManagerRequest) GetRegionInstanceGroupManagerDeleteInstanceConfigReqResource() *RegionInstanceGroupManagerDeleteInstanceConfigReq

func (*DeletePerInstanceConfigsRegionInstanceGroupManagerRequest) ProtoMessage

func (*DeletePerInstanceConfigsRegionInstanceGroupManagerRequest) ProtoReflect

func (*DeletePerInstanceConfigsRegionInstanceGroupManagerRequest) Reset

func (*DeletePerInstanceConfigsRegionInstanceGroupManagerRequest) String

type DeletePublicAdvertisedPrefixeRequest

type DeletePublicAdvertisedPrefixeRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the PublicAdvertisedPrefix resource to delete.
	PublicAdvertisedPrefix string `protobuf:"bytes,101874590,opt,name=public_advertised_prefix,json=publicAdvertisedPrefix,proto3" json:"public_advertised_prefix,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for PublicAdvertisedPrefixes.Delete. See the method description for details.

func (*DeletePublicAdvertisedPrefixeRequest) Descriptor

func (*DeletePublicAdvertisedPrefixeRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeletePublicAdvertisedPrefixeRequest.ProtoReflect.Descriptor instead.

func (*DeletePublicAdvertisedPrefixeRequest) GetProject

func (*DeletePublicAdvertisedPrefixeRequest) GetPublicAdvertisedPrefix

func (x *DeletePublicAdvertisedPrefixeRequest) GetPublicAdvertisedPrefix() string

func (*DeletePublicAdvertisedPrefixeRequest) GetRequestId

func (x *DeletePublicAdvertisedPrefixeRequest) GetRequestId() string

func (*DeletePublicAdvertisedPrefixeRequest) ProtoMessage

func (*DeletePublicAdvertisedPrefixeRequest) ProtoMessage()

func (*DeletePublicAdvertisedPrefixeRequest) ProtoReflect

func (*DeletePublicAdvertisedPrefixeRequest) Reset

func (*DeletePublicAdvertisedPrefixeRequest) String

type DeletePublicDelegatedPrefixeRequest

type DeletePublicDelegatedPrefixeRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the PublicDelegatedPrefix resource to delete.
	PublicDelegatedPrefix string `protobuf:"bytes,204238440,opt,name=public_delegated_prefix,json=publicDelegatedPrefix,proto3" json:"public_delegated_prefix,omitempty"`
	// Name of the region of this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for PublicDelegatedPrefixes.Delete. See the method description for details.

func (*DeletePublicDelegatedPrefixeRequest) Descriptor

func (*DeletePublicDelegatedPrefixeRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeletePublicDelegatedPrefixeRequest.ProtoReflect.Descriptor instead.

func (*DeletePublicDelegatedPrefixeRequest) GetProject

func (*DeletePublicDelegatedPrefixeRequest) GetPublicDelegatedPrefix

func (x *DeletePublicDelegatedPrefixeRequest) GetPublicDelegatedPrefix() string

func (*DeletePublicDelegatedPrefixeRequest) GetRegion

func (*DeletePublicDelegatedPrefixeRequest) GetRequestId

func (x *DeletePublicDelegatedPrefixeRequest) GetRequestId() string

func (*DeletePublicDelegatedPrefixeRequest) ProtoMessage

func (*DeletePublicDelegatedPrefixeRequest) ProtoMessage()

func (*DeletePublicDelegatedPrefixeRequest) ProtoReflect

func (*DeletePublicDelegatedPrefixeRequest) Reset

func (*DeletePublicDelegatedPrefixeRequest) String

type DeleteRegionAutoscalerRequest

type DeleteRegionAutoscalerRequest struct {

	// Name of the autoscaler to delete.
	Autoscaler string `protobuf:"bytes,517258967,opt,name=autoscaler,proto3" json:"autoscaler,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionAutoscalers.Delete. See the method description for details.

func (*DeleteRegionAutoscalerRequest) Descriptor

func (*DeleteRegionAutoscalerRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteRegionAutoscalerRequest.ProtoReflect.Descriptor instead.

func (*DeleteRegionAutoscalerRequest) GetAutoscaler

func (x *DeleteRegionAutoscalerRequest) GetAutoscaler() string

func (*DeleteRegionAutoscalerRequest) GetProject

func (x *DeleteRegionAutoscalerRequest) GetProject() string

func (*DeleteRegionAutoscalerRequest) GetRegion

func (x *DeleteRegionAutoscalerRequest) GetRegion() string

func (*DeleteRegionAutoscalerRequest) GetRequestId

func (x *DeleteRegionAutoscalerRequest) GetRequestId() string

func (*DeleteRegionAutoscalerRequest) ProtoMessage

func (*DeleteRegionAutoscalerRequest) ProtoMessage()

func (*DeleteRegionAutoscalerRequest) ProtoReflect

func (*DeleteRegionAutoscalerRequest) Reset

func (x *DeleteRegionAutoscalerRequest) Reset()

func (*DeleteRegionAutoscalerRequest) String

type DeleteRegionBackendServiceRequest

type DeleteRegionBackendServiceRequest struct {

	// Name of the BackendService resource to delete.
	BackendService string `protobuf:"bytes,306946058,opt,name=backend_service,json=backendService,proto3" json:"backend_service,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionBackendServices.Delete. See the method description for details.

func (*DeleteRegionBackendServiceRequest) Descriptor

func (*DeleteRegionBackendServiceRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteRegionBackendServiceRequest.ProtoReflect.Descriptor instead.

func (*DeleteRegionBackendServiceRequest) GetBackendService

func (x *DeleteRegionBackendServiceRequest) GetBackendService() string

func (*DeleteRegionBackendServiceRequest) GetProject

func (x *DeleteRegionBackendServiceRequest) GetProject() string

func (*DeleteRegionBackendServiceRequest) GetRegion

func (*DeleteRegionBackendServiceRequest) GetRequestId

func (x *DeleteRegionBackendServiceRequest) GetRequestId() string

func (*DeleteRegionBackendServiceRequest) ProtoMessage

func (*DeleteRegionBackendServiceRequest) ProtoMessage()

func (*DeleteRegionBackendServiceRequest) ProtoReflect

func (*DeleteRegionBackendServiceRequest) Reset

func (*DeleteRegionBackendServiceRequest) String

type DeleteRegionDiskRequest

type DeleteRegionDiskRequest struct {

	// Name of the regional persistent disk to delete.
	Disk string `protobuf:"bytes,3083677,opt,name=disk,proto3" json:"disk,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionDisks.Delete. See the method description for details.

func (*DeleteRegionDiskRequest) Descriptor

func (*DeleteRegionDiskRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteRegionDiskRequest.ProtoReflect.Descriptor instead.

func (*DeleteRegionDiskRequest) GetDisk

func (x *DeleteRegionDiskRequest) GetDisk() string

func (*DeleteRegionDiskRequest) GetProject

func (x *DeleteRegionDiskRequest) GetProject() string

func (*DeleteRegionDiskRequest) GetRegion

func (x *DeleteRegionDiskRequest) GetRegion() string

func (*DeleteRegionDiskRequest) GetRequestId

func (x *DeleteRegionDiskRequest) GetRequestId() string

func (*DeleteRegionDiskRequest) ProtoMessage

func (*DeleteRegionDiskRequest) ProtoMessage()

func (*DeleteRegionDiskRequest) ProtoReflect

func (x *DeleteRegionDiskRequest) ProtoReflect() protoreflect.Message

func (*DeleteRegionDiskRequest) Reset

func (x *DeleteRegionDiskRequest) Reset()

func (*DeleteRegionDiskRequest) String

func (x *DeleteRegionDiskRequest) String() string

type DeleteRegionHealthCheckRequest

type DeleteRegionHealthCheckRequest struct {

	// Name of the HealthCheck resource to delete.
	HealthCheck string `protobuf:"bytes,308876645,opt,name=health_check,json=healthCheck,proto3" json:"health_check,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionHealthChecks.Delete. See the method description for details.

func (*DeleteRegionHealthCheckRequest) Descriptor

func (*DeleteRegionHealthCheckRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteRegionHealthCheckRequest.ProtoReflect.Descriptor instead.

func (*DeleteRegionHealthCheckRequest) GetHealthCheck

func (x *DeleteRegionHealthCheckRequest) GetHealthCheck() string

func (*DeleteRegionHealthCheckRequest) GetProject

func (x *DeleteRegionHealthCheckRequest) GetProject() string

func (*DeleteRegionHealthCheckRequest) GetRegion

func (x *DeleteRegionHealthCheckRequest) GetRegion() string

func (*DeleteRegionHealthCheckRequest) GetRequestId

func (x *DeleteRegionHealthCheckRequest) GetRequestId() string

func (*DeleteRegionHealthCheckRequest) ProtoMessage

func (*DeleteRegionHealthCheckRequest) ProtoMessage()

func (*DeleteRegionHealthCheckRequest) ProtoReflect

func (*DeleteRegionHealthCheckRequest) Reset

func (x *DeleteRegionHealthCheckRequest) Reset()

func (*DeleteRegionHealthCheckRequest) String

type DeleteRegionHealthCheckServiceRequest

type DeleteRegionHealthCheckServiceRequest struct {

	// Name of the HealthCheckService to delete. The name must be 1-63 characters long, and comply with RFC1035.
	HealthCheckService string `protobuf:"bytes,408374747,opt,name=health_check_service,json=healthCheckService,proto3" json:"health_check_service,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionHealthCheckServices.Delete. See the method description for details.

func (*DeleteRegionHealthCheckServiceRequest) Descriptor

func (*DeleteRegionHealthCheckServiceRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteRegionHealthCheckServiceRequest.ProtoReflect.Descriptor instead.

func (*DeleteRegionHealthCheckServiceRequest) GetHealthCheckService

func (x *DeleteRegionHealthCheckServiceRequest) GetHealthCheckService() string

func (*DeleteRegionHealthCheckServiceRequest) GetProject

func (*DeleteRegionHealthCheckServiceRequest) GetRegion

func (*DeleteRegionHealthCheckServiceRequest) GetRequestId

func (*DeleteRegionHealthCheckServiceRequest) ProtoMessage

func (*DeleteRegionHealthCheckServiceRequest) ProtoMessage()

func (*DeleteRegionHealthCheckServiceRequest) ProtoReflect

func (*DeleteRegionHealthCheckServiceRequest) Reset

func (*DeleteRegionHealthCheckServiceRequest) String

type DeleteRegionInstanceGroupManagerRequest

type DeleteRegionInstanceGroupManagerRequest struct {

	// Name of the managed instance group to delete.
	InstanceGroupManager string `protobuf:"bytes,249363395,opt,name=instance_group_manager,json=instanceGroupManager,proto3" json:"instance_group_manager,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionInstanceGroupManagers.Delete. See the method description for details.

func (*DeleteRegionInstanceGroupManagerRequest) Descriptor

func (*DeleteRegionInstanceGroupManagerRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteRegionInstanceGroupManagerRequest.ProtoReflect.Descriptor instead.

func (*DeleteRegionInstanceGroupManagerRequest) GetInstanceGroupManager

func (x *DeleteRegionInstanceGroupManagerRequest) GetInstanceGroupManager() string

func (*DeleteRegionInstanceGroupManagerRequest) GetProject

func (*DeleteRegionInstanceGroupManagerRequest) GetRegion

func (*DeleteRegionInstanceGroupManagerRequest) GetRequestId

func (*DeleteRegionInstanceGroupManagerRequest) ProtoMessage

func (*DeleteRegionInstanceGroupManagerRequest) ProtoReflect

func (*DeleteRegionInstanceGroupManagerRequest) Reset

func (*DeleteRegionInstanceGroupManagerRequest) String

type DeleteRegionInstanceTemplateRequest

type DeleteRegionInstanceTemplateRequest struct {

	// The name of the instance template to delete.
	InstanceTemplate string `protobuf:"bytes,309248228,opt,name=instance_template,json=instanceTemplate,proto3" json:"instance_template,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionInstanceTemplates.Delete. See the method description for details.

func (*DeleteRegionInstanceTemplateRequest) Descriptor

func (*DeleteRegionInstanceTemplateRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteRegionInstanceTemplateRequest.ProtoReflect.Descriptor instead.

func (*DeleteRegionInstanceTemplateRequest) GetInstanceTemplate

func (x *DeleteRegionInstanceTemplateRequest) GetInstanceTemplate() string

func (*DeleteRegionInstanceTemplateRequest) GetProject

func (*DeleteRegionInstanceTemplateRequest) GetRegion

func (*DeleteRegionInstanceTemplateRequest) GetRequestId

func (x *DeleteRegionInstanceTemplateRequest) GetRequestId() string

func (*DeleteRegionInstanceTemplateRequest) ProtoMessage

func (*DeleteRegionInstanceTemplateRequest) ProtoMessage()

func (*DeleteRegionInstanceTemplateRequest) ProtoReflect

func (*DeleteRegionInstanceTemplateRequest) Reset

func (*DeleteRegionInstanceTemplateRequest) String

type DeleteRegionNetworkEndpointGroupRequest

type DeleteRegionNetworkEndpointGroupRequest struct {

	// The name of the network endpoint group to delete. It should comply with RFC1035.
	NetworkEndpointGroup string `protobuf:"bytes,433907078,opt,name=network_endpoint_group,json=networkEndpointGroup,proto3" json:"network_endpoint_group,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the region where the network endpoint group is located. It should comply with RFC1035.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionNetworkEndpointGroups.Delete. See the method description for details.

func (*DeleteRegionNetworkEndpointGroupRequest) Descriptor

func (*DeleteRegionNetworkEndpointGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteRegionNetworkEndpointGroupRequest.ProtoReflect.Descriptor instead.

func (*DeleteRegionNetworkEndpointGroupRequest) GetNetworkEndpointGroup

func (x *DeleteRegionNetworkEndpointGroupRequest) GetNetworkEndpointGroup() string

func (*DeleteRegionNetworkEndpointGroupRequest) GetProject

func (*DeleteRegionNetworkEndpointGroupRequest) GetRegion

func (*DeleteRegionNetworkEndpointGroupRequest) GetRequestId

func (*DeleteRegionNetworkEndpointGroupRequest) ProtoMessage

func (*DeleteRegionNetworkEndpointGroupRequest) ProtoReflect

func (*DeleteRegionNetworkEndpointGroupRequest) Reset

func (*DeleteRegionNetworkEndpointGroupRequest) String

type DeleteRegionNetworkFirewallPolicyRequest

type DeleteRegionNetworkFirewallPolicyRequest struct {

	// Name of the firewall policy to delete.
	FirewallPolicy string `protobuf:"bytes,498173265,opt,name=firewall_policy,json=firewallPolicy,proto3" json:"firewall_policy,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionNetworkFirewallPolicies.Delete. See the method description for details.

func (*DeleteRegionNetworkFirewallPolicyRequest) Descriptor

func (*DeleteRegionNetworkFirewallPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteRegionNetworkFirewallPolicyRequest.ProtoReflect.Descriptor instead.

func (*DeleteRegionNetworkFirewallPolicyRequest) GetFirewallPolicy

func (x *DeleteRegionNetworkFirewallPolicyRequest) GetFirewallPolicy() string

func (*DeleteRegionNetworkFirewallPolicyRequest) GetProject

func (*DeleteRegionNetworkFirewallPolicyRequest) GetRegion

func (*DeleteRegionNetworkFirewallPolicyRequest) GetRequestId

func (*DeleteRegionNetworkFirewallPolicyRequest) ProtoMessage

func (*DeleteRegionNetworkFirewallPolicyRequest) ProtoReflect

func (*DeleteRegionNetworkFirewallPolicyRequest) Reset

func (*DeleteRegionNetworkFirewallPolicyRequest) String

type DeleteRegionNotificationEndpointRequest

type DeleteRegionNotificationEndpointRequest struct {

	// Name of the NotificationEndpoint resource to delete.
	NotificationEndpoint string `protobuf:"bytes,376807017,opt,name=notification_endpoint,json=notificationEndpoint,proto3" json:"notification_endpoint,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionNotificationEndpoints.Delete. See the method description for details.

func (*DeleteRegionNotificationEndpointRequest) Descriptor

func (*DeleteRegionNotificationEndpointRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteRegionNotificationEndpointRequest.ProtoReflect.Descriptor instead.

func (*DeleteRegionNotificationEndpointRequest) GetNotificationEndpoint

func (x *DeleteRegionNotificationEndpointRequest) GetNotificationEndpoint() string

func (*DeleteRegionNotificationEndpointRequest) GetProject

func (*DeleteRegionNotificationEndpointRequest) GetRegion

func (*DeleteRegionNotificationEndpointRequest) GetRequestId

func (*DeleteRegionNotificationEndpointRequest) ProtoMessage

func (*DeleteRegionNotificationEndpointRequest) ProtoReflect

func (*DeleteRegionNotificationEndpointRequest) Reset

func (*DeleteRegionNotificationEndpointRequest) String

type DeleteRegionOperationRequest

type DeleteRegionOperationRequest struct {

	// Name of the Operations resource to delete.
	Operation string `protobuf:"bytes,52090215,opt,name=operation,proto3" json:"operation,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionOperations.Delete. See the method description for details.

func (*DeleteRegionOperationRequest) Descriptor

func (*DeleteRegionOperationRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteRegionOperationRequest.ProtoReflect.Descriptor instead.

func (*DeleteRegionOperationRequest) GetOperation

func (x *DeleteRegionOperationRequest) GetOperation() string

func (*DeleteRegionOperationRequest) GetProject

func (x *DeleteRegionOperationRequest) GetProject() string

func (*DeleteRegionOperationRequest) GetRegion

func (x *DeleteRegionOperationRequest) GetRegion() string

func (*DeleteRegionOperationRequest) ProtoMessage

func (*DeleteRegionOperationRequest) ProtoMessage()

func (*DeleteRegionOperationRequest) ProtoReflect

func (*DeleteRegionOperationRequest) Reset

func (x *DeleteRegionOperationRequest) Reset()

func (*DeleteRegionOperationRequest) String

type DeleteRegionOperationResponse

type DeleteRegionOperationResponse struct {
	// contains filtered or unexported fields
}

A response message for RegionOperations.Delete. See the method description for details.

func (*DeleteRegionOperationResponse) Descriptor

func (*DeleteRegionOperationResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteRegionOperationResponse.ProtoReflect.Descriptor instead.

func (*DeleteRegionOperationResponse) ProtoMessage

func (*DeleteRegionOperationResponse) ProtoMessage()

func (*DeleteRegionOperationResponse) ProtoReflect

func (*DeleteRegionOperationResponse) Reset

func (x *DeleteRegionOperationResponse) Reset()

func (*DeleteRegionOperationResponse) String

type DeleteRegionSecurityPolicyRequest

type DeleteRegionSecurityPolicyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the security policy to delete.
	SecurityPolicy string `protobuf:"bytes,171082513,opt,name=security_policy,json=securityPolicy,proto3" json:"security_policy,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionSecurityPolicies.Delete. See the method description for details.

func (*DeleteRegionSecurityPolicyRequest) Descriptor

func (*DeleteRegionSecurityPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteRegionSecurityPolicyRequest.ProtoReflect.Descriptor instead.

func (*DeleteRegionSecurityPolicyRequest) GetProject

func (x *DeleteRegionSecurityPolicyRequest) GetProject() string

func (*DeleteRegionSecurityPolicyRequest) GetRegion

func (*DeleteRegionSecurityPolicyRequest) GetRequestId

func (x *DeleteRegionSecurityPolicyRequest) GetRequestId() string

func (*DeleteRegionSecurityPolicyRequest) GetSecurityPolicy

func (x *DeleteRegionSecurityPolicyRequest) GetSecurityPolicy() string

func (*DeleteRegionSecurityPolicyRequest) ProtoMessage

func (*DeleteRegionSecurityPolicyRequest) ProtoMessage()

func (*DeleteRegionSecurityPolicyRequest) ProtoReflect

func (*DeleteRegionSecurityPolicyRequest) Reset

func (*DeleteRegionSecurityPolicyRequest) String

type DeleteRegionSslCertificateRequest

type DeleteRegionSslCertificateRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the SslCertificate resource to delete.
	SslCertificate string `protobuf:"bytes,46443492,opt,name=ssl_certificate,json=sslCertificate,proto3" json:"ssl_certificate,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionSslCertificates.Delete. See the method description for details.

func (*DeleteRegionSslCertificateRequest) Descriptor

func (*DeleteRegionSslCertificateRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteRegionSslCertificateRequest.ProtoReflect.Descriptor instead.

func (*DeleteRegionSslCertificateRequest) GetProject

func (x *DeleteRegionSslCertificateRequest) GetProject() string

func (*DeleteRegionSslCertificateRequest) GetRegion

func (*DeleteRegionSslCertificateRequest) GetRequestId

func (x *DeleteRegionSslCertificateRequest) GetRequestId() string

func (*DeleteRegionSslCertificateRequest) GetSslCertificate

func (x *DeleteRegionSslCertificateRequest) GetSslCertificate() string

func (*DeleteRegionSslCertificateRequest) ProtoMessage

func (*DeleteRegionSslCertificateRequest) ProtoMessage()

func (*DeleteRegionSslCertificateRequest) ProtoReflect

func (*DeleteRegionSslCertificateRequest) Reset

func (*DeleteRegionSslCertificateRequest) String

type DeleteRegionSslPolicyRequest

type DeleteRegionSslPolicyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the SSL policy to delete. The name must be 1-63 characters long, and comply with RFC1035.
	SslPolicy string `protobuf:"bytes,295190213,opt,name=ssl_policy,json=sslPolicy,proto3" json:"ssl_policy,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionSslPolicies.Delete. See the method description for details.

func (*DeleteRegionSslPolicyRequest) Descriptor

func (*DeleteRegionSslPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteRegionSslPolicyRequest.ProtoReflect.Descriptor instead.

func (*DeleteRegionSslPolicyRequest) GetProject

func (x *DeleteRegionSslPolicyRequest) GetProject() string

func (*DeleteRegionSslPolicyRequest) GetRegion

func (x *DeleteRegionSslPolicyRequest) GetRegion() string

func (*DeleteRegionSslPolicyRequest) GetRequestId

func (x *DeleteRegionSslPolicyRequest) GetRequestId() string

func (*DeleteRegionSslPolicyRequest) GetSslPolicy

func (x *DeleteRegionSslPolicyRequest) GetSslPolicy() string

func (*DeleteRegionSslPolicyRequest) ProtoMessage

func (*DeleteRegionSslPolicyRequest) ProtoMessage()

func (*DeleteRegionSslPolicyRequest) ProtoReflect

func (*DeleteRegionSslPolicyRequest) Reset

func (x *DeleteRegionSslPolicyRequest) Reset()

func (*DeleteRegionSslPolicyRequest) String

type DeleteRegionTargetHttpProxyRequest

type DeleteRegionTargetHttpProxyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the TargetHttpProxy resource to delete.
	TargetHttpProxy string `protobuf:"bytes,206872421,opt,name=target_http_proxy,json=targetHttpProxy,proto3" json:"target_http_proxy,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionTargetHttpProxies.Delete. See the method description for details.

func (*DeleteRegionTargetHttpProxyRequest) Descriptor

func (*DeleteRegionTargetHttpProxyRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteRegionTargetHttpProxyRequest.ProtoReflect.Descriptor instead.

func (*DeleteRegionTargetHttpProxyRequest) GetProject

func (*DeleteRegionTargetHttpProxyRequest) GetRegion

func (*DeleteRegionTargetHttpProxyRequest) GetRequestId

func (x *DeleteRegionTargetHttpProxyRequest) GetRequestId() string

func (*DeleteRegionTargetHttpProxyRequest) GetTargetHttpProxy

func (x *DeleteRegionTargetHttpProxyRequest) GetTargetHttpProxy() string

func (*DeleteRegionTargetHttpProxyRequest) ProtoMessage

func (*DeleteRegionTargetHttpProxyRequest) ProtoMessage()

func (*DeleteRegionTargetHttpProxyRequest) ProtoReflect

func (*DeleteRegionTargetHttpProxyRequest) Reset

func (*DeleteRegionTargetHttpProxyRequest) String

type DeleteRegionTargetHttpsProxyRequest

type DeleteRegionTargetHttpsProxyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the TargetHttpsProxy resource to delete.
	TargetHttpsProxy string `protobuf:"bytes,52336748,opt,name=target_https_proxy,json=targetHttpsProxy,proto3" json:"target_https_proxy,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionTargetHttpsProxies.Delete. See the method description for details.

func (*DeleteRegionTargetHttpsProxyRequest) Descriptor

func (*DeleteRegionTargetHttpsProxyRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteRegionTargetHttpsProxyRequest.ProtoReflect.Descriptor instead.

func (*DeleteRegionTargetHttpsProxyRequest) GetProject

func (*DeleteRegionTargetHttpsProxyRequest) GetRegion

func (*DeleteRegionTargetHttpsProxyRequest) GetRequestId

func (x *DeleteRegionTargetHttpsProxyRequest) GetRequestId() string

func (*DeleteRegionTargetHttpsProxyRequest) GetTargetHttpsProxy

func (x *DeleteRegionTargetHttpsProxyRequest) GetTargetHttpsProxy() string

func (*DeleteRegionTargetHttpsProxyRequest) ProtoMessage

func (*DeleteRegionTargetHttpsProxyRequest) ProtoMessage()

func (*DeleteRegionTargetHttpsProxyRequest) ProtoReflect

func (*DeleteRegionTargetHttpsProxyRequest) Reset

func (*DeleteRegionTargetHttpsProxyRequest) String

type DeleteRegionTargetTcpProxyRequest

type DeleteRegionTargetTcpProxyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the TargetTcpProxy resource to delete.
	TargetTcpProxy string `protobuf:"bytes,503065442,opt,name=target_tcp_proxy,json=targetTcpProxy,proto3" json:"target_tcp_proxy,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionTargetTcpProxies.Delete. See the method description for details.

func (*DeleteRegionTargetTcpProxyRequest) Descriptor

func (*DeleteRegionTargetTcpProxyRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteRegionTargetTcpProxyRequest.ProtoReflect.Descriptor instead.

func (*DeleteRegionTargetTcpProxyRequest) GetProject

func (x *DeleteRegionTargetTcpProxyRequest) GetProject() string

func (*DeleteRegionTargetTcpProxyRequest) GetRegion

func (*DeleteRegionTargetTcpProxyRequest) GetRequestId

func (x *DeleteRegionTargetTcpProxyRequest) GetRequestId() string

func (*DeleteRegionTargetTcpProxyRequest) GetTargetTcpProxy

func (x *DeleteRegionTargetTcpProxyRequest) GetTargetTcpProxy() string

func (*DeleteRegionTargetTcpProxyRequest) ProtoMessage

func (*DeleteRegionTargetTcpProxyRequest) ProtoMessage()

func (*DeleteRegionTargetTcpProxyRequest) ProtoReflect

func (*DeleteRegionTargetTcpProxyRequest) Reset

func (*DeleteRegionTargetTcpProxyRequest) String

type DeleteRegionUrlMapRequest

type DeleteRegionUrlMapRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// begin_interface: MixerMutationRequestBuilder Request ID to support idempotency.
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the UrlMap resource to delete.
	UrlMap string `protobuf:"bytes,367020684,opt,name=url_map,json=urlMap,proto3" json:"url_map,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionUrlMaps.Delete. See the method description for details.

func (*DeleteRegionUrlMapRequest) Descriptor

func (*DeleteRegionUrlMapRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteRegionUrlMapRequest.ProtoReflect.Descriptor instead.

func (*DeleteRegionUrlMapRequest) GetProject

func (x *DeleteRegionUrlMapRequest) GetProject() string

func (*DeleteRegionUrlMapRequest) GetRegion

func (x *DeleteRegionUrlMapRequest) GetRegion() string

func (*DeleteRegionUrlMapRequest) GetRequestId

func (x *DeleteRegionUrlMapRequest) GetRequestId() string

func (*DeleteRegionUrlMapRequest) GetUrlMap

func (x *DeleteRegionUrlMapRequest) GetUrlMap() string

func (*DeleteRegionUrlMapRequest) ProtoMessage

func (*DeleteRegionUrlMapRequest) ProtoMessage()

func (*DeleteRegionUrlMapRequest) ProtoReflect

func (*DeleteRegionUrlMapRequest) Reset

func (x *DeleteRegionUrlMapRequest) Reset()

func (*DeleteRegionUrlMapRequest) String

func (x *DeleteRegionUrlMapRequest) String() string

type DeleteReservationRequest

type DeleteReservationRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the reservation to delete.
	Reservation string `protobuf:"bytes,47530956,opt,name=reservation,proto3" json:"reservation,omitempty"`
	// Name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Reservations.Delete. See the method description for details.

func (*DeleteReservationRequest) Descriptor

func (*DeleteReservationRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteReservationRequest.ProtoReflect.Descriptor instead.

func (*DeleteReservationRequest) GetProject

func (x *DeleteReservationRequest) GetProject() string

func (*DeleteReservationRequest) GetRequestId

func (x *DeleteReservationRequest) GetRequestId() string

func (*DeleteReservationRequest) GetReservation

func (x *DeleteReservationRequest) GetReservation() string

func (*DeleteReservationRequest) GetZone

func (x *DeleteReservationRequest) GetZone() string

func (*DeleteReservationRequest) ProtoMessage

func (*DeleteReservationRequest) ProtoMessage()

func (*DeleteReservationRequest) ProtoReflect

func (x *DeleteReservationRequest) ProtoReflect() protoreflect.Message

func (*DeleteReservationRequest) Reset

func (x *DeleteReservationRequest) Reset()

func (*DeleteReservationRequest) String

func (x *DeleteReservationRequest) String() string

type DeleteResourcePolicyRequest

type DeleteResourcePolicyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the resource policy to delete.
	ResourcePolicy string `protobuf:"bytes,159240835,opt,name=resource_policy,json=resourcePolicy,proto3" json:"resource_policy,omitempty"`
	// contains filtered or unexported fields
}

A request message for ResourcePolicies.Delete. See the method description for details.

func (*DeleteResourcePolicyRequest) Descriptor

func (*DeleteResourcePolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteResourcePolicyRequest.ProtoReflect.Descriptor instead.

func (*DeleteResourcePolicyRequest) GetProject

func (x *DeleteResourcePolicyRequest) GetProject() string

func (*DeleteResourcePolicyRequest) GetRegion

func (x *DeleteResourcePolicyRequest) GetRegion() string

func (*DeleteResourcePolicyRequest) GetRequestId

func (x *DeleteResourcePolicyRequest) GetRequestId() string

func (*DeleteResourcePolicyRequest) GetResourcePolicy

func (x *DeleteResourcePolicyRequest) GetResourcePolicy() string

func (*DeleteResourcePolicyRequest) ProtoMessage

func (*DeleteResourcePolicyRequest) ProtoMessage()

func (*DeleteResourcePolicyRequest) ProtoReflect

func (*DeleteResourcePolicyRequest) Reset

func (x *DeleteResourcePolicyRequest) Reset()

func (*DeleteResourcePolicyRequest) String

func (x *DeleteResourcePolicyRequest) String() string

type DeleteRouteRequest

type DeleteRouteRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the Route resource to delete.
	Route string `protobuf:"bytes,108704329,opt,name=route,proto3" json:"route,omitempty"`
	// contains filtered or unexported fields
}

A request message for Routes.Delete. See the method description for details.

func (*DeleteRouteRequest) Descriptor

func (*DeleteRouteRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteRouteRequest.ProtoReflect.Descriptor instead.

func (*DeleteRouteRequest) GetProject

func (x *DeleteRouteRequest) GetProject() string

func (*DeleteRouteRequest) GetRequestId

func (x *DeleteRouteRequest) GetRequestId() string

func (*DeleteRouteRequest) GetRoute

func (x *DeleteRouteRequest) GetRoute() string

func (*DeleteRouteRequest) ProtoMessage

func (*DeleteRouteRequest) ProtoMessage()

func (*DeleteRouteRequest) ProtoReflect

func (x *DeleteRouteRequest) ProtoReflect() protoreflect.Message

func (*DeleteRouteRequest) Reset

func (x *DeleteRouteRequest) Reset()

func (*DeleteRouteRequest) String

func (x *DeleteRouteRequest) String() string

type DeleteRouterRequest

type DeleteRouterRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the Router resource to delete.
	Router string `protobuf:"bytes,148608841,opt,name=router,proto3" json:"router,omitempty"`
	// contains filtered or unexported fields
}

A request message for Routers.Delete. See the method description for details.

func (*DeleteRouterRequest) Descriptor

func (*DeleteRouterRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteRouterRequest.ProtoReflect.Descriptor instead.

func (*DeleteRouterRequest) GetProject

func (x *DeleteRouterRequest) GetProject() string

func (*DeleteRouterRequest) GetRegion

func (x *DeleteRouterRequest) GetRegion() string

func (*DeleteRouterRequest) GetRequestId

func (x *DeleteRouterRequest) GetRequestId() string

func (*DeleteRouterRequest) GetRouter

func (x *DeleteRouterRequest) GetRouter() string

func (*DeleteRouterRequest) ProtoMessage

func (*DeleteRouterRequest) ProtoMessage()

func (*DeleteRouterRequest) ProtoReflect

func (x *DeleteRouterRequest) ProtoReflect() protoreflect.Message

func (*DeleteRouterRequest) Reset

func (x *DeleteRouterRequest) Reset()

func (*DeleteRouterRequest) String

func (x *DeleteRouterRequest) String() string

type DeleteSecurityPolicyRequest

type DeleteSecurityPolicyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the security policy to delete.
	SecurityPolicy string `protobuf:"bytes,171082513,opt,name=security_policy,json=securityPolicy,proto3" json:"security_policy,omitempty"`
	// contains filtered or unexported fields
}

A request message for SecurityPolicies.Delete. See the method description for details.

func (*DeleteSecurityPolicyRequest) Descriptor

func (*DeleteSecurityPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteSecurityPolicyRequest.ProtoReflect.Descriptor instead.

func (*DeleteSecurityPolicyRequest) GetProject

func (x *DeleteSecurityPolicyRequest) GetProject() string

func (*DeleteSecurityPolicyRequest) GetRequestId

func (x *DeleteSecurityPolicyRequest) GetRequestId() string

func (*DeleteSecurityPolicyRequest) GetSecurityPolicy

func (x *DeleteSecurityPolicyRequest) GetSecurityPolicy() string

func (*DeleteSecurityPolicyRequest) ProtoMessage

func (*DeleteSecurityPolicyRequest) ProtoMessage()

func (*DeleteSecurityPolicyRequest) ProtoReflect

func (*DeleteSecurityPolicyRequest) Reset

func (x *DeleteSecurityPolicyRequest) Reset()

func (*DeleteSecurityPolicyRequest) String

func (x *DeleteSecurityPolicyRequest) String() string

type DeleteServiceAttachmentRequest

type DeleteServiceAttachmentRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region of this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the ServiceAttachment resource to delete.
	ServiceAttachment string `protobuf:"bytes,338957549,opt,name=service_attachment,json=serviceAttachment,proto3" json:"service_attachment,omitempty"`
	// contains filtered or unexported fields
}

A request message for ServiceAttachments.Delete. See the method description for details.

func (*DeleteServiceAttachmentRequest) Descriptor

func (*DeleteServiceAttachmentRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteServiceAttachmentRequest.ProtoReflect.Descriptor instead.

func (*DeleteServiceAttachmentRequest) GetProject

func (x *DeleteServiceAttachmentRequest) GetProject() string

func (*DeleteServiceAttachmentRequest) GetRegion

func (x *DeleteServiceAttachmentRequest) GetRegion() string

func (*DeleteServiceAttachmentRequest) GetRequestId

func (x *DeleteServiceAttachmentRequest) GetRequestId() string

func (*DeleteServiceAttachmentRequest) GetServiceAttachment

func (x *DeleteServiceAttachmentRequest) GetServiceAttachment() string

func (*DeleteServiceAttachmentRequest) ProtoMessage

func (*DeleteServiceAttachmentRequest) ProtoMessage()

func (*DeleteServiceAttachmentRequest) ProtoReflect

func (*DeleteServiceAttachmentRequest) Reset

func (x *DeleteServiceAttachmentRequest) Reset()

func (*DeleteServiceAttachmentRequest) String

type DeleteSignedUrlKeyBackendBucketRequest

type DeleteSignedUrlKeyBackendBucketRequest struct {

	// Name of the BackendBucket resource to which the Signed URL Key should be added. The name should conform to RFC1035.
	BackendBucket string `protobuf:"bytes,91714037,opt,name=backend_bucket,json=backendBucket,proto3" json:"backend_bucket,omitempty"`
	// The name of the Signed URL Key to delete.
	KeyName string `protobuf:"bytes,500938859,opt,name=key_name,json=keyName,proto3" json:"key_name,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for BackendBuckets.DeleteSignedUrlKey. See the method description for details.

func (*DeleteSignedUrlKeyBackendBucketRequest) Descriptor

func (*DeleteSignedUrlKeyBackendBucketRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteSignedUrlKeyBackendBucketRequest.ProtoReflect.Descriptor instead.

func (*DeleteSignedUrlKeyBackendBucketRequest) GetBackendBucket

func (x *DeleteSignedUrlKeyBackendBucketRequest) GetBackendBucket() string

func (*DeleteSignedUrlKeyBackendBucketRequest) GetKeyName

func (*DeleteSignedUrlKeyBackendBucketRequest) GetProject

func (*DeleteSignedUrlKeyBackendBucketRequest) GetRequestId

func (*DeleteSignedUrlKeyBackendBucketRequest) ProtoMessage

func (*DeleteSignedUrlKeyBackendBucketRequest) ProtoReflect

func (*DeleteSignedUrlKeyBackendBucketRequest) Reset

func (*DeleteSignedUrlKeyBackendBucketRequest) String

type DeleteSignedUrlKeyBackendServiceRequest

type DeleteSignedUrlKeyBackendServiceRequest struct {

	// Name of the BackendService resource to which the Signed URL Key should be added. The name should conform to RFC1035.
	BackendService string `protobuf:"bytes,306946058,opt,name=backend_service,json=backendService,proto3" json:"backend_service,omitempty"`
	// The name of the Signed URL Key to delete.
	KeyName string `protobuf:"bytes,500938859,opt,name=key_name,json=keyName,proto3" json:"key_name,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for BackendServices.DeleteSignedUrlKey. See the method description for details.

func (*DeleteSignedUrlKeyBackendServiceRequest) Descriptor

func (*DeleteSignedUrlKeyBackendServiceRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteSignedUrlKeyBackendServiceRequest.ProtoReflect.Descriptor instead.

func (*DeleteSignedUrlKeyBackendServiceRequest) GetBackendService

func (x *DeleteSignedUrlKeyBackendServiceRequest) GetBackendService() string

func (*DeleteSignedUrlKeyBackendServiceRequest) GetKeyName

func (*DeleteSignedUrlKeyBackendServiceRequest) GetProject

func (*DeleteSignedUrlKeyBackendServiceRequest) GetRequestId

func (*DeleteSignedUrlKeyBackendServiceRequest) ProtoMessage

func (*DeleteSignedUrlKeyBackendServiceRequest) ProtoReflect

func (*DeleteSignedUrlKeyBackendServiceRequest) Reset

func (*DeleteSignedUrlKeyBackendServiceRequest) String

type DeleteSnapshotRequest

type DeleteSnapshotRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the Snapshot resource to delete.
	Snapshot string `protobuf:"bytes,284874180,opt,name=snapshot,proto3" json:"snapshot,omitempty"`
	// contains filtered or unexported fields
}

A request message for Snapshots.Delete. See the method description for details.

func (*DeleteSnapshotRequest) Descriptor

func (*DeleteSnapshotRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteSnapshotRequest.ProtoReflect.Descriptor instead.

func (*DeleteSnapshotRequest) GetProject

func (x *DeleteSnapshotRequest) GetProject() string

func (*DeleteSnapshotRequest) GetRequestId

func (x *DeleteSnapshotRequest) GetRequestId() string

func (*DeleteSnapshotRequest) GetSnapshot

func (x *DeleteSnapshotRequest) GetSnapshot() string

func (*DeleteSnapshotRequest) ProtoMessage

func (*DeleteSnapshotRequest) ProtoMessage()

func (*DeleteSnapshotRequest) ProtoReflect

func (x *DeleteSnapshotRequest) ProtoReflect() protoreflect.Message

func (*DeleteSnapshotRequest) Reset

func (x *DeleteSnapshotRequest) Reset()

func (*DeleteSnapshotRequest) String

func (x *DeleteSnapshotRequest) String() string

type DeleteSslCertificateRequest

type DeleteSslCertificateRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the SslCertificate resource to delete.
	SslCertificate string `protobuf:"bytes,46443492,opt,name=ssl_certificate,json=sslCertificate,proto3" json:"ssl_certificate,omitempty"`
	// contains filtered or unexported fields
}

A request message for SslCertificates.Delete. See the method description for details.

func (*DeleteSslCertificateRequest) Descriptor

func (*DeleteSslCertificateRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteSslCertificateRequest.ProtoReflect.Descriptor instead.

func (*DeleteSslCertificateRequest) GetProject

func (x *DeleteSslCertificateRequest) GetProject() string

func (*DeleteSslCertificateRequest) GetRequestId

func (x *DeleteSslCertificateRequest) GetRequestId() string

func (*DeleteSslCertificateRequest) GetSslCertificate

func (x *DeleteSslCertificateRequest) GetSslCertificate() string

func (*DeleteSslCertificateRequest) ProtoMessage

func (*DeleteSslCertificateRequest) ProtoMessage()

func (*DeleteSslCertificateRequest) ProtoReflect

func (*DeleteSslCertificateRequest) Reset

func (x *DeleteSslCertificateRequest) Reset()

func (*DeleteSslCertificateRequest) String

func (x *DeleteSslCertificateRequest) String() string

type DeleteSslPolicyRequest

type DeleteSslPolicyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the SSL policy to delete. The name must be 1-63 characters long, and comply with RFC1035.
	SslPolicy string `protobuf:"bytes,295190213,opt,name=ssl_policy,json=sslPolicy,proto3" json:"ssl_policy,omitempty"`
	// contains filtered or unexported fields
}

A request message for SslPolicies.Delete. See the method description for details.

func (*DeleteSslPolicyRequest) Descriptor

func (*DeleteSslPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteSslPolicyRequest.ProtoReflect.Descriptor instead.

func (*DeleteSslPolicyRequest) GetProject

func (x *DeleteSslPolicyRequest) GetProject() string

func (*DeleteSslPolicyRequest) GetRequestId

func (x *DeleteSslPolicyRequest) GetRequestId() string

func (*DeleteSslPolicyRequest) GetSslPolicy

func (x *DeleteSslPolicyRequest) GetSslPolicy() string

func (*DeleteSslPolicyRequest) ProtoMessage

func (*DeleteSslPolicyRequest) ProtoMessage()

func (*DeleteSslPolicyRequest) ProtoReflect

func (x *DeleteSslPolicyRequest) ProtoReflect() protoreflect.Message

func (*DeleteSslPolicyRequest) Reset

func (x *DeleteSslPolicyRequest) Reset()

func (*DeleteSslPolicyRequest) String

func (x *DeleteSslPolicyRequest) String() string

type DeleteSubnetworkRequest

type DeleteSubnetworkRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the Subnetwork resource to delete.
	Subnetwork string `protobuf:"bytes,307827694,opt,name=subnetwork,proto3" json:"subnetwork,omitempty"`
	// contains filtered or unexported fields
}

A request message for Subnetworks.Delete. See the method description for details.

func (*DeleteSubnetworkRequest) Descriptor

func (*DeleteSubnetworkRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteSubnetworkRequest.ProtoReflect.Descriptor instead.

func (*DeleteSubnetworkRequest) GetProject

func (x *DeleteSubnetworkRequest) GetProject() string

func (*DeleteSubnetworkRequest) GetRegion

func (x *DeleteSubnetworkRequest) GetRegion() string

func (*DeleteSubnetworkRequest) GetRequestId

func (x *DeleteSubnetworkRequest) GetRequestId() string

func (*DeleteSubnetworkRequest) GetSubnetwork

func (x *DeleteSubnetworkRequest) GetSubnetwork() string

func (*DeleteSubnetworkRequest) ProtoMessage

func (*DeleteSubnetworkRequest) ProtoMessage()

func (*DeleteSubnetworkRequest) ProtoReflect

func (x *DeleteSubnetworkRequest) ProtoReflect() protoreflect.Message

func (*DeleteSubnetworkRequest) Reset

func (x *DeleteSubnetworkRequest) Reset()

func (*DeleteSubnetworkRequest) String

func (x *DeleteSubnetworkRequest) String() string

type DeleteTargetGrpcProxyRequest

type DeleteTargetGrpcProxyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the TargetGrpcProxy resource to delete.
	TargetGrpcProxy string `protobuf:"bytes,5020283,opt,name=target_grpc_proxy,json=targetGrpcProxy,proto3" json:"target_grpc_proxy,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetGrpcProxies.Delete. See the method description for details.

func (*DeleteTargetGrpcProxyRequest) Descriptor

func (*DeleteTargetGrpcProxyRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteTargetGrpcProxyRequest.ProtoReflect.Descriptor instead.

func (*DeleteTargetGrpcProxyRequest) GetProject

func (x *DeleteTargetGrpcProxyRequest) GetProject() string

func (*DeleteTargetGrpcProxyRequest) GetRequestId

func (x *DeleteTargetGrpcProxyRequest) GetRequestId() string

func (*DeleteTargetGrpcProxyRequest) GetTargetGrpcProxy

func (x *DeleteTargetGrpcProxyRequest) GetTargetGrpcProxy() string

func (*DeleteTargetGrpcProxyRequest) ProtoMessage

func (*DeleteTargetGrpcProxyRequest) ProtoMessage()

func (*DeleteTargetGrpcProxyRequest) ProtoReflect

func (*DeleteTargetGrpcProxyRequest) Reset

func (x *DeleteTargetGrpcProxyRequest) Reset()

func (*DeleteTargetGrpcProxyRequest) String

type DeleteTargetHttpProxyRequest

type DeleteTargetHttpProxyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the TargetHttpProxy resource to delete.
	TargetHttpProxy string `protobuf:"bytes,206872421,opt,name=target_http_proxy,json=targetHttpProxy,proto3" json:"target_http_proxy,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetHttpProxies.Delete. See the method description for details.

func (*DeleteTargetHttpProxyRequest) Descriptor

func (*DeleteTargetHttpProxyRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteTargetHttpProxyRequest.ProtoReflect.Descriptor instead.

func (*DeleteTargetHttpProxyRequest) GetProject

func (x *DeleteTargetHttpProxyRequest) GetProject() string

func (*DeleteTargetHttpProxyRequest) GetRequestId

func (x *DeleteTargetHttpProxyRequest) GetRequestId() string

func (*DeleteTargetHttpProxyRequest) GetTargetHttpProxy

func (x *DeleteTargetHttpProxyRequest) GetTargetHttpProxy() string

func (*DeleteTargetHttpProxyRequest) ProtoMessage

func (*DeleteTargetHttpProxyRequest) ProtoMessage()

func (*DeleteTargetHttpProxyRequest) ProtoReflect

func (*DeleteTargetHttpProxyRequest) Reset

func (x *DeleteTargetHttpProxyRequest) Reset()

func (*DeleteTargetHttpProxyRequest) String

type DeleteTargetHttpsProxyRequest

type DeleteTargetHttpsProxyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the TargetHttpsProxy resource to delete.
	TargetHttpsProxy string `protobuf:"bytes,52336748,opt,name=target_https_proxy,json=targetHttpsProxy,proto3" json:"target_https_proxy,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetHttpsProxies.Delete. See the method description for details.

func (*DeleteTargetHttpsProxyRequest) Descriptor

func (*DeleteTargetHttpsProxyRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteTargetHttpsProxyRequest.ProtoReflect.Descriptor instead.

func (*DeleteTargetHttpsProxyRequest) GetProject

func (x *DeleteTargetHttpsProxyRequest) GetProject() string

func (*DeleteTargetHttpsProxyRequest) GetRequestId

func (x *DeleteTargetHttpsProxyRequest) GetRequestId() string

func (*DeleteTargetHttpsProxyRequest) GetTargetHttpsProxy

func (x *DeleteTargetHttpsProxyRequest) GetTargetHttpsProxy() string

func (*DeleteTargetHttpsProxyRequest) ProtoMessage

func (*DeleteTargetHttpsProxyRequest) ProtoMessage()

func (*DeleteTargetHttpsProxyRequest) ProtoReflect

func (*DeleteTargetHttpsProxyRequest) Reset

func (x *DeleteTargetHttpsProxyRequest) Reset()

func (*DeleteTargetHttpsProxyRequest) String

type DeleteTargetInstanceRequest

type DeleteTargetInstanceRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the TargetInstance resource to delete.
	TargetInstance string `protobuf:"bytes,289769347,opt,name=target_instance,json=targetInstance,proto3" json:"target_instance,omitempty"`
	// Name of the zone scoping this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetInstances.Delete. See the method description for details.

func (*DeleteTargetInstanceRequest) Descriptor

func (*DeleteTargetInstanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteTargetInstanceRequest.ProtoReflect.Descriptor instead.

func (*DeleteTargetInstanceRequest) GetProject

func (x *DeleteTargetInstanceRequest) GetProject() string

func (*DeleteTargetInstanceRequest) GetRequestId

func (x *DeleteTargetInstanceRequest) GetRequestId() string

func (*DeleteTargetInstanceRequest) GetTargetInstance

func (x *DeleteTargetInstanceRequest) GetTargetInstance() string

func (*DeleteTargetInstanceRequest) GetZone

func (x *DeleteTargetInstanceRequest) GetZone() string

func (*DeleteTargetInstanceRequest) ProtoMessage

func (*DeleteTargetInstanceRequest) ProtoMessage()

func (*DeleteTargetInstanceRequest) ProtoReflect

func (*DeleteTargetInstanceRequest) Reset

func (x *DeleteTargetInstanceRequest) Reset()

func (*DeleteTargetInstanceRequest) String

func (x *DeleteTargetInstanceRequest) String() string

type DeleteTargetPoolRequest

type DeleteTargetPoolRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the TargetPool resource to delete.
	TargetPool string `protobuf:"bytes,62796298,opt,name=target_pool,json=targetPool,proto3" json:"target_pool,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetPools.Delete. See the method description for details.

func (*DeleteTargetPoolRequest) Descriptor

func (*DeleteTargetPoolRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteTargetPoolRequest.ProtoReflect.Descriptor instead.

func (*DeleteTargetPoolRequest) GetProject

func (x *DeleteTargetPoolRequest) GetProject() string

func (*DeleteTargetPoolRequest) GetRegion

func (x *DeleteTargetPoolRequest) GetRegion() string

func (*DeleteTargetPoolRequest) GetRequestId

func (x *DeleteTargetPoolRequest) GetRequestId() string

func (*DeleteTargetPoolRequest) GetTargetPool

func (x *DeleteTargetPoolRequest) GetTargetPool() string

func (*DeleteTargetPoolRequest) ProtoMessage

func (*DeleteTargetPoolRequest) ProtoMessage()

func (*DeleteTargetPoolRequest) ProtoReflect

func (x *DeleteTargetPoolRequest) ProtoReflect() protoreflect.Message

func (*DeleteTargetPoolRequest) Reset

func (x *DeleteTargetPoolRequest) Reset()

func (*DeleteTargetPoolRequest) String

func (x *DeleteTargetPoolRequest) String() string

type DeleteTargetSslProxyRequest

type DeleteTargetSslProxyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the TargetSslProxy resource to delete.
	TargetSslProxy string `protobuf:"bytes,338795853,opt,name=target_ssl_proxy,json=targetSslProxy,proto3" json:"target_ssl_proxy,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetSslProxies.Delete. See the method description for details.

func (*DeleteTargetSslProxyRequest) Descriptor

func (*DeleteTargetSslProxyRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteTargetSslProxyRequest.ProtoReflect.Descriptor instead.

func (*DeleteTargetSslProxyRequest) GetProject

func (x *DeleteTargetSslProxyRequest) GetProject() string

func (*DeleteTargetSslProxyRequest) GetRequestId

func (x *DeleteTargetSslProxyRequest) GetRequestId() string

func (*DeleteTargetSslProxyRequest) GetTargetSslProxy

func (x *DeleteTargetSslProxyRequest) GetTargetSslProxy() string

func (*DeleteTargetSslProxyRequest) ProtoMessage

func (*DeleteTargetSslProxyRequest) ProtoMessage()

func (*DeleteTargetSslProxyRequest) ProtoReflect

func (*DeleteTargetSslProxyRequest) Reset

func (x *DeleteTargetSslProxyRequest) Reset()

func (*DeleteTargetSslProxyRequest) String

func (x *DeleteTargetSslProxyRequest) String() string

type DeleteTargetTcpProxyRequest

type DeleteTargetTcpProxyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the TargetTcpProxy resource to delete.
	TargetTcpProxy string `protobuf:"bytes,503065442,opt,name=target_tcp_proxy,json=targetTcpProxy,proto3" json:"target_tcp_proxy,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetTcpProxies.Delete. See the method description for details.

func (*DeleteTargetTcpProxyRequest) Descriptor

func (*DeleteTargetTcpProxyRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteTargetTcpProxyRequest.ProtoReflect.Descriptor instead.

func (*DeleteTargetTcpProxyRequest) GetProject

func (x *DeleteTargetTcpProxyRequest) GetProject() string

func (*DeleteTargetTcpProxyRequest) GetRequestId

func (x *DeleteTargetTcpProxyRequest) GetRequestId() string

func (*DeleteTargetTcpProxyRequest) GetTargetTcpProxy

func (x *DeleteTargetTcpProxyRequest) GetTargetTcpProxy() string

func (*DeleteTargetTcpProxyRequest) ProtoMessage

func (*DeleteTargetTcpProxyRequest) ProtoMessage()

func (*DeleteTargetTcpProxyRequest) ProtoReflect

func (*DeleteTargetTcpProxyRequest) Reset

func (x *DeleteTargetTcpProxyRequest) Reset()

func (*DeleteTargetTcpProxyRequest) String

func (x *DeleteTargetTcpProxyRequest) String() string

type DeleteTargetVpnGatewayRequest

type DeleteTargetVpnGatewayRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the target VPN gateway to delete.
	TargetVpnGateway string `protobuf:"bytes,532512843,opt,name=target_vpn_gateway,json=targetVpnGateway,proto3" json:"target_vpn_gateway,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetVpnGateways.Delete. See the method description for details.

func (*DeleteTargetVpnGatewayRequest) Descriptor

func (*DeleteTargetVpnGatewayRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteTargetVpnGatewayRequest.ProtoReflect.Descriptor instead.

func (*DeleteTargetVpnGatewayRequest) GetProject

func (x *DeleteTargetVpnGatewayRequest) GetProject() string

func (*DeleteTargetVpnGatewayRequest) GetRegion

func (x *DeleteTargetVpnGatewayRequest) GetRegion() string

func (*DeleteTargetVpnGatewayRequest) GetRequestId

func (x *DeleteTargetVpnGatewayRequest) GetRequestId() string

func (*DeleteTargetVpnGatewayRequest) GetTargetVpnGateway

func (x *DeleteTargetVpnGatewayRequest) GetTargetVpnGateway() string

func (*DeleteTargetVpnGatewayRequest) ProtoMessage

func (*DeleteTargetVpnGatewayRequest) ProtoMessage()

func (*DeleteTargetVpnGatewayRequest) ProtoReflect

func (*DeleteTargetVpnGatewayRequest) Reset

func (x *DeleteTargetVpnGatewayRequest) Reset()

func (*DeleteTargetVpnGatewayRequest) String

type DeleteUrlMapRequest

type DeleteUrlMapRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the UrlMap resource to delete.
	UrlMap string `protobuf:"bytes,367020684,opt,name=url_map,json=urlMap,proto3" json:"url_map,omitempty"`
	// contains filtered or unexported fields
}

A request message for UrlMaps.Delete. See the method description for details.

func (*DeleteUrlMapRequest) Descriptor

func (*DeleteUrlMapRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteUrlMapRequest.ProtoReflect.Descriptor instead.

func (*DeleteUrlMapRequest) GetProject

func (x *DeleteUrlMapRequest) GetProject() string

func (*DeleteUrlMapRequest) GetRequestId

func (x *DeleteUrlMapRequest) GetRequestId() string

func (*DeleteUrlMapRequest) GetUrlMap

func (x *DeleteUrlMapRequest) GetUrlMap() string

func (*DeleteUrlMapRequest) ProtoMessage

func (*DeleteUrlMapRequest) ProtoMessage()

func (*DeleteUrlMapRequest) ProtoReflect

func (x *DeleteUrlMapRequest) ProtoReflect() protoreflect.Message

func (*DeleteUrlMapRequest) Reset

func (x *DeleteUrlMapRequest) Reset()

func (*DeleteUrlMapRequest) String

func (x *DeleteUrlMapRequest) String() string

type DeleteVpnGatewayRequest

type DeleteVpnGatewayRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the VPN gateway to delete.
	VpnGateway string `protobuf:"bytes,406684153,opt,name=vpn_gateway,json=vpnGateway,proto3" json:"vpn_gateway,omitempty"`
	// contains filtered or unexported fields
}

A request message for VpnGateways.Delete. See the method description for details.

func (*DeleteVpnGatewayRequest) Descriptor

func (*DeleteVpnGatewayRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteVpnGatewayRequest.ProtoReflect.Descriptor instead.

func (*DeleteVpnGatewayRequest) GetProject

func (x *DeleteVpnGatewayRequest) GetProject() string

func (*DeleteVpnGatewayRequest) GetRegion

func (x *DeleteVpnGatewayRequest) GetRegion() string

func (*DeleteVpnGatewayRequest) GetRequestId

func (x *DeleteVpnGatewayRequest) GetRequestId() string

func (*DeleteVpnGatewayRequest) GetVpnGateway

func (x *DeleteVpnGatewayRequest) GetVpnGateway() string

func (*DeleteVpnGatewayRequest) ProtoMessage

func (*DeleteVpnGatewayRequest) ProtoMessage()

func (*DeleteVpnGatewayRequest) ProtoReflect

func (x *DeleteVpnGatewayRequest) ProtoReflect() protoreflect.Message

func (*DeleteVpnGatewayRequest) Reset

func (x *DeleteVpnGatewayRequest) Reset()

func (*DeleteVpnGatewayRequest) String

func (x *DeleteVpnGatewayRequest) String() string

type DeleteVpnTunnelRequest

type DeleteVpnTunnelRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the VpnTunnel resource to delete.
	VpnTunnel string `protobuf:"bytes,143821331,opt,name=vpn_tunnel,json=vpnTunnel,proto3" json:"vpn_tunnel,omitempty"`
	// contains filtered or unexported fields
}

A request message for VpnTunnels.Delete. See the method description for details.

func (*DeleteVpnTunnelRequest) Descriptor

func (*DeleteVpnTunnelRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteVpnTunnelRequest.ProtoReflect.Descriptor instead.

func (*DeleteVpnTunnelRequest) GetProject

func (x *DeleteVpnTunnelRequest) GetProject() string

func (*DeleteVpnTunnelRequest) GetRegion

func (x *DeleteVpnTunnelRequest) GetRegion() string

func (*DeleteVpnTunnelRequest) GetRequestId

func (x *DeleteVpnTunnelRequest) GetRequestId() string

func (*DeleteVpnTunnelRequest) GetVpnTunnel

func (x *DeleteVpnTunnelRequest) GetVpnTunnel() string

func (*DeleteVpnTunnelRequest) ProtoMessage

func (*DeleteVpnTunnelRequest) ProtoMessage()

func (*DeleteVpnTunnelRequest) ProtoReflect

func (x *DeleteVpnTunnelRequest) ProtoReflect() protoreflect.Message

func (*DeleteVpnTunnelRequest) Reset

func (x *DeleteVpnTunnelRequest) Reset()

func (*DeleteVpnTunnelRequest) String

func (x *DeleteVpnTunnelRequest) String() string

type DeleteZoneOperationRequest

type DeleteZoneOperationRequest struct {

	// Name of the Operations resource to delete.
	Operation string `protobuf:"bytes,52090215,opt,name=operation,proto3" json:"operation,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for ZoneOperations.Delete. See the method description for details.

func (*DeleteZoneOperationRequest) Descriptor

func (*DeleteZoneOperationRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteZoneOperationRequest.ProtoReflect.Descriptor instead.

func (*DeleteZoneOperationRequest) GetOperation

func (x *DeleteZoneOperationRequest) GetOperation() string

func (*DeleteZoneOperationRequest) GetProject

func (x *DeleteZoneOperationRequest) GetProject() string

func (*DeleteZoneOperationRequest) GetZone

func (x *DeleteZoneOperationRequest) GetZone() string

func (*DeleteZoneOperationRequest) ProtoMessage

func (*DeleteZoneOperationRequest) ProtoMessage()

func (*DeleteZoneOperationRequest) ProtoReflect

func (*DeleteZoneOperationRequest) Reset

func (x *DeleteZoneOperationRequest) Reset()

func (*DeleteZoneOperationRequest) String

func (x *DeleteZoneOperationRequest) String() string

type DeleteZoneOperationResponse

type DeleteZoneOperationResponse struct {
	// contains filtered or unexported fields
}

A response message for ZoneOperations.Delete. See the method description for details.

func (*DeleteZoneOperationResponse) Descriptor

func (*DeleteZoneOperationResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteZoneOperationResponse.ProtoReflect.Descriptor instead.

func (*DeleteZoneOperationResponse) ProtoMessage

func (*DeleteZoneOperationResponse) ProtoMessage()

func (*DeleteZoneOperationResponse) ProtoReflect

func (*DeleteZoneOperationResponse) Reset

func (x *DeleteZoneOperationResponse) Reset()

func (*DeleteZoneOperationResponse) String

func (x *DeleteZoneOperationResponse) String() string

type Denied

type Denied struct {

	// The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule. This value can either be one of the following well known protocol strings (tcp, udp, icmp, esp, ah, ipip, sctp) or the IP protocol number.
	IPProtocol *string `protobuf:"bytes,488094525,opt,name=I_p_protocol,json=IPProtocol,proto3,oneof" json:"I_p_protocol,omitempty"`
	// An optional list of ports to which this rule applies. This field is only applicable for the UDP or TCP protocol. Each entry must be either an integer or a range. If not specified, this rule applies to connections through any port. Example inputs include: ["22"], ["80","443"], and ["12345-12349"].
	Ports []string `protobuf:"bytes,106854418,rep,name=ports,proto3" json:"ports,omitempty"`
	// contains filtered or unexported fields
}

func (*Denied) Descriptor

func (*Denied) Descriptor() ([]byte, []int)

Deprecated: Use Denied.ProtoReflect.Descriptor instead.

func (*Denied) GetIPProtocol

func (x *Denied) GetIPProtocol() string

func (*Denied) GetPorts

func (x *Denied) GetPorts() []string

func (*Denied) ProtoMessage

func (*Denied) ProtoMessage()

func (*Denied) ProtoReflect

func (x *Denied) ProtoReflect() protoreflect.Message

func (*Denied) Reset

func (x *Denied) Reset()

func (*Denied) String

func (x *Denied) String() string

type DeprecateImageRequest

type DeprecateImageRequest struct {

	// The body resource for this request
	DeprecationStatusResource *DeprecationStatus `protobuf:"bytes,333006064,opt,name=deprecation_status_resource,json=deprecationStatusResource,proto3" json:"deprecation_status_resource,omitempty"`
	// Image name.
	Image string `protobuf:"bytes,100313435,opt,name=image,proto3" json:"image,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for Images.Deprecate. See the method description for details.

func (*DeprecateImageRequest) Descriptor

func (*DeprecateImageRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeprecateImageRequest.ProtoReflect.Descriptor instead.

func (*DeprecateImageRequest) GetDeprecationStatusResource

func (x *DeprecateImageRequest) GetDeprecationStatusResource() *DeprecationStatus

func (*DeprecateImageRequest) GetImage

func (x *DeprecateImageRequest) GetImage() string

func (*DeprecateImageRequest) GetProject

func (x *DeprecateImageRequest) GetProject() string

func (*DeprecateImageRequest) GetRequestId

func (x *DeprecateImageRequest) GetRequestId() string

func (*DeprecateImageRequest) ProtoMessage

func (*DeprecateImageRequest) ProtoMessage()

func (*DeprecateImageRequest) ProtoReflect

func (x *DeprecateImageRequest) ProtoReflect() protoreflect.Message

func (*DeprecateImageRequest) Reset

func (x *DeprecateImageRequest) Reset()

func (*DeprecateImageRequest) String

func (x *DeprecateImageRequest) String() string

type DeprecationStatus

type DeprecationStatus struct {

	// An optional RFC3339 timestamp on or after which the state of this resource is intended to change to DELETED. This is only informational and the status will not change unless the client explicitly changes it.
	Deleted *string `protobuf:"bytes,476721177,opt,name=deleted,proto3,oneof" json:"deleted,omitempty"`
	// An optional RFC3339 timestamp on or after which the state of this resource is intended to change to DEPRECATED. This is only informational and the status will not change unless the client explicitly changes it.
	Deprecated *string `protobuf:"bytes,515138995,opt,name=deprecated,proto3,oneof" json:"deprecated,omitempty"`
	// An optional RFC3339 timestamp on or after which the state of this resource is intended to change to OBSOLETE. This is only informational and the status will not change unless the client explicitly changes it.
	Obsolete *string `protobuf:"bytes,357647769,opt,name=obsolete,proto3,oneof" json:"obsolete,omitempty"`
	// The URL of the suggested replacement for a deprecated resource. The suggested replacement resource must be the same kind of resource as the deprecated resource.
	Replacement *string `protobuf:"bytes,430919186,opt,name=replacement,proto3,oneof" json:"replacement,omitempty"`
	// The deprecation state of this resource. This can be ACTIVE, DEPRECATED, OBSOLETE, or DELETED. Operations which communicate the end of life date for an image, can use ACTIVE. Operations which create a new resource using a DEPRECATED resource will return successfully, but with a warning indicating the deprecated resource and recommending its replacement. Operations which use OBSOLETE or DELETED resources will be rejected and result in an error.
	// Check the State enum for the list of possible values.
	State *string `protobuf:"bytes,109757585,opt,name=state,proto3,oneof" json:"state,omitempty"`
	// contains filtered or unexported fields
}

Deprecation status for a public resource.

func (*DeprecationStatus) Descriptor

func (*DeprecationStatus) Descriptor() ([]byte, []int)

Deprecated: Use DeprecationStatus.ProtoReflect.Descriptor instead.

func (*DeprecationStatus) GetDeleted

func (x *DeprecationStatus) GetDeleted() string

func (*DeprecationStatus) GetDeprecated

func (x *DeprecationStatus) GetDeprecated() string

func (*DeprecationStatus) GetObsolete

func (x *DeprecationStatus) GetObsolete() string

func (*DeprecationStatus) GetReplacement

func (x *DeprecationStatus) GetReplacement() string

func (*DeprecationStatus) GetState

func (x *DeprecationStatus) GetState() string

func (*DeprecationStatus) ProtoMessage

func (*DeprecationStatus) ProtoMessage()

func (*DeprecationStatus) ProtoReflect

func (x *DeprecationStatus) ProtoReflect() protoreflect.Message

func (*DeprecationStatus) Reset

func (x *DeprecationStatus) Reset()

func (*DeprecationStatus) String

func (x *DeprecationStatus) String() string

type DeprecationStatus_State

type DeprecationStatus_State int32

The deprecation state of this resource. This can be ACTIVE, DEPRECATED, OBSOLETE, or DELETED. Operations which communicate the end of life date for an image, can use ACTIVE. Operations which create a new resource using a DEPRECATED resource will return successfully, but with a warning indicating the deprecated resource and recommending its replacement. Operations which use OBSOLETE or DELETED resources will be rejected and result in an error.

const (
	// A value indicating that the enum field is not set.
	DeprecationStatus_UNDEFINED_STATE DeprecationStatus_State = 0
	DeprecationStatus_ACTIVE          DeprecationStatus_State = 314733318
	DeprecationStatus_DELETED         DeprecationStatus_State = 120962041
	DeprecationStatus_DEPRECATED      DeprecationStatus_State = 463360435
	DeprecationStatus_OBSOLETE        DeprecationStatus_State = 66532761
)

func (DeprecationStatus_State) Descriptor

func (DeprecationStatus_State) Enum

func (DeprecationStatus_State) EnumDescriptor

func (DeprecationStatus_State) EnumDescriptor() ([]byte, []int)

Deprecated: Use DeprecationStatus_State.Descriptor instead.

func (DeprecationStatus_State) Number

func (DeprecationStatus_State) String

func (x DeprecationStatus_State) String() string

func (DeprecationStatus_State) Type

type DetachDiskInstanceRequest

type DetachDiskInstanceRequest struct {

	// The device name of the disk to detach. Make a get() request on the instance to view currently attached disks and device names.
	DeviceName string `protobuf:"bytes,67541716,opt,name=device_name,json=deviceName,proto3" json:"device_name,omitempty"`
	// Instance name for this request.
	Instance string `protobuf:"bytes,18257045,opt,name=instance,proto3" json:"instance,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Instances.DetachDisk. See the method description for details.

func (*DetachDiskInstanceRequest) Descriptor

func (*DetachDiskInstanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use DetachDiskInstanceRequest.ProtoReflect.Descriptor instead.

func (*DetachDiskInstanceRequest) GetDeviceName

func (x *DetachDiskInstanceRequest) GetDeviceName() string

func (*DetachDiskInstanceRequest) GetInstance

func (x *DetachDiskInstanceRequest) GetInstance() string

func (*DetachDiskInstanceRequest) GetProject

func (x *DetachDiskInstanceRequest) GetProject() string

func (*DetachDiskInstanceRequest) GetRequestId

func (x *DetachDiskInstanceRequest) GetRequestId() string

func (*DetachDiskInstanceRequest) GetZone

func (x *DetachDiskInstanceRequest) GetZone() string

func (*DetachDiskInstanceRequest) ProtoMessage

func (*DetachDiskInstanceRequest) ProtoMessage()

func (*DetachDiskInstanceRequest) ProtoReflect

func (*DetachDiskInstanceRequest) Reset

func (x *DetachDiskInstanceRequest) Reset()

func (*DetachDiskInstanceRequest) String

func (x *DetachDiskInstanceRequest) String() string

type DetachNetworkEndpointsGlobalNetworkEndpointGroupRequest

type DetachNetworkEndpointsGlobalNetworkEndpointGroupRequest struct {

	// The body resource for this request
	GlobalNetworkEndpointGroupsDetachEndpointsRequestResource *GlobalNetworkEndpointGroupsDetachEndpointsRequest `protobuf:"bytes,8898269,opt,name=global_network_endpoint_groups_detach_endpoints_request_resource,json=globalNetworkEndpointGroupsDetachEndpointsRequestResource,proto3" json:"global_network_endpoint_groups_detach_endpoints_request_resource,omitempty"`
	// The name of the network endpoint group where you are removing network endpoints. It should comply with RFC1035.
	NetworkEndpointGroup string `protobuf:"bytes,433907078,opt,name=network_endpoint_group,json=networkEndpointGroup,proto3" json:"network_endpoint_group,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for GlobalNetworkEndpointGroups.DetachNetworkEndpoints. See the method description for details.

func (*DetachNetworkEndpointsGlobalNetworkEndpointGroupRequest) Descriptor

Deprecated: Use DetachNetworkEndpointsGlobalNetworkEndpointGroupRequest.ProtoReflect.Descriptor instead.

func (*DetachNetworkEndpointsGlobalNetworkEndpointGroupRequest) GetGlobalNetworkEndpointGroupsDetachEndpointsRequestResource

func (x *DetachNetworkEndpointsGlobalNetworkEndpointGroupRequest) GetGlobalNetworkEndpointGroupsDetachEndpointsRequestResource() *GlobalNetworkEndpointGroupsDetachEndpointsRequest

func (*DetachNetworkEndpointsGlobalNetworkEndpointGroupRequest) GetNetworkEndpointGroup

func (*DetachNetworkEndpointsGlobalNetworkEndpointGroupRequest) GetProject

func (*DetachNetworkEndpointsGlobalNetworkEndpointGroupRequest) GetRequestId

func (*DetachNetworkEndpointsGlobalNetworkEndpointGroupRequest) ProtoMessage

func (*DetachNetworkEndpointsGlobalNetworkEndpointGroupRequest) ProtoReflect

func (*DetachNetworkEndpointsGlobalNetworkEndpointGroupRequest) Reset

func (*DetachNetworkEndpointsGlobalNetworkEndpointGroupRequest) String

type DetachNetworkEndpointsNetworkEndpointGroupRequest

type DetachNetworkEndpointsNetworkEndpointGroupRequest struct {

	// The name of the network endpoint group where you are removing network endpoints. It should comply with RFC1035.
	NetworkEndpointGroup string `protobuf:"bytes,433907078,opt,name=network_endpoint_group,json=networkEndpointGroup,proto3" json:"network_endpoint_group,omitempty"`
	// The body resource for this request
	NetworkEndpointGroupsDetachEndpointsRequestResource *NetworkEndpointGroupsDetachEndpointsRequest `protobuf:"bytes,515608697,opt,name=network_endpoint_groups_detach_endpoints_request_resource,json=networkEndpointGroupsDetachEndpointsRequestResource,proto3" json:"network_endpoint_groups_detach_endpoints_request_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone where the network endpoint group is located. It should comply with RFC1035.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for NetworkEndpointGroups.DetachNetworkEndpoints. See the method description for details.

func (*DetachNetworkEndpointsNetworkEndpointGroupRequest) Descriptor

Deprecated: Use DetachNetworkEndpointsNetworkEndpointGroupRequest.ProtoReflect.Descriptor instead.

func (*DetachNetworkEndpointsNetworkEndpointGroupRequest) GetNetworkEndpointGroup

func (x *DetachNetworkEndpointsNetworkEndpointGroupRequest) GetNetworkEndpointGroup() string

func (*DetachNetworkEndpointsNetworkEndpointGroupRequest) GetNetworkEndpointGroupsDetachEndpointsRequestResource

func (x *DetachNetworkEndpointsNetworkEndpointGroupRequest) GetNetworkEndpointGroupsDetachEndpointsRequestResource() *NetworkEndpointGroupsDetachEndpointsRequest

func (*DetachNetworkEndpointsNetworkEndpointGroupRequest) GetProject

func (*DetachNetworkEndpointsNetworkEndpointGroupRequest) GetRequestId

func (*DetachNetworkEndpointsNetworkEndpointGroupRequest) GetZone

func (*DetachNetworkEndpointsNetworkEndpointGroupRequest) ProtoMessage

func (*DetachNetworkEndpointsNetworkEndpointGroupRequest) ProtoReflect

func (*DetachNetworkEndpointsNetworkEndpointGroupRequest) Reset

func (*DetachNetworkEndpointsNetworkEndpointGroupRequest) String

type DisableXpnHostProjectRequest

type DisableXpnHostProjectRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for Projects.DisableXpnHost. See the method description for details.

func (*DisableXpnHostProjectRequest) Descriptor

func (*DisableXpnHostProjectRequest) Descriptor() ([]byte, []int)

Deprecated: Use DisableXpnHostProjectRequest.ProtoReflect.Descriptor instead.

func (*DisableXpnHostProjectRequest) GetProject

func (x *DisableXpnHostProjectRequest) GetProject() string

func (*DisableXpnHostProjectRequest) GetRequestId

func (x *DisableXpnHostProjectRequest) GetRequestId() string

func (*DisableXpnHostProjectRequest) ProtoMessage

func (*DisableXpnHostProjectRequest) ProtoMessage()

func (*DisableXpnHostProjectRequest) ProtoReflect

func (*DisableXpnHostProjectRequest) Reset

func (x *DisableXpnHostProjectRequest) Reset()

func (*DisableXpnHostProjectRequest) String

type DisableXpnResourceProjectRequest

type DisableXpnResourceProjectRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The body resource for this request
	ProjectsDisableXpnResourceRequestResource *ProjectsDisableXpnResourceRequest `protobuf:"bytes,209136170,opt,name=projects_disable_xpn_resource_request_resource,json=projectsDisableXpnResourceRequestResource,proto3" json:"projects_disable_xpn_resource_request_resource,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for Projects.DisableXpnResource. See the method description for details.

func (*DisableXpnResourceProjectRequest) Descriptor

func (*DisableXpnResourceProjectRequest) Descriptor() ([]byte, []int)

Deprecated: Use DisableXpnResourceProjectRequest.ProtoReflect.Descriptor instead.

func (*DisableXpnResourceProjectRequest) GetProject

func (x *DisableXpnResourceProjectRequest) GetProject() string

func (*DisableXpnResourceProjectRequest) GetProjectsDisableXpnResourceRequestResource

func (x *DisableXpnResourceProjectRequest) GetProjectsDisableXpnResourceRequestResource() *ProjectsDisableXpnResourceRequest

func (*DisableXpnResourceProjectRequest) GetRequestId

func (x *DisableXpnResourceProjectRequest) GetRequestId() string

func (*DisableXpnResourceProjectRequest) ProtoMessage

func (*DisableXpnResourceProjectRequest) ProtoMessage()

func (*DisableXpnResourceProjectRequest) ProtoReflect

func (*DisableXpnResourceProjectRequest) Reset

func (*DisableXpnResourceProjectRequest) String

type Disk

type Disk struct {

	// The architecture of the disk. Valid values are ARM64 or X86_64.
	// Check the Architecture enum for the list of possible values.
	Architecture *string `protobuf:"bytes,302803283,opt,name=architecture,proto3,oneof" json:"architecture,omitempty"`
	// Disk asynchronously replicated into this disk.
	AsyncPrimaryDisk *DiskAsyncReplication `protobuf:"bytes,180517533,opt,name=async_primary_disk,json=asyncPrimaryDisk,proto3,oneof" json:"async_primary_disk,omitempty"`
	// [Output Only] A list of disks this disk is asynchronously replicated to.
	AsyncSecondaryDisks map[string]*DiskAsyncReplicationList `protobuf:"bytes,322925608,rep,name=async_secondary_disks,json=asyncSecondaryDisks,proto3" json:"async_secondary_disks,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// An optional description of this resource. Provide this property when you create the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// Encrypts the disk using a customer-supplied encryption key or a customer-managed encryption key. Encryption keys do not protect access to metadata of the disk. After you encrypt a disk with a customer-supplied key, you must provide the same key if you use the disk later. For example, to create a disk snapshot, to create a disk image, to create a machine image, or to attach the disk to a virtual machine. After you encrypt a disk with a customer-managed key, the diskEncryptionKey.kmsKeyName is set to a key *version* name once the disk is created. The disk is encrypted with this version of the key. In the response, diskEncryptionKey.kmsKeyName appears in the following format: "diskEncryptionKey.kmsKeyName": "projects/kms_project_id/locations/region/keyRings/ key_region/cryptoKeys/key /cryptoKeysVersions/version If you do not provide an encryption key when creating the disk, then the disk is encrypted using an automatically generated key and you don't need to provide a key to use the disk later.
	DiskEncryptionKey *CustomerEncryptionKey `protobuf:"bytes,271660677,opt,name=disk_encryption_key,json=diskEncryptionKey,proto3,oneof" json:"disk_encryption_key,omitempty"`
	// A list of features to enable on the guest operating system. Applicable only for bootable images. Read Enabling guest operating system features to see a list of available options.
	GuestOsFeatures []*GuestOsFeature `protobuf:"bytes,79294545,rep,name=guest_os_features,json=guestOsFeatures,proto3" json:"guest_os_features,omitempty"`
	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Output Only] Type of the resource. Always compute#disk for disks.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// A fingerprint for the labels being applied to this disk, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a disk.
	LabelFingerprint *string `protobuf:"bytes,178124825,opt,name=label_fingerprint,json=labelFingerprint,proto3,oneof" json:"label_fingerprint,omitempty"`
	// Labels to apply to this disk. These can be later modified by the setLabels method.
	Labels map[string]string `protobuf:"bytes,500195327,rep,name=labels,proto3" json:"labels,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// [Output Only] Last attach timestamp in RFC3339 text format.
	LastAttachTimestamp *string `protobuf:"bytes,42159653,opt,name=last_attach_timestamp,json=lastAttachTimestamp,proto3,oneof" json:"last_attach_timestamp,omitempty"`
	// [Output Only] Last detach timestamp in RFC3339 text format.
	LastDetachTimestamp *string `protobuf:"bytes,56471027,opt,name=last_detach_timestamp,json=lastDetachTimestamp,proto3,oneof" json:"last_detach_timestamp,omitempty"`
	// Integer license codes indicating which licenses are attached to this disk.
	LicenseCodes []int64 `protobuf:"varint,45482664,rep,packed,name=license_codes,json=licenseCodes,proto3" json:"license_codes,omitempty"`
	// A list of publicly visible licenses. Reserved for Google's use.
	Licenses []string `protobuf:"bytes,337642578,rep,name=licenses,proto3" json:"licenses,omitempty"`
	// An opaque location hint used to place the disk close to other resources. This field is for use by internal tools that use the public API.
	LocationHint *string `protobuf:"bytes,350519505,opt,name=location_hint,json=locationHint,proto3,oneof" json:"location_hint,omitempty"`
	// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// Internal use only.
	Options *string `protobuf:"bytes,361137822,opt,name=options,proto3,oneof" json:"options,omitempty"`
	// Input only. [Input Only] Additional params passed with the request, but not persisted as part of resource payload.
	Params *DiskParams `protobuf:"bytes,78313862,opt,name=params,proto3,oneof" json:"params,omitempty"`
	// Physical block size of the persistent disk, in bytes. If not present in a request, a default value is used. The currently supported size is 4096, other sizes may be added in the future. If an unsupported value is requested, the error message will list the supported values for the caller's project.
	PhysicalBlockSizeBytes *int64 `protobuf:"varint,420007943,opt,name=physical_block_size_bytes,json=physicalBlockSizeBytes,proto3,oneof" json:"physical_block_size_bytes,omitempty"`
	// Indicates how many IOPS to provision for the disk. This sets the number of I/O operations per second that the disk can handle. Values must be between 10,000 and 120,000. For more details, see the Extreme persistent disk documentation.
	ProvisionedIops *int64 `protobuf:"varint,186769108,opt,name=provisioned_iops,json=provisionedIops,proto3,oneof" json:"provisioned_iops,omitempty"`
	// Indicates how much throughput to provision for the disk. This sets the number of throughput mb per second that the disk can handle. Values must be between 1 and 7,124.
	ProvisionedThroughput *int64 `protobuf:"varint,526524181,opt,name=provisioned_throughput,json=provisionedThroughput,proto3,oneof" json:"provisioned_throughput,omitempty"`
	// [Output Only] URL of the region where the disk resides. Only applicable for regional resources. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
	Region *string `protobuf:"bytes,138946292,opt,name=region,proto3,oneof" json:"region,omitempty"`
	// URLs of the zones where the disk should be replicated to. Only applicable for regional resources.
	ReplicaZones []string `protobuf:"bytes,48438272,rep,name=replica_zones,json=replicaZones,proto3" json:"replica_zones,omitempty"`
	// Resource policies applied to this disk for automatic snapshot creations.
	ResourcePolicies []string `protobuf:"bytes,22220385,rep,name=resource_policies,json=resourcePolicies,proto3" json:"resource_policies,omitempty"`
	// [Output Only] Status information for the disk resource.
	ResourceStatus *DiskResourceStatus `protobuf:"bytes,249429315,opt,name=resource_status,json=resourceStatus,proto3,oneof" json:"resource_status,omitempty"`
	// [Output Only] Reserved for future use.
	SatisfiesPzs *bool `protobuf:"varint,480964267,opt,name=satisfies_pzs,json=satisfiesPzs,proto3,oneof" json:"satisfies_pzs,omitempty"`
	// [Output Only] Server-defined fully-qualified URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// Size, in GB, of the persistent disk. You can specify this field when creating a persistent disk using the sourceImage, sourceSnapshot, or sourceDisk parameter, or specify it alone to create an empty persistent disk. If you specify this field along with a source, the value of sizeGb must not be less than the size of the source. Acceptable values are 1 to 65536, inclusive.
	SizeGb *int64 `protobuf:"varint,494929369,opt,name=size_gb,json=sizeGb,proto3,oneof" json:"size_gb,omitempty"`
	// [Output Only] URL of the DiskConsistencyGroupPolicy for a secondary disk that was created using a consistency group.
	SourceConsistencyGroupPolicy *string `protobuf:"bytes,19616093,opt,name=source_consistency_group_policy,json=sourceConsistencyGroupPolicy,proto3,oneof" json:"source_consistency_group_policy,omitempty"`
	// [Output Only] ID of the DiskConsistencyGroupPolicy for a secondary disk that was created using a consistency group.
	SourceConsistencyGroupPolicyId *string `protobuf:"bytes,267568957,opt,name=source_consistency_group_policy_id,json=sourceConsistencyGroupPolicyId,proto3,oneof" json:"source_consistency_group_policy_id,omitempty"`
	// The source disk used to create this disk. You can provide this as a partial or full URL to the resource. For example, the following are valid values: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /disks/disk - https://www.googleapis.com/compute/v1/projects/project/regions/region /disks/disk - projects/project/zones/zone/disks/disk - projects/project/regions/region/disks/disk - zones/zone/disks/disk - regions/region/disks/disk
	SourceDisk *string `protobuf:"bytes,451753793,opt,name=source_disk,json=sourceDisk,proto3,oneof" json:"source_disk,omitempty"`
	// [Output Only] The unique ID of the disk used to create this disk. This value identifies the exact disk that was used to create this persistent disk. For example, if you created the persistent disk from a disk that was later deleted and recreated under the same name, the source disk ID would identify the exact version of the disk that was used.
	SourceDiskId *string `protobuf:"bytes,454190809,opt,name=source_disk_id,json=sourceDiskId,proto3,oneof" json:"source_disk_id,omitempty"`
	// The source image used to create this disk. If the source image is deleted, this field will not be set. To create a disk with one of the public operating system images, specify the image by its family name. For example, specify family/debian-9 to use the latest Debian 9 image: projects/debian-cloud/global/images/family/debian-9 Alternatively, use a specific version of a public operating system image: projects/debian-cloud/global/images/debian-9-stretch-vYYYYMMDD To create a disk with a custom image that you created, specify the image name in the following format: global/images/my-custom-image You can also specify a custom image by its image family, which returns the latest version of the image in that family. Replace the image name with family/family-name: global/images/family/my-image-family
	SourceImage *string `protobuf:"bytes,50443319,opt,name=source_image,json=sourceImage,proto3,oneof" json:"source_image,omitempty"`
	// The customer-supplied encryption key of the source image. Required if the source image is protected by a customer-supplied encryption key.
	SourceImageEncryptionKey *CustomerEncryptionKey `protobuf:"bytes,381503659,opt,name=source_image_encryption_key,json=sourceImageEncryptionKey,proto3,oneof" json:"source_image_encryption_key,omitempty"`
	// [Output Only] The ID value of the image used to create this disk. This value identifies the exact image that was used to create this persistent disk. For example, if you created the persistent disk from an image that was later deleted and recreated under the same name, the source image ID would identify the exact version of the image that was used.
	SourceImageId *string `protobuf:"bytes,55328291,opt,name=source_image_id,json=sourceImageId,proto3,oneof" json:"source_image_id,omitempty"`
	// The source snapshot used to create this disk. You can provide this as a partial or full URL to the resource. For example, the following are valid values: - https://www.googleapis.com/compute/v1/projects/project /global/snapshots/snapshot - projects/project/global/snapshots/snapshot - global/snapshots/snapshot
	SourceSnapshot *string `protobuf:"bytes,126061928,opt,name=source_snapshot,json=sourceSnapshot,proto3,oneof" json:"source_snapshot,omitempty"`
	// The customer-supplied encryption key of the source snapshot. Required if the source snapshot is protected by a customer-supplied encryption key.
	SourceSnapshotEncryptionKey *CustomerEncryptionKey `protobuf:"bytes,303679322,opt,name=source_snapshot_encryption_key,json=sourceSnapshotEncryptionKey,proto3,oneof" json:"source_snapshot_encryption_key,omitempty"`
	// [Output Only] The unique ID of the snapshot used to create this disk. This value identifies the exact snapshot that was used to create this persistent disk. For example, if you created the persistent disk from a snapshot that was later deleted and recreated under the same name, the source snapshot ID would identify the exact version of the snapshot that was used.
	SourceSnapshotId *string `protobuf:"bytes,98962258,opt,name=source_snapshot_id,json=sourceSnapshotId,proto3,oneof" json:"source_snapshot_id,omitempty"`
	// The full Google Cloud Storage URI where the disk image is stored. This file must be a gzip-compressed tarball whose name ends in .tar.gz or virtual machine disk whose name ends in vmdk. Valid URIs may start with gs:// or https://storage.googleapis.com/. This flag is not optimized for creating multiple disks from a source storage object. To create many disks from a source storage object, use gcloud compute images import instead.
	SourceStorageObject *string `protobuf:"bytes,233052711,opt,name=source_storage_object,json=sourceStorageObject,proto3,oneof" json:"source_storage_object,omitempty"`
	// [Output Only] The status of disk creation. - CREATING: Disk is provisioning. - RESTORING: Source data is being copied into the disk. - FAILED: Disk creation failed. - READY: Disk is ready for use. - DELETING: Disk is deleting.
	// Check the Status enum for the list of possible values.
	Status *string `protobuf:"bytes,181260274,opt,name=status,proto3,oneof" json:"status,omitempty"`
	// URL of the disk type resource describing which disk type to use to create the disk. Provide this when creating the disk. For example: projects/project /zones/zone/diskTypes/pd-ssd . See Persistent disk types.
	Type *string `protobuf:"bytes,3575610,opt,name=type,proto3,oneof" json:"type,omitempty"`
	// [Output Only] Links to the users of the disk (attached instances) in form: projects/project/zones/zone/instances/instance
	Users []string `protobuf:"bytes,111578632,rep,name=users,proto3" json:"users,omitempty"`
	// [Output Only] URL of the zone where the disk resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
	Zone *string `protobuf:"bytes,3744684,opt,name=zone,proto3,oneof" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

Represents a Persistent Disk resource. Google Compute Engine has two Disk resources: * [Zonal](/compute/docs/reference/rest/v1/disks) * [Regional](/compute/docs/reference/rest/v1/regionDisks) Persistent disks are required for running your VM instances. Create both boot and non-boot (data) persistent disks. For more information, read Persistent Disks. For more storage options, read Storage options. The disks resource represents a zonal persistent disk. For more information, read Zonal persistent disks. The regionDisks resource represents a regional persistent disk. For more information, read Regional resources.

func (*Disk) Descriptor

func (*Disk) Descriptor() ([]byte, []int)

Deprecated: Use Disk.ProtoReflect.Descriptor instead.

func (*Disk) GetArchitecture

func (x *Disk) GetArchitecture() string

func (*Disk) GetAsyncPrimaryDisk

func (x *Disk) GetAsyncPrimaryDisk() *DiskAsyncReplication

func (*Disk) GetAsyncSecondaryDisks

func (x *Disk) GetAsyncSecondaryDisks() map[string]*DiskAsyncReplicationList

func (*Disk) GetCreationTimestamp

func (x *Disk) GetCreationTimestamp() string

func (*Disk) GetDescription

func (x *Disk) GetDescription() string

func (*Disk) GetDiskEncryptionKey

func (x *Disk) GetDiskEncryptionKey() *CustomerEncryptionKey

func (*Disk) GetGuestOsFeatures

func (x *Disk) GetGuestOsFeatures() []*GuestOsFeature

func (*Disk) GetId

func (x *Disk) GetId() uint64

func (*Disk) GetKind

func (x *Disk) GetKind() string

func (*Disk) GetLabelFingerprint

func (x *Disk) GetLabelFingerprint() string

func (*Disk) GetLabels

func (x *Disk) GetLabels() map[string]string

func (*Disk) GetLastAttachTimestamp

func (x *Disk) GetLastAttachTimestamp() string

func (*Disk) GetLastDetachTimestamp

func (x *Disk) GetLastDetachTimestamp() string

func (*Disk) GetLicenseCodes

func (x *Disk) GetLicenseCodes() []int64

func (*Disk) GetLicenses

func (x *Disk) GetLicenses() []string

func (*Disk) GetLocationHint

func (x *Disk) GetLocationHint() string

func (*Disk) GetName

func (x *Disk) GetName() string

func (*Disk) GetOptions

func (x *Disk) GetOptions() string

func (*Disk) GetParams

func (x *Disk) GetParams() *DiskParams

func (*Disk) GetPhysicalBlockSizeBytes

func (x *Disk) GetPhysicalBlockSizeBytes() int64

func (*Disk) GetProvisionedIops

func (x *Disk) GetProvisionedIops() int64

func (*Disk) GetProvisionedThroughput

func (x *Disk) GetProvisionedThroughput() int64

func (*Disk) GetRegion

func (x *Disk) GetRegion() string

func (*Disk) GetReplicaZones

func (x *Disk) GetReplicaZones() []string

func (*Disk) GetResourcePolicies

func (x *Disk) GetResourcePolicies() []string

func (*Disk) GetResourceStatus

func (x *Disk) GetResourceStatus() *DiskResourceStatus

func (*Disk) GetSatisfiesPzs

func (x *Disk) GetSatisfiesPzs() bool
func (x *Disk) GetSelfLink() string

func (*Disk) GetSizeGb

func (x *Disk) GetSizeGb() int64

func (*Disk) GetSourceConsistencyGroupPolicy

func (x *Disk) GetSourceConsistencyGroupPolicy() string

func (*Disk) GetSourceConsistencyGroupPolicyId

func (x *Disk) GetSourceConsistencyGroupPolicyId() string

func (*Disk) GetSourceDisk

func (x *Disk) GetSourceDisk() string

func (*Disk) GetSourceDiskId

func (x *Disk) GetSourceDiskId() string

func (*Disk) GetSourceImage

func (x *Disk) GetSourceImage() string

func (*Disk) GetSourceImageEncryptionKey

func (x *Disk) GetSourceImageEncryptionKey() *CustomerEncryptionKey

func (*Disk) GetSourceImageId

func (x *Disk) GetSourceImageId() string

func (*Disk) GetSourceSnapshot

func (x *Disk) GetSourceSnapshot() string

func (*Disk) GetSourceSnapshotEncryptionKey

func (x *Disk) GetSourceSnapshotEncryptionKey() *CustomerEncryptionKey

func (*Disk) GetSourceSnapshotId

func (x *Disk) GetSourceSnapshotId() string

func (*Disk) GetSourceStorageObject

func (x *Disk) GetSourceStorageObject() string

func (*Disk) GetStatus

func (x *Disk) GetStatus() string

func (*Disk) GetType

func (x *Disk) GetType() string

func (*Disk) GetUsers

func (x *Disk) GetUsers() []string

func (*Disk) GetZone

func (x *Disk) GetZone() string

func (*Disk) ProtoMessage

func (*Disk) ProtoMessage()

func (*Disk) ProtoReflect

func (x *Disk) ProtoReflect() protoreflect.Message

func (*Disk) Reset

func (x *Disk) Reset()

func (*Disk) String

func (x *Disk) String() string

type DiskAggregatedList

type DiskAggregatedList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of DisksScopedList resources.
	Items map[string]*DisksScopedList `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// [Output Only] Type of resource. Always compute#diskAggregatedList for aggregated lists of persistent disks.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Unreachable resources.
	Unreachables []string `protobuf:"bytes,243372063,rep,name=unreachables,proto3" json:"unreachables,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*DiskAggregatedList) Descriptor

func (*DiskAggregatedList) Descriptor() ([]byte, []int)

Deprecated: Use DiskAggregatedList.ProtoReflect.Descriptor instead.

func (*DiskAggregatedList) GetId

func (x *DiskAggregatedList) GetId() string

func (*DiskAggregatedList) GetItems

func (x *DiskAggregatedList) GetItems() map[string]*DisksScopedList

func (*DiskAggregatedList) GetKind

func (x *DiskAggregatedList) GetKind() string

func (*DiskAggregatedList) GetNextPageToken

func (x *DiskAggregatedList) GetNextPageToken() string
func (x *DiskAggregatedList) GetSelfLink() string

func (*DiskAggregatedList) GetUnreachables

func (x *DiskAggregatedList) GetUnreachables() []string

func (*DiskAggregatedList) GetWarning

func (x *DiskAggregatedList) GetWarning() *Warning

func (*DiskAggregatedList) ProtoMessage

func (*DiskAggregatedList) ProtoMessage()

func (*DiskAggregatedList) ProtoReflect

func (x *DiskAggregatedList) ProtoReflect() protoreflect.Message

func (*DiskAggregatedList) Reset

func (x *DiskAggregatedList) Reset()

func (*DiskAggregatedList) String

func (x *DiskAggregatedList) String() string

type DiskAsyncReplication

type DiskAsyncReplication struct {

	// [Output Only] URL of the DiskConsistencyGroupPolicy if replication was started on the disk as a member of a group.
	ConsistencyGroupPolicy *string `protobuf:"bytes,1991097,opt,name=consistency_group_policy,json=consistencyGroupPolicy,proto3,oneof" json:"consistency_group_policy,omitempty"`
	// [Output Only] ID of the DiskConsistencyGroupPolicy if replication was started on the disk as a member of a group.
	ConsistencyGroupPolicyId *string `protobuf:"bytes,261065057,opt,name=consistency_group_policy_id,json=consistencyGroupPolicyId,proto3,oneof" json:"consistency_group_policy_id,omitempty"`
	// The other disk asynchronously replicated to or from the current disk. You can provide this as a partial or full URL to the resource. For example, the following are valid values: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /disks/disk - projects/project/zones/zone/disks/disk - zones/zone/disks/disk
	Disk *string `protobuf:"bytes,3083677,opt,name=disk,proto3,oneof" json:"disk,omitempty"`
	// [Output Only] The unique ID of the other disk asynchronously replicated to or from the current disk. This value identifies the exact disk that was used to create this replication. For example, if you started replicating the persistent disk from a disk that was later deleted and recreated under the same name, the disk ID would identify the exact version of the disk that was used.
	DiskId *string `protobuf:"bytes,60990205,opt,name=disk_id,json=diskId,proto3,oneof" json:"disk_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DiskAsyncReplication) Descriptor

func (*DiskAsyncReplication) Descriptor() ([]byte, []int)

Deprecated: Use DiskAsyncReplication.ProtoReflect.Descriptor instead.

func (*DiskAsyncReplication) GetConsistencyGroupPolicy

func (x *DiskAsyncReplication) GetConsistencyGroupPolicy() string

func (*DiskAsyncReplication) GetConsistencyGroupPolicyId

func (x *DiskAsyncReplication) GetConsistencyGroupPolicyId() string

func (*DiskAsyncReplication) GetDisk

func (x *DiskAsyncReplication) GetDisk() string

func (*DiskAsyncReplication) GetDiskId

func (x *DiskAsyncReplication) GetDiskId() string

func (*DiskAsyncReplication) ProtoMessage

func (*DiskAsyncReplication) ProtoMessage()

func (*DiskAsyncReplication) ProtoReflect

func (x *DiskAsyncReplication) ProtoReflect() protoreflect.Message

func (*DiskAsyncReplication) Reset

func (x *DiskAsyncReplication) Reset()

func (*DiskAsyncReplication) String

func (x *DiskAsyncReplication) String() string

type DiskAsyncReplicationList

type DiskAsyncReplicationList struct {
	AsyncReplicationDisk *DiskAsyncReplication `protobuf:"bytes,231794067,opt,name=async_replication_disk,json=asyncReplicationDisk,proto3,oneof" json:"async_replication_disk,omitempty"`
	// contains filtered or unexported fields
}

func (*DiskAsyncReplicationList) Descriptor

func (*DiskAsyncReplicationList) Descriptor() ([]byte, []int)

Deprecated: Use DiskAsyncReplicationList.ProtoReflect.Descriptor instead.

func (*DiskAsyncReplicationList) GetAsyncReplicationDisk

func (x *DiskAsyncReplicationList) GetAsyncReplicationDisk() *DiskAsyncReplication

func (*DiskAsyncReplicationList) ProtoMessage

func (*DiskAsyncReplicationList) ProtoMessage()

func (*DiskAsyncReplicationList) ProtoReflect

func (x *DiskAsyncReplicationList) ProtoReflect() protoreflect.Message

func (*DiskAsyncReplicationList) Reset

func (x *DiskAsyncReplicationList) Reset()

func (*DiskAsyncReplicationList) String

func (x *DiskAsyncReplicationList) String() string

type DiskInstantiationConfig

type DiskInstantiationConfig struct {

	// Specifies whether the disk will be auto-deleted when the instance is deleted (but not when the disk is detached from the instance).
	AutoDelete *bool `protobuf:"varint,464761403,opt,name=auto_delete,json=autoDelete,proto3,oneof" json:"auto_delete,omitempty"`
	// The custom source image to be used to restore this disk when instantiating this instance template.
	CustomImage *string `protobuf:"bytes,184123149,opt,name=custom_image,json=customImage,proto3,oneof" json:"custom_image,omitempty"`
	// Specifies the device name of the disk to which the configurations apply to.
	DeviceName *string `protobuf:"bytes,67541716,opt,name=device_name,json=deviceName,proto3,oneof" json:"device_name,omitempty"`
	// Specifies whether to include the disk and what image to use. Possible values are: - source-image: to use the same image that was used to create the source instance's corresponding disk. Applicable to the boot disk and additional read-write disks. - source-image-family: to use the same image family that was used to create the source instance's corresponding disk. Applicable to the boot disk and additional read-write disks. - custom-image: to use a user-provided image url for disk creation. Applicable to the boot disk and additional read-write disks. - attach-read-only: to attach a read-only disk. Applicable to read-only disks. - do-not-include: to exclude a disk from the template. Applicable to additional read-write disks, local SSDs, and read-only disks.
	// Check the InstantiateFrom enum for the list of possible values.
	InstantiateFrom *string `protobuf:"bytes,393383903,opt,name=instantiate_from,json=instantiateFrom,proto3,oneof" json:"instantiate_from,omitempty"`
	// contains filtered or unexported fields
}

A specification of the desired way to instantiate a disk in the instance template when its created from a source instance.

func (*DiskInstantiationConfig) Descriptor

func (*DiskInstantiationConfig) Descriptor() ([]byte, []int)

Deprecated: Use DiskInstantiationConfig.ProtoReflect.Descriptor instead.

func (*DiskInstantiationConfig) GetAutoDelete

func (x *DiskInstantiationConfig) GetAutoDelete() bool

func (*DiskInstantiationConfig) GetCustomImage

func (x *DiskInstantiationConfig) GetCustomImage() string

func (*DiskInstantiationConfig) GetDeviceName

func (x *DiskInstantiationConfig) GetDeviceName() string

func (*DiskInstantiationConfig) GetInstantiateFrom

func (x *DiskInstantiationConfig) GetInstantiateFrom() string

func (*DiskInstantiationConfig) ProtoMessage

func (*DiskInstantiationConfig) ProtoMessage()

func (*DiskInstantiationConfig) ProtoReflect

func (x *DiskInstantiationConfig) ProtoReflect() protoreflect.Message

func (*DiskInstantiationConfig) Reset

func (x *DiskInstantiationConfig) Reset()

func (*DiskInstantiationConfig) String

func (x *DiskInstantiationConfig) String() string

type DiskInstantiationConfig_InstantiateFrom

type DiskInstantiationConfig_InstantiateFrom int32

Specifies whether to include the disk and what image to use. Possible values are: - source-image: to use the same image that was used to create the source instance's corresponding disk. Applicable to the boot disk and additional read-write disks. - source-image-family: to use the same image family that was used to create the source instance's corresponding disk. Applicable to the boot disk and additional read-write disks. - custom-image: to use a user-provided image url for disk creation. Applicable to the boot disk and additional read-write disks. - attach-read-only: to attach a read-only disk. Applicable to read-only disks. - do-not-include: to exclude a disk from the template. Applicable to additional read-write disks, local SSDs, and read-only disks.

const (
	// A value indicating that the enum field is not set.
	DiskInstantiationConfig_UNDEFINED_INSTANTIATE_FROM DiskInstantiationConfig_InstantiateFrom = 0
	// Attach the existing disk in read-only mode. The request will fail if the disk was attached in read-write mode on the source instance. Applicable to: read-only disks.
	DiskInstantiationConfig_ATTACH_READ_ONLY DiskInstantiationConfig_InstantiateFrom = 513775419
	// Create a blank disk. The disk will be created unformatted. Applicable to: additional read-write disks, local SSDs.
	DiskInstantiationConfig_BLANK DiskInstantiationConfig_InstantiateFrom = 63281460
	// Use the custom image specified in the custom_image field. Applicable to: boot disk, additional read-write disks.
	DiskInstantiationConfig_CUSTOM_IMAGE DiskInstantiationConfig_InstantiateFrom = 196311789
	// Use the default instantiation option for the corresponding type of disk. For boot disk and any other R/W disks, new custom images will be created from each disk. For read-only disks, they will be attached in read-only mode. Local SSD disks will be created as blank volumes.
	DiskInstantiationConfig_DEFAULT DiskInstantiationConfig_InstantiateFrom = 115302945
	// Do not include the disk in the instance template. Applicable to: additional read-write disks, local SSDs, read-only disks.
	DiskInstantiationConfig_DO_NOT_INCLUDE DiskInstantiationConfig_InstantiateFrom = 104218952
	// Use the same source image used for creation of the source instance's corresponding disk. The request will fail if the source VM's disk was created from a snapshot. Applicable to: boot disk, additional read-write disks.
	DiskInstantiationConfig_SOURCE_IMAGE DiskInstantiationConfig_InstantiateFrom = 62631959
	// Use the same source image family used for creation of the source instance's corresponding disk. The request will fail if the source image of the source disk does not belong to any image family. Applicable to: boot disk, additional read-write disks.
	DiskInstantiationConfig_SOURCE_IMAGE_FAMILY DiskInstantiationConfig_InstantiateFrom = 76850316
)

func (DiskInstantiationConfig_InstantiateFrom) Descriptor

func (DiskInstantiationConfig_InstantiateFrom) Enum

func (DiskInstantiationConfig_InstantiateFrom) EnumDescriptor

func (DiskInstantiationConfig_InstantiateFrom) EnumDescriptor() ([]byte, []int)

Deprecated: Use DiskInstantiationConfig_InstantiateFrom.Descriptor instead.

func (DiskInstantiationConfig_InstantiateFrom) Number

func (DiskInstantiationConfig_InstantiateFrom) String

func (DiskInstantiationConfig_InstantiateFrom) Type

type DiskList

type DiskList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of Disk resources.
	Items []*Disk `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] Type of resource. Always compute#diskList for lists of disks.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

A list of Disk resources.

func (*DiskList) Descriptor

func (*DiskList) Descriptor() ([]byte, []int)

Deprecated: Use DiskList.ProtoReflect.Descriptor instead.

func (*DiskList) GetId

func (x *DiskList) GetId() string

func (*DiskList) GetItems

func (x *DiskList) GetItems() []*Disk

func (*DiskList) GetKind

func (x *DiskList) GetKind() string

func (*DiskList) GetNextPageToken

func (x *DiskList) GetNextPageToken() string
func (x *DiskList) GetSelfLink() string

func (*DiskList) GetWarning

func (x *DiskList) GetWarning() *Warning

func (*DiskList) ProtoMessage

func (*DiskList) ProtoMessage()

func (*DiskList) ProtoReflect

func (x *DiskList) ProtoReflect() protoreflect.Message

func (*DiskList) Reset

func (x *DiskList) Reset()

func (*DiskList) String

func (x *DiskList) String() string

type DiskMoveRequest

type DiskMoveRequest struct {

	// The URL of the destination zone to move the disk. This can be a full or partial URL. For example, the following are all valid URLs to a zone: - https://www.googleapis.com/compute/v1/projects/project/zones/zone - projects/project/zones/zone - zones/zone
	DestinationZone *string `protobuf:"bytes,131854653,opt,name=destination_zone,json=destinationZone,proto3,oneof" json:"destination_zone,omitempty"`
	// The URL of the target disk to move. This can be a full or partial URL. For example, the following are all valid URLs to a disk: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /disks/disk - projects/project/zones/zone/disks/disk - zones/zone/disks/disk
	TargetDisk *string `protobuf:"bytes,62433163,opt,name=target_disk,json=targetDisk,proto3,oneof" json:"target_disk,omitempty"`
	// contains filtered or unexported fields
}

func (*DiskMoveRequest) Descriptor

func (*DiskMoveRequest) Descriptor() ([]byte, []int)

Deprecated: Use DiskMoveRequest.ProtoReflect.Descriptor instead.

func (*DiskMoveRequest) GetDestinationZone

func (x *DiskMoveRequest) GetDestinationZone() string

func (*DiskMoveRequest) GetTargetDisk

func (x *DiskMoveRequest) GetTargetDisk() string

func (*DiskMoveRequest) ProtoMessage

func (*DiskMoveRequest) ProtoMessage()

func (*DiskMoveRequest) ProtoReflect

func (x *DiskMoveRequest) ProtoReflect() protoreflect.Message

func (*DiskMoveRequest) Reset

func (x *DiskMoveRequest) Reset()

func (*DiskMoveRequest) String

func (x *DiskMoveRequest) String() string

type DiskParams

type DiskParams struct {

	// Resource manager tags to be bound to the disk. Tag keys and values have the same definition as resource manager tags. Keys must be in the format `tagKeys/{tag_key_id}`, and values are in the format `tagValues/456`. The field is ignored (both PUT & PATCH) when empty.
	ResourceManagerTags map[string]string `protobuf:"bytes,377671164,rep,name=resource_manager_tags,json=resourceManagerTags,proto3" json:"resource_manager_tags,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// contains filtered or unexported fields
}

Additional disk params.

func (*DiskParams) Descriptor

func (*DiskParams) Descriptor() ([]byte, []int)

Deprecated: Use DiskParams.ProtoReflect.Descriptor instead.

func (*DiskParams) GetResourceManagerTags

func (x *DiskParams) GetResourceManagerTags() map[string]string

func (*DiskParams) ProtoMessage

func (*DiskParams) ProtoMessage()

func (*DiskParams) ProtoReflect

func (x *DiskParams) ProtoReflect() protoreflect.Message

func (*DiskParams) Reset

func (x *DiskParams) Reset()

func (*DiskParams) String

func (x *DiskParams) String() string

type DiskResourceStatus

type DiskResourceStatus struct {
	AsyncPrimaryDisk *DiskResourceStatusAsyncReplicationStatus `protobuf:"bytes,180517533,opt,name=async_primary_disk,json=asyncPrimaryDisk,proto3,oneof" json:"async_primary_disk,omitempty"`
	// Key: disk, value: AsyncReplicationStatus message
	AsyncSecondaryDisks map[string]*DiskResourceStatusAsyncReplicationStatus `protobuf:"bytes,322925608,rep,name=async_secondary_disks,json=asyncSecondaryDisks,proto3" json:"async_secondary_disks,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// contains filtered or unexported fields
}

func (*DiskResourceStatus) Descriptor

func (*DiskResourceStatus) Descriptor() ([]byte, []int)

Deprecated: Use DiskResourceStatus.ProtoReflect.Descriptor instead.

func (*DiskResourceStatus) GetAsyncPrimaryDisk

func (*DiskResourceStatus) GetAsyncSecondaryDisks

func (x *DiskResourceStatus) GetAsyncSecondaryDisks() map[string]*DiskResourceStatusAsyncReplicationStatus

func (*DiskResourceStatus) ProtoMessage

func (*DiskResourceStatus) ProtoMessage()

func (*DiskResourceStatus) ProtoReflect

func (x *DiskResourceStatus) ProtoReflect() protoreflect.Message

func (*DiskResourceStatus) Reset

func (x *DiskResourceStatus) Reset()

func (*DiskResourceStatus) String

func (x *DiskResourceStatus) String() string

type DiskResourceStatusAsyncReplicationStatus

type DiskResourceStatusAsyncReplicationStatus struct {

	//
	// Check the State enum for the list of possible values.
	State *string `protobuf:"bytes,109757585,opt,name=state,proto3,oneof" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*DiskResourceStatusAsyncReplicationStatus) Descriptor

func (*DiskResourceStatusAsyncReplicationStatus) Descriptor() ([]byte, []int)

Deprecated: Use DiskResourceStatusAsyncReplicationStatus.ProtoReflect.Descriptor instead.

func (*DiskResourceStatusAsyncReplicationStatus) GetState

func (*DiskResourceStatusAsyncReplicationStatus) ProtoMessage

func (*DiskResourceStatusAsyncReplicationStatus) ProtoReflect

func (*DiskResourceStatusAsyncReplicationStatus) Reset

func (*DiskResourceStatusAsyncReplicationStatus) String

type DiskResourceStatusAsyncReplicationStatus_State

type DiskResourceStatusAsyncReplicationStatus_State int32
const (
	// A value indicating that the enum field is not set.
	DiskResourceStatusAsyncReplicationStatus_UNDEFINED_STATE DiskResourceStatusAsyncReplicationStatus_State = 0
	// Replication is active.
	DiskResourceStatusAsyncReplicationStatus_ACTIVE DiskResourceStatusAsyncReplicationStatus_State = 314733318
	// Secondary disk is created and is waiting for replication to start.
	DiskResourceStatusAsyncReplicationStatus_CREATED DiskResourceStatusAsyncReplicationStatus_State = 135924424
	// Replication is starting.
	DiskResourceStatusAsyncReplicationStatus_STARTING          DiskResourceStatusAsyncReplicationStatus_State = 488820800
	DiskResourceStatusAsyncReplicationStatus_STATE_UNSPECIFIED DiskResourceStatusAsyncReplicationStatus_State = 470755401
	// Replication is stopped.
	DiskResourceStatusAsyncReplicationStatus_STOPPED DiskResourceStatusAsyncReplicationStatus_State = 444276141
	// Replication is stopping.
	DiskResourceStatusAsyncReplicationStatus_STOPPING DiskResourceStatusAsyncReplicationStatus_State = 350791796
)

func (DiskResourceStatusAsyncReplicationStatus_State) Descriptor

func (DiskResourceStatusAsyncReplicationStatus_State) Enum

func (DiskResourceStatusAsyncReplicationStatus_State) EnumDescriptor

Deprecated: Use DiskResourceStatusAsyncReplicationStatus_State.Descriptor instead.

func (DiskResourceStatusAsyncReplicationStatus_State) Number

func (DiskResourceStatusAsyncReplicationStatus_State) String

func (DiskResourceStatusAsyncReplicationStatus_State) Type

type DiskType

type DiskType struct {

	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// [Output Only] Server-defined default disk size in GB.
	DefaultDiskSizeGb *int64 `protobuf:"varint,270619253,opt,name=default_disk_size_gb,json=defaultDiskSizeGb,proto3,oneof" json:"default_disk_size_gb,omitempty"`
	// [Output Only] The deprecation status associated with this disk type.
	Deprecated *DeprecationStatus `protobuf:"bytes,515138995,opt,name=deprecated,proto3,oneof" json:"deprecated,omitempty"`
	// [Output Only] An optional description of this resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Output Only] Type of the resource. Always compute#diskType for disk types.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] Name of the resource.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// [Output Only] URL of the region where the disk type resides. Only applicable for regional resources. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
	Region *string `protobuf:"bytes,138946292,opt,name=region,proto3,oneof" json:"region,omitempty"`
	// [Output Only] Server-defined URL for the resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] An optional textual description of the valid disk size, such as "10GB-10TB".
	ValidDiskSize *string `protobuf:"bytes,493962464,opt,name=valid_disk_size,json=validDiskSize,proto3,oneof" json:"valid_disk_size,omitempty"`
	// [Output Only] URL of the zone where the disk type resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
	Zone *string `protobuf:"bytes,3744684,opt,name=zone,proto3,oneof" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

Represents a Disk Type resource. Google Compute Engine has two Disk Type resources: * [Regional](/compute/docs/reference/rest/v1/regionDiskTypes) * [Zonal](/compute/docs/reference/rest/v1/diskTypes) You can choose from a variety of disk types based on your needs. For more information, read Storage options. The diskTypes resource represents disk types for a zonal persistent disk. For more information, read Zonal persistent disks. The regionDiskTypes resource represents disk types for a regional persistent disk. For more information, read Regional persistent disks.

func (*DiskType) Descriptor

func (*DiskType) Descriptor() ([]byte, []int)

Deprecated: Use DiskType.ProtoReflect.Descriptor instead.

func (*DiskType) GetCreationTimestamp

func (x *DiskType) GetCreationTimestamp() string

func (*DiskType) GetDefaultDiskSizeGb

func (x *DiskType) GetDefaultDiskSizeGb() int64

func (*DiskType) GetDeprecated

func (x *DiskType) GetDeprecated() *DeprecationStatus

func (*DiskType) GetDescription

func (x *DiskType) GetDescription() string

func (*DiskType) GetId

func (x *DiskType) GetId() uint64

func (*DiskType) GetKind

func (x *DiskType) GetKind() string

func (*DiskType) GetName

func (x *DiskType) GetName() string

func (*DiskType) GetRegion

func (x *DiskType) GetRegion() string
func (x *DiskType) GetSelfLink() string

func (*DiskType) GetValidDiskSize

func (x *DiskType) GetValidDiskSize() string

func (*DiskType) GetZone

func (x *DiskType) GetZone() string

func (*DiskType) ProtoMessage

func (*DiskType) ProtoMessage()

func (*DiskType) ProtoReflect

func (x *DiskType) ProtoReflect() protoreflect.Message

func (*DiskType) Reset

func (x *DiskType) Reset()

func (*DiskType) String

func (x *DiskType) String() string

type DiskTypeAggregatedList

type DiskTypeAggregatedList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of DiskTypesScopedList resources.
	Items map[string]*DiskTypesScopedList `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// [Output Only] Type of resource. Always compute#diskTypeAggregatedList.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Unreachable resources.
	Unreachables []string `protobuf:"bytes,243372063,rep,name=unreachables,proto3" json:"unreachables,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*DiskTypeAggregatedList) Descriptor

func (*DiskTypeAggregatedList) Descriptor() ([]byte, []int)

Deprecated: Use DiskTypeAggregatedList.ProtoReflect.Descriptor instead.

func (*DiskTypeAggregatedList) GetId

func (x *DiskTypeAggregatedList) GetId() string

func (*DiskTypeAggregatedList) GetItems

func (*DiskTypeAggregatedList) GetKind

func (x *DiskTypeAggregatedList) GetKind() string

func (*DiskTypeAggregatedList) GetNextPageToken

func (x *DiskTypeAggregatedList) GetNextPageToken() string
func (x *DiskTypeAggregatedList) GetSelfLink() string

func (*DiskTypeAggregatedList) GetUnreachables

func (x *DiskTypeAggregatedList) GetUnreachables() []string

func (*DiskTypeAggregatedList) GetWarning

func (x *DiskTypeAggregatedList) GetWarning() *Warning

func (*DiskTypeAggregatedList) ProtoMessage

func (*DiskTypeAggregatedList) ProtoMessage()

func (*DiskTypeAggregatedList) ProtoReflect

func (x *DiskTypeAggregatedList) ProtoReflect() protoreflect.Message

func (*DiskTypeAggregatedList) Reset

func (x *DiskTypeAggregatedList) Reset()

func (*DiskTypeAggregatedList) String

func (x *DiskTypeAggregatedList) String() string

type DiskTypeList

type DiskTypeList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of DiskType resources.
	Items []*DiskType `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] Type of resource. Always compute#diskTypeList for disk types.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

Contains a list of disk types.

func (*DiskTypeList) Descriptor

func (*DiskTypeList) Descriptor() ([]byte, []int)

Deprecated: Use DiskTypeList.ProtoReflect.Descriptor instead.

func (*DiskTypeList) GetId

func (x *DiskTypeList) GetId() string

func (*DiskTypeList) GetItems

func (x *DiskTypeList) GetItems() []*DiskType

func (*DiskTypeList) GetKind

func (x *DiskTypeList) GetKind() string

func (*DiskTypeList) GetNextPageToken

func (x *DiskTypeList) GetNextPageToken() string
func (x *DiskTypeList) GetSelfLink() string

func (*DiskTypeList) GetWarning

func (x *DiskTypeList) GetWarning() *Warning

func (*DiskTypeList) ProtoMessage

func (*DiskTypeList) ProtoMessage()

func (*DiskTypeList) ProtoReflect

func (x *DiskTypeList) ProtoReflect() protoreflect.Message

func (*DiskTypeList) Reset

func (x *DiskTypeList) Reset()

func (*DiskTypeList) String

func (x *DiskTypeList) String() string

type DiskTypesClient

type DiskTypesClient interface {
	// Retrieves an aggregated list of disk types.
	AggregatedList(ctx context.Context, in *AggregatedListDiskTypesRequest, opts ...grpc.CallOption) (*DiskTypeAggregatedList, error)
	// Returns the specified disk type.
	Get(ctx context.Context, in *GetDiskTypeRequest, opts ...grpc.CallOption) (*DiskType, error)
	// Retrieves a list of disk types available to the specified project.
	List(ctx context.Context, in *ListDiskTypesRequest, opts ...grpc.CallOption) (*DiskTypeList, error)
}

DiskTypesClient is the client API for DiskTypes service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewDiskTypesClient

func NewDiskTypesClient(cc grpc.ClientConnInterface) DiskTypesClient

type DiskTypesScopedList

type DiskTypesScopedList struct {

	// [Output Only] A list of disk types contained in this scope.
	DiskTypes []*DiskType `protobuf:"bytes,198926167,rep,name=disk_types,json=diskTypes,proto3" json:"disk_types,omitempty"`
	// [Output Only] Informational warning which replaces the list of disk types when the list is empty.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*DiskTypesScopedList) Descriptor

func (*DiskTypesScopedList) Descriptor() ([]byte, []int)

Deprecated: Use DiskTypesScopedList.ProtoReflect.Descriptor instead.

func (*DiskTypesScopedList) GetDiskTypes

func (x *DiskTypesScopedList) GetDiskTypes() []*DiskType

func (*DiskTypesScopedList) GetWarning

func (x *DiskTypesScopedList) GetWarning() *Warning

func (*DiskTypesScopedList) ProtoMessage

func (*DiskTypesScopedList) ProtoMessage()

func (*DiskTypesScopedList) ProtoReflect

func (x *DiskTypesScopedList) ProtoReflect() protoreflect.Message

func (*DiskTypesScopedList) Reset

func (x *DiskTypesScopedList) Reset()

func (*DiskTypesScopedList) String

func (x *DiskTypesScopedList) String() string

type DiskTypesServer

type DiskTypesServer interface {
	// Retrieves an aggregated list of disk types.
	AggregatedList(context.Context, *AggregatedListDiskTypesRequest) (*DiskTypeAggregatedList, error)
	// Returns the specified disk type.
	Get(context.Context, *GetDiskTypeRequest) (*DiskType, error)
	// Retrieves a list of disk types available to the specified project.
	List(context.Context, *ListDiskTypesRequest) (*DiskTypeList, error)
}

DiskTypesServer is the server API for DiskTypes service.

type Disk_Architecture

type Disk_Architecture int32

The architecture of the disk. Valid values are ARM64 or X86_64.

const (
	// A value indicating that the enum field is not set.
	Disk_UNDEFINED_ARCHITECTURE Disk_Architecture = 0
	// Default value indicating Architecture is not set.
	Disk_ARCHITECTURE_UNSPECIFIED Disk_Architecture = 394750507
	// Machines with architecture ARM64
	Disk_ARM64 Disk_Architecture = 62547450
	// Machines with architecture X86_64
	Disk_X86_64 Disk_Architecture = 425300551
)

func (Disk_Architecture) Descriptor

func (Disk_Architecture) Enum

func (Disk_Architecture) EnumDescriptor

func (Disk_Architecture) EnumDescriptor() ([]byte, []int)

Deprecated: Use Disk_Architecture.Descriptor instead.

func (Disk_Architecture) Number

func (Disk_Architecture) String

func (x Disk_Architecture) String() string

func (Disk_Architecture) Type

type Disk_Status

type Disk_Status int32

[Output Only] The status of disk creation. - CREATING: Disk is provisioning. - RESTORING: Source data is being copied into the disk. - FAILED: Disk creation failed. - READY: Disk is ready for use. - DELETING: Disk is deleting.

const (
	// A value indicating that the enum field is not set.
	Disk_UNDEFINED_STATUS Disk_Status = 0
	// Disk is provisioning
	Disk_CREATING Disk_Status = 455564985
	// Disk is deleting.
	Disk_DELETING Disk_Status = 528602024
	// Disk creation failed.
	Disk_FAILED Disk_Status = 455706685
	// Disk is ready for use.
	Disk_READY Disk_Status = 77848963
	// Source data is being copied into the disk.
	Disk_RESTORING Disk_Status = 404263851
)

func (Disk_Status) Descriptor

func (Disk_Status) Enum

func (x Disk_Status) Enum() *Disk_Status

func (Disk_Status) EnumDescriptor

func (Disk_Status) EnumDescriptor() ([]byte, []int)

Deprecated: Use Disk_Status.Descriptor instead.

func (Disk_Status) Number

func (x Disk_Status) Number() protoreflect.EnumNumber

func (Disk_Status) String

func (x Disk_Status) String() string

func (Disk_Status) Type

type DisksAddResourcePoliciesRequest

type DisksAddResourcePoliciesRequest struct {

	// Full or relative path to the resource policy to be added to this disk. You can only specify one resource policy.
	ResourcePolicies []string `protobuf:"bytes,22220385,rep,name=resource_policies,json=resourcePolicies,proto3" json:"resource_policies,omitempty"`
	// contains filtered or unexported fields
}

func (*DisksAddResourcePoliciesRequest) Descriptor

func (*DisksAddResourcePoliciesRequest) Descriptor() ([]byte, []int)

Deprecated: Use DisksAddResourcePoliciesRequest.ProtoReflect.Descriptor instead.

func (*DisksAddResourcePoliciesRequest) GetResourcePolicies

func (x *DisksAddResourcePoliciesRequest) GetResourcePolicies() []string

func (*DisksAddResourcePoliciesRequest) ProtoMessage

func (*DisksAddResourcePoliciesRequest) ProtoMessage()

func (*DisksAddResourcePoliciesRequest) ProtoReflect

func (*DisksAddResourcePoliciesRequest) Reset

func (*DisksAddResourcePoliciesRequest) String

type DisksClient

type DisksClient interface {
	// Adds existing resource policies to a disk. You can only add one policy which will be applied to this disk for scheduling snapshot creation.
	AddResourcePolicies(ctx context.Context, in *AddResourcePoliciesDiskRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves an aggregated list of persistent disks.
	AggregatedList(ctx context.Context, in *AggregatedListDisksRequest, opts ...grpc.CallOption) (*DiskAggregatedList, error)
	// Bulk create a set of disks.
	BulkInsert(ctx context.Context, in *BulkInsertDiskRequest, opts ...grpc.CallOption) (*Operation, error)
	// Creates a snapshot of a specified persistent disk. For regular snapshot creation, consider using snapshots.insert instead, as that method supports more features, such as creating snapshots in a project different from the source disk project.
	CreateSnapshot(ctx context.Context, in *CreateSnapshotDiskRequest, opts ...grpc.CallOption) (*Operation, error)
	// Deletes the specified persistent disk. Deleting a disk removes its data permanently and is irreversible. However, deleting a disk does not delete any snapshots previously made from the disk. You must separately delete snapshots.
	Delete(ctx context.Context, in *DeleteDiskRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified persistent disk.
	Get(ctx context.Context, in *GetDiskRequest, opts ...grpc.CallOption) (*Disk, error)
	// Gets the access control policy for a resource. May be empty if no such policy or resource exists.
	GetIamPolicy(ctx context.Context, in *GetIamPolicyDiskRequest, opts ...grpc.CallOption) (*Policy, error)
	// Creates a persistent disk in the specified project using the data in the request. You can create a disk from a source (sourceImage, sourceSnapshot, or sourceDisk) or create an empty 500 GB data disk by omitting all properties. You can also create a disk that is larger than the default size by specifying the sizeGb property.
	Insert(ctx context.Context, in *InsertDiskRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves a list of persistent disks contained within the specified zone.
	List(ctx context.Context, in *ListDisksRequest, opts ...grpc.CallOption) (*DiskList, error)
	// Removes resource policies from a disk.
	RemoveResourcePolicies(ctx context.Context, in *RemoveResourcePoliciesDiskRequest, opts ...grpc.CallOption) (*Operation, error)
	// Resizes the specified persistent disk. You can only increase the size of the disk.
	Resize(ctx context.Context, in *ResizeDiskRequest, opts ...grpc.CallOption) (*Operation, error)
	// Sets the access control policy on the specified resource. Replaces any existing policy.
	SetIamPolicy(ctx context.Context, in *SetIamPolicyDiskRequest, opts ...grpc.CallOption) (*Policy, error)
	// Sets the labels on a disk. To learn more about labels, read the Labeling Resources documentation.
	SetLabels(ctx context.Context, in *SetLabelsDiskRequest, opts ...grpc.CallOption) (*Operation, error)
	// Starts asynchronous replication. Must be invoked on the primary disk.
	StartAsyncReplication(ctx context.Context, in *StartAsyncReplicationDiskRequest, opts ...grpc.CallOption) (*Operation, error)
	// Stops asynchronous replication. Can be invoked either on the primary or on the secondary disk.
	StopAsyncReplication(ctx context.Context, in *StopAsyncReplicationDiskRequest, opts ...grpc.CallOption) (*Operation, error)
	// Stops asynchronous replication for a consistency group of disks. Can be invoked either in the primary or secondary scope.
	StopGroupAsyncReplication(ctx context.Context, in *StopGroupAsyncReplicationDiskRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns permissions that a caller has on the specified resource.
	TestIamPermissions(ctx context.Context, in *TestIamPermissionsDiskRequest, opts ...grpc.CallOption) (*TestPermissionsResponse, error)
	// Updates the specified disk with the data included in the request. The update is performed only on selected fields included as part of update-mask. Only the following fields can be modified: user_license.
	Update(ctx context.Context, in *UpdateDiskRequest, opts ...grpc.CallOption) (*Operation, error)
}

DisksClient is the client API for Disks service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewDisksClient

func NewDisksClient(cc grpc.ClientConnInterface) DisksClient

type DisksRemoveResourcePoliciesRequest

type DisksRemoveResourcePoliciesRequest struct {

	// Resource policies to be removed from this disk.
	ResourcePolicies []string `protobuf:"bytes,22220385,rep,name=resource_policies,json=resourcePolicies,proto3" json:"resource_policies,omitempty"`
	// contains filtered or unexported fields
}

func (*DisksRemoveResourcePoliciesRequest) Descriptor

func (*DisksRemoveResourcePoliciesRequest) Descriptor() ([]byte, []int)

Deprecated: Use DisksRemoveResourcePoliciesRequest.ProtoReflect.Descriptor instead.

func (*DisksRemoveResourcePoliciesRequest) GetResourcePolicies

func (x *DisksRemoveResourcePoliciesRequest) GetResourcePolicies() []string

func (*DisksRemoveResourcePoliciesRequest) ProtoMessage

func (*DisksRemoveResourcePoliciesRequest) ProtoMessage()

func (*DisksRemoveResourcePoliciesRequest) ProtoReflect

func (*DisksRemoveResourcePoliciesRequest) Reset

func (*DisksRemoveResourcePoliciesRequest) String

type DisksResizeRequest

type DisksResizeRequest struct {

	// The new size of the persistent disk, which is specified in GB.
	SizeGb *int64 `protobuf:"varint,494929369,opt,name=size_gb,json=sizeGb,proto3,oneof" json:"size_gb,omitempty"`
	// contains filtered or unexported fields
}

func (*DisksResizeRequest) Descriptor

func (*DisksResizeRequest) Descriptor() ([]byte, []int)

Deprecated: Use DisksResizeRequest.ProtoReflect.Descriptor instead.

func (*DisksResizeRequest) GetSizeGb

func (x *DisksResizeRequest) GetSizeGb() int64

func (*DisksResizeRequest) ProtoMessage

func (*DisksResizeRequest) ProtoMessage()

func (*DisksResizeRequest) ProtoReflect

func (x *DisksResizeRequest) ProtoReflect() protoreflect.Message

func (*DisksResizeRequest) Reset

func (x *DisksResizeRequest) Reset()

func (*DisksResizeRequest) String

func (x *DisksResizeRequest) String() string

type DisksScopedList

type DisksScopedList struct {

	// [Output Only] A list of disks contained in this scope.
	Disks []*Disk `protobuf:"bytes,95594102,rep,name=disks,proto3" json:"disks,omitempty"`
	// [Output Only] Informational warning which replaces the list of disks when the list is empty.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*DisksScopedList) Descriptor

func (*DisksScopedList) Descriptor() ([]byte, []int)

Deprecated: Use DisksScopedList.ProtoReflect.Descriptor instead.

func (*DisksScopedList) GetDisks

func (x *DisksScopedList) GetDisks() []*Disk

func (*DisksScopedList) GetWarning

func (x *DisksScopedList) GetWarning() *Warning

func (*DisksScopedList) ProtoMessage

func (*DisksScopedList) ProtoMessage()

func (*DisksScopedList) ProtoReflect

func (x *DisksScopedList) ProtoReflect() protoreflect.Message

func (*DisksScopedList) Reset

func (x *DisksScopedList) Reset()

func (*DisksScopedList) String

func (x *DisksScopedList) String() string

type DisksServer

type DisksServer interface {
	// Adds existing resource policies to a disk. You can only add one policy which will be applied to this disk for scheduling snapshot creation.
	AddResourcePolicies(context.Context, *AddResourcePoliciesDiskRequest) (*Operation, error)
	// Retrieves an aggregated list of persistent disks.
	AggregatedList(context.Context, *AggregatedListDisksRequest) (*DiskAggregatedList, error)
	// Bulk create a set of disks.
	BulkInsert(context.Context, *BulkInsertDiskRequest) (*Operation, error)
	// Creates a snapshot of a specified persistent disk. For regular snapshot creation, consider using snapshots.insert instead, as that method supports more features, such as creating snapshots in a project different from the source disk project.
	CreateSnapshot(context.Context, *CreateSnapshotDiskRequest) (*Operation, error)
	// Deletes the specified persistent disk. Deleting a disk removes its data permanently and is irreversible. However, deleting a disk does not delete any snapshots previously made from the disk. You must separately delete snapshots.
	Delete(context.Context, *DeleteDiskRequest) (*Operation, error)
	// Returns the specified persistent disk.
	Get(context.Context, *GetDiskRequest) (*Disk, error)
	// Gets the access control policy for a resource. May be empty if no such policy or resource exists.
	GetIamPolicy(context.Context, *GetIamPolicyDiskRequest) (*Policy, error)
	// Creates a persistent disk in the specified project using the data in the request. You can create a disk from a source (sourceImage, sourceSnapshot, or sourceDisk) or create an empty 500 GB data disk by omitting all properties. You can also create a disk that is larger than the default size by specifying the sizeGb property.
	Insert(context.Context, *InsertDiskRequest) (*Operation, error)
	// Retrieves a list of persistent disks contained within the specified zone.
	List(context.Context, *ListDisksRequest) (*DiskList, error)
	// Removes resource policies from a disk.
	RemoveResourcePolicies(context.Context, *RemoveResourcePoliciesDiskRequest) (*Operation, error)
	// Resizes the specified persistent disk. You can only increase the size of the disk.
	Resize(context.Context, *ResizeDiskRequest) (*Operation, error)
	// Sets the access control policy on the specified resource. Replaces any existing policy.
	SetIamPolicy(context.Context, *SetIamPolicyDiskRequest) (*Policy, error)
	// Sets the labels on a disk. To learn more about labels, read the Labeling Resources documentation.
	SetLabels(context.Context, *SetLabelsDiskRequest) (*Operation, error)
	// Starts asynchronous replication. Must be invoked on the primary disk.
	StartAsyncReplication(context.Context, *StartAsyncReplicationDiskRequest) (*Operation, error)
	// Stops asynchronous replication. Can be invoked either on the primary or on the secondary disk.
	StopAsyncReplication(context.Context, *StopAsyncReplicationDiskRequest) (*Operation, error)
	// Stops asynchronous replication for a consistency group of disks. Can be invoked either in the primary or secondary scope.
	StopGroupAsyncReplication(context.Context, *StopGroupAsyncReplicationDiskRequest) (*Operation, error)
	// Returns permissions that a caller has on the specified resource.
	TestIamPermissions(context.Context, *TestIamPermissionsDiskRequest) (*TestPermissionsResponse, error)
	// Updates the specified disk with the data included in the request. The update is performed only on selected fields included as part of update-mask. Only the following fields can be modified: user_license.
	Update(context.Context, *UpdateDiskRequest) (*Operation, error)
}

DisksServer is the server API for Disks service.

type DisksStartAsyncReplicationRequest

type DisksStartAsyncReplicationRequest struct {

	// The secondary disk to start asynchronous replication to. You can provide this as a partial or full URL to the resource. For example, the following are valid values: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /disks/disk - https://www.googleapis.com/compute/v1/projects/project/regions/region /disks/disk - projects/project/zones/zone/disks/disk - projects/project/regions/region/disks/disk - zones/zone/disks/disk - regions/region/disks/disk
	AsyncSecondaryDisk *string `protobuf:"bytes,131645867,opt,name=async_secondary_disk,json=asyncSecondaryDisk,proto3,oneof" json:"async_secondary_disk,omitempty"`
	// contains filtered or unexported fields
}

func (*DisksStartAsyncReplicationRequest) Descriptor

func (*DisksStartAsyncReplicationRequest) Descriptor() ([]byte, []int)

Deprecated: Use DisksStartAsyncReplicationRequest.ProtoReflect.Descriptor instead.

func (*DisksStartAsyncReplicationRequest) GetAsyncSecondaryDisk

func (x *DisksStartAsyncReplicationRequest) GetAsyncSecondaryDisk() string

func (*DisksStartAsyncReplicationRequest) ProtoMessage

func (*DisksStartAsyncReplicationRequest) ProtoMessage()

func (*DisksStartAsyncReplicationRequest) ProtoReflect

func (*DisksStartAsyncReplicationRequest) Reset

func (*DisksStartAsyncReplicationRequest) String

type DisksStopGroupAsyncReplicationResource

type DisksStopGroupAsyncReplicationResource struct {

	// The URL of the DiskConsistencyGroupPolicy for the group of disks to stop. This may be a full or partial URL, such as: - https://www.googleapis.com/compute/v1/projects/project/regions/region /resourcePolicies/resourcePolicy - projects/project/regions/region/resourcePolicies/resourcePolicy - regions/region/resourcePolicies/resourcePolicy
	ResourcePolicy *string `protobuf:"bytes,159240835,opt,name=resource_policy,json=resourcePolicy,proto3,oneof" json:"resource_policy,omitempty"`
	// contains filtered or unexported fields
}

A transient resource used in compute.disks.stopGroupAsyncReplication and compute.regionDisks.stopGroupAsyncReplication. It is only used to process requests and is not persisted.

func (*DisksStopGroupAsyncReplicationResource) Descriptor

func (*DisksStopGroupAsyncReplicationResource) Descriptor() ([]byte, []int)

Deprecated: Use DisksStopGroupAsyncReplicationResource.ProtoReflect.Descriptor instead.

func (*DisksStopGroupAsyncReplicationResource) GetResourcePolicy

func (x *DisksStopGroupAsyncReplicationResource) GetResourcePolicy() string

func (*DisksStopGroupAsyncReplicationResource) ProtoMessage

func (*DisksStopGroupAsyncReplicationResource) ProtoReflect

func (*DisksStopGroupAsyncReplicationResource) Reset

func (*DisksStopGroupAsyncReplicationResource) String

type DisplayDevice

type DisplayDevice struct {

	// Defines whether the instance has Display enabled.
	EnableDisplay *bool `protobuf:"varint,14266886,opt,name=enable_display,json=enableDisplay,proto3,oneof" json:"enable_display,omitempty"`
	// contains filtered or unexported fields
}

A set of Display Device options

func (*DisplayDevice) Descriptor

func (*DisplayDevice) Descriptor() ([]byte, []int)

Deprecated: Use DisplayDevice.ProtoReflect.Descriptor instead.

func (*DisplayDevice) GetEnableDisplay

func (x *DisplayDevice) GetEnableDisplay() bool

func (*DisplayDevice) ProtoMessage

func (*DisplayDevice) ProtoMessage()

func (*DisplayDevice) ProtoReflect

func (x *DisplayDevice) ProtoReflect() protoreflect.Message

func (*DisplayDevice) Reset

func (x *DisplayDevice) Reset()

func (*DisplayDevice) String

func (x *DisplayDevice) String() string

type DistributionPolicy

type DistributionPolicy struct {

	// The distribution shape to which the group converges either proactively or on resize events (depending on the value set in updatePolicy.instanceRedistributionType).
	// Check the TargetShape enum for the list of possible values.
	TargetShape *string `protobuf:"bytes,338621299,opt,name=target_shape,json=targetShape,proto3,oneof" json:"target_shape,omitempty"`
	// Zones where the regional managed instance group will create and manage its instances.
	Zones []*DistributionPolicyZoneConfiguration `protobuf:"bytes,116085319,rep,name=zones,proto3" json:"zones,omitempty"`
	// contains filtered or unexported fields
}

func (*DistributionPolicy) Descriptor

func (*DistributionPolicy) Descriptor() ([]byte, []int)

Deprecated: Use DistributionPolicy.ProtoReflect.Descriptor instead.

func (*DistributionPolicy) GetTargetShape

func (x *DistributionPolicy) GetTargetShape() string

func (*DistributionPolicy) GetZones

func (*DistributionPolicy) ProtoMessage

func (*DistributionPolicy) ProtoMessage()

func (*DistributionPolicy) ProtoReflect

func (x *DistributionPolicy) ProtoReflect() protoreflect.Message

func (*DistributionPolicy) Reset

func (x *DistributionPolicy) Reset()

func (*DistributionPolicy) String

func (x *DistributionPolicy) String() string

type DistributionPolicyZoneConfiguration

type DistributionPolicyZoneConfiguration struct {

	// The URL of the zone. The zone must exist in the region where the managed instance group is located.
	Zone *string `protobuf:"bytes,3744684,opt,name=zone,proto3,oneof" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

func (*DistributionPolicyZoneConfiguration) Descriptor

func (*DistributionPolicyZoneConfiguration) Descriptor() ([]byte, []int)

Deprecated: Use DistributionPolicyZoneConfiguration.ProtoReflect.Descriptor instead.

func (*DistributionPolicyZoneConfiguration) GetZone

func (*DistributionPolicyZoneConfiguration) ProtoMessage

func (*DistributionPolicyZoneConfiguration) ProtoMessage()

func (*DistributionPolicyZoneConfiguration) ProtoReflect

func (*DistributionPolicyZoneConfiguration) Reset

func (*DistributionPolicyZoneConfiguration) String

type DistributionPolicy_TargetShape

type DistributionPolicy_TargetShape int32

The distribution shape to which the group converges either proactively or on resize events (depending on the value set in updatePolicy.instanceRedistributionType).

const (
	// A value indicating that the enum field is not set.
	DistributionPolicy_UNDEFINED_TARGET_SHAPE DistributionPolicy_TargetShape = 0
	// The group picks zones for creating VM instances to fulfill the requested number of VMs within present resource constraints and to maximize utilization of unused zonal reservations. Recommended for batch workloads that do not require high availability.
	DistributionPolicy_ANY DistributionPolicy_TargetShape = 64972
	// The group creates all VM instances within a single zone. The zone is selected based on the present resource constraints and to maximize utilization of unused zonal reservations. Recommended for batch workloads with heavy interprocess communication.
	DistributionPolicy_ANY_SINGLE_ZONE DistributionPolicy_TargetShape = 61100880
	// The group prioritizes acquisition of resources, scheduling VMs in zones where resources are available while distributing VMs as evenly as possible across selected zones to minimize the impact of zonal failure. Recommended for highly available serving workloads.
	DistributionPolicy_BALANCED DistributionPolicy_TargetShape = 468409608
	// The group schedules VM instance creation and deletion to achieve and maintain an even number of managed instances across the selected zones. The distribution is even when the number of managed instances does not differ by more than 1 between any two zones. Recommended for highly available serving workloads.
	DistributionPolicy_EVEN DistributionPolicy_TargetShape = 2140442
)

func (DistributionPolicy_TargetShape) Descriptor

func (DistributionPolicy_TargetShape) Enum

func (DistributionPolicy_TargetShape) EnumDescriptor

func (DistributionPolicy_TargetShape) EnumDescriptor() ([]byte, []int)

Deprecated: Use DistributionPolicy_TargetShape.Descriptor instead.

func (DistributionPolicy_TargetShape) Number

func (DistributionPolicy_TargetShape) String

func (DistributionPolicy_TargetShape) Type

type Duration

type Duration struct {

	// Span of time that's a fraction of a second at nanosecond resolution. Durations less than one second are represented with a 0 `seconds` field and a positive `nanos` field. Must be from 0 to 999,999,999 inclusive.
	Nanos *int32 `protobuf:"varint,104586303,opt,name=nanos,proto3,oneof" json:"nanos,omitempty"`
	// Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive. Note: these bounds are computed from: 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years
	Seconds *int64 `protobuf:"varint,359484031,opt,name=seconds,proto3,oneof" json:"seconds,omitempty"`
	// contains filtered or unexported fields
}

A Duration represents a fixed-length span of time represented as a count of seconds and fractions of seconds at nanosecond resolution. It is independent of any calendar and concepts like "day" or "month". Range is approximately 10,000 years.

func (*Duration) Descriptor

func (*Duration) Descriptor() ([]byte, []int)

Deprecated: Use Duration.ProtoReflect.Descriptor instead.

func (*Duration) GetNanos

func (x *Duration) GetNanos() int32

func (*Duration) GetSeconds

func (x *Duration) GetSeconds() int64

func (*Duration) ProtoMessage

func (*Duration) ProtoMessage()

func (*Duration) ProtoReflect

func (x *Duration) ProtoReflect() protoreflect.Message

func (*Duration) Reset

func (x *Duration) Reset()

func (*Duration) String

func (x *Duration) String() string

type EnableXpnHostProjectRequest

type EnableXpnHostProjectRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for Projects.EnableXpnHost. See the method description for details.

func (*EnableXpnHostProjectRequest) Descriptor

func (*EnableXpnHostProjectRequest) Descriptor() ([]byte, []int)

Deprecated: Use EnableXpnHostProjectRequest.ProtoReflect.Descriptor instead.

func (*EnableXpnHostProjectRequest) GetProject

func (x *EnableXpnHostProjectRequest) GetProject() string

func (*EnableXpnHostProjectRequest) GetRequestId

func (x *EnableXpnHostProjectRequest) GetRequestId() string

func (*EnableXpnHostProjectRequest) ProtoMessage

func (*EnableXpnHostProjectRequest) ProtoMessage()

func (*EnableXpnHostProjectRequest) ProtoReflect

func (*EnableXpnHostProjectRequest) Reset

func (x *EnableXpnHostProjectRequest) Reset()

func (*EnableXpnHostProjectRequest) String

func (x *EnableXpnHostProjectRequest) String() string

type EnableXpnResourceProjectRequest

type EnableXpnResourceProjectRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The body resource for this request
	ProjectsEnableXpnResourceRequestResource *ProjectsEnableXpnResourceRequest `protobuf:"bytes,421980207,opt,name=projects_enable_xpn_resource_request_resource,json=projectsEnableXpnResourceRequestResource,proto3" json:"projects_enable_xpn_resource_request_resource,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for Projects.EnableXpnResource. See the method description for details.

func (*EnableXpnResourceProjectRequest) Descriptor

func (*EnableXpnResourceProjectRequest) Descriptor() ([]byte, []int)

Deprecated: Use EnableXpnResourceProjectRequest.ProtoReflect.Descriptor instead.

func (*EnableXpnResourceProjectRequest) GetProject

func (x *EnableXpnResourceProjectRequest) GetProject() string

func (*EnableXpnResourceProjectRequest) GetProjectsEnableXpnResourceRequestResource

func (x *EnableXpnResourceProjectRequest) GetProjectsEnableXpnResourceRequestResource() *ProjectsEnableXpnResourceRequest

func (*EnableXpnResourceProjectRequest) GetRequestId

func (x *EnableXpnResourceProjectRequest) GetRequestId() string

func (*EnableXpnResourceProjectRequest) ProtoMessage

func (*EnableXpnResourceProjectRequest) ProtoMessage()

func (*EnableXpnResourceProjectRequest) ProtoReflect

func (*EnableXpnResourceProjectRequest) Reset

func (*EnableXpnResourceProjectRequest) String

type Error

type Error struct {

	// [Output Only] The array of errors encountered while processing this operation.
	Errors []*Errors `protobuf:"bytes,315977579,rep,name=errors,proto3" json:"errors,omitempty"`
	// contains filtered or unexported fields
}

[Output Only] If errors are generated during processing of the operation, this field will be populated.

func (*Error) Descriptor

func (*Error) Descriptor() ([]byte, []int)

Deprecated: Use Error.ProtoReflect.Descriptor instead.

func (*Error) GetErrors

func (x *Error) GetErrors() []*Errors

func (*Error) ProtoMessage

func (*Error) ProtoMessage()

func (*Error) ProtoReflect

func (x *Error) ProtoReflect() protoreflect.Message

func (*Error) Reset

func (x *Error) Reset()

func (*Error) String

func (x *Error) String() string

type ErrorDetails

type ErrorDetails struct {
	ErrorInfo        *ErrorInfo         `protobuf:"bytes,25251973,opt,name=error_info,json=errorInfo,proto3,oneof" json:"error_info,omitempty"`
	Help             *Help              `protobuf:"bytes,3198785,opt,name=help,proto3,oneof" json:"help,omitempty"`
	LocalizedMessage *LocalizedMessage  `protobuf:"bytes,404537155,opt,name=localized_message,json=localizedMessage,proto3,oneof" json:"localized_message,omitempty"`
	QuotaInfo        *QuotaExceededInfo `protobuf:"bytes,93923861,opt,name=quota_info,json=quotaInfo,proto3,oneof" json:"quota_info,omitempty"`
	// contains filtered or unexported fields
}

func (*ErrorDetails) Descriptor

func (*ErrorDetails) Descriptor() ([]byte, []int)

Deprecated: Use ErrorDetails.ProtoReflect.Descriptor instead.

func (*ErrorDetails) GetErrorInfo

func (x *ErrorDetails) GetErrorInfo() *ErrorInfo

func (*ErrorDetails) GetHelp

func (x *ErrorDetails) GetHelp() *Help

func (*ErrorDetails) GetLocalizedMessage

func (x *ErrorDetails) GetLocalizedMessage() *LocalizedMessage

func (*ErrorDetails) GetQuotaInfo

func (x *ErrorDetails) GetQuotaInfo() *QuotaExceededInfo

func (*ErrorDetails) ProtoMessage

func (*ErrorDetails) ProtoMessage()

func (*ErrorDetails) ProtoReflect

func (x *ErrorDetails) ProtoReflect() protoreflect.Message

func (*ErrorDetails) Reset

func (x *ErrorDetails) Reset()

func (*ErrorDetails) String

func (x *ErrorDetails) String() string

type ErrorInfo

type ErrorInfo struct {

	// The logical grouping to which the "reason" belongs. The error domain is typically the registered service name of the tool or product that generates the error. Example: "pubsub.googleapis.com". If the error is generated by some common infrastructure, the error domain must be a globally unique value that identifies the infrastructure. For Google API infrastructure, the error domain is "googleapis.com".
	Domain *string `protobuf:"bytes,284415172,opt,name=domain,proto3,oneof" json:"domain,omitempty"`
	// Additional structured details about this error. Keys should match /[a-zA-Z0-9-_]/ and be limited to 64 characters in length. When identifying the current value of an exceeded limit, the units should be contained in the key, not the value. For example, rather than {"instanceLimit": "100/request"}, should be returned as, {"instanceLimitPerRequest": "100"}, if the client exceeds the number of instances that can be created in a single (batch) request.
	Metadatas map[string]string `protobuf:"bytes,8514340,rep,name=metadatas,proto3" json:"metadatas,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// The reason of the error. This is a constant value that identifies the proximate cause of the error. Error reasons are unique within a particular domain of errors. This should be at most 63 characters and match a regular expression of `A-Z+[A-Z0-9]`, which represents UPPER_SNAKE_CASE.
	Reason *string `protobuf:"bytes,138777156,opt,name=reason,proto3,oneof" json:"reason,omitempty"`
	// contains filtered or unexported fields
}

Describes the cause of the error with structured details. Example of an error when contacting the "pubsub.googleapis.com" API when it is not enabled: { "reason": "API_DISABLED" "domain": "googleapis.com" "metadata": { "resource": "projects/123", "service": "pubsub.googleapis.com" } } This response indicates that the pubsub.googleapis.com API is not enabled. Example of an error that is returned when attempting to create a Spanner instance in a region that is out of stock: { "reason": "STOCKOUT" "domain": "spanner.googleapis.com", "metadata": { "availableRegions": "us-central1,us-east2" } }

func (*ErrorInfo) Descriptor

func (*ErrorInfo) Descriptor() ([]byte, []int)

Deprecated: Use ErrorInfo.ProtoReflect.Descriptor instead.

func (*ErrorInfo) GetDomain

func (x *ErrorInfo) GetDomain() string

func (*ErrorInfo) GetMetadatas

func (x *ErrorInfo) GetMetadatas() map[string]string

func (*ErrorInfo) GetReason

func (x *ErrorInfo) GetReason() string

func (*ErrorInfo) ProtoMessage

func (*ErrorInfo) ProtoMessage()

func (*ErrorInfo) ProtoReflect

func (x *ErrorInfo) ProtoReflect() protoreflect.Message

func (*ErrorInfo) Reset

func (x *ErrorInfo) Reset()

func (*ErrorInfo) String

func (x *ErrorInfo) String() string

type Errors

type Errors struct {

	// [Output Only] The error type identifier for this error.
	Code *string `protobuf:"bytes,3059181,opt,name=code,proto3,oneof" json:"code,omitempty"`
	// [Output Only] An optional list of messages that contain the error details. There is a set of defined message types to use for providing details.The syntax depends on the error code. For example, QuotaExceededInfo will have details when the error code is QUOTA_EXCEEDED.
	ErrorDetails []*ErrorDetails `protobuf:"bytes,274653963,rep,name=error_details,json=errorDetails,proto3" json:"error_details,omitempty"`
	// [Output Only] Indicates the field in the request that caused the error. This property is optional.
	Location *string `protobuf:"bytes,290430901,opt,name=location,proto3,oneof" json:"location,omitempty"`
	// [Output Only] An optional, human-readable error message.
	Message *string `protobuf:"bytes,418054151,opt,name=message,proto3,oneof" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*Errors) Descriptor

func (*Errors) Descriptor() ([]byte, []int)

Deprecated: Use Errors.ProtoReflect.Descriptor instead.

func (*Errors) GetCode

func (x *Errors) GetCode() string

func (*Errors) GetErrorDetails

func (x *Errors) GetErrorDetails() []*ErrorDetails

func (*Errors) GetLocation

func (x *Errors) GetLocation() string

func (*Errors) GetMessage

func (x *Errors) GetMessage() string

func (*Errors) ProtoMessage

func (*Errors) ProtoMessage()

func (*Errors) ProtoReflect

func (x *Errors) ProtoReflect() protoreflect.Message

func (*Errors) Reset

func (x *Errors) Reset()

func (*Errors) String

func (x *Errors) String() string

type ExchangedPeeringRoute

type ExchangedPeeringRoute struct {

	// The destination range of the route.
	DestRange *string `protobuf:"bytes,381327712,opt,name=dest_range,json=destRange,proto3,oneof" json:"dest_range,omitempty"`
	// True if the peering route has been imported from a peer. The actual import happens if the field networkPeering.importCustomRoutes is true for this network, and networkPeering.exportCustomRoutes is true for the peer network, and the import does not result in a route conflict.
	Imported *bool `protobuf:"varint,114502404,opt,name=imported,proto3,oneof" json:"imported,omitempty"`
	// The region of peering route next hop, only applies to dynamic routes.
	NextHopRegion *string `protobuf:"bytes,122577014,opt,name=next_hop_region,json=nextHopRegion,proto3,oneof" json:"next_hop_region,omitempty"`
	// The priority of the peering route.
	Priority *uint32 `protobuf:"varint,445151652,opt,name=priority,proto3,oneof" json:"priority,omitempty"`
	// The type of the peering route.
	// Check the Type enum for the list of possible values.
	Type *string `protobuf:"bytes,3575610,opt,name=type,proto3,oneof" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*ExchangedPeeringRoute) Descriptor

func (*ExchangedPeeringRoute) Descriptor() ([]byte, []int)

Deprecated: Use ExchangedPeeringRoute.ProtoReflect.Descriptor instead.

func (*ExchangedPeeringRoute) GetDestRange

func (x *ExchangedPeeringRoute) GetDestRange() string

func (*ExchangedPeeringRoute) GetImported

func (x *ExchangedPeeringRoute) GetImported() bool

func (*ExchangedPeeringRoute) GetNextHopRegion

func (x *ExchangedPeeringRoute) GetNextHopRegion() string

func (*ExchangedPeeringRoute) GetPriority

func (x *ExchangedPeeringRoute) GetPriority() uint32

func (*ExchangedPeeringRoute) GetType

func (x *ExchangedPeeringRoute) GetType() string

func (*ExchangedPeeringRoute) ProtoMessage

func (*ExchangedPeeringRoute) ProtoMessage()

func (*ExchangedPeeringRoute) ProtoReflect

func (x *ExchangedPeeringRoute) ProtoReflect() protoreflect.Message

func (*ExchangedPeeringRoute) Reset

func (x *ExchangedPeeringRoute) Reset()

func (*ExchangedPeeringRoute) String

func (x *ExchangedPeeringRoute) String() string

type ExchangedPeeringRoute_Type

type ExchangedPeeringRoute_Type int32

The type of the peering route.

const (
	// A value indicating that the enum field is not set.
	ExchangedPeeringRoute_UNDEFINED_TYPE ExchangedPeeringRoute_Type = 0
	// For routes exported from local network.
	ExchangedPeeringRoute_DYNAMIC_PEERING_ROUTE ExchangedPeeringRoute_Type = 469794858
	// The peering route.
	ExchangedPeeringRoute_STATIC_PEERING_ROUTE ExchangedPeeringRoute_Type = 473407545
	// The peering route corresponding to subnetwork range.
	ExchangedPeeringRoute_SUBNET_PEERING_ROUTE ExchangedPeeringRoute_Type = 465782504
)

func (ExchangedPeeringRoute_Type) Descriptor

func (ExchangedPeeringRoute_Type) Enum

func (ExchangedPeeringRoute_Type) EnumDescriptor

func (ExchangedPeeringRoute_Type) EnumDescriptor() ([]byte, []int)

Deprecated: Use ExchangedPeeringRoute_Type.Descriptor instead.

func (ExchangedPeeringRoute_Type) Number

func (ExchangedPeeringRoute_Type) String

func (ExchangedPeeringRoute_Type) Type

type ExchangedPeeringRoutesList

type ExchangedPeeringRoutesList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of ExchangedPeeringRoute resources.
	Items []*ExchangedPeeringRoute `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] Type of resource. Always compute#exchangedPeeringRoutesList for exchanged peering routes lists.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*ExchangedPeeringRoutesList) Descriptor

func (*ExchangedPeeringRoutesList) Descriptor() ([]byte, []int)

Deprecated: Use ExchangedPeeringRoutesList.ProtoReflect.Descriptor instead.

func (*ExchangedPeeringRoutesList) GetId

func (*ExchangedPeeringRoutesList) GetItems

func (*ExchangedPeeringRoutesList) GetKind

func (x *ExchangedPeeringRoutesList) GetKind() string

func (*ExchangedPeeringRoutesList) GetNextPageToken

func (x *ExchangedPeeringRoutesList) GetNextPageToken() string
func (x *ExchangedPeeringRoutesList) GetSelfLink() string

func (*ExchangedPeeringRoutesList) GetWarning

func (x *ExchangedPeeringRoutesList) GetWarning() *Warning

func (*ExchangedPeeringRoutesList) ProtoMessage

func (*ExchangedPeeringRoutesList) ProtoMessage()

func (*ExchangedPeeringRoutesList) ProtoReflect

func (*ExchangedPeeringRoutesList) Reset

func (x *ExchangedPeeringRoutesList) Reset()

func (*ExchangedPeeringRoutesList) String

func (x *ExchangedPeeringRoutesList) String() string

type ExpandIpCidrRangeSubnetworkRequest

type ExpandIpCidrRangeSubnetworkRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the Subnetwork resource to update.
	Subnetwork string `protobuf:"bytes,307827694,opt,name=subnetwork,proto3" json:"subnetwork,omitempty"`
	// The body resource for this request
	SubnetworksExpandIpCidrRangeRequestResource *SubnetworksExpandIpCidrRangeRequest `protobuf:"bytes,477014110,opt,name=subnetworks_expand_ip_cidr_range_request_resource,json=subnetworksExpandIpCidrRangeRequestResource,proto3" json:"subnetworks_expand_ip_cidr_range_request_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for Subnetworks.ExpandIpCidrRange. See the method description for details.

func (*ExpandIpCidrRangeSubnetworkRequest) Descriptor

func (*ExpandIpCidrRangeSubnetworkRequest) Descriptor() ([]byte, []int)

Deprecated: Use ExpandIpCidrRangeSubnetworkRequest.ProtoReflect.Descriptor instead.

func (*ExpandIpCidrRangeSubnetworkRequest) GetProject

func (*ExpandIpCidrRangeSubnetworkRequest) GetRegion

func (*ExpandIpCidrRangeSubnetworkRequest) GetRequestId

func (x *ExpandIpCidrRangeSubnetworkRequest) GetRequestId() string

func (*ExpandIpCidrRangeSubnetworkRequest) GetSubnetwork

func (x *ExpandIpCidrRangeSubnetworkRequest) GetSubnetwork() string

func (*ExpandIpCidrRangeSubnetworkRequest) GetSubnetworksExpandIpCidrRangeRequestResource

func (x *ExpandIpCidrRangeSubnetworkRequest) GetSubnetworksExpandIpCidrRangeRequestResource() *SubnetworksExpandIpCidrRangeRequest

func (*ExpandIpCidrRangeSubnetworkRequest) ProtoMessage

func (*ExpandIpCidrRangeSubnetworkRequest) ProtoMessage()

func (*ExpandIpCidrRangeSubnetworkRequest) ProtoReflect

func (*ExpandIpCidrRangeSubnetworkRequest) Reset

func (*ExpandIpCidrRangeSubnetworkRequest) String

type Expr

type Expr struct {

	// Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// Textual representation of an expression in Common Expression Language syntax.
	Expression *string `protobuf:"bytes,352031384,opt,name=expression,proto3,oneof" json:"expression,omitempty"`
	// Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
	Location *string `protobuf:"bytes,290430901,opt,name=location,proto3,oneof" json:"location,omitempty"`
	// Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.
	Title *string `protobuf:"bytes,110371416,opt,name=title,proto3,oneof" json:"title,omitempty"`
	// contains filtered or unexported fields
}

Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: "Summary size limit" description: "Determines if a summary is less than 100 chars" expression: "document.summary.size() < 100" Example (Equality): title: "Requestor is owner" description: "Determines if requestor is the document owner" expression: "document.owner == request.auth.claims.email" Example (Logic): title: "Public documents" description: "Determine whether the document should be publicly visible" expression: "document.type != 'private' && document.type != 'internal'" Example (Data Manipulation): title: "Notification string" description: "Create a notification string with a timestamp." expression: "'New message received at ' + string(document.create_time)" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information.

func (*Expr) Descriptor

func (*Expr) Descriptor() ([]byte, []int)

Deprecated: Use Expr.ProtoReflect.Descriptor instead.

func (*Expr) GetDescription

func (x *Expr) GetDescription() string

func (*Expr) GetExpression

func (x *Expr) GetExpression() string

func (*Expr) GetLocation

func (x *Expr) GetLocation() string

func (*Expr) GetTitle

func (x *Expr) GetTitle() string

func (*Expr) ProtoMessage

func (*Expr) ProtoMessage()

func (*Expr) ProtoReflect

func (x *Expr) ProtoReflect() protoreflect.Message

func (*Expr) Reset

func (x *Expr) Reset()

func (*Expr) String

func (x *Expr) String() string

type ExternalVpnGateway

type ExternalVpnGateway struct {

	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// An optional description of this resource. Provide this property when you create the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of interfaces for this external VPN gateway. If your peer-side gateway is an on-premises gateway and non-AWS cloud providers' gateway, at most two interfaces can be provided for an external VPN gateway. If your peer side is an AWS virtual private gateway, four interfaces should be provided for an external VPN gateway.
	Interfaces []*ExternalVpnGatewayInterface `protobuf:"bytes,12073562,rep,name=interfaces,proto3" json:"interfaces,omitempty"`
	// [Output Only] Type of the resource. Always compute#externalVpnGateway for externalVpnGateways.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// A fingerprint for the labels being applied to this ExternalVpnGateway, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve an ExternalVpnGateway.
	LabelFingerprint *string `protobuf:"bytes,178124825,opt,name=label_fingerprint,json=labelFingerprint,proto3,oneof" json:"label_fingerprint,omitempty"`
	// Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.
	Labels map[string]string `protobuf:"bytes,500195327,rep,name=labels,proto3" json:"labels,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// Indicates the user-supplied redundancy type of this external VPN gateway.
	// Check the RedundancyType enum for the list of possible values.
	RedundancyType *string `protobuf:"bytes,271443740,opt,name=redundancy_type,json=redundancyType,proto3,oneof" json:"redundancy_type,omitempty"`
	// [Output Only] Server-defined URL for the resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// contains filtered or unexported fields
}

Represents an external VPN gateway. External VPN gateway is the on-premises VPN gateway(s) or another cloud provider's VPN gateway that connects to your Google Cloud VPN gateway. To create a highly available VPN from Google Cloud Platform to your VPN gateway or another cloud provider's VPN gateway, you must create a external VPN gateway resource with information about the other gateway. For more information about using external VPN gateways, see Creating an HA VPN gateway and tunnel pair to a peer VPN.

func (*ExternalVpnGateway) Descriptor

func (*ExternalVpnGateway) Descriptor() ([]byte, []int)

Deprecated: Use ExternalVpnGateway.ProtoReflect.Descriptor instead.

func (*ExternalVpnGateway) GetCreationTimestamp

func (x *ExternalVpnGateway) GetCreationTimestamp() string

func (*ExternalVpnGateway) GetDescription

func (x *ExternalVpnGateway) GetDescription() string

func (*ExternalVpnGateway) GetId

func (x *ExternalVpnGateway) GetId() uint64

func (*ExternalVpnGateway) GetInterfaces

func (x *ExternalVpnGateway) GetInterfaces() []*ExternalVpnGatewayInterface

func (*ExternalVpnGateway) GetKind

func (x *ExternalVpnGateway) GetKind() string

func (*ExternalVpnGateway) GetLabelFingerprint

func (x *ExternalVpnGateway) GetLabelFingerprint() string

func (*ExternalVpnGateway) GetLabels

func (x *ExternalVpnGateway) GetLabels() map[string]string

func (*ExternalVpnGateway) GetName

func (x *ExternalVpnGateway) GetName() string

func (*ExternalVpnGateway) GetRedundancyType

func (x *ExternalVpnGateway) GetRedundancyType() string
func (x *ExternalVpnGateway) GetSelfLink() string

func (*ExternalVpnGateway) ProtoMessage

func (*ExternalVpnGateway) ProtoMessage()

func (*ExternalVpnGateway) ProtoReflect

func (x *ExternalVpnGateway) ProtoReflect() protoreflect.Message

func (*ExternalVpnGateway) Reset

func (x *ExternalVpnGateway) Reset()

func (*ExternalVpnGateway) String

func (x *ExternalVpnGateway) String() string

type ExternalVpnGatewayInterface

type ExternalVpnGatewayInterface struct {

	// The numeric ID of this interface. The allowed input values for this id for different redundancy types of external VPN gateway: - SINGLE_IP_INTERNALLY_REDUNDANT - 0 - TWO_IPS_REDUNDANCY - 0, 1 - FOUR_IPS_REDUNDANCY - 0, 1, 2, 3
	Id *uint32 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// IP address of the interface in the external VPN gateway. Only IPv4 is supported. This IP address can be either from your on-premise gateway or another Cloud provider's VPN gateway, it cannot be an IP address from Google Compute Engine.
	IpAddress *string `protobuf:"bytes,406272220,opt,name=ip_address,json=ipAddress,proto3,oneof" json:"ip_address,omitempty"`
	// contains filtered or unexported fields
}

The interface for the external VPN gateway.

func (*ExternalVpnGatewayInterface) Descriptor

func (*ExternalVpnGatewayInterface) Descriptor() ([]byte, []int)

Deprecated: Use ExternalVpnGatewayInterface.ProtoReflect.Descriptor instead.

func (*ExternalVpnGatewayInterface) GetId

func (*ExternalVpnGatewayInterface) GetIpAddress

func (x *ExternalVpnGatewayInterface) GetIpAddress() string

func (*ExternalVpnGatewayInterface) ProtoMessage

func (*ExternalVpnGatewayInterface) ProtoMessage()

func (*ExternalVpnGatewayInterface) ProtoReflect

func (*ExternalVpnGatewayInterface) Reset

func (x *ExternalVpnGatewayInterface) Reset()

func (*ExternalVpnGatewayInterface) String

func (x *ExternalVpnGatewayInterface) String() string

type ExternalVpnGatewayList

type ExternalVpnGatewayList struct {
	Etag *string `protobuf:"bytes,3123477,opt,name=etag,proto3,oneof" json:"etag,omitempty"`
	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of ExternalVpnGateway resources.
	Items []*ExternalVpnGateway `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] Type of resource. Always compute#externalVpnGatewayList for lists of externalVpnGateways.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

Response to the list request, and contains a list of externalVpnGateways.

func (*ExternalVpnGatewayList) Descriptor

func (*ExternalVpnGatewayList) Descriptor() ([]byte, []int)

Deprecated: Use ExternalVpnGatewayList.ProtoReflect.Descriptor instead.

func (*ExternalVpnGatewayList) GetEtag

func (x *ExternalVpnGatewayList) GetEtag() string

func (*ExternalVpnGatewayList) GetId

func (x *ExternalVpnGatewayList) GetId() string

func (*ExternalVpnGatewayList) GetItems

func (x *ExternalVpnGatewayList) GetItems() []*ExternalVpnGateway

func (*ExternalVpnGatewayList) GetKind

func (x *ExternalVpnGatewayList) GetKind() string

func (*ExternalVpnGatewayList) GetNextPageToken

func (x *ExternalVpnGatewayList) GetNextPageToken() string
func (x *ExternalVpnGatewayList) GetSelfLink() string

func (*ExternalVpnGatewayList) GetWarning

func (x *ExternalVpnGatewayList) GetWarning() *Warning

func (*ExternalVpnGatewayList) ProtoMessage

func (*ExternalVpnGatewayList) ProtoMessage()

func (*ExternalVpnGatewayList) ProtoReflect

func (x *ExternalVpnGatewayList) ProtoReflect() protoreflect.Message

func (*ExternalVpnGatewayList) Reset

func (x *ExternalVpnGatewayList) Reset()

func (*ExternalVpnGatewayList) String

func (x *ExternalVpnGatewayList) String() string

type ExternalVpnGateway_RedundancyType

type ExternalVpnGateway_RedundancyType int32

Indicates the user-supplied redundancy type of this external VPN gateway.

const (
	// A value indicating that the enum field is not set.
	ExternalVpnGateway_UNDEFINED_REDUNDANCY_TYPE ExternalVpnGateway_RedundancyType = 0
	// The external VPN gateway has four public IP addresses; at the time of writing this API, the AWS virtual private gateway is an example which has four public IP addresses for high availability connections; there should be two VPN connections in the AWS virtual private gateway , each AWS VPN connection has two public IP addresses; please make sure to put two public IP addresses from one AWS VPN connection into interfaces 0 and 1 of this external VPN gateway, and put the other two public IP addresses from another AWS VPN connection into interfaces 2 and 3 of this external VPN gateway. When displaying highly available configuration status for the VPN tunnels connected to FOUR_IPS_REDUNDANCY external VPN gateway, Google will always detect whether interfaces 0 and 1 are connected on one interface of HA Cloud VPN gateway, and detect whether interfaces 2 and 3 are connected to another interface of the HA Cloud VPN gateway.
	ExternalVpnGateway_FOUR_IPS_REDUNDANCY ExternalVpnGateway_RedundancyType = 520087913
	// The external VPN gateway has only one public IP address which internally provide redundancy or failover.
	ExternalVpnGateway_SINGLE_IP_INTERNALLY_REDUNDANT ExternalVpnGateway_RedundancyType = 133914873
	// The external VPN gateway has two public IP addresses which are redundant with each other, the following two types of setup on your on-premises side would have this type of redundancy: (1) Two separate on-premises gateways, each with one public IP address, the two on-premises gateways are redundant with each other. (2) A single on-premise gateway with two public IP addresses that are redundant with eatch other.
	ExternalVpnGateway_TWO_IPS_REDUNDANCY ExternalVpnGateway_RedundancyType = 367049635
)

func (ExternalVpnGateway_RedundancyType) Descriptor

func (ExternalVpnGateway_RedundancyType) Enum

func (ExternalVpnGateway_RedundancyType) EnumDescriptor

func (ExternalVpnGateway_RedundancyType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ExternalVpnGateway_RedundancyType.Descriptor instead.

func (ExternalVpnGateway_RedundancyType) Number

func (ExternalVpnGateway_RedundancyType) String

func (ExternalVpnGateway_RedundancyType) Type

type ExternalVpnGatewaysClient

type ExternalVpnGatewaysClient interface {
	// Deletes the specified externalVpnGateway.
	Delete(ctx context.Context, in *DeleteExternalVpnGatewayRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified externalVpnGateway. Get a list of available externalVpnGateways by making a list() request.
	Get(ctx context.Context, in *GetExternalVpnGatewayRequest, opts ...grpc.CallOption) (*ExternalVpnGateway, error)
	// Creates a ExternalVpnGateway in the specified project using the data included in the request.
	Insert(ctx context.Context, in *InsertExternalVpnGatewayRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves the list of ExternalVpnGateway available to the specified project.
	List(ctx context.Context, in *ListExternalVpnGatewaysRequest, opts ...grpc.CallOption) (*ExternalVpnGatewayList, error)
	// Sets the labels on an ExternalVpnGateway. To learn more about labels, read the Labeling Resources documentation.
	SetLabels(ctx context.Context, in *SetLabelsExternalVpnGatewayRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns permissions that a caller has on the specified resource.
	TestIamPermissions(ctx context.Context, in *TestIamPermissionsExternalVpnGatewayRequest, opts ...grpc.CallOption) (*TestPermissionsResponse, error)
}

ExternalVpnGatewaysClient is the client API for ExternalVpnGateways service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewExternalVpnGatewaysClient

func NewExternalVpnGatewaysClient(cc grpc.ClientConnInterface) ExternalVpnGatewaysClient

type ExternalVpnGatewaysServer

type ExternalVpnGatewaysServer interface {
	// Deletes the specified externalVpnGateway.
	Delete(context.Context, *DeleteExternalVpnGatewayRequest) (*Operation, error)
	// Returns the specified externalVpnGateway. Get a list of available externalVpnGateways by making a list() request.
	Get(context.Context, *GetExternalVpnGatewayRequest) (*ExternalVpnGateway, error)
	// Creates a ExternalVpnGateway in the specified project using the data included in the request.
	Insert(context.Context, *InsertExternalVpnGatewayRequest) (*Operation, error)
	// Retrieves the list of ExternalVpnGateway available to the specified project.
	List(context.Context, *ListExternalVpnGatewaysRequest) (*ExternalVpnGatewayList, error)
	// Sets the labels on an ExternalVpnGateway. To learn more about labels, read the Labeling Resources documentation.
	SetLabels(context.Context, *SetLabelsExternalVpnGatewayRequest) (*Operation, error)
	// Returns permissions that a caller has on the specified resource.
	TestIamPermissions(context.Context, *TestIamPermissionsExternalVpnGatewayRequest) (*TestPermissionsResponse, error)
}

ExternalVpnGatewaysServer is the server API for ExternalVpnGateways service.

type FileContentBuffer

type FileContentBuffer struct {

	// The raw content in the secure keys file.
	Content *string `protobuf:"bytes,414659705,opt,name=content,proto3,oneof" json:"content,omitempty"`
	// The file type of source file.
	// Check the FileType enum for the list of possible values.
	FileType *string `protobuf:"bytes,294346781,opt,name=file_type,json=fileType,proto3,oneof" json:"file_type,omitempty"`
	// contains filtered or unexported fields
}

func (*FileContentBuffer) Descriptor

func (*FileContentBuffer) Descriptor() ([]byte, []int)

Deprecated: Use FileContentBuffer.ProtoReflect.Descriptor instead.

func (*FileContentBuffer) GetContent

func (x *FileContentBuffer) GetContent() string

func (*FileContentBuffer) GetFileType

func (x *FileContentBuffer) GetFileType() string

func (*FileContentBuffer) ProtoMessage

func (*FileContentBuffer) ProtoMessage()

func (*FileContentBuffer) ProtoReflect

func (x *FileContentBuffer) ProtoReflect() protoreflect.Message

func (*FileContentBuffer) Reset

func (x *FileContentBuffer) Reset()

func (*FileContentBuffer) String

func (x *FileContentBuffer) String() string

type FileContentBuffer_FileType

type FileContentBuffer_FileType int32

The file type of source file.

const (
	// A value indicating that the enum field is not set.
	FileContentBuffer_UNDEFINED_FILE_TYPE FileContentBuffer_FileType = 0
	FileContentBuffer_BIN                 FileContentBuffer_FileType = 65767
	FileContentBuffer_UNDEFINED           FileContentBuffer_FileType = 137851184
	FileContentBuffer_X509                FileContentBuffer_FileType = 2674086
)

func (FileContentBuffer_FileType) Descriptor

func (FileContentBuffer_FileType) Enum

func (FileContentBuffer_FileType) EnumDescriptor

func (FileContentBuffer_FileType) EnumDescriptor() ([]byte, []int)

Deprecated: Use FileContentBuffer_FileType.Descriptor instead.

func (FileContentBuffer_FileType) Number

func (FileContentBuffer_FileType) String

func (FileContentBuffer_FileType) Type

type Firewall

type Firewall struct {

	// The list of ALLOW rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a permitted connection.
	Allowed []*Allowed `protobuf:"bytes,162398632,rep,name=allowed,proto3" json:"allowed,omitempty"`
	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// The list of DENY rules specified by this firewall. Each rule specifies a protocol and port-range tuple that describes a denied connection.
	Denied []*Denied `protobuf:"bytes,275217307,rep,name=denied,proto3" json:"denied,omitempty"`
	// An optional description of this resource. Provide this field when you create the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// If destination ranges are specified, the firewall rule applies only to traffic that has destination IP address in these ranges. These ranges must be expressed in CIDR format. Both IPv4 and IPv6 are supported.
	DestinationRanges []string `protobuf:"bytes,305699879,rep,name=destination_ranges,json=destinationRanges,proto3" json:"destination_ranges,omitempty"`
	// Direction of traffic to which this firewall applies, either `INGRESS` or `EGRESS`. The default is `INGRESS`. For `EGRESS` traffic, you cannot specify the sourceTags fields.
	// Check the Direction enum for the list of possible values.
	Direction *string `protobuf:"bytes,111150975,opt,name=direction,proto3,oneof" json:"direction,omitempty"`
	// Denotes whether the firewall rule is disabled. When set to true, the firewall rule is not enforced and the network behaves as if it did not exist. If this is unspecified, the firewall rule will be enabled.
	Disabled *bool `protobuf:"varint,270940796,opt,name=disabled,proto3,oneof" json:"disabled,omitempty"`
	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Output Only] Type of the resource. Always compute#firewall for firewall rules.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// This field denotes the logging options for a particular firewall rule. If logging is enabled, logs will be exported to Cloud Logging.
	LogConfig *FirewallLogConfig `protobuf:"bytes,351299741,opt,name=log_config,json=logConfig,proto3,oneof" json:"log_config,omitempty"`
	// Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?`. The first character must be a lowercase letter, and all following characters (except for the last character) must be a dash, lowercase letter, or digit. The last character must be a lowercase letter or digit.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// URL of the network resource for this firewall rule. If not specified when creating a firewall rule, the default network is used: global/networks/default If you choose to specify this field, you can specify the network as a full or partial URL. For example, the following are all valid URLs: - https://www.googleapis.com/compute/v1/projects/myproject/global/networks/my-network - projects/myproject/global/networks/my-network - global/networks/default
	Network *string `protobuf:"bytes,232872494,opt,name=network,proto3,oneof" json:"network,omitempty"`
	// Priority for this rule. This is an integer between `0` and `65535`, both inclusive. The default value is `1000`. Relative priorities determine which rule takes effect if multiple rules apply. Lower values indicate higher priority. For example, a rule with priority `0` has higher precedence than a rule with priority `1`. DENY rules take precedence over ALLOW rules if they have equal priority. Note that VPC networks have implied rules with a priority of `65535`. To avoid conflicts with the implied rules, use a priority number less than `65535`.
	Priority *int32 `protobuf:"varint,445151652,opt,name=priority,proto3,oneof" json:"priority,omitempty"`
	// [Output Only] Server-defined URL for the resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// If source ranges are specified, the firewall rule applies only to traffic that has a source IP address in these ranges. These ranges must be expressed in CIDR format. One or both of sourceRanges and sourceTags may be set. If both fields are set, the rule applies to traffic that has a source IP address within sourceRanges OR a source IP from a resource with a matching tag listed in the sourceTags field. The connection does not need to match both fields for the rule to apply. Both IPv4 and IPv6 are supported.
	SourceRanges []string `protobuf:"bytes,200097658,rep,name=source_ranges,json=sourceRanges,proto3" json:"source_ranges,omitempty"`
	// If source service accounts are specified, the firewall rules apply only to traffic originating from an instance with a service account in this list. Source service accounts cannot be used to control traffic to an instance's external IP address because service accounts are associated with an instance, not an IP address. sourceRanges can be set at the same time as sourceServiceAccounts. If both are set, the firewall applies to traffic that has a source IP address within the sourceRanges OR a source IP that belongs to an instance with service account listed in sourceServiceAccount. The connection does not need to match both fields for the firewall to apply. sourceServiceAccounts cannot be used at the same time as sourceTags or targetTags.
	SourceServiceAccounts []string `protobuf:"bytes,105100756,rep,name=source_service_accounts,json=sourceServiceAccounts,proto3" json:"source_service_accounts,omitempty"`
	// If source tags are specified, the firewall rule applies only to traffic with source IPs that match the primary network interfaces of VM instances that have the tag and are in the same VPC network. Source tags cannot be used to control traffic to an instance's external IP address, it only applies to traffic between instances in the same virtual network. Because tags are associated with instances, not IP addresses. One or both of sourceRanges and sourceTags may be set. If both fields are set, the firewall applies to traffic that has a source IP address within sourceRanges OR a source IP from a resource with a matching tag listed in the sourceTags field. The connection does not need to match both fields for the firewall to apply.
	SourceTags []string `protobuf:"bytes,452222397,rep,name=source_tags,json=sourceTags,proto3" json:"source_tags,omitempty"`
	// A list of service accounts indicating sets of instances located in the network that may make network connections as specified in allowed[]. targetServiceAccounts cannot be used at the same time as targetTags or sourceTags. If neither targetServiceAccounts nor targetTags are specified, the firewall rule applies to all instances on the specified network.
	TargetServiceAccounts []string `protobuf:"bytes,457639710,rep,name=target_service_accounts,json=targetServiceAccounts,proto3" json:"target_service_accounts,omitempty"`
	// A list of tags that controls which instances the firewall rule applies to. If targetTags are specified, then the firewall rule applies only to instances in the VPC network that have one of those tags. If no targetTags are specified, the firewall rule applies to all instances on the specified network.
	TargetTags []string `protobuf:"bytes,62901767,rep,name=target_tags,json=targetTags,proto3" json:"target_tags,omitempty"`
	// contains filtered or unexported fields
}

Represents a Firewall Rule resource. Firewall rules allow or deny ingress traffic to, and egress traffic from your instances. For more information, read Firewall rules.

func (*Firewall) Descriptor

func (*Firewall) Descriptor() ([]byte, []int)

Deprecated: Use Firewall.ProtoReflect.Descriptor instead.

func (*Firewall) GetAllowed

func (x *Firewall) GetAllowed() []*Allowed

func (*Firewall) GetCreationTimestamp

func (x *Firewall) GetCreationTimestamp() string

func (*Firewall) GetDenied

func (x *Firewall) GetDenied() []*Denied

func (*Firewall) GetDescription

func (x *Firewall) GetDescription() string

func (*Firewall) GetDestinationRanges

func (x *Firewall) GetDestinationRanges() []string

func (*Firewall) GetDirection

func (x *Firewall) GetDirection() string

func (*Firewall) GetDisabled

func (x *Firewall) GetDisabled() bool

func (*Firewall) GetId

func (x *Firewall) GetId() uint64

func (*Firewall) GetKind

func (x *Firewall) GetKind() string

func (*Firewall) GetLogConfig

func (x *Firewall) GetLogConfig() *FirewallLogConfig

func (*Firewall) GetName

func (x *Firewall) GetName() string

func (*Firewall) GetNetwork

func (x *Firewall) GetNetwork() string

func (*Firewall) GetPriority

func (x *Firewall) GetPriority() int32
func (x *Firewall) GetSelfLink() string

func (*Firewall) GetSourceRanges

func (x *Firewall) GetSourceRanges() []string

func (*Firewall) GetSourceServiceAccounts

func (x *Firewall) GetSourceServiceAccounts() []string

func (*Firewall) GetSourceTags

func (x *Firewall) GetSourceTags() []string

func (*Firewall) GetTargetServiceAccounts

func (x *Firewall) GetTargetServiceAccounts() []string

func (*Firewall) GetTargetTags

func (x *Firewall) GetTargetTags() []string

func (*Firewall) ProtoMessage

func (*Firewall) ProtoMessage()

func (*Firewall) ProtoReflect

func (x *Firewall) ProtoReflect() protoreflect.Message

func (*Firewall) Reset

func (x *Firewall) Reset()

func (*Firewall) String

func (x *Firewall) String() string

type FirewallList

type FirewallList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of Firewall resources.
	Items []*Firewall `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] Type of resource. Always compute#firewallList for lists of firewalls.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

Contains a list of firewalls.

func (*FirewallList) Descriptor

func (*FirewallList) Descriptor() ([]byte, []int)

Deprecated: Use FirewallList.ProtoReflect.Descriptor instead.

func (*FirewallList) GetId

func (x *FirewallList) GetId() string

func (*FirewallList) GetItems

func (x *FirewallList) GetItems() []*Firewall

func (*FirewallList) GetKind

func (x *FirewallList) GetKind() string

func (*FirewallList) GetNextPageToken

func (x *FirewallList) GetNextPageToken() string
func (x *FirewallList) GetSelfLink() string

func (*FirewallList) GetWarning

func (x *FirewallList) GetWarning() *Warning

func (*FirewallList) ProtoMessage

func (*FirewallList) ProtoMessage()

func (*FirewallList) ProtoReflect

func (x *FirewallList) ProtoReflect() protoreflect.Message

func (*FirewallList) Reset

func (x *FirewallList) Reset()

func (*FirewallList) String

func (x *FirewallList) String() string

type FirewallLogConfig

type FirewallLogConfig struct {

	// This field denotes whether to enable logging for a particular firewall rule.
	Enable *bool `protobuf:"varint,311764355,opt,name=enable,proto3,oneof" json:"enable,omitempty"`
	// This field can only be specified for a particular firewall rule if logging is enabled for that rule. This field denotes whether to include or exclude metadata for firewall logs.
	// Check the Metadata enum for the list of possible values.
	Metadata *string `protobuf:"bytes,86866735,opt,name=metadata,proto3,oneof" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

The available logging options for a firewall rule.

func (*FirewallLogConfig) Descriptor

func (*FirewallLogConfig) Descriptor() ([]byte, []int)

Deprecated: Use FirewallLogConfig.ProtoReflect.Descriptor instead.

func (*FirewallLogConfig) GetEnable

func (x *FirewallLogConfig) GetEnable() bool

func (*FirewallLogConfig) GetMetadata

func (x *FirewallLogConfig) GetMetadata() string

func (*FirewallLogConfig) ProtoMessage

func (*FirewallLogConfig) ProtoMessage()

func (*FirewallLogConfig) ProtoReflect

func (x *FirewallLogConfig) ProtoReflect() protoreflect.Message

func (*FirewallLogConfig) Reset

func (x *FirewallLogConfig) Reset()

func (*FirewallLogConfig) String

func (x *FirewallLogConfig) String() string

type FirewallLogConfig_Metadata

type FirewallLogConfig_Metadata int32

This field can only be specified for a particular firewall rule if logging is enabled for that rule. This field denotes whether to include or exclude metadata for firewall logs.

const (
	// A value indicating that the enum field is not set.
	FirewallLogConfig_UNDEFINED_METADATA   FirewallLogConfig_Metadata = 0
	FirewallLogConfig_EXCLUDE_ALL_METADATA FirewallLogConfig_Metadata = 334519954
	FirewallLogConfig_INCLUDE_ALL_METADATA FirewallLogConfig_Metadata = 164619908
)

func (FirewallLogConfig_Metadata) Descriptor

func (FirewallLogConfig_Metadata) Enum

func (FirewallLogConfig_Metadata) EnumDescriptor

func (FirewallLogConfig_Metadata) EnumDescriptor() ([]byte, []int)

Deprecated: Use FirewallLogConfig_Metadata.Descriptor instead.

func (FirewallLogConfig_Metadata) Number

func (FirewallLogConfig_Metadata) String

func (FirewallLogConfig_Metadata) Type

type FirewallPoliciesClient

type FirewallPoliciesClient interface {
	// Inserts an association for the specified firewall policy.
	AddAssociation(ctx context.Context, in *AddAssociationFirewallPolicyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Inserts a rule into a firewall policy.
	AddRule(ctx context.Context, in *AddRuleFirewallPolicyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Copies rules to the specified firewall policy.
	CloneRules(ctx context.Context, in *CloneRulesFirewallPolicyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Deletes the specified policy.
	Delete(ctx context.Context, in *DeleteFirewallPolicyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified firewall policy.
	Get(ctx context.Context, in *GetFirewallPolicyRequest, opts ...grpc.CallOption) (*FirewallPolicy, error)
	// Gets an association with the specified name.
	GetAssociation(ctx context.Context, in *GetAssociationFirewallPolicyRequest, opts ...grpc.CallOption) (*FirewallPolicyAssociation, error)
	// Gets the access control policy for a resource. May be empty if no such policy or resource exists.
	GetIamPolicy(ctx context.Context, in *GetIamPolicyFirewallPolicyRequest, opts ...grpc.CallOption) (*Policy, error)
	// Gets a rule of the specified priority.
	GetRule(ctx context.Context, in *GetRuleFirewallPolicyRequest, opts ...grpc.CallOption) (*FirewallPolicyRule, error)
	// Creates a new policy in the specified project using the data included in the request.
	Insert(ctx context.Context, in *InsertFirewallPolicyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Lists all the policies that have been configured for the specified folder or organization.
	List(ctx context.Context, in *ListFirewallPoliciesRequest, opts ...grpc.CallOption) (*FirewallPolicyList, error)
	// Lists associations of a specified target, i.e., organization or folder.
	ListAssociations(ctx context.Context, in *ListAssociationsFirewallPolicyRequest, opts ...grpc.CallOption) (*FirewallPoliciesListAssociationsResponse, error)
	// Moves the specified firewall policy.
	Move(ctx context.Context, in *MoveFirewallPolicyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Patches the specified policy with the data included in the request.
	Patch(ctx context.Context, in *PatchFirewallPolicyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Patches a rule of the specified priority.
	PatchRule(ctx context.Context, in *PatchRuleFirewallPolicyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Removes an association for the specified firewall policy.
	RemoveAssociation(ctx context.Context, in *RemoveAssociationFirewallPolicyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Deletes a rule of the specified priority.
	RemoveRule(ctx context.Context, in *RemoveRuleFirewallPolicyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Sets the access control policy on the specified resource. Replaces any existing policy.
	SetIamPolicy(ctx context.Context, in *SetIamPolicyFirewallPolicyRequest, opts ...grpc.CallOption) (*Policy, error)
	// Returns permissions that a caller has on the specified resource.
	TestIamPermissions(ctx context.Context, in *TestIamPermissionsFirewallPolicyRequest, opts ...grpc.CallOption) (*TestPermissionsResponse, error)
}

FirewallPoliciesClient is the client API for FirewallPolicies service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewFirewallPoliciesClient

func NewFirewallPoliciesClient(cc grpc.ClientConnInterface) FirewallPoliciesClient

type FirewallPoliciesListAssociationsResponse

type FirewallPoliciesListAssociationsResponse struct {

	// A list of associations.
	Associations []*FirewallPolicyAssociation `protobuf:"bytes,508736530,rep,name=associations,proto3" json:"associations,omitempty"`
	// [Output Only] Type of firewallPolicy associations. Always compute#FirewallPoliciesListAssociations for lists of firewallPolicy associations.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// contains filtered or unexported fields
}

func (*FirewallPoliciesListAssociationsResponse) Descriptor

func (*FirewallPoliciesListAssociationsResponse) Descriptor() ([]byte, []int)

Deprecated: Use FirewallPoliciesListAssociationsResponse.ProtoReflect.Descriptor instead.

func (*FirewallPoliciesListAssociationsResponse) GetAssociations

func (*FirewallPoliciesListAssociationsResponse) GetKind

func (*FirewallPoliciesListAssociationsResponse) ProtoMessage

func (*FirewallPoliciesListAssociationsResponse) ProtoReflect

func (*FirewallPoliciesListAssociationsResponse) Reset

func (*FirewallPoliciesListAssociationsResponse) String

type FirewallPoliciesServer

type FirewallPoliciesServer interface {
	// Inserts an association for the specified firewall policy.
	AddAssociation(context.Context, *AddAssociationFirewallPolicyRequest) (*Operation, error)
	// Inserts a rule into a firewall policy.
	AddRule(context.Context, *AddRuleFirewallPolicyRequest) (*Operation, error)
	// Copies rules to the specified firewall policy.
	CloneRules(context.Context, *CloneRulesFirewallPolicyRequest) (*Operation, error)
	// Deletes the specified policy.
	Delete(context.Context, *DeleteFirewallPolicyRequest) (*Operation, error)
	// Returns the specified firewall policy.
	Get(context.Context, *GetFirewallPolicyRequest) (*FirewallPolicy, error)
	// Gets an association with the specified name.
	GetAssociation(context.Context, *GetAssociationFirewallPolicyRequest) (*FirewallPolicyAssociation, error)
	// Gets the access control policy for a resource. May be empty if no such policy or resource exists.
	GetIamPolicy(context.Context, *GetIamPolicyFirewallPolicyRequest) (*Policy, error)
	// Gets a rule of the specified priority.
	GetRule(context.Context, *GetRuleFirewallPolicyRequest) (*FirewallPolicyRule, error)
	// Creates a new policy in the specified project using the data included in the request.
	Insert(context.Context, *InsertFirewallPolicyRequest) (*Operation, error)
	// Lists all the policies that have been configured for the specified folder or organization.
	List(context.Context, *ListFirewallPoliciesRequest) (*FirewallPolicyList, error)
	// Lists associations of a specified target, i.e., organization or folder.
	ListAssociations(context.Context, *ListAssociationsFirewallPolicyRequest) (*FirewallPoliciesListAssociationsResponse, error)
	// Moves the specified firewall policy.
	Move(context.Context, *MoveFirewallPolicyRequest) (*Operation, error)
	// Patches the specified policy with the data included in the request.
	Patch(context.Context, *PatchFirewallPolicyRequest) (*Operation, error)
	// Patches a rule of the specified priority.
	PatchRule(context.Context, *PatchRuleFirewallPolicyRequest) (*Operation, error)
	// Removes an association for the specified firewall policy.
	RemoveAssociation(context.Context, *RemoveAssociationFirewallPolicyRequest) (*Operation, error)
	// Deletes a rule of the specified priority.
	RemoveRule(context.Context, *RemoveRuleFirewallPolicyRequest) (*Operation, error)
	// Sets the access control policy on the specified resource. Replaces any existing policy.
	SetIamPolicy(context.Context, *SetIamPolicyFirewallPolicyRequest) (*Policy, error)
	// Returns permissions that a caller has on the specified resource.
	TestIamPermissions(context.Context, *TestIamPermissionsFirewallPolicyRequest) (*TestPermissionsResponse, error)
}

FirewallPoliciesServer is the server API for FirewallPolicies service.

type FirewallPolicy

type FirewallPolicy struct {

	// A list of associations that belong to this firewall policy.
	Associations []*FirewallPolicyAssociation `protobuf:"bytes,508736530,rep,name=associations,proto3" json:"associations,omitempty"`
	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// An optional description of this resource. Provide this property when you create the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// Deprecated, please use short name instead. User-provided name of the Organization firewall policy. The name should be unique in the organization in which the firewall policy is created. This field is not applicable to network firewall policies. This name must be set on creation and cannot be changed. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
	DisplayName *string `protobuf:"bytes,4473832,opt,name=display_name,json=displayName,proto3,oneof" json:"display_name,omitempty"`
	// Specifies a fingerprint for this resource, which is essentially a hash of the metadata's contents and used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update metadata. You must always provide an up-to-date fingerprint hash in order to update or change metadata, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make get() request to the firewall policy.
	Fingerprint *string `protobuf:"bytes,234678500,opt,name=fingerprint,proto3,oneof" json:"fingerprint,omitempty"`
	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Output only] Type of the resource. Always compute#firewallPolicyfor firewall policies
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// Name of the resource. For Organization Firewall Policies it's a [Output Only] numeric ID allocated by Google Cloud which uniquely identifies the Organization Firewall Policy.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// [Output Only] The parent of the firewall policy. This field is not applicable to network firewall policies.
	Parent *string `protobuf:"bytes,78317738,opt,name=parent,proto3,oneof" json:"parent,omitempty"`
	// [Output Only] URL of the region where the regional firewall policy resides. This field is not applicable to global firewall policies. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
	Region *string `protobuf:"bytes,138946292,opt,name=region,proto3,oneof" json:"region,omitempty"`
	// [Output Only] Total count of all firewall policy rule tuples. A firewall policy can not exceed a set number of tuples.
	RuleTupleCount *int32 `protobuf:"varint,388342037,opt,name=rule_tuple_count,json=ruleTupleCount,proto3,oneof" json:"rule_tuple_count,omitempty"`
	// A list of rules that belong to this policy. There must always be a default rule (rule with priority 2147483647 and match "*"). If no rules are provided when creating a firewall policy, a default rule with action "allow" will be added.
	Rules []*FirewallPolicyRule `protobuf:"bytes,108873975,rep,name=rules,proto3" json:"rules,omitempty"`
	// [Output Only] Server-defined URL for the resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Server-defined URL for this resource with the resource id.
	SelfLinkWithId *string `protobuf:"bytes,44520962,opt,name=self_link_with_id,json=selfLinkWithId,proto3,oneof" json:"self_link_with_id,omitempty"`
	// User-provided name of the Organization firewall policy. The name should be unique in the organization in which the firewall policy is created. This field is not applicable to network firewall policies. This name must be set on creation and cannot be changed. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
	ShortName *string `protobuf:"bytes,492051566,opt,name=short_name,json=shortName,proto3,oneof" json:"short_name,omitempty"`
	// contains filtered or unexported fields
}

Represents a Firewall Policy resource.

func (*FirewallPolicy) Descriptor

func (*FirewallPolicy) Descriptor() ([]byte, []int)

Deprecated: Use FirewallPolicy.ProtoReflect.Descriptor instead.

func (*FirewallPolicy) GetAssociations

func (x *FirewallPolicy) GetAssociations() []*FirewallPolicyAssociation

func (*FirewallPolicy) GetCreationTimestamp

func (x *FirewallPolicy) GetCreationTimestamp() string

func (*FirewallPolicy) GetDescription

func (x *FirewallPolicy) GetDescription() string

func (*FirewallPolicy) GetDisplayName

func (x *FirewallPolicy) GetDisplayName() string

func (*FirewallPolicy) GetFingerprint

func (x *FirewallPolicy) GetFingerprint() string

func (*FirewallPolicy) GetId

func (x *FirewallPolicy) GetId() uint64

func (*FirewallPolicy) GetKind

func (x *FirewallPolicy) GetKind() string

func (*FirewallPolicy) GetName

func (x *FirewallPolicy) GetName() string

func (*FirewallPolicy) GetParent

func (x *FirewallPolicy) GetParent() string

func (*FirewallPolicy) GetRegion

func (x *FirewallPolicy) GetRegion() string

func (*FirewallPolicy) GetRuleTupleCount

func (x *FirewallPolicy) GetRuleTupleCount() int32

func (*FirewallPolicy) GetRules

func (x *FirewallPolicy) GetRules() []*FirewallPolicyRule
func (x *FirewallPolicy) GetSelfLink() string

func (*FirewallPolicy) GetSelfLinkWithId

func (x *FirewallPolicy) GetSelfLinkWithId() string

func (*FirewallPolicy) GetShortName

func (x *FirewallPolicy) GetShortName() string

func (*FirewallPolicy) ProtoMessage

func (*FirewallPolicy) ProtoMessage()

func (*FirewallPolicy) ProtoReflect

func (x *FirewallPolicy) ProtoReflect() protoreflect.Message

func (*FirewallPolicy) Reset

func (x *FirewallPolicy) Reset()

func (*FirewallPolicy) String

func (x *FirewallPolicy) String() string

type FirewallPolicyAssociation

type FirewallPolicyAssociation struct {

	// The target that the firewall policy is attached to.
	AttachmentTarget *string `protobuf:"bytes,175773741,opt,name=attachment_target,json=attachmentTarget,proto3,oneof" json:"attachment_target,omitempty"`
	// [Output Only] Deprecated, please use short name instead. The display name of the firewall policy of the association.
	DisplayName *string `protobuf:"bytes,4473832,opt,name=display_name,json=displayName,proto3,oneof" json:"display_name,omitempty"`
	// [Output Only] The firewall policy ID of the association.
	FirewallPolicyId *string `protobuf:"bytes,357211849,opt,name=firewall_policy_id,json=firewallPolicyId,proto3,oneof" json:"firewall_policy_id,omitempty"`
	// The name for an association.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// [Output Only] The short name of the firewall policy of the association.
	ShortName *string `protobuf:"bytes,492051566,opt,name=short_name,json=shortName,proto3,oneof" json:"short_name,omitempty"`
	// contains filtered or unexported fields
}

func (*FirewallPolicyAssociation) Descriptor

func (*FirewallPolicyAssociation) Descriptor() ([]byte, []int)

Deprecated: Use FirewallPolicyAssociation.ProtoReflect.Descriptor instead.

func (*FirewallPolicyAssociation) GetAttachmentTarget

func (x *FirewallPolicyAssociation) GetAttachmentTarget() string

func (*FirewallPolicyAssociation) GetDisplayName

func (x *FirewallPolicyAssociation) GetDisplayName() string

func (*FirewallPolicyAssociation) GetFirewallPolicyId

func (x *FirewallPolicyAssociation) GetFirewallPolicyId() string

func (*FirewallPolicyAssociation) GetName

func (x *FirewallPolicyAssociation) GetName() string

func (*FirewallPolicyAssociation) GetShortName

func (x *FirewallPolicyAssociation) GetShortName() string

func (*FirewallPolicyAssociation) ProtoMessage

func (*FirewallPolicyAssociation) ProtoMessage()

func (*FirewallPolicyAssociation) ProtoReflect

func (*FirewallPolicyAssociation) Reset

func (x *FirewallPolicyAssociation) Reset()

func (*FirewallPolicyAssociation) String

func (x *FirewallPolicyAssociation) String() string

type FirewallPolicyList

type FirewallPolicyList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of FirewallPolicy resources.
	Items []*FirewallPolicy `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] Type of resource. Always compute#firewallPolicyList for listsof FirewallPolicies
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*FirewallPolicyList) Descriptor

func (*FirewallPolicyList) Descriptor() ([]byte, []int)

Deprecated: Use FirewallPolicyList.ProtoReflect.Descriptor instead.

func (*FirewallPolicyList) GetId

func (x *FirewallPolicyList) GetId() string

func (*FirewallPolicyList) GetItems

func (x *FirewallPolicyList) GetItems() []*FirewallPolicy

func (*FirewallPolicyList) GetKind

func (x *FirewallPolicyList) GetKind() string

func (*FirewallPolicyList) GetNextPageToken

func (x *FirewallPolicyList) GetNextPageToken() string

func (*FirewallPolicyList) GetWarning

func (x *FirewallPolicyList) GetWarning() *Warning

func (*FirewallPolicyList) ProtoMessage

func (*FirewallPolicyList) ProtoMessage()

func (*FirewallPolicyList) ProtoReflect

func (x *FirewallPolicyList) ProtoReflect() protoreflect.Message

func (*FirewallPolicyList) Reset

func (x *FirewallPolicyList) Reset()

func (*FirewallPolicyList) String

func (x *FirewallPolicyList) String() string

type FirewallPolicyRule

type FirewallPolicyRule struct {

	// The Action to perform when the client connection triggers the rule. Valid actions are "allow", "deny" and "goto_next".
	Action *string `protobuf:"bytes,187661878,opt,name=action,proto3,oneof" json:"action,omitempty"`
	// An optional description for this resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// The direction in which this rule applies.
	// Check the Direction enum for the list of possible values.
	Direction *string `protobuf:"bytes,111150975,opt,name=direction,proto3,oneof" json:"direction,omitempty"`
	// Denotes whether the firewall policy rule is disabled. When set to true, the firewall policy rule is not enforced and traffic behaves as if it did not exist. If this is unspecified, the firewall policy rule will be enabled.
	Disabled *bool `protobuf:"varint,270940796,opt,name=disabled,proto3,oneof" json:"disabled,omitempty"`
	// Denotes whether to enable logging for a particular rule. If logging is enabled, logs will be exported to the configured export destination in Stackdriver. Logs may be exported to BigQuery or Pub/Sub. Note: you cannot enable logging on "goto_next" rules.
	EnableLogging *bool `protobuf:"varint,295396515,opt,name=enable_logging,json=enableLogging,proto3,oneof" json:"enable_logging,omitempty"`
	// [Output only] Type of the resource. Always compute#firewallPolicyRule for firewall policy rules
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding 'action' is enforced.
	Match *FirewallPolicyRuleMatcher `protobuf:"bytes,103668165,opt,name=match,proto3,oneof" json:"match,omitempty"`
	// An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 2147483647. Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest prority.
	Priority *int32 `protobuf:"varint,445151652,opt,name=priority,proto3,oneof" json:"priority,omitempty"`
	// An optional name for the rule. This field is not a unique identifier and can be updated.
	RuleName *string `protobuf:"bytes,55286254,opt,name=rule_name,json=ruleName,proto3,oneof" json:"rule_name,omitempty"`
	// [Output Only] Calculation of the complexity of a single firewall policy rule.
	RuleTupleCount *int32 `protobuf:"varint,388342037,opt,name=rule_tuple_count,json=ruleTupleCount,proto3,oneof" json:"rule_tuple_count,omitempty"`
	// A list of network resource URLs to which this rule applies. This field allows you to control which network's VMs get this rule. If this field is left blank, all VMs within the organization will receive the rule.
	TargetResources []string `protobuf:"bytes,528230647,rep,name=target_resources,json=targetResources,proto3" json:"target_resources,omitempty"`
	// A list of secure tags that controls which instances the firewall rule applies to. If targetSecureTag are specified, then the firewall rule applies only to instances in the VPC network that have one of those EFFECTIVE secure tags, if all the target_secure_tag are in INEFFECTIVE state, then this rule will be ignored. targetSecureTag may not be set at the same time as targetServiceAccounts. If neither targetServiceAccounts nor targetSecureTag are specified, the firewall rule applies to all instances on the specified network. Maximum number of target label tags allowed is 256.
	TargetSecureTags []*FirewallPolicyRuleSecureTag `protobuf:"bytes,468132403,rep,name=target_secure_tags,json=targetSecureTags,proto3" json:"target_secure_tags,omitempty"`
	// A list of service accounts indicating the sets of instances that are applied with this rule.
	TargetServiceAccounts []string `protobuf:"bytes,457639710,rep,name=target_service_accounts,json=targetServiceAccounts,proto3" json:"target_service_accounts,omitempty"`
	// contains filtered or unexported fields
}

Represents a rule that describes one or more match conditions along with the action to be taken when traffic matches this condition (allow or deny).

func (*FirewallPolicyRule) Descriptor

func (*FirewallPolicyRule) Descriptor() ([]byte, []int)

Deprecated: Use FirewallPolicyRule.ProtoReflect.Descriptor instead.

func (*FirewallPolicyRule) GetAction

func (x *FirewallPolicyRule) GetAction() string

func (*FirewallPolicyRule) GetDescription

func (x *FirewallPolicyRule) GetDescription() string

func (*FirewallPolicyRule) GetDirection

func (x *FirewallPolicyRule) GetDirection() string

func (*FirewallPolicyRule) GetDisabled

func (x *FirewallPolicyRule) GetDisabled() bool

func (*FirewallPolicyRule) GetEnableLogging

func (x *FirewallPolicyRule) GetEnableLogging() bool

func (*FirewallPolicyRule) GetKind

func (x *FirewallPolicyRule) GetKind() string

func (*FirewallPolicyRule) GetMatch

func (*FirewallPolicyRule) GetPriority

func (x *FirewallPolicyRule) GetPriority() int32

func (*FirewallPolicyRule) GetRuleName

func (x *FirewallPolicyRule) GetRuleName() string

func (*FirewallPolicyRule) GetRuleTupleCount

func (x *FirewallPolicyRule) GetRuleTupleCount() int32

func (*FirewallPolicyRule) GetTargetResources

func (x *FirewallPolicyRule) GetTargetResources() []string

func (*FirewallPolicyRule) GetTargetSecureTags

func (x *FirewallPolicyRule) GetTargetSecureTags() []*FirewallPolicyRuleSecureTag

func (*FirewallPolicyRule) GetTargetServiceAccounts

func (x *FirewallPolicyRule) GetTargetServiceAccounts() []string

func (*FirewallPolicyRule) ProtoMessage

func (*FirewallPolicyRule) ProtoMessage()

func (*FirewallPolicyRule) ProtoReflect

func (x *FirewallPolicyRule) ProtoReflect() protoreflect.Message

func (*FirewallPolicyRule) Reset

func (x *FirewallPolicyRule) Reset()

func (*FirewallPolicyRule) String

func (x *FirewallPolicyRule) String() string

type FirewallPolicyRuleMatcher

type FirewallPolicyRuleMatcher struct {

	// Address groups which should be matched against the traffic destination. Maximum number of destination address groups is 10.
	DestAddressGroups []string `protobuf:"bytes,468760508,rep,name=dest_address_groups,json=destAddressGroups,proto3" json:"dest_address_groups,omitempty"`
	// Fully Qualified Domain Name (FQDN) which should be matched against traffic destination. Maximum number of destination fqdn allowed is 100.
	DestFqdns []string `protobuf:"bytes,370712737,rep,name=dest_fqdns,json=destFqdns,proto3" json:"dest_fqdns,omitempty"`
	// CIDR IP address range. Maximum number of destination CIDR IP ranges allowed is 5000.
	DestIpRanges []string `protobuf:"bytes,337357713,rep,name=dest_ip_ranges,json=destIpRanges,proto3" json:"dest_ip_ranges,omitempty"`
	// Region codes whose IP addresses will be used to match for destination of traffic. Should be specified as 2 letter country code defined as per ISO 3166 alpha-2 country codes. ex."US" Maximum number of dest region codes allowed is 5000.
	DestRegionCodes []string `protobuf:"bytes,199120280,rep,name=dest_region_codes,json=destRegionCodes,proto3" json:"dest_region_codes,omitempty"`
	// Names of Network Threat Intelligence lists. The IPs in these lists will be matched against traffic destination.
	DestThreatIntelligences []string `protobuf:"bytes,119896492,rep,name=dest_threat_intelligences,json=destThreatIntelligences,proto3" json:"dest_threat_intelligences,omitempty"`
	// Pairs of IP protocols and ports that the rule should match.
	Layer4Configs []*FirewallPolicyRuleMatcherLayer4Config `protobuf:"bytes,373534261,rep,name=layer4_configs,json=layer4Configs,proto3" json:"layer4_configs,omitempty"`
	// Address groups which should be matched against the traffic source. Maximum number of source address groups is 10.
	SrcAddressGroups []string `protobuf:"bytes,436423738,rep,name=src_address_groups,json=srcAddressGroups,proto3" json:"src_address_groups,omitempty"`
	// Fully Qualified Domain Name (FQDN) which should be matched against traffic source. Maximum number of source fqdn allowed is 100.
	SrcFqdns []string `protobuf:"bytes,435906147,rep,name=src_fqdns,json=srcFqdns,proto3" json:"src_fqdns,omitempty"`
	// CIDR IP address range. Maximum number of source CIDR IP ranges allowed is 5000.
	SrcIpRanges []string `protobuf:"bytes,432128083,rep,name=src_ip_ranges,json=srcIpRanges,proto3" json:"src_ip_ranges,omitempty"`
	// Region codes whose IP addresses will be used to match for source of traffic. Should be specified as 2 letter country code defined as per ISO 3166 alpha-2 country codes. ex."US" Maximum number of source region codes allowed is 5000.
	SrcRegionCodes []string `protobuf:"bytes,99086742,rep,name=src_region_codes,json=srcRegionCodes,proto3" json:"src_region_codes,omitempty"`
	// List of secure tag values, which should be matched at the source of the traffic. For INGRESS rule, if all the srcSecureTag are INEFFECTIVE, and there is no srcIpRange, this rule will be ignored. Maximum number of source tag values allowed is 256.
	SrcSecureTags []*FirewallPolicyRuleSecureTag `protobuf:"bytes,508791302,rep,name=src_secure_tags,json=srcSecureTags,proto3" json:"src_secure_tags,omitempty"`
	// Names of Network Threat Intelligence lists. The IPs in these lists will be matched against traffic source.
	SrcThreatIntelligences []string `protobuf:"bytes,323631018,rep,name=src_threat_intelligences,json=srcThreatIntelligences,proto3" json:"src_threat_intelligences,omitempty"`
	// contains filtered or unexported fields
}

Represents a match condition that incoming traffic is evaluated against. Exactly one field must be specified.

func (*FirewallPolicyRuleMatcher) Descriptor

func (*FirewallPolicyRuleMatcher) Descriptor() ([]byte, []int)

Deprecated: Use FirewallPolicyRuleMatcher.ProtoReflect.Descriptor instead.

func (*FirewallPolicyRuleMatcher) GetDestAddressGroups

func (x *FirewallPolicyRuleMatcher) GetDestAddressGroups() []string

func (*FirewallPolicyRuleMatcher) GetDestFqdns

func (x *FirewallPolicyRuleMatcher) GetDestFqdns() []string

func (*FirewallPolicyRuleMatcher) GetDestIpRanges

func (x *FirewallPolicyRuleMatcher) GetDestIpRanges() []string

func (*FirewallPolicyRuleMatcher) GetDestRegionCodes

func (x *FirewallPolicyRuleMatcher) GetDestRegionCodes() []string

func (*FirewallPolicyRuleMatcher) GetDestThreatIntelligences

func (x *FirewallPolicyRuleMatcher) GetDestThreatIntelligences() []string

func (*FirewallPolicyRuleMatcher) GetLayer4Configs

func (*FirewallPolicyRuleMatcher) GetSrcAddressGroups

func (x *FirewallPolicyRuleMatcher) GetSrcAddressGroups() []string

func (*FirewallPolicyRuleMatcher) GetSrcFqdns

func (x *FirewallPolicyRuleMatcher) GetSrcFqdns() []string

func (*FirewallPolicyRuleMatcher) GetSrcIpRanges

func (x *FirewallPolicyRuleMatcher) GetSrcIpRanges() []string

func (*FirewallPolicyRuleMatcher) GetSrcRegionCodes

func (x *FirewallPolicyRuleMatcher) GetSrcRegionCodes() []string

func (*FirewallPolicyRuleMatcher) GetSrcSecureTags

func (x *FirewallPolicyRuleMatcher) GetSrcSecureTags() []*FirewallPolicyRuleSecureTag

func (*FirewallPolicyRuleMatcher) GetSrcThreatIntelligences

func (x *FirewallPolicyRuleMatcher) GetSrcThreatIntelligences() []string

func (*FirewallPolicyRuleMatcher) ProtoMessage

func (*FirewallPolicyRuleMatcher) ProtoMessage()

func (*FirewallPolicyRuleMatcher) ProtoReflect

func (*FirewallPolicyRuleMatcher) Reset

func (x *FirewallPolicyRuleMatcher) Reset()

func (*FirewallPolicyRuleMatcher) String

func (x *FirewallPolicyRuleMatcher) String() string

type FirewallPolicyRuleMatcherLayer4Config

type FirewallPolicyRuleMatcherLayer4Config struct {

	// The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule. This value can either be one of the following well known protocol strings (tcp, udp, icmp, esp, ah, ipip, sctp), or the IP protocol number.
	IpProtocol *string `protobuf:"bytes,475958960,opt,name=ip_protocol,json=ipProtocol,proto3,oneof" json:"ip_protocol,omitempty"`
	// An optional list of ports to which this rule applies. This field is only applicable for UDP or TCP protocol. Each entry must be either an integer or a range. If not specified, this rule applies to connections through any port. Example inputs include: ["22"], ["80","443"], and ["12345-12349"].
	Ports []string `protobuf:"bytes,106854418,rep,name=ports,proto3" json:"ports,omitempty"`
	// contains filtered or unexported fields
}

func (*FirewallPolicyRuleMatcherLayer4Config) Descriptor

func (*FirewallPolicyRuleMatcherLayer4Config) Descriptor() ([]byte, []int)

Deprecated: Use FirewallPolicyRuleMatcherLayer4Config.ProtoReflect.Descriptor instead.

func (*FirewallPolicyRuleMatcherLayer4Config) GetIpProtocol

func (x *FirewallPolicyRuleMatcherLayer4Config) GetIpProtocol() string

func (*FirewallPolicyRuleMatcherLayer4Config) GetPorts

func (*FirewallPolicyRuleMatcherLayer4Config) ProtoMessage

func (*FirewallPolicyRuleMatcherLayer4Config) ProtoMessage()

func (*FirewallPolicyRuleMatcherLayer4Config) ProtoReflect

func (*FirewallPolicyRuleMatcherLayer4Config) Reset

func (*FirewallPolicyRuleMatcherLayer4Config) String

type FirewallPolicyRuleSecureTag

type FirewallPolicyRuleSecureTag struct {

	// Name of the secure tag, created with TagManager's TagValue API.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// [Output Only] State of the secure tag, either `EFFECTIVE` or `INEFFECTIVE`. A secure tag is `INEFFECTIVE` when it is deleted or its network is deleted.
	// Check the State enum for the list of possible values.
	State *string `protobuf:"bytes,109757585,opt,name=state,proto3,oneof" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*FirewallPolicyRuleSecureTag) Descriptor

func (*FirewallPolicyRuleSecureTag) Descriptor() ([]byte, []int)

Deprecated: Use FirewallPolicyRuleSecureTag.ProtoReflect.Descriptor instead.

func (*FirewallPolicyRuleSecureTag) GetName

func (x *FirewallPolicyRuleSecureTag) GetName() string

func (*FirewallPolicyRuleSecureTag) GetState

func (x *FirewallPolicyRuleSecureTag) GetState() string

func (*FirewallPolicyRuleSecureTag) ProtoMessage

func (*FirewallPolicyRuleSecureTag) ProtoMessage()

func (*FirewallPolicyRuleSecureTag) ProtoReflect

func (*FirewallPolicyRuleSecureTag) Reset

func (x *FirewallPolicyRuleSecureTag) Reset()

func (*FirewallPolicyRuleSecureTag) String

func (x *FirewallPolicyRuleSecureTag) String() string

type FirewallPolicyRuleSecureTag_State

type FirewallPolicyRuleSecureTag_State int32

[Output Only] State of the secure tag, either `EFFECTIVE` or `INEFFECTIVE`. A secure tag is `INEFFECTIVE` when it is deleted or its network is deleted.

const (
	// A value indicating that the enum field is not set.
	FirewallPolicyRuleSecureTag_UNDEFINED_STATE FirewallPolicyRuleSecureTag_State = 0
	FirewallPolicyRuleSecureTag_EFFECTIVE       FirewallPolicyRuleSecureTag_State = 244201863
	FirewallPolicyRuleSecureTag_INEFFECTIVE     FirewallPolicyRuleSecureTag_State = 304458242
)

func (FirewallPolicyRuleSecureTag_State) Descriptor

func (FirewallPolicyRuleSecureTag_State) Enum

func (FirewallPolicyRuleSecureTag_State) EnumDescriptor

func (FirewallPolicyRuleSecureTag_State) EnumDescriptor() ([]byte, []int)

Deprecated: Use FirewallPolicyRuleSecureTag_State.Descriptor instead.

func (FirewallPolicyRuleSecureTag_State) Number

func (FirewallPolicyRuleSecureTag_State) String

func (FirewallPolicyRuleSecureTag_State) Type

type FirewallPolicyRule_Direction

type FirewallPolicyRule_Direction int32

The direction in which this rule applies.

const (
	// A value indicating that the enum field is not set.
	FirewallPolicyRule_UNDEFINED_DIRECTION FirewallPolicyRule_Direction = 0
	FirewallPolicyRule_EGRESS              FirewallPolicyRule_Direction = 432880501
	FirewallPolicyRule_INGRESS             FirewallPolicyRule_Direction = 516931221
)

func (FirewallPolicyRule_Direction) Descriptor

func (FirewallPolicyRule_Direction) Enum

func (FirewallPolicyRule_Direction) EnumDescriptor

func (FirewallPolicyRule_Direction) EnumDescriptor() ([]byte, []int)

Deprecated: Use FirewallPolicyRule_Direction.Descriptor instead.

func (FirewallPolicyRule_Direction) Number

func (FirewallPolicyRule_Direction) String

func (FirewallPolicyRule_Direction) Type

type Firewall_Direction

type Firewall_Direction int32

Direction of traffic to which this firewall applies, either `INGRESS` or `EGRESS`. The default is `INGRESS`. For `EGRESS` traffic, you cannot specify the sourceTags fields.

const (
	// A value indicating that the enum field is not set.
	Firewall_UNDEFINED_DIRECTION Firewall_Direction = 0
	// Indicates that firewall should apply to outgoing traffic.
	Firewall_EGRESS Firewall_Direction = 432880501
	// Indicates that firewall should apply to incoming traffic.
	Firewall_INGRESS Firewall_Direction = 516931221
)

func (Firewall_Direction) Descriptor

func (Firewall_Direction) Enum

func (Firewall_Direction) EnumDescriptor

func (Firewall_Direction) EnumDescriptor() ([]byte, []int)

Deprecated: Use Firewall_Direction.Descriptor instead.

func (Firewall_Direction) Number

func (Firewall_Direction) String

func (x Firewall_Direction) String() string

func (Firewall_Direction) Type

type FirewallsClient

type FirewallsClient interface {
	// Deletes the specified firewall.
	Delete(ctx context.Context, in *DeleteFirewallRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified firewall.
	Get(ctx context.Context, in *GetFirewallRequest, opts ...grpc.CallOption) (*Firewall, error)
	// Creates a firewall rule in the specified project using the data included in the request.
	Insert(ctx context.Context, in *InsertFirewallRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves the list of firewall rules available to the specified project.
	List(ctx context.Context, in *ListFirewallsRequest, opts ...grpc.CallOption) (*FirewallList, error)
	// Updates the specified firewall rule with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
	Patch(ctx context.Context, in *PatchFirewallRequest, opts ...grpc.CallOption) (*Operation, error)
	// Updates the specified firewall rule with the data included in the request. Note that all fields will be updated if using PUT, even fields that are not specified. To update individual fields, please use PATCH instead.
	Update(ctx context.Context, in *UpdateFirewallRequest, opts ...grpc.CallOption) (*Operation, error)
}

FirewallsClient is the client API for Firewalls service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewFirewallsClient

func NewFirewallsClient(cc grpc.ClientConnInterface) FirewallsClient

type FirewallsServer

type FirewallsServer interface {
	// Deletes the specified firewall.
	Delete(context.Context, *DeleteFirewallRequest) (*Operation, error)
	// Returns the specified firewall.
	Get(context.Context, *GetFirewallRequest) (*Firewall, error)
	// Creates a firewall rule in the specified project using the data included in the request.
	Insert(context.Context, *InsertFirewallRequest) (*Operation, error)
	// Retrieves the list of firewall rules available to the specified project.
	List(context.Context, *ListFirewallsRequest) (*FirewallList, error)
	// Updates the specified firewall rule with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
	Patch(context.Context, *PatchFirewallRequest) (*Operation, error)
	// Updates the specified firewall rule with the data included in the request. Note that all fields will be updated if using PUT, even fields that are not specified. To update individual fields, please use PATCH instead.
	Update(context.Context, *UpdateFirewallRequest) (*Operation, error)
}

FirewallsServer is the server API for Firewalls service.

type FixedOrPercent

type FixedOrPercent struct {

	// [Output Only] Absolute value of VM instances calculated based on the specific mode. - If the value is fixed, then the calculated value is equal to the fixed value. - If the value is a percent, then the calculated value is percent/100 * targetSize. For example, the calculated value of a 80% of a managed instance group with 150 instances would be (80/100 * 150) = 120 VM instances. If there is a remainder, the number is rounded.
	Calculated *int32 `protobuf:"varint,472082878,opt,name=calculated,proto3,oneof" json:"calculated,omitempty"`
	// Specifies a fixed number of VM instances. This must be a positive integer.
	Fixed *int32 `protobuf:"varint,97445748,opt,name=fixed,proto3,oneof" json:"fixed,omitempty"`
	// Specifies a percentage of instances between 0 to 100%, inclusive. For example, specify 80 for 80%.
	Percent *int32 `protobuf:"varint,394814533,opt,name=percent,proto3,oneof" json:"percent,omitempty"`
	// contains filtered or unexported fields
}

Encapsulates numeric value that can be either absolute or relative.

func (*FixedOrPercent) Descriptor

func (*FixedOrPercent) Descriptor() ([]byte, []int)

Deprecated: Use FixedOrPercent.ProtoReflect.Descriptor instead.

func (*FixedOrPercent) GetCalculated

func (x *FixedOrPercent) GetCalculated() int32

func (*FixedOrPercent) GetFixed

func (x *FixedOrPercent) GetFixed() int32

func (*FixedOrPercent) GetPercent

func (x *FixedOrPercent) GetPercent() int32

func (*FixedOrPercent) ProtoMessage

func (*FixedOrPercent) ProtoMessage()

func (*FixedOrPercent) ProtoReflect

func (x *FixedOrPercent) ProtoReflect() protoreflect.Message

func (*FixedOrPercent) Reset

func (x *FixedOrPercent) Reset()

func (*FixedOrPercent) String

func (x *FixedOrPercent) String() string

type ForwardingRule

type ForwardingRule struct {

	// IP address for which this forwarding rule accepts traffic. When a client sends traffic to this IP address, the forwarding rule directs the traffic to the referenced target or backendService. While creating a forwarding rule, specifying an IPAddress is required under the following circumstances: - When the target is set to targetGrpcProxy and validateForProxyless is set to true, the IPAddress should be set to 0.0.0.0. - When the target is a Private Service Connect Google APIs bundle, you must specify an IPAddress. Otherwise, you can optionally specify an IP address that references an existing static (reserved) IP address resource. When omitted, Google Cloud assigns an ephemeral IP address. Use one of the following formats to specify an IP address while creating a forwarding rule: * IP address number, as in `100.1.2.3` * IPv6 address range, as in `2600:1234::/96` * Full resource URL, as in https://www.googleapis.com/compute/v1/projects/ project_id/regions/region/addresses/address-name * Partial URL or by name, as in: - projects/project_id/regions/region/addresses/address-name - regions/region/addresses/address-name - global/addresses/address-name - address-name The forwarding rule's target or backendService, and in most cases, also the loadBalancingScheme, determine the type of IP address that you can use. For detailed information, see [IP address specifications](https://cloud.google.com/load-balancing/docs/forwarding-rule-concepts#ip_address_specifications). When reading an IPAddress, the API always returns the IP address number.
	IPAddress *string `protobuf:"bytes,42976943,opt,name=I_p_address,json=IPAddress,proto3,oneof" json:"I_p_address,omitempty"`
	// The IP protocol to which this rule applies. For protocol forwarding, valid options are TCP, UDP, ESP, AH, SCTP, ICMP and L3_DEFAULT. The valid IP protocols are different for different load balancing products as described in [Load balancing features](https://cloud.google.com/load-balancing/docs/features#protocols_from_the_load_balancer_to_the_backends).
	// Check the IPProtocolEnum enum for the list of possible values.
	IPProtocol *string `protobuf:"bytes,488094525,opt,name=I_p_protocol,json=IPProtocol,proto3,oneof" json:"I_p_protocol,omitempty"`
	// This field can only be used: - If IPProtocol is one of TCP, UDP, or SCTP. - By internal TCP/UDP load balancers, backend service-based network load balancers, and internal and external protocol forwarding. Set this field to true to allow packets addressed to any port or packets lacking destination port information (for example, UDP fragments after the first fragment) to be forwarded to the backends configured with this forwarding rule. The ports, port_range, and allPorts fields are mutually exclusive.
	AllPorts *bool `protobuf:"varint,445175796,opt,name=all_ports,json=allPorts,proto3,oneof" json:"all_ports,omitempty"`
	// This field is used along with the backend_service field for internal load balancing or with the target field for internal TargetInstance. If set to true, clients can access the Internal TCP/UDP Load Balancer, Internal HTTP(S) and TCP Proxy Load Balancer from all regions. If false, only allows access from the local region the load balancer is located at. Note that for INTERNAL_MANAGED forwarding rules, this field cannot be changed after the forwarding rule is created.
	AllowGlobalAccess *bool `protobuf:"varint,499409674,opt,name=allow_global_access,json=allowGlobalAccess,proto3,oneof" json:"allow_global_access,omitempty"`
	// This is used in PSC consumer ForwardingRule to control whether the PSC endpoint can be accessed from another region.
	AllowPscGlobalAccess *bool `protobuf:"varint,263471819,opt,name=allow_psc_global_access,json=allowPscGlobalAccess,proto3,oneof" json:"allow_psc_global_access,omitempty"`
	// Identifies the backend service to which the forwarding rule sends traffic. Required for Internal TCP/UDP Load Balancing and Network Load Balancing; must be omitted for all other load balancer types.
	BackendService *string `protobuf:"bytes,306946058,opt,name=backend_service,json=backendService,proto3,oneof" json:"backend_service,omitempty"`
	// [Output Only] The URL for the corresponding base Forwarding Rule. By base Forwarding Rule, we mean the Forwarding Rule that has the same IP address, protocol, and port settings with the current Forwarding Rule, but without sourceIPRanges specified. Always empty if the current Forwarding Rule does not have sourceIPRanges specified.
	BaseForwardingRule *string `protobuf:"bytes,524873104,opt,name=base_forwarding_rule,json=baseForwardingRule,proto3,oneof" json:"base_forwarding_rule,omitempty"`
	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// An optional description of this resource. Provide this property when you create the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a ForwardingRule. Include the fingerprint in patch request to ensure that you do not overwrite changes that were applied from another concurrent request. To see the latest fingerprint, make a get() request to retrieve a ForwardingRule.
	Fingerprint *string `protobuf:"bytes,234678500,opt,name=fingerprint,proto3,oneof" json:"fingerprint,omitempty"`
	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// The IP Version that will be used by this forwarding rule. Valid options are IPV4 or IPV6.
	// Check the IpVersion enum for the list of possible values.
	IpVersion *string `protobuf:"bytes,294959552,opt,name=ip_version,json=ipVersion,proto3,oneof" json:"ip_version,omitempty"`
	// Indicates whether or not this load balancer can be used as a collector for packet mirroring. To prevent mirroring loops, instances behind this load balancer will not have their traffic mirrored even if a PacketMirroring rule applies to them. This can only be set to true for load balancers that have their loadBalancingScheme set to INTERNAL.
	IsMirroringCollector *bool `protobuf:"varint,119255164,opt,name=is_mirroring_collector,json=isMirroringCollector,proto3,oneof" json:"is_mirroring_collector,omitempty"`
	// [Output Only] Type of the resource. Always compute#forwardingRule for Forwarding Rule resources.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// A fingerprint for the labels being applied to this resource, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a ForwardingRule.
	LabelFingerprint *string `protobuf:"bytes,178124825,opt,name=label_fingerprint,json=labelFingerprint,proto3,oneof" json:"label_fingerprint,omitempty"`
	// Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.
	Labels map[string]string `protobuf:"bytes,500195327,rep,name=labels,proto3" json:"labels,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// Specifies the forwarding rule type. For more information about forwarding rules, refer to Forwarding rule concepts.
	// Check the LoadBalancingScheme enum for the list of possible values.
	LoadBalancingScheme *string `protobuf:"bytes,363890244,opt,name=load_balancing_scheme,json=loadBalancingScheme,proto3,oneof" json:"load_balancing_scheme,omitempty"`
	// Opaque filter criteria used by load balancer to restrict routing configuration to a limited set of xDS compliant clients. In their xDS requests to load balancer, xDS clients present node metadata. When there is a match, the relevant configuration is made available to those proxies. Otherwise, all the resources (e.g. TargetHttpProxy, UrlMap) referenced by the ForwardingRule are not visible to those proxies. For each metadataFilter in this list, if its filterMatchCriteria is set to MATCH_ANY, at least one of the filterLabels must match the corresponding label provided in the metadata. If its filterMatchCriteria is set to MATCH_ALL, then all of its filterLabels must match with corresponding labels provided in the metadata. If multiple metadataFilters are specified, all of them need to be satisfied in order to be considered a match. metadataFilters specified here will be applifed before those specified in the UrlMap that this ForwardingRule references. metadataFilters only applies to Loadbalancers that have their loadBalancingScheme set to INTERNAL_SELF_MANAGED.
	MetadataFilters []*MetadataFilter `protobuf:"bytes,464725739,rep,name=metadata_filters,json=metadataFilters,proto3" json:"metadata_filters,omitempty"`
	// Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. For Private Service Connect forwarding rules that forward traffic to Google APIs, the forwarding rule name must be a 1-20 characters string with lowercase letters and numbers and must start with a letter.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// This field is not used for external load balancing. For Internal TCP/UDP Load Balancing, this field identifies the network that the load balanced IP should belong to for this Forwarding Rule. If the subnetwork is specified, the network of the subnetwork will be used. If neither subnetwork nor this field is specified, the default network will be used. For Private Service Connect forwarding rules that forward traffic to Google APIs, a network must be provided.
	Network *string `protobuf:"bytes,232872494,opt,name=network,proto3,oneof" json:"network,omitempty"`
	// This signifies the networking tier used for configuring this load balancer and can only take the following values: PREMIUM, STANDARD. For regional ForwardingRule, the valid values are PREMIUM and STANDARD. For GlobalForwardingRule, the valid value is PREMIUM. If this field is not specified, it is assumed to be PREMIUM. If IPAddress is specified, this value must be equal to the networkTier of the Address.
	// Check the NetworkTier enum for the list of possible values.
	NetworkTier *string `protobuf:"bytes,517397843,opt,name=network_tier,json=networkTier,proto3,oneof" json:"network_tier,omitempty"`
	// This is used in PSC consumer ForwardingRule to control whether it should try to auto-generate a DNS zone or not. Non-PSC forwarding rules do not use this field.
	NoAutomateDnsZone *bool `protobuf:"varint,64546991,opt,name=no_automate_dns_zone,json=noAutomateDnsZone,proto3,oneof" json:"no_automate_dns_zone,omitempty"`
	// This field can only be used: - If IPProtocol is one of TCP, UDP, or SCTP. - By backend service-based network load balancers, target pool-based network load balancers, internal proxy load balancers, external proxy load balancers, Traffic Director, external protocol forwarding, and Classic VPN. Some products have restrictions on what ports can be used. See port specifications for details. Only packets addressed to ports in the specified range will be forwarded to the backends configured with this forwarding rule. The ports, port_range, and allPorts fields are mutually exclusive. For external forwarding rules, two or more forwarding rules cannot use the same [IPAddress, IPProtocol] pair, and cannot have overlapping portRanges. For internal forwarding rules within the same VPC network, two or more forwarding rules cannot use the same [IPAddress, IPProtocol] pair, and cannot have overlapping portRanges. @pattern: \\d+(?:-\\d+)?
	PortRange *string `protobuf:"bytes,217518079,opt,name=port_range,json=portRange,proto3,oneof" json:"port_range,omitempty"`
	// This field can only be used: - If IPProtocol is one of TCP, UDP, or SCTP. - By internal TCP/UDP load balancers, backend service-based network load balancers, and internal protocol forwarding. You can specify a list of up to five ports by number, separated by commas. The ports can be contiguous or discontiguous. Only packets addressed to these ports will be forwarded to the backends configured with this forwarding rule. For external forwarding rules, two or more forwarding rules cannot use the same [IPAddress, IPProtocol] pair, and cannot share any values defined in ports. For internal forwarding rules within the same VPC network, two or more forwarding rules cannot use the same [IPAddress, IPProtocol] pair, and cannot share any values defined in ports. The ports, port_range, and allPorts fields are mutually exclusive. @pattern: \\d+(?:-\\d+)?
	Ports []string `protobuf:"bytes,106854418,rep,name=ports,proto3" json:"ports,omitempty"`
	// [Output Only] The PSC connection id of the PSC Forwarding Rule.
	PscConnectionId *uint64 `protobuf:"varint,292082397,opt,name=psc_connection_id,json=pscConnectionId,proto3,oneof" json:"psc_connection_id,omitempty"`
	//
	// Check the PscConnectionStatus enum for the list of possible values.
	PscConnectionStatus *string `protobuf:"bytes,184149172,opt,name=psc_connection_status,json=pscConnectionStatus,proto3,oneof" json:"psc_connection_status,omitempty"`
	// [Output Only] URL of the region where the regional forwarding rule resides. This field is not applicable to global forwarding rules. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
	Region *string `protobuf:"bytes,138946292,opt,name=region,proto3,oneof" json:"region,omitempty"`
	// [Output Only] Server-defined URL for the resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// Service Directory resources to register this forwarding rule with. Currently, only supports a single Service Directory resource.
	ServiceDirectoryRegistrations []*ForwardingRuleServiceDirectoryRegistration `protobuf:"bytes,223549694,rep,name=service_directory_registrations,json=serviceDirectoryRegistrations,proto3" json:"service_directory_registrations,omitempty"`
	// An optional prefix to the service name for this Forwarding Rule. If specified, the prefix is the first label of the fully qualified service name. The label must be 1-63 characters long, and comply with RFC1035. Specifically, the label must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. This field is only used for internal load balancing.
	ServiceLabel *string `protobuf:"bytes,417008874,opt,name=service_label,json=serviceLabel,proto3,oneof" json:"service_label,omitempty"`
	// [Output Only] The internal fully qualified service name for this Forwarding Rule. This field is only used for internal load balancing.
	ServiceName *string `protobuf:"bytes,359880149,opt,name=service_name,json=serviceName,proto3,oneof" json:"service_name,omitempty"`
	// If not empty, this Forwarding Rule will only forward the traffic when the source IP address matches one of the IP addresses or CIDR ranges set here. Note that a Forwarding Rule can only have up to 64 source IP ranges, and this field can only be used with a regional Forwarding Rule whose scheme is EXTERNAL. Each source_ip_range entry should be either an IP address (for example, 1.2.3.4) or a CIDR range (for example, 1.2.3.0/24).
	SourceIpRanges []string `protobuf:"bytes,111563210,rep,name=source_ip_ranges,json=sourceIpRanges,proto3" json:"source_ip_ranges,omitempty"`
	// This field identifies the subnetwork that the load balanced IP should belong to for this Forwarding Rule, used in internal load balancing and network load balancing with IPv6. If the network specified is in auto subnet mode, this field is optional. However, a subnetwork must be specified if the network is in custom subnet mode or when creating external forwarding rule with IPv6.
	Subnetwork *string `protobuf:"bytes,307827694,opt,name=subnetwork,proto3,oneof" json:"subnetwork,omitempty"`
	// The URL of the target resource to receive the matched traffic. For regional forwarding rules, this target must be in the same region as the forwarding rule. For global forwarding rules, this target must be a global load balancing resource. The forwarded traffic must be of a type appropriate to the target object. - For load balancers, see the "Target" column in [Port specifications](https://cloud.google.com/load-balancing/docs/forwarding-rule-concepts#ip_address_specifications). - For Private Service Connect forwarding rules that forward traffic to Google APIs, provide the name of a supported Google API bundle: - vpc-sc - APIs that support VPC Service Controls. - all-apis - All supported Google APIs. - For Private Service Connect forwarding rules that forward traffic to managed services, the target must be a service attachment.
	Target *string `protobuf:"bytes,192835985,opt,name=target,proto3,oneof" json:"target,omitempty"`
	// contains filtered or unexported fields
}

Represents a Forwarding Rule resource. Forwarding rule resources in Google Cloud can be either regional or global in scope: * [Global](https://cloud.google.com/compute/docs/reference/rest/v1/globalForwardingRules) * [Regional](https://cloud.google.com/compute/docs/reference/rest/v1/forwardingRules) A forwarding rule and its corresponding IP address represent the frontend configuration of a Google Cloud Platform load balancer. Forwarding rules can also reference target instances and Cloud VPN Classic gateways (targetVpnGateway). For more information, read Forwarding rule concepts and Using protocol forwarding.

func (*ForwardingRule) Descriptor

func (*ForwardingRule) Descriptor() ([]byte, []int)

Deprecated: Use ForwardingRule.ProtoReflect.Descriptor instead.

func (*ForwardingRule) GetAllPorts

func (x *ForwardingRule) GetAllPorts() bool

func (*ForwardingRule) GetAllowGlobalAccess

func (x *ForwardingRule) GetAllowGlobalAccess() bool

func (*ForwardingRule) GetAllowPscGlobalAccess

func (x *ForwardingRule) GetAllowPscGlobalAccess() bool

func (*ForwardingRule) GetBackendService

func (x *ForwardingRule) GetBackendService() string

func (*ForwardingRule) GetBaseForwardingRule

func (x *ForwardingRule) GetBaseForwardingRule() string

func (*ForwardingRule) GetCreationTimestamp

func (x *ForwardingRule) GetCreationTimestamp() string

func (*ForwardingRule) GetDescription

func (x *ForwardingRule) GetDescription() string

func (*ForwardingRule) GetFingerprint

func (x *ForwardingRule) GetFingerprint() string

func (*ForwardingRule) GetIPAddress

func (x *ForwardingRule) GetIPAddress() string

func (*ForwardingRule) GetIPProtocol

func (x *ForwardingRule) GetIPProtocol() string

func (*ForwardingRule) GetId

func (x *ForwardingRule) GetId() uint64

func (*ForwardingRule) GetIpVersion

func (x *ForwardingRule) GetIpVersion() string

func (*ForwardingRule) GetIsMirroringCollector

func (x *ForwardingRule) GetIsMirroringCollector() bool

func (*ForwardingRule) GetKind

func (x *ForwardingRule) GetKind() string

func (*ForwardingRule) GetLabelFingerprint

func (x *ForwardingRule) GetLabelFingerprint() string

func (*ForwardingRule) GetLabels

func (x *ForwardingRule) GetLabels() map[string]string

func (*ForwardingRule) GetLoadBalancingScheme

func (x *ForwardingRule) GetLoadBalancingScheme() string

func (*ForwardingRule) GetMetadataFilters

func (x *ForwardingRule) GetMetadataFilters() []*MetadataFilter

func (*ForwardingRule) GetName

func (x *ForwardingRule) GetName() string

func (*ForwardingRule) GetNetwork

func (x *ForwardingRule) GetNetwork() string

func (*ForwardingRule) GetNetworkTier

func (x *ForwardingRule) GetNetworkTier() string

func (*ForwardingRule) GetNoAutomateDnsZone

func (x *ForwardingRule) GetNoAutomateDnsZone() bool

func (*ForwardingRule) GetPortRange

func (x *ForwardingRule) GetPortRange() string

func (*ForwardingRule) GetPorts

func (x *ForwardingRule) GetPorts() []string

func (*ForwardingRule) GetPscConnectionId

func (x *ForwardingRule) GetPscConnectionId() uint64

func (*ForwardingRule) GetPscConnectionStatus

func (x *ForwardingRule) GetPscConnectionStatus() string

func (*ForwardingRule) GetRegion

func (x *ForwardingRule) GetRegion() string
func (x *ForwardingRule) GetSelfLink() string

func (*ForwardingRule) GetServiceDirectoryRegistrations

func (x *ForwardingRule) GetServiceDirectoryRegistrations() []*ForwardingRuleServiceDirectoryRegistration

func (*ForwardingRule) GetServiceLabel

func (x *ForwardingRule) GetServiceLabel() string

func (*ForwardingRule) GetServiceName

func (x *ForwardingRule) GetServiceName() string

func (*ForwardingRule) GetSourceIpRanges

func (x *ForwardingRule) GetSourceIpRanges() []string

func (*ForwardingRule) GetSubnetwork

func (x *ForwardingRule) GetSubnetwork() string

func (*ForwardingRule) GetTarget

func (x *ForwardingRule) GetTarget() string

func (*ForwardingRule) ProtoMessage

func (*ForwardingRule) ProtoMessage()

func (*ForwardingRule) ProtoReflect

func (x *ForwardingRule) ProtoReflect() protoreflect.Message

func (*ForwardingRule) Reset

func (x *ForwardingRule) Reset()

func (*ForwardingRule) String

func (x *ForwardingRule) String() string

type ForwardingRuleAggregatedList

type ForwardingRuleAggregatedList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of ForwardingRulesScopedList resources.
	Items map[string]*ForwardingRulesScopedList `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// [Output Only] Type of resource. Always compute#forwardingRuleAggregatedList for lists of forwarding rules.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Unreachable resources.
	Unreachables []string `protobuf:"bytes,243372063,rep,name=unreachables,proto3" json:"unreachables,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*ForwardingRuleAggregatedList) Descriptor

func (*ForwardingRuleAggregatedList) Descriptor() ([]byte, []int)

Deprecated: Use ForwardingRuleAggregatedList.ProtoReflect.Descriptor instead.

func (*ForwardingRuleAggregatedList) GetId

func (*ForwardingRuleAggregatedList) GetItems

func (*ForwardingRuleAggregatedList) GetKind

func (x *ForwardingRuleAggregatedList) GetKind() string

func (*ForwardingRuleAggregatedList) GetNextPageToken

func (x *ForwardingRuleAggregatedList) GetNextPageToken() string
func (x *ForwardingRuleAggregatedList) GetSelfLink() string

func (*ForwardingRuleAggregatedList) GetUnreachables

func (x *ForwardingRuleAggregatedList) GetUnreachables() []string

func (*ForwardingRuleAggregatedList) GetWarning

func (x *ForwardingRuleAggregatedList) GetWarning() *Warning

func (*ForwardingRuleAggregatedList) ProtoMessage

func (*ForwardingRuleAggregatedList) ProtoMessage()

func (*ForwardingRuleAggregatedList) ProtoReflect

func (*ForwardingRuleAggregatedList) Reset

func (x *ForwardingRuleAggregatedList) Reset()

func (*ForwardingRuleAggregatedList) String

type ForwardingRuleList

type ForwardingRuleList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of ForwardingRule resources.
	Items []*ForwardingRule `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// Type of resource.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

Contains a list of ForwardingRule resources.

func (*ForwardingRuleList) Descriptor

func (*ForwardingRuleList) Descriptor() ([]byte, []int)

Deprecated: Use ForwardingRuleList.ProtoReflect.Descriptor instead.

func (*ForwardingRuleList) GetId

func (x *ForwardingRuleList) GetId() string

func (*ForwardingRuleList) GetItems

func (x *ForwardingRuleList) GetItems() []*ForwardingRule

func (*ForwardingRuleList) GetKind

func (x *ForwardingRuleList) GetKind() string

func (*ForwardingRuleList) GetNextPageToken

func (x *ForwardingRuleList) GetNextPageToken() string
func (x *ForwardingRuleList) GetSelfLink() string

func (*ForwardingRuleList) GetWarning

func (x *ForwardingRuleList) GetWarning() *Warning

func (*ForwardingRuleList) ProtoMessage

func (*ForwardingRuleList) ProtoMessage()

func (*ForwardingRuleList) ProtoReflect

func (x *ForwardingRuleList) ProtoReflect() protoreflect.Message

func (*ForwardingRuleList) Reset

func (x *ForwardingRuleList) Reset()

func (*ForwardingRuleList) String

func (x *ForwardingRuleList) String() string

type ForwardingRuleReference

type ForwardingRuleReference struct {
	ForwardingRule *string `protobuf:"bytes,269964030,opt,name=forwarding_rule,json=forwardingRule,proto3,oneof" json:"forwarding_rule,omitempty"`
	// contains filtered or unexported fields
}

func (*ForwardingRuleReference) Descriptor

func (*ForwardingRuleReference) Descriptor() ([]byte, []int)

Deprecated: Use ForwardingRuleReference.ProtoReflect.Descriptor instead.

func (*ForwardingRuleReference) GetForwardingRule

func (x *ForwardingRuleReference) GetForwardingRule() string

func (*ForwardingRuleReference) ProtoMessage

func (*ForwardingRuleReference) ProtoMessage()

func (*ForwardingRuleReference) ProtoReflect

func (x *ForwardingRuleReference) ProtoReflect() protoreflect.Message

func (*ForwardingRuleReference) Reset

func (x *ForwardingRuleReference) Reset()

func (*ForwardingRuleReference) String

func (x *ForwardingRuleReference) String() string

type ForwardingRuleServiceDirectoryRegistration

type ForwardingRuleServiceDirectoryRegistration struct {

	// Service Directory namespace to register the forwarding rule under.
	Namespace *string `protobuf:"bytes,178476379,opt,name=namespace,proto3,oneof" json:"namespace,omitempty"`
	// Service Directory service to register the forwarding rule under.
	Service *string `protobuf:"bytes,373540533,opt,name=service,proto3,oneof" json:"service,omitempty"`
	// [Optional] Service Directory region to register this global forwarding rule under. Default to "us-central1". Only used for PSC for Google APIs. All PSC for Google APIs Forwarding Rules on the same network should use the same Service Directory region.
	ServiceDirectoryRegion *string `protobuf:"bytes,74030416,opt,name=service_directory_region,json=serviceDirectoryRegion,proto3,oneof" json:"service_directory_region,omitempty"`
	// contains filtered or unexported fields
}

Describes the auto-registration of the Forwarding Rule to Service Directory. The region and project of the Service Directory resource generated from this registration will be the same as this Forwarding Rule.

func (*ForwardingRuleServiceDirectoryRegistration) Descriptor

Deprecated: Use ForwardingRuleServiceDirectoryRegistration.ProtoReflect.Descriptor instead.

func (*ForwardingRuleServiceDirectoryRegistration) GetNamespace

func (*ForwardingRuleServiceDirectoryRegistration) GetService

func (*ForwardingRuleServiceDirectoryRegistration) GetServiceDirectoryRegion

func (x *ForwardingRuleServiceDirectoryRegistration) GetServiceDirectoryRegion() string

func (*ForwardingRuleServiceDirectoryRegistration) ProtoMessage

func (*ForwardingRuleServiceDirectoryRegistration) ProtoReflect

func (*ForwardingRuleServiceDirectoryRegistration) Reset

func (*ForwardingRuleServiceDirectoryRegistration) String

type ForwardingRule_IPProtocolEnum

type ForwardingRule_IPProtocolEnum int32

The IP protocol to which this rule applies. For protocol forwarding, valid options are TCP, UDP, ESP, AH, SCTP, ICMP and L3_DEFAULT. The valid IP protocols are different for different load balancing products as described in [Load balancing features](https://cloud.google.com/load-balancing/docs/features#protocols_from_the_load_balancer_to_the_backends).

const (
	// A value indicating that the enum field is not set.
	ForwardingRule_UNDEFINED_I_P_PROTOCOL_ENUM ForwardingRule_IPProtocolEnum = 0
	ForwardingRule_AH                          ForwardingRule_IPProtocolEnum = 2087
	ForwardingRule_ESP                         ForwardingRule_IPProtocolEnum = 68962
	ForwardingRule_ICMP                        ForwardingRule_IPProtocolEnum = 2241597
	ForwardingRule_L3_DEFAULT                  ForwardingRule_IPProtocolEnum = 48151369
	ForwardingRule_SCTP                        ForwardingRule_IPProtocolEnum = 2539724
	ForwardingRule_TCP                         ForwardingRule_IPProtocolEnum = 82881
	ForwardingRule_UDP                         ForwardingRule_IPProtocolEnum = 83873
)

func (ForwardingRule_IPProtocolEnum) Descriptor

func (ForwardingRule_IPProtocolEnum) Enum

func (ForwardingRule_IPProtocolEnum) EnumDescriptor

func (ForwardingRule_IPProtocolEnum) EnumDescriptor() ([]byte, []int)

Deprecated: Use ForwardingRule_IPProtocolEnum.Descriptor instead.

func (ForwardingRule_IPProtocolEnum) Number

func (ForwardingRule_IPProtocolEnum) String

func (ForwardingRule_IPProtocolEnum) Type

type ForwardingRule_IpVersion

type ForwardingRule_IpVersion int32

The IP Version that will be used by this forwarding rule. Valid options are IPV4 or IPV6.

const (
	// A value indicating that the enum field is not set.
	ForwardingRule_UNDEFINED_IP_VERSION ForwardingRule_IpVersion = 0
	ForwardingRule_IPV4                 ForwardingRule_IpVersion = 2254341
	ForwardingRule_IPV6                 ForwardingRule_IpVersion = 2254343
	ForwardingRule_UNSPECIFIED_VERSION  ForwardingRule_IpVersion = 21850000
)

func (ForwardingRule_IpVersion) Descriptor

func (ForwardingRule_IpVersion) Enum

func (ForwardingRule_IpVersion) EnumDescriptor

func (ForwardingRule_IpVersion) EnumDescriptor() ([]byte, []int)

Deprecated: Use ForwardingRule_IpVersion.Descriptor instead.

func (ForwardingRule_IpVersion) Number

func (ForwardingRule_IpVersion) String

func (x ForwardingRule_IpVersion) String() string

func (ForwardingRule_IpVersion) Type

type ForwardingRule_LoadBalancingScheme

type ForwardingRule_LoadBalancingScheme int32

Specifies the forwarding rule type. For more information about forwarding rules, refer to Forwarding rule concepts.

const (
	// A value indicating that the enum field is not set.
	ForwardingRule_UNDEFINED_LOAD_BALANCING_SCHEME ForwardingRule_LoadBalancingScheme = 0
	ForwardingRule_EXTERNAL                        ForwardingRule_LoadBalancingScheme = 35607499
	ForwardingRule_EXTERNAL_MANAGED                ForwardingRule_LoadBalancingScheme = 512006923
	ForwardingRule_INTERNAL                        ForwardingRule_LoadBalancingScheme = 279295677
	ForwardingRule_INTERNAL_MANAGED                ForwardingRule_LoadBalancingScheme = 37350397
	ForwardingRule_INTERNAL_SELF_MANAGED           ForwardingRule_LoadBalancingScheme = 236211150
	ForwardingRule_INVALID                         ForwardingRule_LoadBalancingScheme = 530283991
)

func (ForwardingRule_LoadBalancingScheme) Descriptor

func (ForwardingRule_LoadBalancingScheme) Enum

func (ForwardingRule_LoadBalancingScheme) EnumDescriptor

func (ForwardingRule_LoadBalancingScheme) EnumDescriptor() ([]byte, []int)

Deprecated: Use ForwardingRule_LoadBalancingScheme.Descriptor instead.

func (ForwardingRule_LoadBalancingScheme) Number

func (ForwardingRule_LoadBalancingScheme) String

func (ForwardingRule_LoadBalancingScheme) Type

type ForwardingRule_NetworkTier

type ForwardingRule_NetworkTier int32

This signifies the networking tier used for configuring this load balancer and can only take the following values: PREMIUM, STANDARD. For regional ForwardingRule, the valid values are PREMIUM and STANDARD. For GlobalForwardingRule, the valid value is PREMIUM. If this field is not specified, it is assumed to be PREMIUM. If IPAddress is specified, this value must be equal to the networkTier of the Address.

const (
	// A value indicating that the enum field is not set.
	ForwardingRule_UNDEFINED_NETWORK_TIER ForwardingRule_NetworkTier = 0
	// Public internet quality with fixed bandwidth.
	ForwardingRule_FIXED_STANDARD ForwardingRule_NetworkTier = 310464328
	// High quality, Google-grade network tier, support for all networking products.
	ForwardingRule_PREMIUM ForwardingRule_NetworkTier = 399530551
	// Public internet quality, only limited support for other networking products.
	ForwardingRule_STANDARD ForwardingRule_NetworkTier = 484642493
	// (Output only) Temporary tier for FIXED_STANDARD when fixed standard tier is expired or not configured.
	ForwardingRule_STANDARD_OVERRIDES_FIXED_STANDARD ForwardingRule_NetworkTier = 465847234
)

func (ForwardingRule_NetworkTier) Descriptor

func (ForwardingRule_NetworkTier) Enum

func (ForwardingRule_NetworkTier) EnumDescriptor

func (ForwardingRule_NetworkTier) EnumDescriptor() ([]byte, []int)

Deprecated: Use ForwardingRule_NetworkTier.Descriptor instead.

func (ForwardingRule_NetworkTier) Number

func (ForwardingRule_NetworkTier) String

func (ForwardingRule_NetworkTier) Type

type ForwardingRule_PscConnectionStatus

type ForwardingRule_PscConnectionStatus int32
const (
	// A value indicating that the enum field is not set.
	ForwardingRule_UNDEFINED_PSC_CONNECTION_STATUS ForwardingRule_PscConnectionStatus = 0
	// The connection has been accepted by the producer.
	ForwardingRule_ACCEPTED ForwardingRule_PscConnectionStatus = 246714279
	// The connection has been closed by the producer and will not serve traffic going forward.
	ForwardingRule_CLOSED ForwardingRule_PscConnectionStatus = 380163436
	// The connection has been accepted by the producer, but the producer needs to take further action before the forwarding rule can serve traffic.
	ForwardingRule_NEEDS_ATTENTION ForwardingRule_PscConnectionStatus = 344491452
	// The connection is pending acceptance by the producer.
	ForwardingRule_PENDING ForwardingRule_PscConnectionStatus = 35394935
	// The connection has been rejected by the producer.
	ForwardingRule_REJECTED           ForwardingRule_PscConnectionStatus = 174130302
	ForwardingRule_STATUS_UNSPECIFIED ForwardingRule_PscConnectionStatus = 42133066
)

func (ForwardingRule_PscConnectionStatus) Descriptor

func (ForwardingRule_PscConnectionStatus) Enum

func (ForwardingRule_PscConnectionStatus) EnumDescriptor

func (ForwardingRule_PscConnectionStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use ForwardingRule_PscConnectionStatus.Descriptor instead.

func (ForwardingRule_PscConnectionStatus) Number

func (ForwardingRule_PscConnectionStatus) String

func (ForwardingRule_PscConnectionStatus) Type

type ForwardingRulesClient

type ForwardingRulesClient interface {
	// Retrieves an aggregated list of forwarding rules.
	AggregatedList(ctx context.Context, in *AggregatedListForwardingRulesRequest, opts ...grpc.CallOption) (*ForwardingRuleAggregatedList, error)
	// Deletes the specified ForwardingRule resource.
	Delete(ctx context.Context, in *DeleteForwardingRuleRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified ForwardingRule resource.
	Get(ctx context.Context, in *GetForwardingRuleRequest, opts ...grpc.CallOption) (*ForwardingRule, error)
	// Creates a ForwardingRule resource in the specified project and region using the data included in the request.
	Insert(ctx context.Context, in *InsertForwardingRuleRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves a list of ForwardingRule resources available to the specified project and region.
	List(ctx context.Context, in *ListForwardingRulesRequest, opts ...grpc.CallOption) (*ForwardingRuleList, error)
	// Updates the specified forwarding rule with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules. Currently, you can only patch the network_tier field.
	Patch(ctx context.Context, in *PatchForwardingRuleRequest, opts ...grpc.CallOption) (*Operation, error)
	// Sets the labels on the specified resource. To learn more about labels, read the Labeling Resources documentation.
	SetLabels(ctx context.Context, in *SetLabelsForwardingRuleRequest, opts ...grpc.CallOption) (*Operation, error)
	// Changes target URL for forwarding rule. The new target should be of the same type as the old target.
	SetTarget(ctx context.Context, in *SetTargetForwardingRuleRequest, opts ...grpc.CallOption) (*Operation, error)
}

ForwardingRulesClient is the client API for ForwardingRules service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewForwardingRulesClient

func NewForwardingRulesClient(cc grpc.ClientConnInterface) ForwardingRulesClient

type ForwardingRulesScopedList

type ForwardingRulesScopedList struct {

	// A list of forwarding rules contained in this scope.
	ForwardingRules []*ForwardingRule `protobuf:"bytes,315821365,rep,name=forwarding_rules,json=forwardingRules,proto3" json:"forwarding_rules,omitempty"`
	// Informational warning which replaces the list of forwarding rules when the list is empty.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*ForwardingRulesScopedList) Descriptor

func (*ForwardingRulesScopedList) Descriptor() ([]byte, []int)

Deprecated: Use ForwardingRulesScopedList.ProtoReflect.Descriptor instead.

func (*ForwardingRulesScopedList) GetForwardingRules

func (x *ForwardingRulesScopedList) GetForwardingRules() []*ForwardingRule

func (*ForwardingRulesScopedList) GetWarning

func (x *ForwardingRulesScopedList) GetWarning() *Warning

func (*ForwardingRulesScopedList) ProtoMessage

func (*ForwardingRulesScopedList) ProtoMessage()

func (*ForwardingRulesScopedList) ProtoReflect

func (*ForwardingRulesScopedList) Reset

func (x *ForwardingRulesScopedList) Reset()

func (*ForwardingRulesScopedList) String

func (x *ForwardingRulesScopedList) String() string

type ForwardingRulesServer

type ForwardingRulesServer interface {
	// Retrieves an aggregated list of forwarding rules.
	AggregatedList(context.Context, *AggregatedListForwardingRulesRequest) (*ForwardingRuleAggregatedList, error)
	// Deletes the specified ForwardingRule resource.
	Delete(context.Context, *DeleteForwardingRuleRequest) (*Operation, error)
	// Returns the specified ForwardingRule resource.
	Get(context.Context, *GetForwardingRuleRequest) (*ForwardingRule, error)
	// Creates a ForwardingRule resource in the specified project and region using the data included in the request.
	Insert(context.Context, *InsertForwardingRuleRequest) (*Operation, error)
	// Retrieves a list of ForwardingRule resources available to the specified project and region.
	List(context.Context, *ListForwardingRulesRequest) (*ForwardingRuleList, error)
	// Updates the specified forwarding rule with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules. Currently, you can only patch the network_tier field.
	Patch(context.Context, *PatchForwardingRuleRequest) (*Operation, error)
	// Sets the labels on the specified resource. To learn more about labels, read the Labeling Resources documentation.
	SetLabels(context.Context, *SetLabelsForwardingRuleRequest) (*Operation, error)
	// Changes target URL for forwarding rule. The new target should be of the same type as the old target.
	SetTarget(context.Context, *SetTargetForwardingRuleRequest) (*Operation, error)
}

ForwardingRulesServer is the server API for ForwardingRules service.

type GRPCHealthCheck

type GRPCHealthCheck struct {

	// The gRPC service name for the health check. This field is optional. The value of grpc_service_name has the following meanings by convention: - Empty service_name means the overall status of all services at the backend. - Non-empty service_name means the health of that gRPC service, as defined by the owner of the service. The grpc_service_name can only be ASCII.
	GrpcServiceName *string `protobuf:"bytes,136533078,opt,name=grpc_service_name,json=grpcServiceName,proto3,oneof" json:"grpc_service_name,omitempty"`
	// The TCP port number to which the health check prober sends packets. Valid values are 1 through 65535.
	Port *int32 `protobuf:"varint,3446913,opt,name=port,proto3,oneof" json:"port,omitempty"`
	// Not supported.
	PortName *string `protobuf:"bytes,41534345,opt,name=port_name,json=portName,proto3,oneof" json:"port_name,omitempty"`
	// Specifies how a port is selected for health checking. Can be one of the following values: USE_FIXED_PORT: Specifies a port number explicitly using the port field in the health check. Supported by backend services for pass-through load balancers and backend services for proxy load balancers. Not supported by target pools. The health check supports all backends supported by the backend service provided the backend can be health checked. For example, GCE_VM_IP network endpoint groups, GCE_VM_IP_PORT network endpoint groups, and instance group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an indirect method of specifying the health check port by referring to the backend service. Only supported by backend services for proxy load balancers. Not supported by target pools. Not supported by backend services for pass-through load balancers. Supports all backends that can be health checked; for example, GCE_VM_IP_PORT network endpoint groups and instance group backends. For GCE_VM_IP_PORT network endpoint group backends, the health check uses the port number specified for each endpoint in the network endpoint group. For instance group backends, the health check uses the port number determined by looking up the backend service's named port in the instance group's list of named ports.
	// Check the PortSpecification enum for the list of possible values.
	PortSpecification *string `protobuf:"bytes,51590597,opt,name=port_specification,json=portSpecification,proto3,oneof" json:"port_specification,omitempty"`
	// contains filtered or unexported fields
}

func (*GRPCHealthCheck) Descriptor

func (*GRPCHealthCheck) Descriptor() ([]byte, []int)

Deprecated: Use GRPCHealthCheck.ProtoReflect.Descriptor instead.

func (*GRPCHealthCheck) GetGrpcServiceName

func (x *GRPCHealthCheck) GetGrpcServiceName() string

func (*GRPCHealthCheck) GetPort

func (x *GRPCHealthCheck) GetPort() int32

func (*GRPCHealthCheck) GetPortName

func (x *GRPCHealthCheck) GetPortName() string

func (*GRPCHealthCheck) GetPortSpecification

func (x *GRPCHealthCheck) GetPortSpecification() string

func (*GRPCHealthCheck) ProtoMessage

func (*GRPCHealthCheck) ProtoMessage()

func (*GRPCHealthCheck) ProtoReflect

func (x *GRPCHealthCheck) ProtoReflect() protoreflect.Message

func (*GRPCHealthCheck) Reset

func (x *GRPCHealthCheck) Reset()

func (*GRPCHealthCheck) String

func (x *GRPCHealthCheck) String() string

type GRPCHealthCheck_PortSpecification

type GRPCHealthCheck_PortSpecification int32

Specifies how a port is selected for health checking. Can be one of the following values: USE_FIXED_PORT: Specifies a port number explicitly using the port field in the health check. Supported by backend services for pass-through load balancers and backend services for proxy load balancers. Not supported by target pools. The health check supports all backends supported by the backend service provided the backend can be health checked. For example, GCE_VM_IP network endpoint groups, GCE_VM_IP_PORT network endpoint groups, and instance group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an indirect method of specifying the health check port by referring to the backend service. Only supported by backend services for proxy load balancers. Not supported by target pools. Not supported by backend services for pass-through load balancers. Supports all backends that can be health checked; for example, GCE_VM_IP_PORT network endpoint groups and instance group backends. For GCE_VM_IP_PORT network endpoint group backends, the health check uses the port number specified for each endpoint in the network endpoint group. For instance group backends, the health check uses the port number determined by looking up the backend service's named port in the instance group's list of named ports.

const (
	// A value indicating that the enum field is not set.
	GRPCHealthCheck_UNDEFINED_PORT_SPECIFICATION GRPCHealthCheck_PortSpecification = 0
	// The port number in the health check's port is used for health checking. Applies to network endpoint group and instance group backends.
	GRPCHealthCheck_USE_FIXED_PORT GRPCHealthCheck_PortSpecification = 190235748
	// Not supported.
	GRPCHealthCheck_USE_NAMED_PORT GRPCHealthCheck_PortSpecification = 349300671
	// For network endpoint group backends, the health check uses the port number specified on each endpoint in the network endpoint group. For instance group backends, the health check uses the port number specified for the backend service's named port defined in the instance group's named ports.
	GRPCHealthCheck_USE_SERVING_PORT GRPCHealthCheck_PortSpecification = 362637516
)

func (GRPCHealthCheck_PortSpecification) Descriptor

func (GRPCHealthCheck_PortSpecification) Enum

func (GRPCHealthCheck_PortSpecification) EnumDescriptor

func (GRPCHealthCheck_PortSpecification) EnumDescriptor() ([]byte, []int)

Deprecated: Use GRPCHealthCheck_PortSpecification.Descriptor instead.

func (GRPCHealthCheck_PortSpecification) Number

func (GRPCHealthCheck_PortSpecification) String

func (GRPCHealthCheck_PortSpecification) Type

type GetAcceleratorTypeRequest

type GetAcceleratorTypeRequest struct {

	// Name of the accelerator type to return.
	AcceleratorType string `protobuf:"bytes,138031246,opt,name=accelerator_type,json=acceleratorType,proto3" json:"accelerator_type,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for AcceleratorTypes.Get. See the method description for details.

func (*GetAcceleratorTypeRequest) Descriptor

func (*GetAcceleratorTypeRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetAcceleratorTypeRequest.ProtoReflect.Descriptor instead.

func (*GetAcceleratorTypeRequest) GetAcceleratorType

func (x *GetAcceleratorTypeRequest) GetAcceleratorType() string

func (*GetAcceleratorTypeRequest) GetProject

func (x *GetAcceleratorTypeRequest) GetProject() string

func (*GetAcceleratorTypeRequest) GetZone

func (x *GetAcceleratorTypeRequest) GetZone() string

func (*GetAcceleratorTypeRequest) ProtoMessage

func (*GetAcceleratorTypeRequest) ProtoMessage()

func (*GetAcceleratorTypeRequest) ProtoReflect

func (*GetAcceleratorTypeRequest) Reset

func (x *GetAcceleratorTypeRequest) Reset()

func (*GetAcceleratorTypeRequest) String

func (x *GetAcceleratorTypeRequest) String() string

type GetAddressRequest

type GetAddressRequest struct {

	// Name of the address resource to return.
	Address string `protobuf:"bytes,462920692,opt,name=address,proto3" json:"address,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// contains filtered or unexported fields
}

A request message for Addresses.Get. See the method description for details.

func (*GetAddressRequest) Descriptor

func (*GetAddressRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetAddressRequest.ProtoReflect.Descriptor instead.

func (*GetAddressRequest) GetAddress

func (x *GetAddressRequest) GetAddress() string

func (*GetAddressRequest) GetProject

func (x *GetAddressRequest) GetProject() string

func (*GetAddressRequest) GetRegion

func (x *GetAddressRequest) GetRegion() string

func (*GetAddressRequest) ProtoMessage

func (*GetAddressRequest) ProtoMessage()

func (*GetAddressRequest) ProtoReflect

func (x *GetAddressRequest) ProtoReflect() protoreflect.Message

func (*GetAddressRequest) Reset

func (x *GetAddressRequest) Reset()

func (*GetAddressRequest) String

func (x *GetAddressRequest) String() string

type GetAssociationFirewallPolicyRequest

type GetAssociationFirewallPolicyRequest struct {

	// Name of the firewall policy to which the queried rule belongs.
	FirewallPolicy string `protobuf:"bytes,498173265,opt,name=firewall_policy,json=firewallPolicy,proto3" json:"firewall_policy,omitempty"`
	// The name of the association to get from the firewall policy.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// contains filtered or unexported fields
}

A request message for FirewallPolicies.GetAssociation. See the method description for details.

func (*GetAssociationFirewallPolicyRequest) Descriptor

func (*GetAssociationFirewallPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetAssociationFirewallPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetAssociationFirewallPolicyRequest) GetFirewallPolicy

func (x *GetAssociationFirewallPolicyRequest) GetFirewallPolicy() string

func (*GetAssociationFirewallPolicyRequest) GetName

func (*GetAssociationFirewallPolicyRequest) ProtoMessage

func (*GetAssociationFirewallPolicyRequest) ProtoMessage()

func (*GetAssociationFirewallPolicyRequest) ProtoReflect

func (*GetAssociationFirewallPolicyRequest) Reset

func (*GetAssociationFirewallPolicyRequest) String

type GetAssociationNetworkFirewallPolicyRequest

type GetAssociationNetworkFirewallPolicyRequest struct {

	// Name of the firewall policy to which the queried association belongs.
	FirewallPolicy string `protobuf:"bytes,498173265,opt,name=firewall_policy,json=firewallPolicy,proto3" json:"firewall_policy,omitempty"`
	// The name of the association to get from the firewall policy.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

A request message for NetworkFirewallPolicies.GetAssociation. See the method description for details.

func (*GetAssociationNetworkFirewallPolicyRequest) Descriptor

Deprecated: Use GetAssociationNetworkFirewallPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetAssociationNetworkFirewallPolicyRequest) GetFirewallPolicy

func (x *GetAssociationNetworkFirewallPolicyRequest) GetFirewallPolicy() string

func (*GetAssociationNetworkFirewallPolicyRequest) GetName

func (*GetAssociationNetworkFirewallPolicyRequest) GetProject

func (*GetAssociationNetworkFirewallPolicyRequest) ProtoMessage

func (*GetAssociationNetworkFirewallPolicyRequest) ProtoReflect

func (*GetAssociationNetworkFirewallPolicyRequest) Reset

func (*GetAssociationNetworkFirewallPolicyRequest) String

type GetAssociationRegionNetworkFirewallPolicyRequest

type GetAssociationRegionNetworkFirewallPolicyRequest struct {

	// Name of the firewall policy to which the queried association belongs.
	FirewallPolicy string `protobuf:"bytes,498173265,opt,name=firewall_policy,json=firewallPolicy,proto3" json:"firewall_policy,omitempty"`
	// The name of the association to get from the firewall policy.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionNetworkFirewallPolicies.GetAssociation. See the method description for details.

func (*GetAssociationRegionNetworkFirewallPolicyRequest) Descriptor

Deprecated: Use GetAssociationRegionNetworkFirewallPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetAssociationRegionNetworkFirewallPolicyRequest) GetFirewallPolicy

func (*GetAssociationRegionNetworkFirewallPolicyRequest) GetName

func (*GetAssociationRegionNetworkFirewallPolicyRequest) GetProject

func (*GetAssociationRegionNetworkFirewallPolicyRequest) GetRegion

func (*GetAssociationRegionNetworkFirewallPolicyRequest) ProtoMessage

func (*GetAssociationRegionNetworkFirewallPolicyRequest) ProtoReflect

func (*GetAssociationRegionNetworkFirewallPolicyRequest) Reset

func (*GetAssociationRegionNetworkFirewallPolicyRequest) String

type GetAutoscalerRequest

type GetAutoscalerRequest struct {

	// Name of the autoscaler to return.
	Autoscaler string `protobuf:"bytes,517258967,opt,name=autoscaler,proto3" json:"autoscaler,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Autoscalers.Get. See the method description for details.

func (*GetAutoscalerRequest) Descriptor

func (*GetAutoscalerRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetAutoscalerRequest.ProtoReflect.Descriptor instead.

func (*GetAutoscalerRequest) GetAutoscaler

func (x *GetAutoscalerRequest) GetAutoscaler() string

func (*GetAutoscalerRequest) GetProject

func (x *GetAutoscalerRequest) GetProject() string

func (*GetAutoscalerRequest) GetZone

func (x *GetAutoscalerRequest) GetZone() string

func (*GetAutoscalerRequest) ProtoMessage

func (*GetAutoscalerRequest) ProtoMessage()

func (*GetAutoscalerRequest) ProtoReflect

func (x *GetAutoscalerRequest) ProtoReflect() protoreflect.Message

func (*GetAutoscalerRequest) Reset

func (x *GetAutoscalerRequest) Reset()

func (*GetAutoscalerRequest) String

func (x *GetAutoscalerRequest) String() string

type GetBackendBucketRequest

type GetBackendBucketRequest struct {

	// Name of the BackendBucket resource to return.
	BackendBucket string `protobuf:"bytes,91714037,opt,name=backend_bucket,json=backendBucket,proto3" json:"backend_bucket,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

A request message for BackendBuckets.Get. See the method description for details.

func (*GetBackendBucketRequest) Descriptor

func (*GetBackendBucketRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetBackendBucketRequest.ProtoReflect.Descriptor instead.

func (*GetBackendBucketRequest) GetBackendBucket

func (x *GetBackendBucketRequest) GetBackendBucket() string

func (*GetBackendBucketRequest) GetProject

func (x *GetBackendBucketRequest) GetProject() string

func (*GetBackendBucketRequest) ProtoMessage

func (*GetBackendBucketRequest) ProtoMessage()

func (*GetBackendBucketRequest) ProtoReflect

func (x *GetBackendBucketRequest) ProtoReflect() protoreflect.Message

func (*GetBackendBucketRequest) Reset

func (x *GetBackendBucketRequest) Reset()

func (*GetBackendBucketRequest) String

func (x *GetBackendBucketRequest) String() string

type GetBackendServiceRequest

type GetBackendServiceRequest struct {

	// Name of the BackendService resource to return.
	BackendService string `protobuf:"bytes,306946058,opt,name=backend_service,json=backendService,proto3" json:"backend_service,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

A request message for BackendServices.Get. See the method description for details.

func (*GetBackendServiceRequest) Descriptor

func (*GetBackendServiceRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetBackendServiceRequest.ProtoReflect.Descriptor instead.

func (*GetBackendServiceRequest) GetBackendService

func (x *GetBackendServiceRequest) GetBackendService() string

func (*GetBackendServiceRequest) GetProject

func (x *GetBackendServiceRequest) GetProject() string

func (*GetBackendServiceRequest) ProtoMessage

func (*GetBackendServiceRequest) ProtoMessage()

func (*GetBackendServiceRequest) ProtoReflect

func (x *GetBackendServiceRequest) ProtoReflect() protoreflect.Message

func (*GetBackendServiceRequest) Reset

func (x *GetBackendServiceRequest) Reset()

func (*GetBackendServiceRequest) String

func (x *GetBackendServiceRequest) String() string

type GetDiagnosticsInterconnectRequest

type GetDiagnosticsInterconnectRequest struct {

	// Name of the interconnect resource to query.
	Interconnect string `protobuf:"bytes,224601230,opt,name=interconnect,proto3" json:"interconnect,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

A request message for Interconnects.GetDiagnostics. See the method description for details.

func (*GetDiagnosticsInterconnectRequest) Descriptor

func (*GetDiagnosticsInterconnectRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetDiagnosticsInterconnectRequest.ProtoReflect.Descriptor instead.

func (*GetDiagnosticsInterconnectRequest) GetInterconnect

func (x *GetDiagnosticsInterconnectRequest) GetInterconnect() string

func (*GetDiagnosticsInterconnectRequest) GetProject

func (x *GetDiagnosticsInterconnectRequest) GetProject() string

func (*GetDiagnosticsInterconnectRequest) ProtoMessage

func (*GetDiagnosticsInterconnectRequest) ProtoMessage()

func (*GetDiagnosticsInterconnectRequest) ProtoReflect

func (*GetDiagnosticsInterconnectRequest) Reset

func (*GetDiagnosticsInterconnectRequest) String

type GetDiskRequest

type GetDiskRequest struct {

	// Name of the persistent disk to return.
	Disk string `protobuf:"bytes,3083677,opt,name=disk,proto3" json:"disk,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Disks.Get. See the method description for details.

func (*GetDiskRequest) Descriptor

func (*GetDiskRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetDiskRequest.ProtoReflect.Descriptor instead.

func (*GetDiskRequest) GetDisk

func (x *GetDiskRequest) GetDisk() string

func (*GetDiskRequest) GetProject

func (x *GetDiskRequest) GetProject() string

func (*GetDiskRequest) GetZone

func (x *GetDiskRequest) GetZone() string

func (*GetDiskRequest) ProtoMessage

func (*GetDiskRequest) ProtoMessage()

func (*GetDiskRequest) ProtoReflect

func (x *GetDiskRequest) ProtoReflect() protoreflect.Message

func (*GetDiskRequest) Reset

func (x *GetDiskRequest) Reset()

func (*GetDiskRequest) String

func (x *GetDiskRequest) String() string

type GetDiskTypeRequest

type GetDiskTypeRequest struct {

	// Name of the disk type to return.
	DiskType string `protobuf:"bytes,93009052,opt,name=disk_type,json=diskType,proto3" json:"disk_type,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for DiskTypes.Get. See the method description for details.

func (*GetDiskTypeRequest) Descriptor

func (*GetDiskTypeRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetDiskTypeRequest.ProtoReflect.Descriptor instead.

func (*GetDiskTypeRequest) GetDiskType

func (x *GetDiskTypeRequest) GetDiskType() string

func (*GetDiskTypeRequest) GetProject

func (x *GetDiskTypeRequest) GetProject() string

func (*GetDiskTypeRequest) GetZone

func (x *GetDiskTypeRequest) GetZone() string

func (*GetDiskTypeRequest) ProtoMessage

func (*GetDiskTypeRequest) ProtoMessage()

func (*GetDiskTypeRequest) ProtoReflect

func (x *GetDiskTypeRequest) ProtoReflect() protoreflect.Message

func (*GetDiskTypeRequest) Reset

func (x *GetDiskTypeRequest) Reset()

func (*GetDiskTypeRequest) String

func (x *GetDiskTypeRequest) String() string

type GetEffectiveFirewallsInstanceRequest

type GetEffectiveFirewallsInstanceRequest struct {

	// Name of the instance scoping this request.
	Instance string `protobuf:"bytes,18257045,opt,name=instance,proto3" json:"instance,omitempty"`
	// The name of the network interface to get the effective firewalls.
	NetworkInterface string `protobuf:"bytes,365387880,opt,name=network_interface,json=networkInterface,proto3" json:"network_interface,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Instances.GetEffectiveFirewalls. See the method description for details.

func (*GetEffectiveFirewallsInstanceRequest) Descriptor

func (*GetEffectiveFirewallsInstanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetEffectiveFirewallsInstanceRequest.ProtoReflect.Descriptor instead.

func (*GetEffectiveFirewallsInstanceRequest) GetInstance

func (*GetEffectiveFirewallsInstanceRequest) GetNetworkInterface

func (x *GetEffectiveFirewallsInstanceRequest) GetNetworkInterface() string

func (*GetEffectiveFirewallsInstanceRequest) GetProject

func (*GetEffectiveFirewallsInstanceRequest) GetZone

func (*GetEffectiveFirewallsInstanceRequest) ProtoMessage

func (*GetEffectiveFirewallsInstanceRequest) ProtoMessage()

func (*GetEffectiveFirewallsInstanceRequest) ProtoReflect

func (*GetEffectiveFirewallsInstanceRequest) Reset

func (*GetEffectiveFirewallsInstanceRequest) String

type GetEffectiveFirewallsNetworkRequest

type GetEffectiveFirewallsNetworkRequest struct {

	// Name of the network for this request.
	Network string `protobuf:"bytes,232872494,opt,name=network,proto3" json:"network,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

A request message for Networks.GetEffectiveFirewalls. See the method description for details.

func (*GetEffectiveFirewallsNetworkRequest) Descriptor

func (*GetEffectiveFirewallsNetworkRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetEffectiveFirewallsNetworkRequest.ProtoReflect.Descriptor instead.

func (*GetEffectiveFirewallsNetworkRequest) GetNetwork

func (*GetEffectiveFirewallsNetworkRequest) GetProject

func (*GetEffectiveFirewallsNetworkRequest) ProtoMessage

func (*GetEffectiveFirewallsNetworkRequest) ProtoMessage()

func (*GetEffectiveFirewallsNetworkRequest) ProtoReflect

func (*GetEffectiveFirewallsNetworkRequest) Reset

func (*GetEffectiveFirewallsNetworkRequest) String

type GetEffectiveFirewallsRegionNetworkFirewallPolicyRequest

type GetEffectiveFirewallsRegionNetworkFirewallPolicyRequest struct {

	// Network reference
	Network string `protobuf:"bytes,232872494,opt,name=network,proto3" json:"network,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionNetworkFirewallPolicies.GetEffectiveFirewalls. See the method description for details.

func (*GetEffectiveFirewallsRegionNetworkFirewallPolicyRequest) Descriptor

Deprecated: Use GetEffectiveFirewallsRegionNetworkFirewallPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetEffectiveFirewallsRegionNetworkFirewallPolicyRequest) GetNetwork

func (*GetEffectiveFirewallsRegionNetworkFirewallPolicyRequest) GetProject

func (*GetEffectiveFirewallsRegionNetworkFirewallPolicyRequest) GetRegion

func (*GetEffectiveFirewallsRegionNetworkFirewallPolicyRequest) ProtoMessage

func (*GetEffectiveFirewallsRegionNetworkFirewallPolicyRequest) ProtoReflect

func (*GetEffectiveFirewallsRegionNetworkFirewallPolicyRequest) Reset

func (*GetEffectiveFirewallsRegionNetworkFirewallPolicyRequest) String

type GetExternalVpnGatewayRequest

type GetExternalVpnGatewayRequest struct {

	// Name of the externalVpnGateway to return.
	ExternalVpnGateway string `protobuf:"bytes,109898629,opt,name=external_vpn_gateway,json=externalVpnGateway,proto3" json:"external_vpn_gateway,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

A request message for ExternalVpnGateways.Get. See the method description for details.

func (*GetExternalVpnGatewayRequest) Descriptor

func (*GetExternalVpnGatewayRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetExternalVpnGatewayRequest.ProtoReflect.Descriptor instead.

func (*GetExternalVpnGatewayRequest) GetExternalVpnGateway

func (x *GetExternalVpnGatewayRequest) GetExternalVpnGateway() string

func (*GetExternalVpnGatewayRequest) GetProject

func (x *GetExternalVpnGatewayRequest) GetProject() string

func (*GetExternalVpnGatewayRequest) ProtoMessage

func (*GetExternalVpnGatewayRequest) ProtoMessage()

func (*GetExternalVpnGatewayRequest) ProtoReflect

func (*GetExternalVpnGatewayRequest) Reset

func (x *GetExternalVpnGatewayRequest) Reset()

func (*GetExternalVpnGatewayRequest) String

type GetFirewallPolicyRequest

type GetFirewallPolicyRequest struct {

	// Name of the firewall policy to get.
	FirewallPolicy string `protobuf:"bytes,498173265,opt,name=firewall_policy,json=firewallPolicy,proto3" json:"firewall_policy,omitempty"`
	// contains filtered or unexported fields
}

A request message for FirewallPolicies.Get. See the method description for details.

func (*GetFirewallPolicyRequest) Descriptor

func (*GetFirewallPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetFirewallPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetFirewallPolicyRequest) GetFirewallPolicy

func (x *GetFirewallPolicyRequest) GetFirewallPolicy() string

func (*GetFirewallPolicyRequest) ProtoMessage

func (*GetFirewallPolicyRequest) ProtoMessage()

func (*GetFirewallPolicyRequest) ProtoReflect

func (x *GetFirewallPolicyRequest) ProtoReflect() protoreflect.Message

func (*GetFirewallPolicyRequest) Reset

func (x *GetFirewallPolicyRequest) Reset()

func (*GetFirewallPolicyRequest) String

func (x *GetFirewallPolicyRequest) String() string

type GetFirewallRequest

type GetFirewallRequest struct {

	// Name of the firewall rule to return.
	Firewall string `protobuf:"bytes,511016192,opt,name=firewall,proto3" json:"firewall,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

A request message for Firewalls.Get. See the method description for details.

func (*GetFirewallRequest) Descriptor

func (*GetFirewallRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetFirewallRequest.ProtoReflect.Descriptor instead.

func (*GetFirewallRequest) GetFirewall

func (x *GetFirewallRequest) GetFirewall() string

func (*GetFirewallRequest) GetProject

func (x *GetFirewallRequest) GetProject() string

func (*GetFirewallRequest) ProtoMessage

func (*GetFirewallRequest) ProtoMessage()

func (*GetFirewallRequest) ProtoReflect

func (x *GetFirewallRequest) ProtoReflect() protoreflect.Message

func (*GetFirewallRequest) Reset

func (x *GetFirewallRequest) Reset()

func (*GetFirewallRequest) String

func (x *GetFirewallRequest) String() string

type GetForwardingRuleRequest

type GetForwardingRuleRequest struct {

	// Name of the ForwardingRule resource to return.
	ForwardingRule string `protobuf:"bytes,269964030,opt,name=forwarding_rule,json=forwardingRule,proto3" json:"forwarding_rule,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// contains filtered or unexported fields
}

A request message for ForwardingRules.Get. See the method description for details.

func (*GetForwardingRuleRequest) Descriptor

func (*GetForwardingRuleRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetForwardingRuleRequest.ProtoReflect.Descriptor instead.

func (*GetForwardingRuleRequest) GetForwardingRule

func (x *GetForwardingRuleRequest) GetForwardingRule() string

func (*GetForwardingRuleRequest) GetProject

func (x *GetForwardingRuleRequest) GetProject() string

func (*GetForwardingRuleRequest) GetRegion

func (x *GetForwardingRuleRequest) GetRegion() string

func (*GetForwardingRuleRequest) ProtoMessage

func (*GetForwardingRuleRequest) ProtoMessage()

func (*GetForwardingRuleRequest) ProtoReflect

func (x *GetForwardingRuleRequest) ProtoReflect() protoreflect.Message

func (*GetForwardingRuleRequest) Reset

func (x *GetForwardingRuleRequest) Reset()

func (*GetForwardingRuleRequest) String

func (x *GetForwardingRuleRequest) String() string

type GetFromFamilyImageRequest

type GetFromFamilyImageRequest struct {

	// Name of the image family to search for.
	Family string `protobuf:"bytes,328751972,opt,name=family,proto3" json:"family,omitempty"`
	// The image project that the image belongs to. For example, to get a CentOS image, specify centos-cloud as the image project.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

A request message for Images.GetFromFamily. See the method description for details.

func (*GetFromFamilyImageRequest) Descriptor

func (*GetFromFamilyImageRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetFromFamilyImageRequest.ProtoReflect.Descriptor instead.

func (*GetFromFamilyImageRequest) GetFamily

func (x *GetFromFamilyImageRequest) GetFamily() string

func (*GetFromFamilyImageRequest) GetProject

func (x *GetFromFamilyImageRequest) GetProject() string

func (*GetFromFamilyImageRequest) ProtoMessage

func (*GetFromFamilyImageRequest) ProtoMessage()

func (*GetFromFamilyImageRequest) ProtoReflect

func (*GetFromFamilyImageRequest) Reset

func (x *GetFromFamilyImageRequest) Reset()

func (*GetFromFamilyImageRequest) String

func (x *GetFromFamilyImageRequest) String() string

type GetGlobalAddressRequest

type GetGlobalAddressRequest struct {

	// Name of the address resource to return.
	Address string `protobuf:"bytes,462920692,opt,name=address,proto3" json:"address,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

A request message for GlobalAddresses.Get. See the method description for details.

func (*GetGlobalAddressRequest) Descriptor

func (*GetGlobalAddressRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetGlobalAddressRequest.ProtoReflect.Descriptor instead.

func (*GetGlobalAddressRequest) GetAddress

func (x *GetGlobalAddressRequest) GetAddress() string

func (*GetGlobalAddressRequest) GetProject

func (x *GetGlobalAddressRequest) GetProject() string

func (*GetGlobalAddressRequest) ProtoMessage

func (*GetGlobalAddressRequest) ProtoMessage()

func (*GetGlobalAddressRequest) ProtoReflect

func (x *GetGlobalAddressRequest) ProtoReflect() protoreflect.Message

func (*GetGlobalAddressRequest) Reset

func (x *GetGlobalAddressRequest) Reset()

func (*GetGlobalAddressRequest) String

func (x *GetGlobalAddressRequest) String() string

type GetGlobalForwardingRuleRequest

type GetGlobalForwardingRuleRequest struct {

	// Name of the ForwardingRule resource to return.
	ForwardingRule string `protobuf:"bytes,269964030,opt,name=forwarding_rule,json=forwardingRule,proto3" json:"forwarding_rule,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

A request message for GlobalForwardingRules.Get. See the method description for details.

func (*GetGlobalForwardingRuleRequest) Descriptor

func (*GetGlobalForwardingRuleRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetGlobalForwardingRuleRequest.ProtoReflect.Descriptor instead.

func (*GetGlobalForwardingRuleRequest) GetForwardingRule

func (x *GetGlobalForwardingRuleRequest) GetForwardingRule() string

func (*GetGlobalForwardingRuleRequest) GetProject

func (x *GetGlobalForwardingRuleRequest) GetProject() string

func (*GetGlobalForwardingRuleRequest) ProtoMessage

func (*GetGlobalForwardingRuleRequest) ProtoMessage()

func (*GetGlobalForwardingRuleRequest) ProtoReflect

func (*GetGlobalForwardingRuleRequest) Reset

func (x *GetGlobalForwardingRuleRequest) Reset()

func (*GetGlobalForwardingRuleRequest) String

type GetGlobalNetworkEndpointGroupRequest

type GetGlobalNetworkEndpointGroupRequest struct {

	// The name of the network endpoint group. It should comply with RFC1035.
	NetworkEndpointGroup string `protobuf:"bytes,433907078,opt,name=network_endpoint_group,json=networkEndpointGroup,proto3" json:"network_endpoint_group,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

A request message for GlobalNetworkEndpointGroups.Get. See the method description for details.

func (*GetGlobalNetworkEndpointGroupRequest) Descriptor

func (*GetGlobalNetworkEndpointGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetGlobalNetworkEndpointGroupRequest.ProtoReflect.Descriptor instead.

func (*GetGlobalNetworkEndpointGroupRequest) GetNetworkEndpointGroup

func (x *GetGlobalNetworkEndpointGroupRequest) GetNetworkEndpointGroup() string

func (*GetGlobalNetworkEndpointGroupRequest) GetProject

func (*GetGlobalNetworkEndpointGroupRequest) ProtoMessage

func (*GetGlobalNetworkEndpointGroupRequest) ProtoMessage()

func (*GetGlobalNetworkEndpointGroupRequest) ProtoReflect

func (*GetGlobalNetworkEndpointGroupRequest) Reset

func (*GetGlobalNetworkEndpointGroupRequest) String

type GetGlobalOperationRequest

type GetGlobalOperationRequest struct {

	// Name of the Operations resource to return.
	Operation string `protobuf:"bytes,52090215,opt,name=operation,proto3" json:"operation,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

A request message for GlobalOperations.Get. See the method description for details.

func (*GetGlobalOperationRequest) Descriptor

func (*GetGlobalOperationRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetGlobalOperationRequest.ProtoReflect.Descriptor instead.

func (*GetGlobalOperationRequest) GetOperation

func (x *GetGlobalOperationRequest) GetOperation() string

func (*GetGlobalOperationRequest) GetProject

func (x *GetGlobalOperationRequest) GetProject() string

func (*GetGlobalOperationRequest) ProtoMessage

func (*GetGlobalOperationRequest) ProtoMessage()

func (*GetGlobalOperationRequest) ProtoReflect

func (*GetGlobalOperationRequest) Reset

func (x *GetGlobalOperationRequest) Reset()

func (*GetGlobalOperationRequest) String

func (x *GetGlobalOperationRequest) String() string

type GetGlobalOrganizationOperationRequest

type GetGlobalOrganizationOperationRequest struct {

	// Name of the Operations resource to return.
	Operation string `protobuf:"bytes,52090215,opt,name=operation,proto3" json:"operation,omitempty"`
	// Parent ID for this request.
	ParentId *string `protobuf:"bytes,459714768,opt,name=parent_id,json=parentId,proto3,oneof" json:"parent_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for GlobalOrganizationOperations.Get. See the method description for details.

func (*GetGlobalOrganizationOperationRequest) Descriptor

func (*GetGlobalOrganizationOperationRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetGlobalOrganizationOperationRequest.ProtoReflect.Descriptor instead.

func (*GetGlobalOrganizationOperationRequest) GetOperation

func (*GetGlobalOrganizationOperationRequest) GetParentId

func (*GetGlobalOrganizationOperationRequest) ProtoMessage

func (*GetGlobalOrganizationOperationRequest) ProtoMessage()

func (*GetGlobalOrganizationOperationRequest) ProtoReflect

func (*GetGlobalOrganizationOperationRequest) Reset

func (*GetGlobalOrganizationOperationRequest) String

type GetGlobalPublicDelegatedPrefixeRequest

type GetGlobalPublicDelegatedPrefixeRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the PublicDelegatedPrefix resource to return.
	PublicDelegatedPrefix string `protobuf:"bytes,204238440,opt,name=public_delegated_prefix,json=publicDelegatedPrefix,proto3" json:"public_delegated_prefix,omitempty"`
	// contains filtered or unexported fields
}

A request message for GlobalPublicDelegatedPrefixes.Get. See the method description for details.

func (*GetGlobalPublicDelegatedPrefixeRequest) Descriptor

func (*GetGlobalPublicDelegatedPrefixeRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetGlobalPublicDelegatedPrefixeRequest.ProtoReflect.Descriptor instead.

func (*GetGlobalPublicDelegatedPrefixeRequest) GetProject

func (*GetGlobalPublicDelegatedPrefixeRequest) GetPublicDelegatedPrefix

func (x *GetGlobalPublicDelegatedPrefixeRequest) GetPublicDelegatedPrefix() string

func (*GetGlobalPublicDelegatedPrefixeRequest) ProtoMessage

func (*GetGlobalPublicDelegatedPrefixeRequest) ProtoReflect

func (*GetGlobalPublicDelegatedPrefixeRequest) Reset

func (*GetGlobalPublicDelegatedPrefixeRequest) String

type GetGuestAttributesInstanceRequest

type GetGuestAttributesInstanceRequest struct {

	// Name of the instance scoping this request.
	Instance string `protobuf:"bytes,18257045,opt,name=instance,proto3" json:"instance,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Specifies the guest attributes path to be queried.
	QueryPath *string `protobuf:"bytes,368591164,opt,name=query_path,json=queryPath,proto3,oneof" json:"query_path,omitempty"`
	// Specifies the key for the guest attributes entry.
	VariableKey *string `protobuf:"bytes,164364828,opt,name=variable_key,json=variableKey,proto3,oneof" json:"variable_key,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Instances.GetGuestAttributes. See the method description for details.

func (*GetGuestAttributesInstanceRequest) Descriptor

func (*GetGuestAttributesInstanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetGuestAttributesInstanceRequest.ProtoReflect.Descriptor instead.

func (*GetGuestAttributesInstanceRequest) GetInstance

func (x *GetGuestAttributesInstanceRequest) GetInstance() string

func (*GetGuestAttributesInstanceRequest) GetProject

func (x *GetGuestAttributesInstanceRequest) GetProject() string

func (*GetGuestAttributesInstanceRequest) GetQueryPath

func (x *GetGuestAttributesInstanceRequest) GetQueryPath() string

func (*GetGuestAttributesInstanceRequest) GetVariableKey

func (x *GetGuestAttributesInstanceRequest) GetVariableKey() string

func (*GetGuestAttributesInstanceRequest) GetZone

func (*GetGuestAttributesInstanceRequest) ProtoMessage

func (*GetGuestAttributesInstanceRequest) ProtoMessage()

func (*GetGuestAttributesInstanceRequest) ProtoReflect

func (*GetGuestAttributesInstanceRequest) Reset

func (*GetGuestAttributesInstanceRequest) String

type GetHealthBackendServiceRequest

type GetHealthBackendServiceRequest struct {

	// Name of the BackendService resource to which the queried instance belongs.
	BackendService string `protobuf:"bytes,306946058,opt,name=backend_service,json=backendService,proto3" json:"backend_service,omitempty"`
	Project        string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The body resource for this request
	ResourceGroupReferenceResource *ResourceGroupReference `protobuf:"bytes,112951123,opt,name=resource_group_reference_resource,json=resourceGroupReferenceResource,proto3" json:"resource_group_reference_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for BackendServices.GetHealth. See the method description for details.

func (*GetHealthBackendServiceRequest) Descriptor

func (*GetHealthBackendServiceRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetHealthBackendServiceRequest.ProtoReflect.Descriptor instead.

func (*GetHealthBackendServiceRequest) GetBackendService

func (x *GetHealthBackendServiceRequest) GetBackendService() string

func (*GetHealthBackendServiceRequest) GetProject

func (x *GetHealthBackendServiceRequest) GetProject() string

func (*GetHealthBackendServiceRequest) GetResourceGroupReferenceResource

func (x *GetHealthBackendServiceRequest) GetResourceGroupReferenceResource() *ResourceGroupReference

func (*GetHealthBackendServiceRequest) ProtoMessage

func (*GetHealthBackendServiceRequest) ProtoMessage()

func (*GetHealthBackendServiceRequest) ProtoReflect

func (*GetHealthBackendServiceRequest) Reset

func (x *GetHealthBackendServiceRequest) Reset()

func (*GetHealthBackendServiceRequest) String

type GetHealthCheckRequest

type GetHealthCheckRequest struct {

	// Name of the HealthCheck resource to return.
	HealthCheck string `protobuf:"bytes,308876645,opt,name=health_check,json=healthCheck,proto3" json:"health_check,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

A request message for HealthChecks.Get. See the method description for details.

func (*GetHealthCheckRequest) Descriptor

func (*GetHealthCheckRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetHealthCheckRequest.ProtoReflect.Descriptor instead.

func (*GetHealthCheckRequest) GetHealthCheck

func (x *GetHealthCheckRequest) GetHealthCheck() string

func (*GetHealthCheckRequest) GetProject

func (x *GetHealthCheckRequest) GetProject() string

func (*GetHealthCheckRequest) ProtoMessage

func (*GetHealthCheckRequest) ProtoMessage()

func (*GetHealthCheckRequest) ProtoReflect

func (x *GetHealthCheckRequest) ProtoReflect() protoreflect.Message

func (*GetHealthCheckRequest) Reset

func (x *GetHealthCheckRequest) Reset()

func (*GetHealthCheckRequest) String

func (x *GetHealthCheckRequest) String() string

type GetHealthRegionBackendServiceRequest

type GetHealthRegionBackendServiceRequest struct {

	// Name of the BackendService resource for which to get health.
	BackendService string `protobuf:"bytes,306946058,opt,name=backend_service,json=backendService,proto3" json:"backend_service,omitempty"`
	Project        string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// The body resource for this request
	ResourceGroupReferenceResource *ResourceGroupReference `protobuf:"bytes,112951123,opt,name=resource_group_reference_resource,json=resourceGroupReferenceResource,proto3" json:"resource_group_reference_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionBackendServices.GetHealth. See the method description for details.

func (*GetHealthRegionBackendServiceRequest) Descriptor

func (*GetHealthRegionBackendServiceRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetHealthRegionBackendServiceRequest.ProtoReflect.Descriptor instead.

func (*GetHealthRegionBackendServiceRequest) GetBackendService

func (x *GetHealthRegionBackendServiceRequest) GetBackendService() string

func (*GetHealthRegionBackendServiceRequest) GetProject

func (*GetHealthRegionBackendServiceRequest) GetRegion

func (*GetHealthRegionBackendServiceRequest) GetResourceGroupReferenceResource

func (x *GetHealthRegionBackendServiceRequest) GetResourceGroupReferenceResource() *ResourceGroupReference

func (*GetHealthRegionBackendServiceRequest) ProtoMessage

func (*GetHealthRegionBackendServiceRequest) ProtoMessage()

func (*GetHealthRegionBackendServiceRequest) ProtoReflect

func (*GetHealthRegionBackendServiceRequest) Reset

func (*GetHealthRegionBackendServiceRequest) String

type GetHealthTargetPoolRequest

type GetHealthTargetPoolRequest struct {

	// The body resource for this request
	InstanceReferenceResource *InstanceReference `protobuf:"bytes,292926060,opt,name=instance_reference_resource,json=instanceReferenceResource,proto3" json:"instance_reference_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Name of the TargetPool resource to which the queried instance belongs.
	TargetPool string `protobuf:"bytes,62796298,opt,name=target_pool,json=targetPool,proto3" json:"target_pool,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetPools.GetHealth. See the method description for details.

func (*GetHealthTargetPoolRequest) Descriptor

func (*GetHealthTargetPoolRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetHealthTargetPoolRequest.ProtoReflect.Descriptor instead.

func (*GetHealthTargetPoolRequest) GetInstanceReferenceResource

func (x *GetHealthTargetPoolRequest) GetInstanceReferenceResource() *InstanceReference

func (*GetHealthTargetPoolRequest) GetProject

func (x *GetHealthTargetPoolRequest) GetProject() string

func (*GetHealthTargetPoolRequest) GetRegion

func (x *GetHealthTargetPoolRequest) GetRegion() string

func (*GetHealthTargetPoolRequest) GetTargetPool

func (x *GetHealthTargetPoolRequest) GetTargetPool() string

func (*GetHealthTargetPoolRequest) ProtoMessage

func (*GetHealthTargetPoolRequest) ProtoMessage()

func (*GetHealthTargetPoolRequest) ProtoReflect

func (*GetHealthTargetPoolRequest) Reset

func (x *GetHealthTargetPoolRequest) Reset()

func (*GetHealthTargetPoolRequest) String

func (x *GetHealthTargetPoolRequest) String() string

type GetIamPolicyBackendServiceRequest

type GetIamPolicyBackendServiceRequest struct {

	// Requested IAM Policy version.
	OptionsRequestedPolicyVersion *int32 `protobuf:"varint,499220029,opt,name=options_requested_policy_version,json=optionsRequestedPolicyVersion,proto3,oneof" json:"options_requested_policy_version,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for BackendServices.GetIamPolicy. See the method description for details.

func (*GetIamPolicyBackendServiceRequest) Descriptor

func (*GetIamPolicyBackendServiceRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetIamPolicyBackendServiceRequest.ProtoReflect.Descriptor instead.

func (*GetIamPolicyBackendServiceRequest) GetOptionsRequestedPolicyVersion

func (x *GetIamPolicyBackendServiceRequest) GetOptionsRequestedPolicyVersion() int32

func (*GetIamPolicyBackendServiceRequest) GetProject

func (x *GetIamPolicyBackendServiceRequest) GetProject() string

func (*GetIamPolicyBackendServiceRequest) GetResource

func (x *GetIamPolicyBackendServiceRequest) GetResource() string

func (*GetIamPolicyBackendServiceRequest) ProtoMessage

func (*GetIamPolicyBackendServiceRequest) ProtoMessage()

func (*GetIamPolicyBackendServiceRequest) ProtoReflect

func (*GetIamPolicyBackendServiceRequest) Reset

func (*GetIamPolicyBackendServiceRequest) String

type GetIamPolicyDiskRequest

type GetIamPolicyDiskRequest struct {

	// Requested IAM Policy version.
	OptionsRequestedPolicyVersion *int32 `protobuf:"varint,499220029,opt,name=options_requested_policy_version,json=optionsRequestedPolicyVersion,proto3,oneof" json:"options_requested_policy_version,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Disks.GetIamPolicy. See the method description for details.

func (*GetIamPolicyDiskRequest) Descriptor

func (*GetIamPolicyDiskRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetIamPolicyDiskRequest.ProtoReflect.Descriptor instead.

func (*GetIamPolicyDiskRequest) GetOptionsRequestedPolicyVersion

func (x *GetIamPolicyDiskRequest) GetOptionsRequestedPolicyVersion() int32

func (*GetIamPolicyDiskRequest) GetProject

func (x *GetIamPolicyDiskRequest) GetProject() string

func (*GetIamPolicyDiskRequest) GetResource

func (x *GetIamPolicyDiskRequest) GetResource() string

func (*GetIamPolicyDiskRequest) GetZone

func (x *GetIamPolicyDiskRequest) GetZone() string

func (*GetIamPolicyDiskRequest) ProtoMessage

func (*GetIamPolicyDiskRequest) ProtoMessage()

func (*GetIamPolicyDiskRequest) ProtoReflect

func (x *GetIamPolicyDiskRequest) ProtoReflect() protoreflect.Message

func (*GetIamPolicyDiskRequest) Reset

func (x *GetIamPolicyDiskRequest) Reset()

func (*GetIamPolicyDiskRequest) String

func (x *GetIamPolicyDiskRequest) String() string

type GetIamPolicyFirewallPolicyRequest

type GetIamPolicyFirewallPolicyRequest struct {

	// Requested IAM Policy version.
	OptionsRequestedPolicyVersion *int32 `protobuf:"varint,499220029,opt,name=options_requested_policy_version,json=optionsRequestedPolicyVersion,proto3,oneof" json:"options_requested_policy_version,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for FirewallPolicies.GetIamPolicy. See the method description for details.

func (*GetIamPolicyFirewallPolicyRequest) Descriptor

func (*GetIamPolicyFirewallPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetIamPolicyFirewallPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetIamPolicyFirewallPolicyRequest) GetOptionsRequestedPolicyVersion

func (x *GetIamPolicyFirewallPolicyRequest) GetOptionsRequestedPolicyVersion() int32

func (*GetIamPolicyFirewallPolicyRequest) GetResource

func (x *GetIamPolicyFirewallPolicyRequest) GetResource() string

func (*GetIamPolicyFirewallPolicyRequest) ProtoMessage

func (*GetIamPolicyFirewallPolicyRequest) ProtoMessage()

func (*GetIamPolicyFirewallPolicyRequest) ProtoReflect

func (*GetIamPolicyFirewallPolicyRequest) Reset

func (*GetIamPolicyFirewallPolicyRequest) String

type GetIamPolicyImageRequest

type GetIamPolicyImageRequest struct {

	// Requested IAM Policy version.
	OptionsRequestedPolicyVersion *int32 `protobuf:"varint,499220029,opt,name=options_requested_policy_version,json=optionsRequestedPolicyVersion,proto3,oneof" json:"options_requested_policy_version,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for Images.GetIamPolicy. See the method description for details.

func (*GetIamPolicyImageRequest) Descriptor

func (*GetIamPolicyImageRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetIamPolicyImageRequest.ProtoReflect.Descriptor instead.

func (*GetIamPolicyImageRequest) GetOptionsRequestedPolicyVersion

func (x *GetIamPolicyImageRequest) GetOptionsRequestedPolicyVersion() int32

func (*GetIamPolicyImageRequest) GetProject

func (x *GetIamPolicyImageRequest) GetProject() string

func (*GetIamPolicyImageRequest) GetResource

func (x *GetIamPolicyImageRequest) GetResource() string

func (*GetIamPolicyImageRequest) ProtoMessage

func (*GetIamPolicyImageRequest) ProtoMessage()

func (*GetIamPolicyImageRequest) ProtoReflect

func (x *GetIamPolicyImageRequest) ProtoReflect() protoreflect.Message

func (*GetIamPolicyImageRequest) Reset

func (x *GetIamPolicyImageRequest) Reset()

func (*GetIamPolicyImageRequest) String

func (x *GetIamPolicyImageRequest) String() string

type GetIamPolicyInstanceRequest

type GetIamPolicyInstanceRequest struct {

	// Requested IAM Policy version.
	OptionsRequestedPolicyVersion *int32 `protobuf:"varint,499220029,opt,name=options_requested_policy_version,json=optionsRequestedPolicyVersion,proto3,oneof" json:"options_requested_policy_version,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Instances.GetIamPolicy. See the method description for details.

func (*GetIamPolicyInstanceRequest) Descriptor

func (*GetIamPolicyInstanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetIamPolicyInstanceRequest.ProtoReflect.Descriptor instead.

func (*GetIamPolicyInstanceRequest) GetOptionsRequestedPolicyVersion

func (x *GetIamPolicyInstanceRequest) GetOptionsRequestedPolicyVersion() int32

func (*GetIamPolicyInstanceRequest) GetProject

func (x *GetIamPolicyInstanceRequest) GetProject() string

func (*GetIamPolicyInstanceRequest) GetResource

func (x *GetIamPolicyInstanceRequest) GetResource() string

func (*GetIamPolicyInstanceRequest) GetZone

func (x *GetIamPolicyInstanceRequest) GetZone() string

func (*GetIamPolicyInstanceRequest) ProtoMessage

func (*GetIamPolicyInstanceRequest) ProtoMessage()

func (*GetIamPolicyInstanceRequest) ProtoReflect

func (*GetIamPolicyInstanceRequest) Reset

func (x *GetIamPolicyInstanceRequest) Reset()

func (*GetIamPolicyInstanceRequest) String

func (x *GetIamPolicyInstanceRequest) String() string

type GetIamPolicyInstanceTemplateRequest

type GetIamPolicyInstanceTemplateRequest struct {

	// Requested IAM Policy version.
	OptionsRequestedPolicyVersion *int32 `protobuf:"varint,499220029,opt,name=options_requested_policy_version,json=optionsRequestedPolicyVersion,proto3,oneof" json:"options_requested_policy_version,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for InstanceTemplates.GetIamPolicy. See the method description for details.

func (*GetIamPolicyInstanceTemplateRequest) Descriptor

func (*GetIamPolicyInstanceTemplateRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetIamPolicyInstanceTemplateRequest.ProtoReflect.Descriptor instead.

func (*GetIamPolicyInstanceTemplateRequest) GetOptionsRequestedPolicyVersion

func (x *GetIamPolicyInstanceTemplateRequest) GetOptionsRequestedPolicyVersion() int32

func (*GetIamPolicyInstanceTemplateRequest) GetProject

func (*GetIamPolicyInstanceTemplateRequest) GetResource

func (*GetIamPolicyInstanceTemplateRequest) ProtoMessage

func (*GetIamPolicyInstanceTemplateRequest) ProtoMessage()

func (*GetIamPolicyInstanceTemplateRequest) ProtoReflect

func (*GetIamPolicyInstanceTemplateRequest) Reset

func (*GetIamPolicyInstanceTemplateRequest) String

type GetIamPolicyLicenseRequest

type GetIamPolicyLicenseRequest struct {

	// Requested IAM Policy version.
	OptionsRequestedPolicyVersion *int32 `protobuf:"varint,499220029,opt,name=options_requested_policy_version,json=optionsRequestedPolicyVersion,proto3,oneof" json:"options_requested_policy_version,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for Licenses.GetIamPolicy. See the method description for details.

func (*GetIamPolicyLicenseRequest) Descriptor

func (*GetIamPolicyLicenseRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetIamPolicyLicenseRequest.ProtoReflect.Descriptor instead.

func (*GetIamPolicyLicenseRequest) GetOptionsRequestedPolicyVersion

func (x *GetIamPolicyLicenseRequest) GetOptionsRequestedPolicyVersion() int32

func (*GetIamPolicyLicenseRequest) GetProject

func (x *GetIamPolicyLicenseRequest) GetProject() string

func (*GetIamPolicyLicenseRequest) GetResource

func (x *GetIamPolicyLicenseRequest) GetResource() string

func (*GetIamPolicyLicenseRequest) ProtoMessage

func (*GetIamPolicyLicenseRequest) ProtoMessage()

func (*GetIamPolicyLicenseRequest) ProtoReflect

func (*GetIamPolicyLicenseRequest) Reset

func (x *GetIamPolicyLicenseRequest) Reset()

func (*GetIamPolicyLicenseRequest) String

func (x *GetIamPolicyLicenseRequest) String() string

type GetIamPolicyMachineImageRequest

type GetIamPolicyMachineImageRequest struct {

	// Requested IAM Policy version.
	OptionsRequestedPolicyVersion *int32 `protobuf:"varint,499220029,opt,name=options_requested_policy_version,json=optionsRequestedPolicyVersion,proto3,oneof" json:"options_requested_policy_version,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for MachineImages.GetIamPolicy. See the method description for details.

func (*GetIamPolicyMachineImageRequest) Descriptor

func (*GetIamPolicyMachineImageRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetIamPolicyMachineImageRequest.ProtoReflect.Descriptor instead.

func (*GetIamPolicyMachineImageRequest) GetOptionsRequestedPolicyVersion

func (x *GetIamPolicyMachineImageRequest) GetOptionsRequestedPolicyVersion() int32

func (*GetIamPolicyMachineImageRequest) GetProject

func (x *GetIamPolicyMachineImageRequest) GetProject() string

func (*GetIamPolicyMachineImageRequest) GetResource

func (x *GetIamPolicyMachineImageRequest) GetResource() string

func (*GetIamPolicyMachineImageRequest) ProtoMessage

func (*GetIamPolicyMachineImageRequest) ProtoMessage()

func (*GetIamPolicyMachineImageRequest) ProtoReflect

func (*GetIamPolicyMachineImageRequest) Reset

func (*GetIamPolicyMachineImageRequest) String

type GetIamPolicyNetworkAttachmentRequest

type GetIamPolicyNetworkAttachmentRequest struct {

	// Requested IAM Policy version.
	OptionsRequestedPolicyVersion *int32 `protobuf:"varint,499220029,opt,name=options_requested_policy_version,json=optionsRequestedPolicyVersion,proto3,oneof" json:"options_requested_policy_version,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for NetworkAttachments.GetIamPolicy. See the method description for details.

func (*GetIamPolicyNetworkAttachmentRequest) Descriptor

func (*GetIamPolicyNetworkAttachmentRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetIamPolicyNetworkAttachmentRequest.ProtoReflect.Descriptor instead.

func (*GetIamPolicyNetworkAttachmentRequest) GetOptionsRequestedPolicyVersion

func (x *GetIamPolicyNetworkAttachmentRequest) GetOptionsRequestedPolicyVersion() int32

func (*GetIamPolicyNetworkAttachmentRequest) GetProject

func (*GetIamPolicyNetworkAttachmentRequest) GetRegion

func (*GetIamPolicyNetworkAttachmentRequest) GetResource

func (*GetIamPolicyNetworkAttachmentRequest) ProtoMessage

func (*GetIamPolicyNetworkAttachmentRequest) ProtoMessage()

func (*GetIamPolicyNetworkAttachmentRequest) ProtoReflect

func (*GetIamPolicyNetworkAttachmentRequest) Reset

func (*GetIamPolicyNetworkAttachmentRequest) String

type GetIamPolicyNetworkFirewallPolicyRequest

type GetIamPolicyNetworkFirewallPolicyRequest struct {

	// Requested IAM Policy version.
	OptionsRequestedPolicyVersion *int32 `protobuf:"varint,499220029,opt,name=options_requested_policy_version,json=optionsRequestedPolicyVersion,proto3,oneof" json:"options_requested_policy_version,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for NetworkFirewallPolicies.GetIamPolicy. See the method description for details.

func (*GetIamPolicyNetworkFirewallPolicyRequest) Descriptor

func (*GetIamPolicyNetworkFirewallPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetIamPolicyNetworkFirewallPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetIamPolicyNetworkFirewallPolicyRequest) GetOptionsRequestedPolicyVersion

func (x *GetIamPolicyNetworkFirewallPolicyRequest) GetOptionsRequestedPolicyVersion() int32

func (*GetIamPolicyNetworkFirewallPolicyRequest) GetProject

func (*GetIamPolicyNetworkFirewallPolicyRequest) GetResource

func (*GetIamPolicyNetworkFirewallPolicyRequest) ProtoMessage

func (*GetIamPolicyNetworkFirewallPolicyRequest) ProtoReflect

func (*GetIamPolicyNetworkFirewallPolicyRequest) Reset

func (*GetIamPolicyNetworkFirewallPolicyRequest) String

type GetIamPolicyNodeGroupRequest

type GetIamPolicyNodeGroupRequest struct {

	// Requested IAM Policy version.
	OptionsRequestedPolicyVersion *int32 `protobuf:"varint,499220029,opt,name=options_requested_policy_version,json=optionsRequestedPolicyVersion,proto3,oneof" json:"options_requested_policy_version,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for NodeGroups.GetIamPolicy. See the method description for details.

func (*GetIamPolicyNodeGroupRequest) Descriptor

func (*GetIamPolicyNodeGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetIamPolicyNodeGroupRequest.ProtoReflect.Descriptor instead.

func (*GetIamPolicyNodeGroupRequest) GetOptionsRequestedPolicyVersion

func (x *GetIamPolicyNodeGroupRequest) GetOptionsRequestedPolicyVersion() int32

func (*GetIamPolicyNodeGroupRequest) GetProject

func (x *GetIamPolicyNodeGroupRequest) GetProject() string

func (*GetIamPolicyNodeGroupRequest) GetResource

func (x *GetIamPolicyNodeGroupRequest) GetResource() string

func (*GetIamPolicyNodeGroupRequest) GetZone

func (x *GetIamPolicyNodeGroupRequest) GetZone() string

func (*GetIamPolicyNodeGroupRequest) ProtoMessage

func (*GetIamPolicyNodeGroupRequest) ProtoMessage()

func (*GetIamPolicyNodeGroupRequest) ProtoReflect

func (*GetIamPolicyNodeGroupRequest) Reset

func (x *GetIamPolicyNodeGroupRequest) Reset()

func (*GetIamPolicyNodeGroupRequest) String

type GetIamPolicyNodeTemplateRequest

type GetIamPolicyNodeTemplateRequest struct {

	// Requested IAM Policy version.
	OptionsRequestedPolicyVersion *int32 `protobuf:"varint,499220029,opt,name=options_requested_policy_version,json=optionsRequestedPolicyVersion,proto3,oneof" json:"options_requested_policy_version,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for NodeTemplates.GetIamPolicy. See the method description for details.

func (*GetIamPolicyNodeTemplateRequest) Descriptor

func (*GetIamPolicyNodeTemplateRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetIamPolicyNodeTemplateRequest.ProtoReflect.Descriptor instead.

func (*GetIamPolicyNodeTemplateRequest) GetOptionsRequestedPolicyVersion

func (x *GetIamPolicyNodeTemplateRequest) GetOptionsRequestedPolicyVersion() int32

func (*GetIamPolicyNodeTemplateRequest) GetProject

func (x *GetIamPolicyNodeTemplateRequest) GetProject() string

func (*GetIamPolicyNodeTemplateRequest) GetRegion

func (x *GetIamPolicyNodeTemplateRequest) GetRegion() string

func (*GetIamPolicyNodeTemplateRequest) GetResource

func (x *GetIamPolicyNodeTemplateRequest) GetResource() string

func (*GetIamPolicyNodeTemplateRequest) ProtoMessage

func (*GetIamPolicyNodeTemplateRequest) ProtoMessage()

func (*GetIamPolicyNodeTemplateRequest) ProtoReflect

func (*GetIamPolicyNodeTemplateRequest) Reset

func (*GetIamPolicyNodeTemplateRequest) String

type GetIamPolicyRegionBackendServiceRequest

type GetIamPolicyRegionBackendServiceRequest struct {

	// Requested IAM Policy version.
	OptionsRequestedPolicyVersion *int32 `protobuf:"varint,499220029,opt,name=options_requested_policy_version,json=optionsRequestedPolicyVersion,proto3,oneof" json:"options_requested_policy_version,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionBackendServices.GetIamPolicy. See the method description for details.

func (*GetIamPolicyRegionBackendServiceRequest) Descriptor

func (*GetIamPolicyRegionBackendServiceRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetIamPolicyRegionBackendServiceRequest.ProtoReflect.Descriptor instead.

func (*GetIamPolicyRegionBackendServiceRequest) GetOptionsRequestedPolicyVersion

func (x *GetIamPolicyRegionBackendServiceRequest) GetOptionsRequestedPolicyVersion() int32

func (*GetIamPolicyRegionBackendServiceRequest) GetProject

func (*GetIamPolicyRegionBackendServiceRequest) GetRegion

func (*GetIamPolicyRegionBackendServiceRequest) GetResource

func (*GetIamPolicyRegionBackendServiceRequest) ProtoMessage

func (*GetIamPolicyRegionBackendServiceRequest) ProtoReflect

func (*GetIamPolicyRegionBackendServiceRequest) Reset

func (*GetIamPolicyRegionBackendServiceRequest) String

type GetIamPolicyRegionDiskRequest

type GetIamPolicyRegionDiskRequest struct {

	// Requested IAM Policy version.
	OptionsRequestedPolicyVersion *int32 `protobuf:"varint,499220029,opt,name=options_requested_policy_version,json=optionsRequestedPolicyVersion,proto3,oneof" json:"options_requested_policy_version,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionDisks.GetIamPolicy. See the method description for details.

func (*GetIamPolicyRegionDiskRequest) Descriptor

func (*GetIamPolicyRegionDiskRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetIamPolicyRegionDiskRequest.ProtoReflect.Descriptor instead.

func (*GetIamPolicyRegionDiskRequest) GetOptionsRequestedPolicyVersion

func (x *GetIamPolicyRegionDiskRequest) GetOptionsRequestedPolicyVersion() int32

func (*GetIamPolicyRegionDiskRequest) GetProject

func (x *GetIamPolicyRegionDiskRequest) GetProject() string

func (*GetIamPolicyRegionDiskRequest) GetRegion

func (x *GetIamPolicyRegionDiskRequest) GetRegion() string

func (*GetIamPolicyRegionDiskRequest) GetResource

func (x *GetIamPolicyRegionDiskRequest) GetResource() string

func (*GetIamPolicyRegionDiskRequest) ProtoMessage

func (*GetIamPolicyRegionDiskRequest) ProtoMessage()

func (*GetIamPolicyRegionDiskRequest) ProtoReflect

func (*GetIamPolicyRegionDiskRequest) Reset

func (x *GetIamPolicyRegionDiskRequest) Reset()

func (*GetIamPolicyRegionDiskRequest) String

type GetIamPolicyRegionNetworkFirewallPolicyRequest

type GetIamPolicyRegionNetworkFirewallPolicyRequest struct {

	// Requested IAM Policy version.
	OptionsRequestedPolicyVersion *int32 `protobuf:"varint,499220029,opt,name=options_requested_policy_version,json=optionsRequestedPolicyVersion,proto3,oneof" json:"options_requested_policy_version,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionNetworkFirewallPolicies.GetIamPolicy. See the method description for details.

func (*GetIamPolicyRegionNetworkFirewallPolicyRequest) Descriptor

Deprecated: Use GetIamPolicyRegionNetworkFirewallPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetIamPolicyRegionNetworkFirewallPolicyRequest) GetOptionsRequestedPolicyVersion

func (x *GetIamPolicyRegionNetworkFirewallPolicyRequest) GetOptionsRequestedPolicyVersion() int32

func (*GetIamPolicyRegionNetworkFirewallPolicyRequest) GetProject

func (*GetIamPolicyRegionNetworkFirewallPolicyRequest) GetRegion

func (*GetIamPolicyRegionNetworkFirewallPolicyRequest) GetResource

func (*GetIamPolicyRegionNetworkFirewallPolicyRequest) ProtoMessage

func (*GetIamPolicyRegionNetworkFirewallPolicyRequest) ProtoReflect

func (*GetIamPolicyRegionNetworkFirewallPolicyRequest) Reset

func (*GetIamPolicyRegionNetworkFirewallPolicyRequest) String

type GetIamPolicyReservationRequest

type GetIamPolicyReservationRequest struct {

	// Requested IAM Policy version.
	OptionsRequestedPolicyVersion *int32 `protobuf:"varint,499220029,opt,name=options_requested_policy_version,json=optionsRequestedPolicyVersion,proto3,oneof" json:"options_requested_policy_version,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Reservations.GetIamPolicy. See the method description for details.

func (*GetIamPolicyReservationRequest) Descriptor

func (*GetIamPolicyReservationRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetIamPolicyReservationRequest.ProtoReflect.Descriptor instead.

func (*GetIamPolicyReservationRequest) GetOptionsRequestedPolicyVersion

func (x *GetIamPolicyReservationRequest) GetOptionsRequestedPolicyVersion() int32

func (*GetIamPolicyReservationRequest) GetProject

func (x *GetIamPolicyReservationRequest) GetProject() string

func (*GetIamPolicyReservationRequest) GetResource

func (x *GetIamPolicyReservationRequest) GetResource() string

func (*GetIamPolicyReservationRequest) GetZone

func (*GetIamPolicyReservationRequest) ProtoMessage

func (*GetIamPolicyReservationRequest) ProtoMessage()

func (*GetIamPolicyReservationRequest) ProtoReflect

func (*GetIamPolicyReservationRequest) Reset

func (x *GetIamPolicyReservationRequest) Reset()

func (*GetIamPolicyReservationRequest) String

type GetIamPolicyResourcePolicyRequest

type GetIamPolicyResourcePolicyRequest struct {

	// Requested IAM Policy version.
	OptionsRequestedPolicyVersion *int32 `protobuf:"varint,499220029,opt,name=options_requested_policy_version,json=optionsRequestedPolicyVersion,proto3,oneof" json:"options_requested_policy_version,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for ResourcePolicies.GetIamPolicy. See the method description for details.

func (*GetIamPolicyResourcePolicyRequest) Descriptor

func (*GetIamPolicyResourcePolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetIamPolicyResourcePolicyRequest.ProtoReflect.Descriptor instead.

func (*GetIamPolicyResourcePolicyRequest) GetOptionsRequestedPolicyVersion

func (x *GetIamPolicyResourcePolicyRequest) GetOptionsRequestedPolicyVersion() int32

func (*GetIamPolicyResourcePolicyRequest) GetProject

func (x *GetIamPolicyResourcePolicyRequest) GetProject() string

func (*GetIamPolicyResourcePolicyRequest) GetRegion

func (*GetIamPolicyResourcePolicyRequest) GetResource

func (x *GetIamPolicyResourcePolicyRequest) GetResource() string

func (*GetIamPolicyResourcePolicyRequest) ProtoMessage

func (*GetIamPolicyResourcePolicyRequest) ProtoMessage()

func (*GetIamPolicyResourcePolicyRequest) ProtoReflect

func (*GetIamPolicyResourcePolicyRequest) Reset

func (*GetIamPolicyResourcePolicyRequest) String

type GetIamPolicyServiceAttachmentRequest

type GetIamPolicyServiceAttachmentRequest struct {

	// Requested IAM Policy version.
	OptionsRequestedPolicyVersion *int32 `protobuf:"varint,499220029,opt,name=options_requested_policy_version,json=optionsRequestedPolicyVersion,proto3,oneof" json:"options_requested_policy_version,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for ServiceAttachments.GetIamPolicy. See the method description for details.

func (*GetIamPolicyServiceAttachmentRequest) Descriptor

func (*GetIamPolicyServiceAttachmentRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetIamPolicyServiceAttachmentRequest.ProtoReflect.Descriptor instead.

func (*GetIamPolicyServiceAttachmentRequest) GetOptionsRequestedPolicyVersion

func (x *GetIamPolicyServiceAttachmentRequest) GetOptionsRequestedPolicyVersion() int32

func (*GetIamPolicyServiceAttachmentRequest) GetProject

func (*GetIamPolicyServiceAttachmentRequest) GetRegion

func (*GetIamPolicyServiceAttachmentRequest) GetResource

func (*GetIamPolicyServiceAttachmentRequest) ProtoMessage

func (*GetIamPolicyServiceAttachmentRequest) ProtoMessage()

func (*GetIamPolicyServiceAttachmentRequest) ProtoReflect

func (*GetIamPolicyServiceAttachmentRequest) Reset

func (*GetIamPolicyServiceAttachmentRequest) String

type GetIamPolicySnapshotRequest

type GetIamPolicySnapshotRequest struct {

	// Requested IAM Policy version.
	OptionsRequestedPolicyVersion *int32 `protobuf:"varint,499220029,opt,name=options_requested_policy_version,json=optionsRequestedPolicyVersion,proto3,oneof" json:"options_requested_policy_version,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for Snapshots.GetIamPolicy. See the method description for details.

func (*GetIamPolicySnapshotRequest) Descriptor

func (*GetIamPolicySnapshotRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetIamPolicySnapshotRequest.ProtoReflect.Descriptor instead.

func (*GetIamPolicySnapshotRequest) GetOptionsRequestedPolicyVersion

func (x *GetIamPolicySnapshotRequest) GetOptionsRequestedPolicyVersion() int32

func (*GetIamPolicySnapshotRequest) GetProject

func (x *GetIamPolicySnapshotRequest) GetProject() string

func (*GetIamPolicySnapshotRequest) GetResource

func (x *GetIamPolicySnapshotRequest) GetResource() string

func (*GetIamPolicySnapshotRequest) ProtoMessage

func (*GetIamPolicySnapshotRequest) ProtoMessage()

func (*GetIamPolicySnapshotRequest) ProtoReflect

func (*GetIamPolicySnapshotRequest) Reset

func (x *GetIamPolicySnapshotRequest) Reset()

func (*GetIamPolicySnapshotRequest) String

func (x *GetIamPolicySnapshotRequest) String() string

type GetIamPolicySubnetworkRequest

type GetIamPolicySubnetworkRequest struct {

	// Requested IAM Policy version.
	OptionsRequestedPolicyVersion *int32 `protobuf:"varint,499220029,opt,name=options_requested_policy_version,json=optionsRequestedPolicyVersion,proto3,oneof" json:"options_requested_policy_version,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for Subnetworks.GetIamPolicy. See the method description for details.

func (*GetIamPolicySubnetworkRequest) Descriptor

func (*GetIamPolicySubnetworkRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetIamPolicySubnetworkRequest.ProtoReflect.Descriptor instead.

func (*GetIamPolicySubnetworkRequest) GetOptionsRequestedPolicyVersion

func (x *GetIamPolicySubnetworkRequest) GetOptionsRequestedPolicyVersion() int32

func (*GetIamPolicySubnetworkRequest) GetProject

func (x *GetIamPolicySubnetworkRequest) GetProject() string

func (*GetIamPolicySubnetworkRequest) GetRegion

func (x *GetIamPolicySubnetworkRequest) GetRegion() string

func (*GetIamPolicySubnetworkRequest) GetResource

func (x *GetIamPolicySubnetworkRequest) GetResource() string

func (*GetIamPolicySubnetworkRequest) ProtoMessage

func (*GetIamPolicySubnetworkRequest) ProtoMessage()

func (*GetIamPolicySubnetworkRequest) ProtoReflect

func (*GetIamPolicySubnetworkRequest) Reset

func (x *GetIamPolicySubnetworkRequest) Reset()

func (*GetIamPolicySubnetworkRequest) String

type GetImageFamilyViewRequest

type GetImageFamilyViewRequest struct {

	// Name of the image family to search for.
	Family string `protobuf:"bytes,328751972,opt,name=family,proto3" json:"family,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for ImageFamilyViews.Get. See the method description for details.

func (*GetImageFamilyViewRequest) Descriptor

func (*GetImageFamilyViewRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetImageFamilyViewRequest.ProtoReflect.Descriptor instead.

func (*GetImageFamilyViewRequest) GetFamily

func (x *GetImageFamilyViewRequest) GetFamily() string

func (*GetImageFamilyViewRequest) GetProject

func (x *GetImageFamilyViewRequest) GetProject() string

func (*GetImageFamilyViewRequest) GetZone

func (x *GetImageFamilyViewRequest) GetZone() string

func (*GetImageFamilyViewRequest) ProtoMessage

func (*GetImageFamilyViewRequest) ProtoMessage()

func (*GetImageFamilyViewRequest) ProtoReflect

func (*GetImageFamilyViewRequest) Reset

func (x *GetImageFamilyViewRequest) Reset()

func (*GetImageFamilyViewRequest) String

func (x *GetImageFamilyViewRequest) String() string

type GetImageRequest

type GetImageRequest struct {

	// Name of the image resource to return.
	Image string `protobuf:"bytes,100313435,opt,name=image,proto3" json:"image,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

A request message for Images.Get. See the method description for details.

func (*GetImageRequest) Descriptor

func (*GetImageRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetImageRequest.ProtoReflect.Descriptor instead.

func (*GetImageRequest) GetImage

func (x *GetImageRequest) GetImage() string

func (*GetImageRequest) GetProject

func (x *GetImageRequest) GetProject() string

func (*GetImageRequest) ProtoMessage

func (*GetImageRequest) ProtoMessage()

func (*GetImageRequest) ProtoReflect

func (x *GetImageRequest) ProtoReflect() protoreflect.Message

func (*GetImageRequest) Reset

func (x *GetImageRequest) Reset()

func (*GetImageRequest) String

func (x *GetImageRequest) String() string

type GetInstanceGroupManagerRequest

type GetInstanceGroupManagerRequest struct {

	// The name of the managed instance group.
	InstanceGroupManager string `protobuf:"bytes,249363395,opt,name=instance_group_manager,json=instanceGroupManager,proto3" json:"instance_group_manager,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the zone where the managed instance group is located.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for InstanceGroupManagers.Get. See the method description for details.

func (*GetInstanceGroupManagerRequest) Descriptor

func (*GetInstanceGroupManagerRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetInstanceGroupManagerRequest.ProtoReflect.Descriptor instead.

func (*GetInstanceGroupManagerRequest) GetInstanceGroupManager

func (x *GetInstanceGroupManagerRequest) GetInstanceGroupManager() string

func (*GetInstanceGroupManagerRequest) GetProject

func (x *GetInstanceGroupManagerRequest) GetProject() string

func (*GetInstanceGroupManagerRequest) GetZone

func (*GetInstanceGroupManagerRequest) ProtoMessage

func (*GetInstanceGroupManagerRequest) ProtoMessage()

func (*GetInstanceGroupManagerRequest) ProtoReflect

func (*GetInstanceGroupManagerRequest) Reset

func (x *GetInstanceGroupManagerRequest) Reset()

func (*GetInstanceGroupManagerRequest) String

type GetInstanceGroupRequest

type GetInstanceGroupRequest struct {

	// The name of the instance group.
	InstanceGroup string `protobuf:"bytes,81095253,opt,name=instance_group,json=instanceGroup,proto3" json:"instance_group,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the zone where the instance group is located.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for InstanceGroups.Get. See the method description for details.

func (*GetInstanceGroupRequest) Descriptor

func (*GetInstanceGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetInstanceGroupRequest.ProtoReflect.Descriptor instead.

func (*GetInstanceGroupRequest) GetInstanceGroup

func (x *GetInstanceGroupRequest) GetInstanceGroup() string

func (*GetInstanceGroupRequest) GetProject

func (x *GetInstanceGroupRequest) GetProject() string

func (*GetInstanceGroupRequest) GetZone

func (x *GetInstanceGroupRequest) GetZone() string

func (*GetInstanceGroupRequest) ProtoMessage

func (*GetInstanceGroupRequest) ProtoMessage()

func (*GetInstanceGroupRequest) ProtoReflect

func (x *GetInstanceGroupRequest) ProtoReflect() protoreflect.Message

func (*GetInstanceGroupRequest) Reset

func (x *GetInstanceGroupRequest) Reset()

func (*GetInstanceGroupRequest) String

func (x *GetInstanceGroupRequest) String() string

type GetInstanceRequest

type GetInstanceRequest struct {

	// Name of the instance resource to return.
	Instance string `protobuf:"bytes,18257045,opt,name=instance,proto3" json:"instance,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Instances.Get. See the method description for details.

func (*GetInstanceRequest) Descriptor

func (*GetInstanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetInstanceRequest.ProtoReflect.Descriptor instead.

func (*GetInstanceRequest) GetInstance

func (x *GetInstanceRequest) GetInstance() string

func (*GetInstanceRequest) GetProject

func (x *GetInstanceRequest) GetProject() string

func (*GetInstanceRequest) GetZone

func (x *GetInstanceRequest) GetZone() string

func (*GetInstanceRequest) ProtoMessage

func (*GetInstanceRequest) ProtoMessage()

func (*GetInstanceRequest) ProtoReflect

func (x *GetInstanceRequest) ProtoReflect() protoreflect.Message

func (*GetInstanceRequest) Reset

func (x *GetInstanceRequest) Reset()

func (*GetInstanceRequest) String

func (x *GetInstanceRequest) String() string

type GetInstanceTemplateRequest

type GetInstanceTemplateRequest struct {

	// The name of the instance template.
	InstanceTemplate string `protobuf:"bytes,309248228,opt,name=instance_template,json=instanceTemplate,proto3" json:"instance_template,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

A request message for InstanceTemplates.Get. See the method description for details.

func (*GetInstanceTemplateRequest) Descriptor

func (*GetInstanceTemplateRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetInstanceTemplateRequest.ProtoReflect.Descriptor instead.

func (*GetInstanceTemplateRequest) GetInstanceTemplate

func (x *GetInstanceTemplateRequest) GetInstanceTemplate() string

func (*GetInstanceTemplateRequest) GetProject

func (x *GetInstanceTemplateRequest) GetProject() string

func (*GetInstanceTemplateRequest) ProtoMessage

func (*GetInstanceTemplateRequest) ProtoMessage()

func (*GetInstanceTemplateRequest) ProtoReflect

func (*GetInstanceTemplateRequest) Reset

func (x *GetInstanceTemplateRequest) Reset()

func (*GetInstanceTemplateRequest) String

func (x *GetInstanceTemplateRequest) String() string

type GetInterconnectAttachmentRequest

type GetInterconnectAttachmentRequest struct {

	// Name of the interconnect attachment to return.
	InterconnectAttachment string `protobuf:"bytes,308135284,opt,name=interconnect_attachment,json=interconnectAttachment,proto3" json:"interconnect_attachment,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// contains filtered or unexported fields
}

A request message for InterconnectAttachments.Get. See the method description for details.

func (*GetInterconnectAttachmentRequest) Descriptor

func (*GetInterconnectAttachmentRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetInterconnectAttachmentRequest.ProtoReflect.Descriptor instead.

func (*GetInterconnectAttachmentRequest) GetInterconnectAttachment

func (x *GetInterconnectAttachmentRequest) GetInterconnectAttachment() string

func (*GetInterconnectAttachmentRequest) GetProject

func (x *GetInterconnectAttachmentRequest) GetProject() string

func (*GetInterconnectAttachmentRequest) GetRegion

func (*GetInterconnectAttachmentRequest) ProtoMessage

func (*GetInterconnectAttachmentRequest) ProtoMessage()

func (*GetInterconnectAttachmentRequest) ProtoReflect

func (*GetInterconnectAttachmentRequest) Reset

func (*GetInterconnectAttachmentRequest) String

type GetInterconnectLocationRequest

type GetInterconnectLocationRequest struct {

	// Name of the interconnect location to return.
	InterconnectLocation string `protobuf:"bytes,492235846,opt,name=interconnect_location,json=interconnectLocation,proto3" json:"interconnect_location,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

A request message for InterconnectLocations.Get. See the method description for details.

func (*GetInterconnectLocationRequest) Descriptor

func (*GetInterconnectLocationRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetInterconnectLocationRequest.ProtoReflect.Descriptor instead.

func (*GetInterconnectLocationRequest) GetInterconnectLocation

func (x *GetInterconnectLocationRequest) GetInterconnectLocation() string

func (*GetInterconnectLocationRequest) GetProject

func (x *GetInterconnectLocationRequest) GetProject() string

func (*GetInterconnectLocationRequest) ProtoMessage

func (*GetInterconnectLocationRequest) ProtoMessage()

func (*GetInterconnectLocationRequest) ProtoReflect

func (*GetInterconnectLocationRequest) Reset

func (x *GetInterconnectLocationRequest) Reset()

func (*GetInterconnectLocationRequest) String

type GetInterconnectRemoteLocationRequest

type GetInterconnectRemoteLocationRequest struct {

	// Name of the interconnect remote location to return.
	InterconnectRemoteLocation string `protobuf:"bytes,290153949,opt,name=interconnect_remote_location,json=interconnectRemoteLocation,proto3" json:"interconnect_remote_location,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

A request message for InterconnectRemoteLocations.Get. See the method description for details.

func (*GetInterconnectRemoteLocationRequest) Descriptor

func (*GetInterconnectRemoteLocationRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetInterconnectRemoteLocationRequest.ProtoReflect.Descriptor instead.

func (*GetInterconnectRemoteLocationRequest) GetInterconnectRemoteLocation

func (x *GetInterconnectRemoteLocationRequest) GetInterconnectRemoteLocation() string

func (*GetInterconnectRemoteLocationRequest) GetProject

func (*GetInterconnectRemoteLocationRequest) ProtoMessage

func (*GetInterconnectRemoteLocationRequest) ProtoMessage()

func (*GetInterconnectRemoteLocationRequest) ProtoReflect

func (*GetInterconnectRemoteLocationRequest) Reset

func (*GetInterconnectRemoteLocationRequest) String

type GetInterconnectRequest

type GetInterconnectRequest struct {

	// Name of the interconnect to return.
	Interconnect string `protobuf:"bytes,224601230,opt,name=interconnect,proto3" json:"interconnect,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

A request message for Interconnects.Get. See the method description for details.

func (*GetInterconnectRequest) Descriptor

func (*GetInterconnectRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetInterconnectRequest.ProtoReflect.Descriptor instead.

func (*GetInterconnectRequest) GetInterconnect

func (x *GetInterconnectRequest) GetInterconnect() string

func (*GetInterconnectRequest) GetProject

func (x *GetInterconnectRequest) GetProject() string

func (*GetInterconnectRequest) ProtoMessage

func (*GetInterconnectRequest) ProtoMessage()

func (*GetInterconnectRequest) ProtoReflect

func (x *GetInterconnectRequest) ProtoReflect() protoreflect.Message

func (*GetInterconnectRequest) Reset

func (x *GetInterconnectRequest) Reset()

func (*GetInterconnectRequest) String

func (x *GetInterconnectRequest) String() string

type GetLicenseCodeRequest

type GetLicenseCodeRequest struct {

	// Number corresponding to the License code resource to return.
	LicenseCode string `protobuf:"bytes,1467179,opt,name=license_code,json=licenseCode,proto3" json:"license_code,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

A request message for LicenseCodes.Get. See the method description for details.

func (*GetLicenseCodeRequest) Descriptor

func (*GetLicenseCodeRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetLicenseCodeRequest.ProtoReflect.Descriptor instead.

func (*GetLicenseCodeRequest) GetLicenseCode

func (x *GetLicenseCodeRequest) GetLicenseCode() string

func (*GetLicenseCodeRequest) GetProject

func (x *GetLicenseCodeRequest) GetProject() string

func (*GetLicenseCodeRequest) ProtoMessage

func (*GetLicenseCodeRequest) ProtoMessage()

func (*GetLicenseCodeRequest) ProtoReflect

func (x *GetLicenseCodeRequest) ProtoReflect() protoreflect.Message

func (*GetLicenseCodeRequest) Reset

func (x *GetLicenseCodeRequest) Reset()

func (*GetLicenseCodeRequest) String

func (x *GetLicenseCodeRequest) String() string

type GetLicenseRequest

type GetLicenseRequest struct {

	// Name of the License resource to return.
	License string `protobuf:"bytes,166757441,opt,name=license,proto3" json:"license,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

A request message for Licenses.Get. See the method description for details.

func (*GetLicenseRequest) Descriptor

func (*GetLicenseRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetLicenseRequest.ProtoReflect.Descriptor instead.

func (*GetLicenseRequest) GetLicense

func (x *GetLicenseRequest) GetLicense() string

func (*GetLicenseRequest) GetProject

func (x *GetLicenseRequest) GetProject() string

func (*GetLicenseRequest) ProtoMessage

func (*GetLicenseRequest) ProtoMessage()

func (*GetLicenseRequest) ProtoReflect

func (x *GetLicenseRequest) ProtoReflect() protoreflect.Message

func (*GetLicenseRequest) Reset

func (x *GetLicenseRequest) Reset()

func (*GetLicenseRequest) String

func (x *GetLicenseRequest) String() string

type GetMachineImageRequest

type GetMachineImageRequest struct {

	// The name of the machine image.
	MachineImage string `protobuf:"bytes,69189475,opt,name=machine_image,json=machineImage,proto3" json:"machine_image,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

A request message for MachineImages.Get. See the method description for details.

func (*GetMachineImageRequest) Descriptor

func (*GetMachineImageRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetMachineImageRequest.ProtoReflect.Descriptor instead.

func (*GetMachineImageRequest) GetMachineImage

func (x *GetMachineImageRequest) GetMachineImage() string

func (*GetMachineImageRequest) GetProject

func (x *GetMachineImageRequest) GetProject() string

func (*GetMachineImageRequest) ProtoMessage

func (*GetMachineImageRequest) ProtoMessage()

func (*GetMachineImageRequest) ProtoReflect

func (x *GetMachineImageRequest) ProtoReflect() protoreflect.Message

func (*GetMachineImageRequest) Reset

func (x *GetMachineImageRequest) Reset()

func (*GetMachineImageRequest) String

func (x *GetMachineImageRequest) String() string

type GetMachineTypeRequest

type GetMachineTypeRequest struct {

	// Name of the machine type to return.
	MachineType string `protobuf:"bytes,227711026,opt,name=machine_type,json=machineType,proto3" json:"machine_type,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for MachineTypes.Get. See the method description for details.

func (*GetMachineTypeRequest) Descriptor

func (*GetMachineTypeRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetMachineTypeRequest.ProtoReflect.Descriptor instead.

func (*GetMachineTypeRequest) GetMachineType

func (x *GetMachineTypeRequest) GetMachineType() string

func (*GetMachineTypeRequest) GetProject

func (x *GetMachineTypeRequest) GetProject() string

func (*GetMachineTypeRequest) GetZone

func (x *GetMachineTypeRequest) GetZone() string

func (*GetMachineTypeRequest) ProtoMessage

func (*GetMachineTypeRequest) ProtoMessage()

func (*GetMachineTypeRequest) ProtoReflect

func (x *GetMachineTypeRequest) ProtoReflect() protoreflect.Message

func (*GetMachineTypeRequest) Reset

func (x *GetMachineTypeRequest) Reset()

func (*GetMachineTypeRequest) String

func (x *GetMachineTypeRequest) String() string

type GetNatMappingInfoRoutersRequest

type GetNatMappingInfoRoutersRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Name of the nat service to filter the Nat Mapping information. If it is omitted, all nats for this router will be returned. Name should conform to RFC1035.
	NatName *string `protobuf:"bytes,425596649,opt,name=nat_name,json=natName,proto3,oneof" json:"nat_name,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// Name of the Router resource to query for Nat Mapping information of VM endpoints.
	Router string `protobuf:"bytes,148608841,opt,name=router,proto3" json:"router,omitempty"`
	// contains filtered or unexported fields
}

A request message for Routers.GetNatMappingInfo. See the method description for details.

func (*GetNatMappingInfoRoutersRequest) Descriptor

func (*GetNatMappingInfoRoutersRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetNatMappingInfoRoutersRequest.ProtoReflect.Descriptor instead.

func (*GetNatMappingInfoRoutersRequest) GetFilter

func (x *GetNatMappingInfoRoutersRequest) GetFilter() string

func (*GetNatMappingInfoRoutersRequest) GetMaxResults

func (x *GetNatMappingInfoRoutersRequest) GetMaxResults() uint32

func (*GetNatMappingInfoRoutersRequest) GetNatName

func (x *GetNatMappingInfoRoutersRequest) GetNatName() string

func (*GetNatMappingInfoRoutersRequest) GetOrderBy

func (x *GetNatMappingInfoRoutersRequest) GetOrderBy() string

func (*GetNatMappingInfoRoutersRequest) GetPageToken

func (x *GetNatMappingInfoRoutersRequest) GetPageToken() string

func (*GetNatMappingInfoRoutersRequest) GetProject

func (x *GetNatMappingInfoRoutersRequest) GetProject() string

func (*GetNatMappingInfoRoutersRequest) GetRegion

func (x *GetNatMappingInfoRoutersRequest) GetRegion() string

func (*GetNatMappingInfoRoutersRequest) GetReturnPartialSuccess

func (x *GetNatMappingInfoRoutersRequest) GetReturnPartialSuccess() bool

func (*GetNatMappingInfoRoutersRequest) GetRouter

func (x *GetNatMappingInfoRoutersRequest) GetRouter() string

func (*GetNatMappingInfoRoutersRequest) ProtoMessage

func (*GetNatMappingInfoRoutersRequest) ProtoMessage()

func (*GetNatMappingInfoRoutersRequest) ProtoReflect

func (*GetNatMappingInfoRoutersRequest) Reset

func (*GetNatMappingInfoRoutersRequest) String

type GetNetworkAttachmentRequest

type GetNetworkAttachmentRequest struct {

	// Name of the NetworkAttachment resource to return.
	NetworkAttachment string `protobuf:"bytes,224644052,opt,name=network_attachment,json=networkAttachment,proto3" json:"network_attachment,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region of this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// contains filtered or unexported fields
}

A request message for NetworkAttachments.Get. See the method description for details.

func (*GetNetworkAttachmentRequest) Descriptor

func (*GetNetworkAttachmentRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetNetworkAttachmentRequest.ProtoReflect.Descriptor instead.

func (*GetNetworkAttachmentRequest) GetNetworkAttachment

func (x *GetNetworkAttachmentRequest) GetNetworkAttachment() string

func (*GetNetworkAttachmentRequest) GetProject

func (x *GetNetworkAttachmentRequest) GetProject() string

func (*GetNetworkAttachmentRequest) GetRegion

func (x *GetNetworkAttachmentRequest) GetRegion() string

func (*GetNetworkAttachmentRequest) ProtoMessage

func (*GetNetworkAttachmentRequest) ProtoMessage()

func (*GetNetworkAttachmentRequest) ProtoReflect

func (*GetNetworkAttachmentRequest) Reset

func (x *GetNetworkAttachmentRequest) Reset()

func (*GetNetworkAttachmentRequest) String

func (x *GetNetworkAttachmentRequest) String() string

type GetNetworkEdgeSecurityServiceRequest

type GetNetworkEdgeSecurityServiceRequest struct {

	// Name of the network edge security service to get.
	NetworkEdgeSecurityService string `protobuf:"bytes,157011879,opt,name=network_edge_security_service,json=networkEdgeSecurityService,proto3" json:"network_edge_security_service,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// contains filtered or unexported fields
}

A request message for NetworkEdgeSecurityServices.Get. See the method description for details.

func (*GetNetworkEdgeSecurityServiceRequest) Descriptor

func (*GetNetworkEdgeSecurityServiceRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetNetworkEdgeSecurityServiceRequest.ProtoReflect.Descriptor instead.

func (*GetNetworkEdgeSecurityServiceRequest) GetNetworkEdgeSecurityService

func (x *GetNetworkEdgeSecurityServiceRequest) GetNetworkEdgeSecurityService() string

func (*GetNetworkEdgeSecurityServiceRequest) GetProject

func (*GetNetworkEdgeSecurityServiceRequest) GetRegion

func (*GetNetworkEdgeSecurityServiceRequest) ProtoMessage

func (*GetNetworkEdgeSecurityServiceRequest) ProtoMessage()

func (*GetNetworkEdgeSecurityServiceRequest) ProtoReflect

func (*GetNetworkEdgeSecurityServiceRequest) Reset

func (*GetNetworkEdgeSecurityServiceRequest) String

type GetNetworkEndpointGroupRequest

type GetNetworkEndpointGroupRequest struct {

	// The name of the network endpoint group. It should comply with RFC1035.
	NetworkEndpointGroup string `protobuf:"bytes,433907078,opt,name=network_endpoint_group,json=networkEndpointGroup,proto3" json:"network_endpoint_group,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the zone where the network endpoint group is located. It should comply with RFC1035.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for NetworkEndpointGroups.Get. See the method description for details.

func (*GetNetworkEndpointGroupRequest) Descriptor

func (*GetNetworkEndpointGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetNetworkEndpointGroupRequest.ProtoReflect.Descriptor instead.

func (*GetNetworkEndpointGroupRequest) GetNetworkEndpointGroup

func (x *GetNetworkEndpointGroupRequest) GetNetworkEndpointGroup() string

func (*GetNetworkEndpointGroupRequest) GetProject

func (x *GetNetworkEndpointGroupRequest) GetProject() string

func (*GetNetworkEndpointGroupRequest) GetZone

func (*GetNetworkEndpointGroupRequest) ProtoMessage

func (*GetNetworkEndpointGroupRequest) ProtoMessage()

func (*GetNetworkEndpointGroupRequest) ProtoReflect

func (*GetNetworkEndpointGroupRequest) Reset

func (x *GetNetworkEndpointGroupRequest) Reset()

func (*GetNetworkEndpointGroupRequest) String

type GetNetworkFirewallPolicyRequest

type GetNetworkFirewallPolicyRequest struct {

	// Name of the firewall policy to get.
	FirewallPolicy string `protobuf:"bytes,498173265,opt,name=firewall_policy,json=firewallPolicy,proto3" json:"firewall_policy,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

A request message for NetworkFirewallPolicies.Get. See the method description for details.

func (*GetNetworkFirewallPolicyRequest) Descriptor

func (*GetNetworkFirewallPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetNetworkFirewallPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetNetworkFirewallPolicyRequest) GetFirewallPolicy

func (x *GetNetworkFirewallPolicyRequest) GetFirewallPolicy() string

func (*GetNetworkFirewallPolicyRequest) GetProject

func (x *GetNetworkFirewallPolicyRequest) GetProject() string

func (*GetNetworkFirewallPolicyRequest) ProtoMessage

func (*GetNetworkFirewallPolicyRequest) ProtoMessage()

func (*GetNetworkFirewallPolicyRequest) ProtoReflect

func (*GetNetworkFirewallPolicyRequest) Reset

func (*GetNetworkFirewallPolicyRequest) String

type GetNetworkRequest

type GetNetworkRequest struct {

	// Name of the network to return.
	Network string `protobuf:"bytes,232872494,opt,name=network,proto3" json:"network,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

A request message for Networks.Get. See the method description for details.

func (*GetNetworkRequest) Descriptor

func (*GetNetworkRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetNetworkRequest.ProtoReflect.Descriptor instead.

func (*GetNetworkRequest) GetNetwork

func (x *GetNetworkRequest) GetNetwork() string

func (*GetNetworkRequest) GetProject

func (x *GetNetworkRequest) GetProject() string

func (*GetNetworkRequest) ProtoMessage

func (*GetNetworkRequest) ProtoMessage()

func (*GetNetworkRequest) ProtoReflect

func (x *GetNetworkRequest) ProtoReflect() protoreflect.Message

func (*GetNetworkRequest) Reset

func (x *GetNetworkRequest) Reset()

func (*GetNetworkRequest) String

func (x *GetNetworkRequest) String() string

type GetNodeGroupRequest

type GetNodeGroupRequest struct {

	// Name of the node group to return.
	NodeGroup string `protobuf:"bytes,469958146,opt,name=node_group,json=nodeGroup,proto3" json:"node_group,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for NodeGroups.Get. See the method description for details.

func (*GetNodeGroupRequest) Descriptor

func (*GetNodeGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetNodeGroupRequest.ProtoReflect.Descriptor instead.

func (*GetNodeGroupRequest) GetNodeGroup

func (x *GetNodeGroupRequest) GetNodeGroup() string

func (*GetNodeGroupRequest) GetProject

func (x *GetNodeGroupRequest) GetProject() string

func (*GetNodeGroupRequest) GetZone

func (x *GetNodeGroupRequest) GetZone() string

func (*GetNodeGroupRequest) ProtoMessage

func (*GetNodeGroupRequest) ProtoMessage()

func (*GetNodeGroupRequest) ProtoReflect

func (x *GetNodeGroupRequest) ProtoReflect() protoreflect.Message

func (*GetNodeGroupRequest) Reset

func (x *GetNodeGroupRequest) Reset()

func (*GetNodeGroupRequest) String

func (x *GetNodeGroupRequest) String() string

type GetNodeTemplateRequest

type GetNodeTemplateRequest struct {

	// Name of the node template to return.
	NodeTemplate string `protobuf:"bytes,323154455,opt,name=node_template,json=nodeTemplate,proto3" json:"node_template,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// contains filtered or unexported fields
}

A request message for NodeTemplates.Get. See the method description for details.

func (*GetNodeTemplateRequest) Descriptor

func (*GetNodeTemplateRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetNodeTemplateRequest.ProtoReflect.Descriptor instead.

func (*GetNodeTemplateRequest) GetNodeTemplate

func (x *GetNodeTemplateRequest) GetNodeTemplate() string

func (*GetNodeTemplateRequest) GetProject

func (x *GetNodeTemplateRequest) GetProject() string

func (*GetNodeTemplateRequest) GetRegion

func (x *GetNodeTemplateRequest) GetRegion() string

func (*GetNodeTemplateRequest) ProtoMessage

func (*GetNodeTemplateRequest) ProtoMessage()

func (*GetNodeTemplateRequest) ProtoReflect

func (x *GetNodeTemplateRequest) ProtoReflect() protoreflect.Message

func (*GetNodeTemplateRequest) Reset

func (x *GetNodeTemplateRequest) Reset()

func (*GetNodeTemplateRequest) String

func (x *GetNodeTemplateRequest) String() string

type GetNodeTypeRequest

type GetNodeTypeRequest struct {

	// Name of the node type to return.
	NodeType string `protobuf:"bytes,465832791,opt,name=node_type,json=nodeType,proto3" json:"node_type,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for NodeTypes.Get. See the method description for details.

func (*GetNodeTypeRequest) Descriptor

func (*GetNodeTypeRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetNodeTypeRequest.ProtoReflect.Descriptor instead.

func (*GetNodeTypeRequest) GetNodeType

func (x *GetNodeTypeRequest) GetNodeType() string

func (*GetNodeTypeRequest) GetProject

func (x *GetNodeTypeRequest) GetProject() string

func (*GetNodeTypeRequest) GetZone

func (x *GetNodeTypeRequest) GetZone() string

func (*GetNodeTypeRequest) ProtoMessage

func (*GetNodeTypeRequest) ProtoMessage()

func (*GetNodeTypeRequest) ProtoReflect

func (x *GetNodeTypeRequest) ProtoReflect() protoreflect.Message

func (*GetNodeTypeRequest) Reset

func (x *GetNodeTypeRequest) Reset()

func (*GetNodeTypeRequest) String

func (x *GetNodeTypeRequest) String() string

type GetPacketMirroringRequest

type GetPacketMirroringRequest struct {

	// Name of the PacketMirroring resource to return.
	PacketMirroring string `protobuf:"bytes,22305996,opt,name=packet_mirroring,json=packetMirroring,proto3" json:"packet_mirroring,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// contains filtered or unexported fields
}

A request message for PacketMirrorings.Get. See the method description for details.

func (*GetPacketMirroringRequest) Descriptor

func (*GetPacketMirroringRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetPacketMirroringRequest.ProtoReflect.Descriptor instead.

func (*GetPacketMirroringRequest) GetPacketMirroring

func (x *GetPacketMirroringRequest) GetPacketMirroring() string

func (*GetPacketMirroringRequest) GetProject

func (x *GetPacketMirroringRequest) GetProject() string

func (*GetPacketMirroringRequest) GetRegion

func (x *GetPacketMirroringRequest) GetRegion() string

func (*GetPacketMirroringRequest) ProtoMessage

func (*GetPacketMirroringRequest) ProtoMessage()

func (*GetPacketMirroringRequest) ProtoReflect

func (*GetPacketMirroringRequest) Reset

func (x *GetPacketMirroringRequest) Reset()

func (*GetPacketMirroringRequest) String

func (x *GetPacketMirroringRequest) String() string

type GetProjectRequest

type GetProjectRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

A request message for Projects.Get. See the method description for details.

func (*GetProjectRequest) Descriptor

func (*GetProjectRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetProjectRequest.ProtoReflect.Descriptor instead.

func (*GetProjectRequest) GetProject

func (x *GetProjectRequest) GetProject() string

func (*GetProjectRequest) ProtoMessage

func (*GetProjectRequest) ProtoMessage()

func (*GetProjectRequest) ProtoReflect

func (x *GetProjectRequest) ProtoReflect() protoreflect.Message

func (*GetProjectRequest) Reset

func (x *GetProjectRequest) Reset()

func (*GetProjectRequest) String

func (x *GetProjectRequest) String() string

type GetPublicAdvertisedPrefixeRequest

type GetPublicAdvertisedPrefixeRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the PublicAdvertisedPrefix resource to return.
	PublicAdvertisedPrefix string `protobuf:"bytes,101874590,opt,name=public_advertised_prefix,json=publicAdvertisedPrefix,proto3" json:"public_advertised_prefix,omitempty"`
	// contains filtered or unexported fields
}

A request message for PublicAdvertisedPrefixes.Get. See the method description for details.

func (*GetPublicAdvertisedPrefixeRequest) Descriptor

func (*GetPublicAdvertisedPrefixeRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetPublicAdvertisedPrefixeRequest.ProtoReflect.Descriptor instead.

func (*GetPublicAdvertisedPrefixeRequest) GetProject

func (x *GetPublicAdvertisedPrefixeRequest) GetProject() string

func (*GetPublicAdvertisedPrefixeRequest) GetPublicAdvertisedPrefix

func (x *GetPublicAdvertisedPrefixeRequest) GetPublicAdvertisedPrefix() string

func (*GetPublicAdvertisedPrefixeRequest) ProtoMessage

func (*GetPublicAdvertisedPrefixeRequest) ProtoMessage()

func (*GetPublicAdvertisedPrefixeRequest) ProtoReflect

func (*GetPublicAdvertisedPrefixeRequest) Reset

func (*GetPublicAdvertisedPrefixeRequest) String

type GetPublicDelegatedPrefixeRequest

type GetPublicDelegatedPrefixeRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the PublicDelegatedPrefix resource to return.
	PublicDelegatedPrefix string `protobuf:"bytes,204238440,opt,name=public_delegated_prefix,json=publicDelegatedPrefix,proto3" json:"public_delegated_prefix,omitempty"`
	// Name of the region of this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// contains filtered or unexported fields
}

A request message for PublicDelegatedPrefixes.Get. See the method description for details.

func (*GetPublicDelegatedPrefixeRequest) Descriptor

func (*GetPublicDelegatedPrefixeRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetPublicDelegatedPrefixeRequest.ProtoReflect.Descriptor instead.

func (*GetPublicDelegatedPrefixeRequest) GetProject

func (x *GetPublicDelegatedPrefixeRequest) GetProject() string

func (*GetPublicDelegatedPrefixeRequest) GetPublicDelegatedPrefix

func (x *GetPublicDelegatedPrefixeRequest) GetPublicDelegatedPrefix() string

func (*GetPublicDelegatedPrefixeRequest) GetRegion

func (*GetPublicDelegatedPrefixeRequest) ProtoMessage

func (*GetPublicDelegatedPrefixeRequest) ProtoMessage()

func (*GetPublicDelegatedPrefixeRequest) ProtoReflect

func (*GetPublicDelegatedPrefixeRequest) Reset

func (*GetPublicDelegatedPrefixeRequest) String

type GetRegionAutoscalerRequest

type GetRegionAutoscalerRequest struct {

	// Name of the autoscaler to return.
	Autoscaler string `protobuf:"bytes,517258967,opt,name=autoscaler,proto3" json:"autoscaler,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionAutoscalers.Get. See the method description for details.

func (*GetRegionAutoscalerRequest) Descriptor

func (*GetRegionAutoscalerRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRegionAutoscalerRequest.ProtoReflect.Descriptor instead.

func (*GetRegionAutoscalerRequest) GetAutoscaler

func (x *GetRegionAutoscalerRequest) GetAutoscaler() string

func (*GetRegionAutoscalerRequest) GetProject

func (x *GetRegionAutoscalerRequest) GetProject() string

func (*GetRegionAutoscalerRequest) GetRegion

func (x *GetRegionAutoscalerRequest) GetRegion() string

func (*GetRegionAutoscalerRequest) ProtoMessage

func (*GetRegionAutoscalerRequest) ProtoMessage()

func (*GetRegionAutoscalerRequest) ProtoReflect

func (*GetRegionAutoscalerRequest) Reset

func (x *GetRegionAutoscalerRequest) Reset()

func (*GetRegionAutoscalerRequest) String

func (x *GetRegionAutoscalerRequest) String() string

type GetRegionBackendServiceRequest

type GetRegionBackendServiceRequest struct {

	// Name of the BackendService resource to return.
	BackendService string `protobuf:"bytes,306946058,opt,name=backend_service,json=backendService,proto3" json:"backend_service,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionBackendServices.Get. See the method description for details.

func (*GetRegionBackendServiceRequest) Descriptor

func (*GetRegionBackendServiceRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRegionBackendServiceRequest.ProtoReflect.Descriptor instead.

func (*GetRegionBackendServiceRequest) GetBackendService

func (x *GetRegionBackendServiceRequest) GetBackendService() string

func (*GetRegionBackendServiceRequest) GetProject

func (x *GetRegionBackendServiceRequest) GetProject() string

func (*GetRegionBackendServiceRequest) GetRegion

func (x *GetRegionBackendServiceRequest) GetRegion() string

func (*GetRegionBackendServiceRequest) ProtoMessage

func (*GetRegionBackendServiceRequest) ProtoMessage()

func (*GetRegionBackendServiceRequest) ProtoReflect

func (*GetRegionBackendServiceRequest) Reset

func (x *GetRegionBackendServiceRequest) Reset()

func (*GetRegionBackendServiceRequest) String

type GetRegionCommitmentRequest

type GetRegionCommitmentRequest struct {

	// Name of the commitment to return.
	Commitment string `protobuf:"bytes,482134805,opt,name=commitment,proto3" json:"commitment,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionCommitments.Get. See the method description for details.

func (*GetRegionCommitmentRequest) Descriptor

func (*GetRegionCommitmentRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRegionCommitmentRequest.ProtoReflect.Descriptor instead.

func (*GetRegionCommitmentRequest) GetCommitment

func (x *GetRegionCommitmentRequest) GetCommitment() string

func (*GetRegionCommitmentRequest) GetProject

func (x *GetRegionCommitmentRequest) GetProject() string

func (*GetRegionCommitmentRequest) GetRegion

func (x *GetRegionCommitmentRequest) GetRegion() string

func (*GetRegionCommitmentRequest) ProtoMessage

func (*GetRegionCommitmentRequest) ProtoMessage()

func (*GetRegionCommitmentRequest) ProtoReflect

func (*GetRegionCommitmentRequest) Reset

func (x *GetRegionCommitmentRequest) Reset()

func (*GetRegionCommitmentRequest) String

func (x *GetRegionCommitmentRequest) String() string

type GetRegionDiskRequest

type GetRegionDiskRequest struct {

	// Name of the regional persistent disk to return.
	Disk string `protobuf:"bytes,3083677,opt,name=disk,proto3" json:"disk,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionDisks.Get. See the method description for details.

func (*GetRegionDiskRequest) Descriptor

func (*GetRegionDiskRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRegionDiskRequest.ProtoReflect.Descriptor instead.

func (*GetRegionDiskRequest) GetDisk

func (x *GetRegionDiskRequest) GetDisk() string

func (*GetRegionDiskRequest) GetProject

func (x *GetRegionDiskRequest) GetProject() string

func (*GetRegionDiskRequest) GetRegion

func (x *GetRegionDiskRequest) GetRegion() string

func (*GetRegionDiskRequest) ProtoMessage

func (*GetRegionDiskRequest) ProtoMessage()

func (*GetRegionDiskRequest) ProtoReflect

func (x *GetRegionDiskRequest) ProtoReflect() protoreflect.Message

func (*GetRegionDiskRequest) Reset

func (x *GetRegionDiskRequest) Reset()

func (*GetRegionDiskRequest) String

func (x *GetRegionDiskRequest) String() string

type GetRegionDiskTypeRequest

type GetRegionDiskTypeRequest struct {

	// Name of the disk type to return.
	DiskType string `protobuf:"bytes,93009052,opt,name=disk_type,json=diskType,proto3" json:"disk_type,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionDiskTypes.Get. See the method description for details.

func (*GetRegionDiskTypeRequest) Descriptor

func (*GetRegionDiskTypeRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRegionDiskTypeRequest.ProtoReflect.Descriptor instead.

func (*GetRegionDiskTypeRequest) GetDiskType

func (x *GetRegionDiskTypeRequest) GetDiskType() string

func (*GetRegionDiskTypeRequest) GetProject

func (x *GetRegionDiskTypeRequest) GetProject() string

func (*GetRegionDiskTypeRequest) GetRegion

func (x *GetRegionDiskTypeRequest) GetRegion() string

func (*GetRegionDiskTypeRequest) ProtoMessage

func (*GetRegionDiskTypeRequest) ProtoMessage()

func (*GetRegionDiskTypeRequest) ProtoReflect

func (x *GetRegionDiskTypeRequest) ProtoReflect() protoreflect.Message

func (*GetRegionDiskTypeRequest) Reset

func (x *GetRegionDiskTypeRequest) Reset()

func (*GetRegionDiskTypeRequest) String

func (x *GetRegionDiskTypeRequest) String() string

type GetRegionHealthCheckRequest

type GetRegionHealthCheckRequest struct {

	// Name of the HealthCheck resource to return.
	HealthCheck string `protobuf:"bytes,308876645,opt,name=health_check,json=healthCheck,proto3" json:"health_check,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionHealthChecks.Get. See the method description for details.

func (*GetRegionHealthCheckRequest) Descriptor

func (*GetRegionHealthCheckRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRegionHealthCheckRequest.ProtoReflect.Descriptor instead.

func (*GetRegionHealthCheckRequest) GetHealthCheck

func (x *GetRegionHealthCheckRequest) GetHealthCheck() string

func (*GetRegionHealthCheckRequest) GetProject

func (x *GetRegionHealthCheckRequest) GetProject() string

func (*GetRegionHealthCheckRequest) GetRegion

func (x *GetRegionHealthCheckRequest) GetRegion() string

func (*GetRegionHealthCheckRequest) ProtoMessage

func (*GetRegionHealthCheckRequest) ProtoMessage()

func (*GetRegionHealthCheckRequest) ProtoReflect

func (*GetRegionHealthCheckRequest) Reset

func (x *GetRegionHealthCheckRequest) Reset()

func (*GetRegionHealthCheckRequest) String

func (x *GetRegionHealthCheckRequest) String() string

type GetRegionHealthCheckServiceRequest

type GetRegionHealthCheckServiceRequest struct {

	// Name of the HealthCheckService to update. The name must be 1-63 characters long, and comply with RFC1035.
	HealthCheckService string `protobuf:"bytes,408374747,opt,name=health_check_service,json=healthCheckService,proto3" json:"health_check_service,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionHealthCheckServices.Get. See the method description for details.

func (*GetRegionHealthCheckServiceRequest) Descriptor

func (*GetRegionHealthCheckServiceRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRegionHealthCheckServiceRequest.ProtoReflect.Descriptor instead.

func (*GetRegionHealthCheckServiceRequest) GetHealthCheckService

func (x *GetRegionHealthCheckServiceRequest) GetHealthCheckService() string

func (*GetRegionHealthCheckServiceRequest) GetProject

func (*GetRegionHealthCheckServiceRequest) GetRegion

func (*GetRegionHealthCheckServiceRequest) ProtoMessage

func (*GetRegionHealthCheckServiceRequest) ProtoMessage()

func (*GetRegionHealthCheckServiceRequest) ProtoReflect

func (*GetRegionHealthCheckServiceRequest) Reset

func (*GetRegionHealthCheckServiceRequest) String

type GetRegionInstanceGroupManagerRequest

type GetRegionInstanceGroupManagerRequest struct {

	// Name of the managed instance group to return.
	InstanceGroupManager string `protobuf:"bytes,249363395,opt,name=instance_group_manager,json=instanceGroupManager,proto3" json:"instance_group_manager,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionInstanceGroupManagers.Get. See the method description for details.

func (*GetRegionInstanceGroupManagerRequest) Descriptor

func (*GetRegionInstanceGroupManagerRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRegionInstanceGroupManagerRequest.ProtoReflect.Descriptor instead.

func (*GetRegionInstanceGroupManagerRequest) GetInstanceGroupManager

func (x *GetRegionInstanceGroupManagerRequest) GetInstanceGroupManager() string

func (*GetRegionInstanceGroupManagerRequest) GetProject

func (*GetRegionInstanceGroupManagerRequest) GetRegion

func (*GetRegionInstanceGroupManagerRequest) ProtoMessage

func (*GetRegionInstanceGroupManagerRequest) ProtoMessage()

func (*GetRegionInstanceGroupManagerRequest) ProtoReflect

func (*GetRegionInstanceGroupManagerRequest) Reset

func (*GetRegionInstanceGroupManagerRequest) String

type GetRegionInstanceGroupRequest

type GetRegionInstanceGroupRequest struct {

	// Name of the instance group resource to return.
	InstanceGroup string `protobuf:"bytes,81095253,opt,name=instance_group,json=instanceGroup,proto3" json:"instance_group,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionInstanceGroups.Get. See the method description for details.

func (*GetRegionInstanceGroupRequest) Descriptor

func (*GetRegionInstanceGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRegionInstanceGroupRequest.ProtoReflect.Descriptor instead.

func (*GetRegionInstanceGroupRequest) GetInstanceGroup

func (x *GetRegionInstanceGroupRequest) GetInstanceGroup() string

func (*GetRegionInstanceGroupRequest) GetProject

func (x *GetRegionInstanceGroupRequest) GetProject() string

func (*GetRegionInstanceGroupRequest) GetRegion

func (x *GetRegionInstanceGroupRequest) GetRegion() string

func (*GetRegionInstanceGroupRequest) ProtoMessage

func (*GetRegionInstanceGroupRequest) ProtoMessage()

func (*GetRegionInstanceGroupRequest) ProtoReflect

func (*GetRegionInstanceGroupRequest) Reset

func (x *GetRegionInstanceGroupRequest) Reset()

func (*GetRegionInstanceGroupRequest) String

type GetRegionInstanceTemplateRequest

type GetRegionInstanceTemplateRequest struct {

	// The name of the instance template.
	InstanceTemplate string `protobuf:"bytes,309248228,opt,name=instance_template,json=instanceTemplate,proto3" json:"instance_template,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionInstanceTemplates.Get. See the method description for details.

func (*GetRegionInstanceTemplateRequest) Descriptor

func (*GetRegionInstanceTemplateRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRegionInstanceTemplateRequest.ProtoReflect.Descriptor instead.

func (*GetRegionInstanceTemplateRequest) GetInstanceTemplate

func (x *GetRegionInstanceTemplateRequest) GetInstanceTemplate() string

func (*GetRegionInstanceTemplateRequest) GetProject

func (x *GetRegionInstanceTemplateRequest) GetProject() string

func (*GetRegionInstanceTemplateRequest) GetRegion

func (*GetRegionInstanceTemplateRequest) ProtoMessage

func (*GetRegionInstanceTemplateRequest) ProtoMessage()

func (*GetRegionInstanceTemplateRequest) ProtoReflect

func (*GetRegionInstanceTemplateRequest) Reset

func (*GetRegionInstanceTemplateRequest) String

type GetRegionNetworkEndpointGroupRequest

type GetRegionNetworkEndpointGroupRequest struct {

	// The name of the network endpoint group. It should comply with RFC1035.
	NetworkEndpointGroup string `protobuf:"bytes,433907078,opt,name=network_endpoint_group,json=networkEndpointGroup,proto3" json:"network_endpoint_group,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the region where the network endpoint group is located. It should comply with RFC1035.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionNetworkEndpointGroups.Get. See the method description for details.

func (*GetRegionNetworkEndpointGroupRequest) Descriptor

func (*GetRegionNetworkEndpointGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRegionNetworkEndpointGroupRequest.ProtoReflect.Descriptor instead.

func (*GetRegionNetworkEndpointGroupRequest) GetNetworkEndpointGroup

func (x *GetRegionNetworkEndpointGroupRequest) GetNetworkEndpointGroup() string

func (*GetRegionNetworkEndpointGroupRequest) GetProject

func (*GetRegionNetworkEndpointGroupRequest) GetRegion

func (*GetRegionNetworkEndpointGroupRequest) ProtoMessage

func (*GetRegionNetworkEndpointGroupRequest) ProtoMessage()

func (*GetRegionNetworkEndpointGroupRequest) ProtoReflect

func (*GetRegionNetworkEndpointGroupRequest) Reset

func (*GetRegionNetworkEndpointGroupRequest) String

type GetRegionNetworkFirewallPolicyRequest

type GetRegionNetworkFirewallPolicyRequest struct {

	// Name of the firewall policy to get.
	FirewallPolicy string `protobuf:"bytes,498173265,opt,name=firewall_policy,json=firewallPolicy,proto3" json:"firewall_policy,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionNetworkFirewallPolicies.Get. See the method description for details.

func (*GetRegionNetworkFirewallPolicyRequest) Descriptor

func (*GetRegionNetworkFirewallPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRegionNetworkFirewallPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetRegionNetworkFirewallPolicyRequest) GetFirewallPolicy

func (x *GetRegionNetworkFirewallPolicyRequest) GetFirewallPolicy() string

func (*GetRegionNetworkFirewallPolicyRequest) GetProject

func (*GetRegionNetworkFirewallPolicyRequest) GetRegion

func (*GetRegionNetworkFirewallPolicyRequest) ProtoMessage

func (*GetRegionNetworkFirewallPolicyRequest) ProtoMessage()

func (*GetRegionNetworkFirewallPolicyRequest) ProtoReflect

func (*GetRegionNetworkFirewallPolicyRequest) Reset

func (*GetRegionNetworkFirewallPolicyRequest) String

type GetRegionNotificationEndpointRequest

type GetRegionNotificationEndpointRequest struct {

	// Name of the NotificationEndpoint resource to return.
	NotificationEndpoint string `protobuf:"bytes,376807017,opt,name=notification_endpoint,json=notificationEndpoint,proto3" json:"notification_endpoint,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionNotificationEndpoints.Get. See the method description for details.

func (*GetRegionNotificationEndpointRequest) Descriptor

func (*GetRegionNotificationEndpointRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRegionNotificationEndpointRequest.ProtoReflect.Descriptor instead.

func (*GetRegionNotificationEndpointRequest) GetNotificationEndpoint

func (x *GetRegionNotificationEndpointRequest) GetNotificationEndpoint() string

func (*GetRegionNotificationEndpointRequest) GetProject

func (*GetRegionNotificationEndpointRequest) GetRegion

func (*GetRegionNotificationEndpointRequest) ProtoMessage

func (*GetRegionNotificationEndpointRequest) ProtoMessage()

func (*GetRegionNotificationEndpointRequest) ProtoReflect

func (*GetRegionNotificationEndpointRequest) Reset

func (*GetRegionNotificationEndpointRequest) String

type GetRegionOperationRequest

type GetRegionOperationRequest struct {

	// Name of the Operations resource to return.
	Operation string `protobuf:"bytes,52090215,opt,name=operation,proto3" json:"operation,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionOperations.Get. See the method description for details.

func (*GetRegionOperationRequest) Descriptor

func (*GetRegionOperationRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRegionOperationRequest.ProtoReflect.Descriptor instead.

func (*GetRegionOperationRequest) GetOperation

func (x *GetRegionOperationRequest) GetOperation() string

func (*GetRegionOperationRequest) GetProject

func (x *GetRegionOperationRequest) GetProject() string

func (*GetRegionOperationRequest) GetRegion

func (x *GetRegionOperationRequest) GetRegion() string

func (*GetRegionOperationRequest) ProtoMessage

func (*GetRegionOperationRequest) ProtoMessage()

func (*GetRegionOperationRequest) ProtoReflect

func (*GetRegionOperationRequest) Reset

func (x *GetRegionOperationRequest) Reset()

func (*GetRegionOperationRequest) String

func (x *GetRegionOperationRequest) String() string

type GetRegionRequest

type GetRegionRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region resource to return.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// contains filtered or unexported fields
}

A request message for Regions.Get. See the method description for details.

func (*GetRegionRequest) Descriptor

func (*GetRegionRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRegionRequest.ProtoReflect.Descriptor instead.

func (*GetRegionRequest) GetProject

func (x *GetRegionRequest) GetProject() string

func (*GetRegionRequest) GetRegion

func (x *GetRegionRequest) GetRegion() string

func (*GetRegionRequest) ProtoMessage

func (*GetRegionRequest) ProtoMessage()

func (*GetRegionRequest) ProtoReflect

func (x *GetRegionRequest) ProtoReflect() protoreflect.Message

func (*GetRegionRequest) Reset

func (x *GetRegionRequest) Reset()

func (*GetRegionRequest) String

func (x *GetRegionRequest) String() string

type GetRegionSecurityPolicyRequest

type GetRegionSecurityPolicyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Name of the security policy to get.
	SecurityPolicy string `protobuf:"bytes,171082513,opt,name=security_policy,json=securityPolicy,proto3" json:"security_policy,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionSecurityPolicies.Get. See the method description for details.

func (*GetRegionSecurityPolicyRequest) Descriptor

func (*GetRegionSecurityPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRegionSecurityPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetRegionSecurityPolicyRequest) GetProject

func (x *GetRegionSecurityPolicyRequest) GetProject() string

func (*GetRegionSecurityPolicyRequest) GetRegion

func (x *GetRegionSecurityPolicyRequest) GetRegion() string

func (*GetRegionSecurityPolicyRequest) GetSecurityPolicy

func (x *GetRegionSecurityPolicyRequest) GetSecurityPolicy() string

func (*GetRegionSecurityPolicyRequest) ProtoMessage

func (*GetRegionSecurityPolicyRequest) ProtoMessage()

func (*GetRegionSecurityPolicyRequest) ProtoReflect

func (*GetRegionSecurityPolicyRequest) Reset

func (x *GetRegionSecurityPolicyRequest) Reset()

func (*GetRegionSecurityPolicyRequest) String

type GetRegionSslCertificateRequest

type GetRegionSslCertificateRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Name of the SslCertificate resource to return.
	SslCertificate string `protobuf:"bytes,46443492,opt,name=ssl_certificate,json=sslCertificate,proto3" json:"ssl_certificate,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionSslCertificates.Get. See the method description for details.

func (*GetRegionSslCertificateRequest) Descriptor

func (*GetRegionSslCertificateRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRegionSslCertificateRequest.ProtoReflect.Descriptor instead.

func (*GetRegionSslCertificateRequest) GetProject

func (x *GetRegionSslCertificateRequest) GetProject() string

func (*GetRegionSslCertificateRequest) GetRegion

func (x *GetRegionSslCertificateRequest) GetRegion() string

func (*GetRegionSslCertificateRequest) GetSslCertificate

func (x *GetRegionSslCertificateRequest) GetSslCertificate() string

func (*GetRegionSslCertificateRequest) ProtoMessage

func (*GetRegionSslCertificateRequest) ProtoMessage()

func (*GetRegionSslCertificateRequest) ProtoReflect

func (*GetRegionSslCertificateRequest) Reset

func (x *GetRegionSslCertificateRequest) Reset()

func (*GetRegionSslCertificateRequest) String

type GetRegionSslPolicyRequest

type GetRegionSslPolicyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Name of the SSL policy to update. The name must be 1-63 characters long, and comply with RFC1035.
	SslPolicy string `protobuf:"bytes,295190213,opt,name=ssl_policy,json=sslPolicy,proto3" json:"ssl_policy,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionSslPolicies.Get. See the method description for details.

func (*GetRegionSslPolicyRequest) Descriptor

func (*GetRegionSslPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRegionSslPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetRegionSslPolicyRequest) GetProject

func (x *GetRegionSslPolicyRequest) GetProject() string

func (*GetRegionSslPolicyRequest) GetRegion

func (x *GetRegionSslPolicyRequest) GetRegion() string

func (*GetRegionSslPolicyRequest) GetSslPolicy

func (x *GetRegionSslPolicyRequest) GetSslPolicy() string

func (*GetRegionSslPolicyRequest) ProtoMessage

func (*GetRegionSslPolicyRequest) ProtoMessage()

func (*GetRegionSslPolicyRequest) ProtoReflect

func (*GetRegionSslPolicyRequest) Reset

func (x *GetRegionSslPolicyRequest) Reset()

func (*GetRegionSslPolicyRequest) String

func (x *GetRegionSslPolicyRequest) String() string

type GetRegionTargetHttpProxyRequest

type GetRegionTargetHttpProxyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Name of the TargetHttpProxy resource to return.
	TargetHttpProxy string `protobuf:"bytes,206872421,opt,name=target_http_proxy,json=targetHttpProxy,proto3" json:"target_http_proxy,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionTargetHttpProxies.Get. See the method description for details.

func (*GetRegionTargetHttpProxyRequest) Descriptor

func (*GetRegionTargetHttpProxyRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRegionTargetHttpProxyRequest.ProtoReflect.Descriptor instead.

func (*GetRegionTargetHttpProxyRequest) GetProject

func (x *GetRegionTargetHttpProxyRequest) GetProject() string

func (*GetRegionTargetHttpProxyRequest) GetRegion

func (x *GetRegionTargetHttpProxyRequest) GetRegion() string

func (*GetRegionTargetHttpProxyRequest) GetTargetHttpProxy

func (x *GetRegionTargetHttpProxyRequest) GetTargetHttpProxy() string

func (*GetRegionTargetHttpProxyRequest) ProtoMessage

func (*GetRegionTargetHttpProxyRequest) ProtoMessage()

func (*GetRegionTargetHttpProxyRequest) ProtoReflect

func (*GetRegionTargetHttpProxyRequest) Reset

func (*GetRegionTargetHttpProxyRequest) String

type GetRegionTargetHttpsProxyRequest

type GetRegionTargetHttpsProxyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Name of the TargetHttpsProxy resource to return.
	TargetHttpsProxy string `protobuf:"bytes,52336748,opt,name=target_https_proxy,json=targetHttpsProxy,proto3" json:"target_https_proxy,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionTargetHttpsProxies.Get. See the method description for details.

func (*GetRegionTargetHttpsProxyRequest) Descriptor

func (*GetRegionTargetHttpsProxyRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRegionTargetHttpsProxyRequest.ProtoReflect.Descriptor instead.

func (*GetRegionTargetHttpsProxyRequest) GetProject

func (x *GetRegionTargetHttpsProxyRequest) GetProject() string

func (*GetRegionTargetHttpsProxyRequest) GetRegion

func (*GetRegionTargetHttpsProxyRequest) GetTargetHttpsProxy

func (x *GetRegionTargetHttpsProxyRequest) GetTargetHttpsProxy() string

func (*GetRegionTargetHttpsProxyRequest) ProtoMessage

func (*GetRegionTargetHttpsProxyRequest) ProtoMessage()

func (*GetRegionTargetHttpsProxyRequest) ProtoReflect

func (*GetRegionTargetHttpsProxyRequest) Reset

func (*GetRegionTargetHttpsProxyRequest) String

type GetRegionTargetTcpProxyRequest

type GetRegionTargetTcpProxyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Name of the TargetTcpProxy resource to return.
	TargetTcpProxy string `protobuf:"bytes,503065442,opt,name=target_tcp_proxy,json=targetTcpProxy,proto3" json:"target_tcp_proxy,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionTargetTcpProxies.Get. See the method description for details.

func (*GetRegionTargetTcpProxyRequest) Descriptor

func (*GetRegionTargetTcpProxyRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRegionTargetTcpProxyRequest.ProtoReflect.Descriptor instead.

func (*GetRegionTargetTcpProxyRequest) GetProject

func (x *GetRegionTargetTcpProxyRequest) GetProject() string

func (*GetRegionTargetTcpProxyRequest) GetRegion

func (x *GetRegionTargetTcpProxyRequest) GetRegion() string

func (*GetRegionTargetTcpProxyRequest) GetTargetTcpProxy

func (x *GetRegionTargetTcpProxyRequest) GetTargetTcpProxy() string

func (*GetRegionTargetTcpProxyRequest) ProtoMessage

func (*GetRegionTargetTcpProxyRequest) ProtoMessage()

func (*GetRegionTargetTcpProxyRequest) ProtoReflect

func (*GetRegionTargetTcpProxyRequest) Reset

func (x *GetRegionTargetTcpProxyRequest) Reset()

func (*GetRegionTargetTcpProxyRequest) String

type GetRegionUrlMapRequest

type GetRegionUrlMapRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Name of the UrlMap resource to return.
	UrlMap string `protobuf:"bytes,367020684,opt,name=url_map,json=urlMap,proto3" json:"url_map,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionUrlMaps.Get. See the method description for details.

func (*GetRegionUrlMapRequest) Descriptor

func (*GetRegionUrlMapRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRegionUrlMapRequest.ProtoReflect.Descriptor instead.

func (*GetRegionUrlMapRequest) GetProject

func (x *GetRegionUrlMapRequest) GetProject() string

func (*GetRegionUrlMapRequest) GetRegion

func (x *GetRegionUrlMapRequest) GetRegion() string

func (*GetRegionUrlMapRequest) GetUrlMap

func (x *GetRegionUrlMapRequest) GetUrlMap() string

func (*GetRegionUrlMapRequest) ProtoMessage

func (*GetRegionUrlMapRequest) ProtoMessage()

func (*GetRegionUrlMapRequest) ProtoReflect

func (x *GetRegionUrlMapRequest) ProtoReflect() protoreflect.Message

func (*GetRegionUrlMapRequest) Reset

func (x *GetRegionUrlMapRequest) Reset()

func (*GetRegionUrlMapRequest) String

func (x *GetRegionUrlMapRequest) String() string

type GetReservationRequest

type GetReservationRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the reservation to retrieve.
	Reservation string `protobuf:"bytes,47530956,opt,name=reservation,proto3" json:"reservation,omitempty"`
	// Name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Reservations.Get. See the method description for details.

func (*GetReservationRequest) Descriptor

func (*GetReservationRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetReservationRequest.ProtoReflect.Descriptor instead.

func (*GetReservationRequest) GetProject

func (x *GetReservationRequest) GetProject() string

func (*GetReservationRequest) GetReservation

func (x *GetReservationRequest) GetReservation() string

func (*GetReservationRequest) GetZone

func (x *GetReservationRequest) GetZone() string

func (*GetReservationRequest) ProtoMessage

func (*GetReservationRequest) ProtoMessage()

func (*GetReservationRequest) ProtoReflect

func (x *GetReservationRequest) ProtoReflect() protoreflect.Message

func (*GetReservationRequest) Reset

func (x *GetReservationRequest) Reset()

func (*GetReservationRequest) String

func (x *GetReservationRequest) String() string

type GetResourcePolicyRequest

type GetResourcePolicyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Name of the resource policy to retrieve.
	ResourcePolicy string `protobuf:"bytes,159240835,opt,name=resource_policy,json=resourcePolicy,proto3" json:"resource_policy,omitempty"`
	// contains filtered or unexported fields
}

A request message for ResourcePolicies.Get. See the method description for details.

func (*GetResourcePolicyRequest) Descriptor

func (*GetResourcePolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetResourcePolicyRequest.ProtoReflect.Descriptor instead.

func (*GetResourcePolicyRequest) GetProject

func (x *GetResourcePolicyRequest) GetProject() string

func (*GetResourcePolicyRequest) GetRegion

func (x *GetResourcePolicyRequest) GetRegion() string

func (*GetResourcePolicyRequest) GetResourcePolicy

func (x *GetResourcePolicyRequest) GetResourcePolicy() string

func (*GetResourcePolicyRequest) ProtoMessage

func (*GetResourcePolicyRequest) ProtoMessage()

func (*GetResourcePolicyRequest) ProtoReflect

func (x *GetResourcePolicyRequest) ProtoReflect() protoreflect.Message

func (*GetResourcePolicyRequest) Reset

func (x *GetResourcePolicyRequest) Reset()

func (*GetResourcePolicyRequest) String

func (x *GetResourcePolicyRequest) String() string

type GetRouteRequest

type GetRouteRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the Route resource to return.
	Route string `protobuf:"bytes,108704329,opt,name=route,proto3" json:"route,omitempty"`
	// contains filtered or unexported fields
}

A request message for Routes.Get. See the method description for details.

func (*GetRouteRequest) Descriptor

func (*GetRouteRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRouteRequest.ProtoReflect.Descriptor instead.

func (*GetRouteRequest) GetProject

func (x *GetRouteRequest) GetProject() string

func (*GetRouteRequest) GetRoute

func (x *GetRouteRequest) GetRoute() string

func (*GetRouteRequest) ProtoMessage

func (*GetRouteRequest) ProtoMessage()

func (*GetRouteRequest) ProtoReflect

func (x *GetRouteRequest) ProtoReflect() protoreflect.Message

func (*GetRouteRequest) Reset

func (x *GetRouteRequest) Reset()

func (*GetRouteRequest) String

func (x *GetRouteRequest) String() string

type GetRouterRequest

type GetRouterRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Name of the Router resource to return.
	Router string `protobuf:"bytes,148608841,opt,name=router,proto3" json:"router,omitempty"`
	// contains filtered or unexported fields
}

A request message for Routers.Get. See the method description for details.

func (*GetRouterRequest) Descriptor

func (*GetRouterRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRouterRequest.ProtoReflect.Descriptor instead.

func (*GetRouterRequest) GetProject

func (x *GetRouterRequest) GetProject() string

func (*GetRouterRequest) GetRegion

func (x *GetRouterRequest) GetRegion() string

func (*GetRouterRequest) GetRouter

func (x *GetRouterRequest) GetRouter() string

func (*GetRouterRequest) ProtoMessage

func (*GetRouterRequest) ProtoMessage()

func (*GetRouterRequest) ProtoReflect

func (x *GetRouterRequest) ProtoReflect() protoreflect.Message

func (*GetRouterRequest) Reset

func (x *GetRouterRequest) Reset()

func (*GetRouterRequest) String

func (x *GetRouterRequest) String() string

type GetRouterStatusRouterRequest

type GetRouterStatusRouterRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Name of the Router resource to query.
	Router string `protobuf:"bytes,148608841,opt,name=router,proto3" json:"router,omitempty"`
	// contains filtered or unexported fields
}

A request message for Routers.GetRouterStatus. See the method description for details.

func (*GetRouterStatusRouterRequest) Descriptor

func (*GetRouterStatusRouterRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRouterStatusRouterRequest.ProtoReflect.Descriptor instead.

func (*GetRouterStatusRouterRequest) GetProject

func (x *GetRouterStatusRouterRequest) GetProject() string

func (*GetRouterStatusRouterRequest) GetRegion

func (x *GetRouterStatusRouterRequest) GetRegion() string

func (*GetRouterStatusRouterRequest) GetRouter

func (x *GetRouterStatusRouterRequest) GetRouter() string

func (*GetRouterStatusRouterRequest) ProtoMessage

func (*GetRouterStatusRouterRequest) ProtoMessage()

func (*GetRouterStatusRouterRequest) ProtoReflect

func (*GetRouterStatusRouterRequest) Reset

func (x *GetRouterStatusRouterRequest) Reset()

func (*GetRouterStatusRouterRequest) String

type GetRuleFirewallPolicyRequest

type GetRuleFirewallPolicyRequest struct {

	// Name of the firewall policy to which the queried rule belongs.
	FirewallPolicy string `protobuf:"bytes,498173265,opt,name=firewall_policy,json=firewallPolicy,proto3" json:"firewall_policy,omitempty"`
	// The priority of the rule to get from the firewall policy.
	Priority *int32 `protobuf:"varint,445151652,opt,name=priority,proto3,oneof" json:"priority,omitempty"`
	// contains filtered or unexported fields
}

A request message for FirewallPolicies.GetRule. See the method description for details.

func (*GetRuleFirewallPolicyRequest) Descriptor

func (*GetRuleFirewallPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRuleFirewallPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetRuleFirewallPolicyRequest) GetFirewallPolicy

func (x *GetRuleFirewallPolicyRequest) GetFirewallPolicy() string

func (*GetRuleFirewallPolicyRequest) GetPriority

func (x *GetRuleFirewallPolicyRequest) GetPriority() int32

func (*GetRuleFirewallPolicyRequest) ProtoMessage

func (*GetRuleFirewallPolicyRequest) ProtoMessage()

func (*GetRuleFirewallPolicyRequest) ProtoReflect

func (*GetRuleFirewallPolicyRequest) Reset

func (x *GetRuleFirewallPolicyRequest) Reset()

func (*GetRuleFirewallPolicyRequest) String

type GetRuleNetworkFirewallPolicyRequest

type GetRuleNetworkFirewallPolicyRequest struct {

	// Name of the firewall policy to which the queried rule belongs.
	FirewallPolicy string `protobuf:"bytes,498173265,opt,name=firewall_policy,json=firewallPolicy,proto3" json:"firewall_policy,omitempty"`
	// The priority of the rule to get from the firewall policy.
	Priority *int32 `protobuf:"varint,445151652,opt,name=priority,proto3,oneof" json:"priority,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

A request message for NetworkFirewallPolicies.GetRule. See the method description for details.

func (*GetRuleNetworkFirewallPolicyRequest) Descriptor

func (*GetRuleNetworkFirewallPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRuleNetworkFirewallPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetRuleNetworkFirewallPolicyRequest) GetFirewallPolicy

func (x *GetRuleNetworkFirewallPolicyRequest) GetFirewallPolicy() string

func (*GetRuleNetworkFirewallPolicyRequest) GetPriority

func (x *GetRuleNetworkFirewallPolicyRequest) GetPriority() int32

func (*GetRuleNetworkFirewallPolicyRequest) GetProject

func (*GetRuleNetworkFirewallPolicyRequest) ProtoMessage

func (*GetRuleNetworkFirewallPolicyRequest) ProtoMessage()

func (*GetRuleNetworkFirewallPolicyRequest) ProtoReflect

func (*GetRuleNetworkFirewallPolicyRequest) Reset

func (*GetRuleNetworkFirewallPolicyRequest) String

type GetRuleRegionNetworkFirewallPolicyRequest

type GetRuleRegionNetworkFirewallPolicyRequest struct {

	// Name of the firewall policy to which the queried rule belongs.
	FirewallPolicy string `protobuf:"bytes,498173265,opt,name=firewall_policy,json=firewallPolicy,proto3" json:"firewall_policy,omitempty"`
	// The priority of the rule to get from the firewall policy.
	Priority *int32 `protobuf:"varint,445151652,opt,name=priority,proto3,oneof" json:"priority,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionNetworkFirewallPolicies.GetRule. See the method description for details.

func (*GetRuleRegionNetworkFirewallPolicyRequest) Descriptor

func (*GetRuleRegionNetworkFirewallPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRuleRegionNetworkFirewallPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetRuleRegionNetworkFirewallPolicyRequest) GetFirewallPolicy

func (x *GetRuleRegionNetworkFirewallPolicyRequest) GetFirewallPolicy() string

func (*GetRuleRegionNetworkFirewallPolicyRequest) GetPriority

func (*GetRuleRegionNetworkFirewallPolicyRequest) GetProject

func (*GetRuleRegionNetworkFirewallPolicyRequest) GetRegion

func (*GetRuleRegionNetworkFirewallPolicyRequest) ProtoMessage

func (*GetRuleRegionNetworkFirewallPolicyRequest) ProtoReflect

func (*GetRuleRegionNetworkFirewallPolicyRequest) Reset

func (*GetRuleRegionNetworkFirewallPolicyRequest) String

type GetRuleSecurityPolicyRequest

type GetRuleSecurityPolicyRequest struct {

	// The priority of the rule to get from the security policy.
	Priority *int32 `protobuf:"varint,445151652,opt,name=priority,proto3,oneof" json:"priority,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the security policy to which the queried rule belongs.
	SecurityPolicy string `protobuf:"bytes,171082513,opt,name=security_policy,json=securityPolicy,proto3" json:"security_policy,omitempty"`
	// contains filtered or unexported fields
}

A request message for SecurityPolicies.GetRule. See the method description for details.

func (*GetRuleSecurityPolicyRequest) Descriptor

func (*GetRuleSecurityPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRuleSecurityPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetRuleSecurityPolicyRequest) GetPriority

func (x *GetRuleSecurityPolicyRequest) GetPriority() int32

func (*GetRuleSecurityPolicyRequest) GetProject

func (x *GetRuleSecurityPolicyRequest) GetProject() string

func (*GetRuleSecurityPolicyRequest) GetSecurityPolicy

func (x *GetRuleSecurityPolicyRequest) GetSecurityPolicy() string

func (*GetRuleSecurityPolicyRequest) ProtoMessage

func (*GetRuleSecurityPolicyRequest) ProtoMessage()

func (*GetRuleSecurityPolicyRequest) ProtoReflect

func (*GetRuleSecurityPolicyRequest) Reset

func (x *GetRuleSecurityPolicyRequest) Reset()

func (*GetRuleSecurityPolicyRequest) String

type GetScreenshotInstanceRequest

type GetScreenshotInstanceRequest struct {

	// Name of the instance scoping this request.
	Instance string `protobuf:"bytes,18257045,opt,name=instance,proto3" json:"instance,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Instances.GetScreenshot. See the method description for details.

func (*GetScreenshotInstanceRequest) Descriptor

func (*GetScreenshotInstanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetScreenshotInstanceRequest.ProtoReflect.Descriptor instead.

func (*GetScreenshotInstanceRequest) GetInstance

func (x *GetScreenshotInstanceRequest) GetInstance() string

func (*GetScreenshotInstanceRequest) GetProject

func (x *GetScreenshotInstanceRequest) GetProject() string

func (*GetScreenshotInstanceRequest) GetZone

func (x *GetScreenshotInstanceRequest) GetZone() string

func (*GetScreenshotInstanceRequest) ProtoMessage

func (*GetScreenshotInstanceRequest) ProtoMessage()

func (*GetScreenshotInstanceRequest) ProtoReflect

func (*GetScreenshotInstanceRequest) Reset

func (x *GetScreenshotInstanceRequest) Reset()

func (*GetScreenshotInstanceRequest) String

type GetSecurityPolicyRequest

type GetSecurityPolicyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the security policy to get.
	SecurityPolicy string `protobuf:"bytes,171082513,opt,name=security_policy,json=securityPolicy,proto3" json:"security_policy,omitempty"`
	// contains filtered or unexported fields
}

A request message for SecurityPolicies.Get. See the method description for details.

func (*GetSecurityPolicyRequest) Descriptor

func (*GetSecurityPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetSecurityPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetSecurityPolicyRequest) GetProject

func (x *GetSecurityPolicyRequest) GetProject() string

func (*GetSecurityPolicyRequest) GetSecurityPolicy

func (x *GetSecurityPolicyRequest) GetSecurityPolicy() string

func (*GetSecurityPolicyRequest) ProtoMessage

func (*GetSecurityPolicyRequest) ProtoMessage()

func (*GetSecurityPolicyRequest) ProtoReflect

func (x *GetSecurityPolicyRequest) ProtoReflect() protoreflect.Message

func (*GetSecurityPolicyRequest) Reset

func (x *GetSecurityPolicyRequest) Reset()

func (*GetSecurityPolicyRequest) String

func (x *GetSecurityPolicyRequest) String() string

type GetSerialPortOutputInstanceRequest

type GetSerialPortOutputInstanceRequest struct {

	// Name of the instance for this request.
	Instance string `protobuf:"bytes,18257045,opt,name=instance,proto3" json:"instance,omitempty"`
	// Specifies which COM or serial port to retrieve data from.
	Port *int32 `protobuf:"varint,3446913,opt,name=port,proto3,oneof" json:"port,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Specifies the starting byte position of the output to return. To start with the first byte of output to the specified port, omit this field or set it to `0`. If the output for that byte position is available, this field matches the `start` parameter sent with the request. If the amount of serial console output exceeds the size of the buffer (1 MB), the oldest output is discarded and is no longer available. If the requested start position refers to discarded output, the start position is adjusted to the oldest output still available, and the adjusted start position is returned as the `start` property value. You can also provide a negative start position, which translates to the most recent number of bytes written to the serial port. For example, -3 is interpreted as the most recent 3 bytes written to the serial console.
	Start *int64 `protobuf:"varint,109757538,opt,name=start,proto3,oneof" json:"start,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Instances.GetSerialPortOutput. See the method description for details.

func (*GetSerialPortOutputInstanceRequest) Descriptor

func (*GetSerialPortOutputInstanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetSerialPortOutputInstanceRequest.ProtoReflect.Descriptor instead.

func (*GetSerialPortOutputInstanceRequest) GetInstance

func (x *GetSerialPortOutputInstanceRequest) GetInstance() string

func (*GetSerialPortOutputInstanceRequest) GetPort

func (*GetSerialPortOutputInstanceRequest) GetProject

func (*GetSerialPortOutputInstanceRequest) GetStart

func (*GetSerialPortOutputInstanceRequest) GetZone

func (*GetSerialPortOutputInstanceRequest) ProtoMessage

func (*GetSerialPortOutputInstanceRequest) ProtoMessage()

func (*GetSerialPortOutputInstanceRequest) ProtoReflect

func (*GetSerialPortOutputInstanceRequest) Reset

func (*GetSerialPortOutputInstanceRequest) String

type GetServiceAttachmentRequest

type GetServiceAttachmentRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region of this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Name of the ServiceAttachment resource to return.
	ServiceAttachment string `protobuf:"bytes,338957549,opt,name=service_attachment,json=serviceAttachment,proto3" json:"service_attachment,omitempty"`
	// contains filtered or unexported fields
}

A request message for ServiceAttachments.Get. See the method description for details.

func (*GetServiceAttachmentRequest) Descriptor

func (*GetServiceAttachmentRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetServiceAttachmentRequest.ProtoReflect.Descriptor instead.

func (*GetServiceAttachmentRequest) GetProject

func (x *GetServiceAttachmentRequest) GetProject() string

func (*GetServiceAttachmentRequest) GetRegion

func (x *GetServiceAttachmentRequest) GetRegion() string

func (*GetServiceAttachmentRequest) GetServiceAttachment

func (x *GetServiceAttachmentRequest) GetServiceAttachment() string

func (*GetServiceAttachmentRequest) ProtoMessage

func (*GetServiceAttachmentRequest) ProtoMessage()

func (*GetServiceAttachmentRequest) ProtoReflect

func (*GetServiceAttachmentRequest) Reset

func (x *GetServiceAttachmentRequest) Reset()

func (*GetServiceAttachmentRequest) String

func (x *GetServiceAttachmentRequest) String() string

type GetShieldedInstanceIdentityInstanceRequest

type GetShieldedInstanceIdentityInstanceRequest struct {

	// Name or id of the instance scoping this request.
	Instance string `protobuf:"bytes,18257045,opt,name=instance,proto3" json:"instance,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Instances.GetShieldedInstanceIdentity. See the method description for details.

func (*GetShieldedInstanceIdentityInstanceRequest) Descriptor

Deprecated: Use GetShieldedInstanceIdentityInstanceRequest.ProtoReflect.Descriptor instead.

func (*GetShieldedInstanceIdentityInstanceRequest) GetInstance

func (*GetShieldedInstanceIdentityInstanceRequest) GetProject

func (*GetShieldedInstanceIdentityInstanceRequest) GetZone

func (*GetShieldedInstanceIdentityInstanceRequest) ProtoMessage

func (*GetShieldedInstanceIdentityInstanceRequest) ProtoReflect

func (*GetShieldedInstanceIdentityInstanceRequest) Reset

func (*GetShieldedInstanceIdentityInstanceRequest) String

type GetSnapshotRequest

type GetSnapshotRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the Snapshot resource to return.
	Snapshot string `protobuf:"bytes,284874180,opt,name=snapshot,proto3" json:"snapshot,omitempty"`
	// contains filtered or unexported fields
}

A request message for Snapshots.Get. See the method description for details.

func (*GetSnapshotRequest) Descriptor

func (*GetSnapshotRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetSnapshotRequest.ProtoReflect.Descriptor instead.

func (*GetSnapshotRequest) GetProject

func (x *GetSnapshotRequest) GetProject() string

func (*GetSnapshotRequest) GetSnapshot

func (x *GetSnapshotRequest) GetSnapshot() string

func (*GetSnapshotRequest) ProtoMessage

func (*GetSnapshotRequest) ProtoMessage()

func (*GetSnapshotRequest) ProtoReflect

func (x *GetSnapshotRequest) ProtoReflect() protoreflect.Message

func (*GetSnapshotRequest) Reset

func (x *GetSnapshotRequest) Reset()

func (*GetSnapshotRequest) String

func (x *GetSnapshotRequest) String() string

type GetSslCertificateRequest

type GetSslCertificateRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the SslCertificate resource to return.
	SslCertificate string `protobuf:"bytes,46443492,opt,name=ssl_certificate,json=sslCertificate,proto3" json:"ssl_certificate,omitempty"`
	// contains filtered or unexported fields
}

A request message for SslCertificates.Get. See the method description for details.

func (*GetSslCertificateRequest) Descriptor

func (*GetSslCertificateRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetSslCertificateRequest.ProtoReflect.Descriptor instead.

func (*GetSslCertificateRequest) GetProject

func (x *GetSslCertificateRequest) GetProject() string

func (*GetSslCertificateRequest) GetSslCertificate

func (x *GetSslCertificateRequest) GetSslCertificate() string

func (*GetSslCertificateRequest) ProtoMessage

func (*GetSslCertificateRequest) ProtoMessage()

func (*GetSslCertificateRequest) ProtoReflect

func (x *GetSslCertificateRequest) ProtoReflect() protoreflect.Message

func (*GetSslCertificateRequest) Reset

func (x *GetSslCertificateRequest) Reset()

func (*GetSslCertificateRequest) String

func (x *GetSslCertificateRequest) String() string

type GetSslPolicyRequest

type GetSslPolicyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the SSL policy to update. The name must be 1-63 characters long, and comply with RFC1035.
	SslPolicy string `protobuf:"bytes,295190213,opt,name=ssl_policy,json=sslPolicy,proto3" json:"ssl_policy,omitempty"`
	// contains filtered or unexported fields
}

A request message for SslPolicies.Get. See the method description for details.

func (*GetSslPolicyRequest) Descriptor

func (*GetSslPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetSslPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetSslPolicyRequest) GetProject

func (x *GetSslPolicyRequest) GetProject() string

func (*GetSslPolicyRequest) GetSslPolicy

func (x *GetSslPolicyRequest) GetSslPolicy() string

func (*GetSslPolicyRequest) ProtoMessage

func (*GetSslPolicyRequest) ProtoMessage()

func (*GetSslPolicyRequest) ProtoReflect

func (x *GetSslPolicyRequest) ProtoReflect() protoreflect.Message

func (*GetSslPolicyRequest) Reset

func (x *GetSslPolicyRequest) Reset()

func (*GetSslPolicyRequest) String

func (x *GetSslPolicyRequest) String() string

type GetStatusVpnGatewayRequest

type GetStatusVpnGatewayRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Name of the VPN gateway to return.
	VpnGateway string `protobuf:"bytes,406684153,opt,name=vpn_gateway,json=vpnGateway,proto3" json:"vpn_gateway,omitempty"`
	// contains filtered or unexported fields
}

A request message for VpnGateways.GetStatus. See the method description for details.

func (*GetStatusVpnGatewayRequest) Descriptor

func (*GetStatusVpnGatewayRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetStatusVpnGatewayRequest.ProtoReflect.Descriptor instead.

func (*GetStatusVpnGatewayRequest) GetProject

func (x *GetStatusVpnGatewayRequest) GetProject() string

func (*GetStatusVpnGatewayRequest) GetRegion

func (x *GetStatusVpnGatewayRequest) GetRegion() string

func (*GetStatusVpnGatewayRequest) GetVpnGateway

func (x *GetStatusVpnGatewayRequest) GetVpnGateway() string

func (*GetStatusVpnGatewayRequest) ProtoMessage

func (*GetStatusVpnGatewayRequest) ProtoMessage()

func (*GetStatusVpnGatewayRequest) ProtoReflect

func (*GetStatusVpnGatewayRequest) Reset

func (x *GetStatusVpnGatewayRequest) Reset()

func (*GetStatusVpnGatewayRequest) String

func (x *GetStatusVpnGatewayRequest) String() string

type GetSubnetworkRequest

type GetSubnetworkRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Name of the Subnetwork resource to return.
	Subnetwork string `protobuf:"bytes,307827694,opt,name=subnetwork,proto3" json:"subnetwork,omitempty"`
	// contains filtered or unexported fields
}

A request message for Subnetworks.Get. See the method description for details.

func (*GetSubnetworkRequest) Descriptor

func (*GetSubnetworkRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetSubnetworkRequest.ProtoReflect.Descriptor instead.

func (*GetSubnetworkRequest) GetProject

func (x *GetSubnetworkRequest) GetProject() string

func (*GetSubnetworkRequest) GetRegion

func (x *GetSubnetworkRequest) GetRegion() string

func (*GetSubnetworkRequest) GetSubnetwork

func (x *GetSubnetworkRequest) GetSubnetwork() string

func (*GetSubnetworkRequest) ProtoMessage

func (*GetSubnetworkRequest) ProtoMessage()

func (*GetSubnetworkRequest) ProtoReflect

func (x *GetSubnetworkRequest) ProtoReflect() protoreflect.Message

func (*GetSubnetworkRequest) Reset

func (x *GetSubnetworkRequest) Reset()

func (*GetSubnetworkRequest) String

func (x *GetSubnetworkRequest) String() string

type GetTargetGrpcProxyRequest

type GetTargetGrpcProxyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the TargetGrpcProxy resource to return.
	TargetGrpcProxy string `protobuf:"bytes,5020283,opt,name=target_grpc_proxy,json=targetGrpcProxy,proto3" json:"target_grpc_proxy,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetGrpcProxies.Get. See the method description for details.

func (*GetTargetGrpcProxyRequest) Descriptor

func (*GetTargetGrpcProxyRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetTargetGrpcProxyRequest.ProtoReflect.Descriptor instead.

func (*GetTargetGrpcProxyRequest) GetProject

func (x *GetTargetGrpcProxyRequest) GetProject() string

func (*GetTargetGrpcProxyRequest) GetTargetGrpcProxy

func (x *GetTargetGrpcProxyRequest) GetTargetGrpcProxy() string

func (*GetTargetGrpcProxyRequest) ProtoMessage

func (*GetTargetGrpcProxyRequest) ProtoMessage()

func (*GetTargetGrpcProxyRequest) ProtoReflect

func (*GetTargetGrpcProxyRequest) Reset

func (x *GetTargetGrpcProxyRequest) Reset()

func (*GetTargetGrpcProxyRequest) String

func (x *GetTargetGrpcProxyRequest) String() string

type GetTargetHttpProxyRequest

type GetTargetHttpProxyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the TargetHttpProxy resource to return.
	TargetHttpProxy string `protobuf:"bytes,206872421,opt,name=target_http_proxy,json=targetHttpProxy,proto3" json:"target_http_proxy,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetHttpProxies.Get. See the method description for details.

func (*GetTargetHttpProxyRequest) Descriptor

func (*GetTargetHttpProxyRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetTargetHttpProxyRequest.ProtoReflect.Descriptor instead.

func (*GetTargetHttpProxyRequest) GetProject

func (x *GetTargetHttpProxyRequest) GetProject() string

func (*GetTargetHttpProxyRequest) GetTargetHttpProxy

func (x *GetTargetHttpProxyRequest) GetTargetHttpProxy() string

func (*GetTargetHttpProxyRequest) ProtoMessage

func (*GetTargetHttpProxyRequest) ProtoMessage()

func (*GetTargetHttpProxyRequest) ProtoReflect

func (*GetTargetHttpProxyRequest) Reset

func (x *GetTargetHttpProxyRequest) Reset()

func (*GetTargetHttpProxyRequest) String

func (x *GetTargetHttpProxyRequest) String() string

type GetTargetHttpsProxyRequest

type GetTargetHttpsProxyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the TargetHttpsProxy resource to return.
	TargetHttpsProxy string `protobuf:"bytes,52336748,opt,name=target_https_proxy,json=targetHttpsProxy,proto3" json:"target_https_proxy,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetHttpsProxies.Get. See the method description for details.

func (*GetTargetHttpsProxyRequest) Descriptor

func (*GetTargetHttpsProxyRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetTargetHttpsProxyRequest.ProtoReflect.Descriptor instead.

func (*GetTargetHttpsProxyRequest) GetProject

func (x *GetTargetHttpsProxyRequest) GetProject() string

func (*GetTargetHttpsProxyRequest) GetTargetHttpsProxy

func (x *GetTargetHttpsProxyRequest) GetTargetHttpsProxy() string

func (*GetTargetHttpsProxyRequest) ProtoMessage

func (*GetTargetHttpsProxyRequest) ProtoMessage()

func (*GetTargetHttpsProxyRequest) ProtoReflect

func (*GetTargetHttpsProxyRequest) Reset

func (x *GetTargetHttpsProxyRequest) Reset()

func (*GetTargetHttpsProxyRequest) String

func (x *GetTargetHttpsProxyRequest) String() string

type GetTargetInstanceRequest

type GetTargetInstanceRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the TargetInstance resource to return.
	TargetInstance string `protobuf:"bytes,289769347,opt,name=target_instance,json=targetInstance,proto3" json:"target_instance,omitempty"`
	// Name of the zone scoping this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetInstances.Get. See the method description for details.

func (*GetTargetInstanceRequest) Descriptor

func (*GetTargetInstanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetTargetInstanceRequest.ProtoReflect.Descriptor instead.

func (*GetTargetInstanceRequest) GetProject

func (x *GetTargetInstanceRequest) GetProject() string

func (*GetTargetInstanceRequest) GetTargetInstance

func (x *GetTargetInstanceRequest) GetTargetInstance() string

func (*GetTargetInstanceRequest) GetZone

func (x *GetTargetInstanceRequest) GetZone() string

func (*GetTargetInstanceRequest) ProtoMessage

func (*GetTargetInstanceRequest) ProtoMessage()

func (*GetTargetInstanceRequest) ProtoReflect

func (x *GetTargetInstanceRequest) ProtoReflect() protoreflect.Message

func (*GetTargetInstanceRequest) Reset

func (x *GetTargetInstanceRequest) Reset()

func (*GetTargetInstanceRequest) String

func (x *GetTargetInstanceRequest) String() string

type GetTargetPoolRequest

type GetTargetPoolRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Name of the TargetPool resource to return.
	TargetPool string `protobuf:"bytes,62796298,opt,name=target_pool,json=targetPool,proto3" json:"target_pool,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetPools.Get. See the method description for details.

func (*GetTargetPoolRequest) Descriptor

func (*GetTargetPoolRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetTargetPoolRequest.ProtoReflect.Descriptor instead.

func (*GetTargetPoolRequest) GetProject

func (x *GetTargetPoolRequest) GetProject() string

func (*GetTargetPoolRequest) GetRegion

func (x *GetTargetPoolRequest) GetRegion() string

func (*GetTargetPoolRequest) GetTargetPool

func (x *GetTargetPoolRequest) GetTargetPool() string

func (*GetTargetPoolRequest) ProtoMessage

func (*GetTargetPoolRequest) ProtoMessage()

func (*GetTargetPoolRequest) ProtoReflect

func (x *GetTargetPoolRequest) ProtoReflect() protoreflect.Message

func (*GetTargetPoolRequest) Reset

func (x *GetTargetPoolRequest) Reset()

func (*GetTargetPoolRequest) String

func (x *GetTargetPoolRequest) String() string

type GetTargetSslProxyRequest

type GetTargetSslProxyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the TargetSslProxy resource to return.
	TargetSslProxy string `protobuf:"bytes,338795853,opt,name=target_ssl_proxy,json=targetSslProxy,proto3" json:"target_ssl_proxy,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetSslProxies.Get. See the method description for details.

func (*GetTargetSslProxyRequest) Descriptor

func (*GetTargetSslProxyRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetTargetSslProxyRequest.ProtoReflect.Descriptor instead.

func (*GetTargetSslProxyRequest) GetProject

func (x *GetTargetSslProxyRequest) GetProject() string

func (*GetTargetSslProxyRequest) GetTargetSslProxy

func (x *GetTargetSslProxyRequest) GetTargetSslProxy() string

func (*GetTargetSslProxyRequest) ProtoMessage

func (*GetTargetSslProxyRequest) ProtoMessage()

func (*GetTargetSslProxyRequest) ProtoReflect

func (x *GetTargetSslProxyRequest) ProtoReflect() protoreflect.Message

func (*GetTargetSslProxyRequest) Reset

func (x *GetTargetSslProxyRequest) Reset()

func (*GetTargetSslProxyRequest) String

func (x *GetTargetSslProxyRequest) String() string

type GetTargetTcpProxyRequest

type GetTargetTcpProxyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the TargetTcpProxy resource to return.
	TargetTcpProxy string `protobuf:"bytes,503065442,opt,name=target_tcp_proxy,json=targetTcpProxy,proto3" json:"target_tcp_proxy,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetTcpProxies.Get. See the method description for details.

func (*GetTargetTcpProxyRequest) Descriptor

func (*GetTargetTcpProxyRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetTargetTcpProxyRequest.ProtoReflect.Descriptor instead.

func (*GetTargetTcpProxyRequest) GetProject

func (x *GetTargetTcpProxyRequest) GetProject() string

func (*GetTargetTcpProxyRequest) GetTargetTcpProxy

func (x *GetTargetTcpProxyRequest) GetTargetTcpProxy() string

func (*GetTargetTcpProxyRequest) ProtoMessage

func (*GetTargetTcpProxyRequest) ProtoMessage()

func (*GetTargetTcpProxyRequest) ProtoReflect

func (x *GetTargetTcpProxyRequest) ProtoReflect() protoreflect.Message

func (*GetTargetTcpProxyRequest) Reset

func (x *GetTargetTcpProxyRequest) Reset()

func (*GetTargetTcpProxyRequest) String

func (x *GetTargetTcpProxyRequest) String() string

type GetTargetVpnGatewayRequest

type GetTargetVpnGatewayRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Name of the target VPN gateway to return.
	TargetVpnGateway string `protobuf:"bytes,532512843,opt,name=target_vpn_gateway,json=targetVpnGateway,proto3" json:"target_vpn_gateway,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetVpnGateways.Get. See the method description for details.

func (*GetTargetVpnGatewayRequest) Descriptor

func (*GetTargetVpnGatewayRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetTargetVpnGatewayRequest.ProtoReflect.Descriptor instead.

func (*GetTargetVpnGatewayRequest) GetProject

func (x *GetTargetVpnGatewayRequest) GetProject() string

func (*GetTargetVpnGatewayRequest) GetRegion

func (x *GetTargetVpnGatewayRequest) GetRegion() string

func (*GetTargetVpnGatewayRequest) GetTargetVpnGateway

func (x *GetTargetVpnGatewayRequest) GetTargetVpnGateway() string

func (*GetTargetVpnGatewayRequest) ProtoMessage

func (*GetTargetVpnGatewayRequest) ProtoMessage()

func (*GetTargetVpnGatewayRequest) ProtoReflect

func (*GetTargetVpnGatewayRequest) Reset

func (x *GetTargetVpnGatewayRequest) Reset()

func (*GetTargetVpnGatewayRequest) String

func (x *GetTargetVpnGatewayRequest) String() string

type GetUrlMapRequest

type GetUrlMapRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the UrlMap resource to return.
	UrlMap string `protobuf:"bytes,367020684,opt,name=url_map,json=urlMap,proto3" json:"url_map,omitempty"`
	// contains filtered or unexported fields
}

A request message for UrlMaps.Get. See the method description for details.

func (*GetUrlMapRequest) Descriptor

func (*GetUrlMapRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetUrlMapRequest.ProtoReflect.Descriptor instead.

func (*GetUrlMapRequest) GetProject

func (x *GetUrlMapRequest) GetProject() string

func (*GetUrlMapRequest) GetUrlMap

func (x *GetUrlMapRequest) GetUrlMap() string

func (*GetUrlMapRequest) ProtoMessage

func (*GetUrlMapRequest) ProtoMessage()

func (*GetUrlMapRequest) ProtoReflect

func (x *GetUrlMapRequest) ProtoReflect() protoreflect.Message

func (*GetUrlMapRequest) Reset

func (x *GetUrlMapRequest) Reset()

func (*GetUrlMapRequest) String

func (x *GetUrlMapRequest) String() string

type GetVpnGatewayRequest

type GetVpnGatewayRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Name of the VPN gateway to return.
	VpnGateway string `protobuf:"bytes,406684153,opt,name=vpn_gateway,json=vpnGateway,proto3" json:"vpn_gateway,omitempty"`
	// contains filtered or unexported fields
}

A request message for VpnGateways.Get. See the method description for details.

func (*GetVpnGatewayRequest) Descriptor

func (*GetVpnGatewayRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetVpnGatewayRequest.ProtoReflect.Descriptor instead.

func (*GetVpnGatewayRequest) GetProject

func (x *GetVpnGatewayRequest) GetProject() string

func (*GetVpnGatewayRequest) GetRegion

func (x *GetVpnGatewayRequest) GetRegion() string

func (*GetVpnGatewayRequest) GetVpnGateway

func (x *GetVpnGatewayRequest) GetVpnGateway() string

func (*GetVpnGatewayRequest) ProtoMessage

func (*GetVpnGatewayRequest) ProtoMessage()

func (*GetVpnGatewayRequest) ProtoReflect

func (x *GetVpnGatewayRequest) ProtoReflect() protoreflect.Message

func (*GetVpnGatewayRequest) Reset

func (x *GetVpnGatewayRequest) Reset()

func (*GetVpnGatewayRequest) String

func (x *GetVpnGatewayRequest) String() string

type GetVpnTunnelRequest

type GetVpnTunnelRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Name of the VpnTunnel resource to return.
	VpnTunnel string `protobuf:"bytes,143821331,opt,name=vpn_tunnel,json=vpnTunnel,proto3" json:"vpn_tunnel,omitempty"`
	// contains filtered or unexported fields
}

A request message for VpnTunnels.Get. See the method description for details.

func (*GetVpnTunnelRequest) Descriptor

func (*GetVpnTunnelRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetVpnTunnelRequest.ProtoReflect.Descriptor instead.

func (*GetVpnTunnelRequest) GetProject

func (x *GetVpnTunnelRequest) GetProject() string

func (*GetVpnTunnelRequest) GetRegion

func (x *GetVpnTunnelRequest) GetRegion() string

func (*GetVpnTunnelRequest) GetVpnTunnel

func (x *GetVpnTunnelRequest) GetVpnTunnel() string

func (*GetVpnTunnelRequest) ProtoMessage

func (*GetVpnTunnelRequest) ProtoMessage()

func (*GetVpnTunnelRequest) ProtoReflect

func (x *GetVpnTunnelRequest) ProtoReflect() protoreflect.Message

func (*GetVpnTunnelRequest) Reset

func (x *GetVpnTunnelRequest) Reset()

func (*GetVpnTunnelRequest) String

func (x *GetVpnTunnelRequest) String() string

type GetXpnHostProjectRequest

type GetXpnHostProjectRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

A request message for Projects.GetXpnHost. See the method description for details.

func (*GetXpnHostProjectRequest) Descriptor

func (*GetXpnHostProjectRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetXpnHostProjectRequest.ProtoReflect.Descriptor instead.

func (*GetXpnHostProjectRequest) GetProject

func (x *GetXpnHostProjectRequest) GetProject() string

func (*GetXpnHostProjectRequest) ProtoMessage

func (*GetXpnHostProjectRequest) ProtoMessage()

func (*GetXpnHostProjectRequest) ProtoReflect

func (x *GetXpnHostProjectRequest) ProtoReflect() protoreflect.Message

func (*GetXpnHostProjectRequest) Reset

func (x *GetXpnHostProjectRequest) Reset()

func (*GetXpnHostProjectRequest) String

func (x *GetXpnHostProjectRequest) String() string

type GetXpnResourcesProjectsRequest

type GetXpnResourcesProjectsRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for Projects.GetXpnResources. See the method description for details.

func (*GetXpnResourcesProjectsRequest) Descriptor

func (*GetXpnResourcesProjectsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetXpnResourcesProjectsRequest.ProtoReflect.Descriptor instead.

func (*GetXpnResourcesProjectsRequest) GetFilter

func (x *GetXpnResourcesProjectsRequest) GetFilter() string

func (*GetXpnResourcesProjectsRequest) GetMaxResults

func (x *GetXpnResourcesProjectsRequest) GetMaxResults() uint32

func (*GetXpnResourcesProjectsRequest) GetOrderBy

func (x *GetXpnResourcesProjectsRequest) GetOrderBy() string

func (*GetXpnResourcesProjectsRequest) GetPageToken

func (x *GetXpnResourcesProjectsRequest) GetPageToken() string

func (*GetXpnResourcesProjectsRequest) GetProject

func (x *GetXpnResourcesProjectsRequest) GetProject() string

func (*GetXpnResourcesProjectsRequest) GetReturnPartialSuccess

func (x *GetXpnResourcesProjectsRequest) GetReturnPartialSuccess() bool

func (*GetXpnResourcesProjectsRequest) ProtoMessage

func (*GetXpnResourcesProjectsRequest) ProtoMessage()

func (*GetXpnResourcesProjectsRequest) ProtoReflect

func (*GetXpnResourcesProjectsRequest) Reset

func (x *GetXpnResourcesProjectsRequest) Reset()

func (*GetXpnResourcesProjectsRequest) String

type GetZoneOperationRequest

type GetZoneOperationRequest struct {

	// Name of the Operations resource to return.
	Operation string `protobuf:"bytes,52090215,opt,name=operation,proto3" json:"operation,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for ZoneOperations.Get. See the method description for details.

func (*GetZoneOperationRequest) Descriptor

func (*GetZoneOperationRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetZoneOperationRequest.ProtoReflect.Descriptor instead.

func (*GetZoneOperationRequest) GetOperation

func (x *GetZoneOperationRequest) GetOperation() string

func (*GetZoneOperationRequest) GetProject

func (x *GetZoneOperationRequest) GetProject() string

func (*GetZoneOperationRequest) GetZone

func (x *GetZoneOperationRequest) GetZone() string

func (*GetZoneOperationRequest) ProtoMessage

func (*GetZoneOperationRequest) ProtoMessage()

func (*GetZoneOperationRequest) ProtoReflect

func (x *GetZoneOperationRequest) ProtoReflect() protoreflect.Message

func (*GetZoneOperationRequest) Reset

func (x *GetZoneOperationRequest) Reset()

func (*GetZoneOperationRequest) String

func (x *GetZoneOperationRequest) String() string

type GetZoneRequest

type GetZoneRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the zone resource to return.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Zones.Get. See the method description for details.

func (*GetZoneRequest) Descriptor

func (*GetZoneRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetZoneRequest.ProtoReflect.Descriptor instead.

func (*GetZoneRequest) GetProject

func (x *GetZoneRequest) GetProject() string

func (*GetZoneRequest) GetZone

func (x *GetZoneRequest) GetZone() string

func (*GetZoneRequest) ProtoMessage

func (*GetZoneRequest) ProtoMessage()

func (*GetZoneRequest) ProtoReflect

func (x *GetZoneRequest) ProtoReflect() protoreflect.Message

func (*GetZoneRequest) Reset

func (x *GetZoneRequest) Reset()

func (*GetZoneRequest) String

func (x *GetZoneRequest) String() string

type GlobalAddressesClient

type GlobalAddressesClient interface {
	// Deletes the specified address resource.
	Delete(ctx context.Context, in *DeleteGlobalAddressRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified address resource.
	Get(ctx context.Context, in *GetGlobalAddressRequest, opts ...grpc.CallOption) (*Address, error)
	// Creates an address resource in the specified project by using the data included in the request.
	Insert(ctx context.Context, in *InsertGlobalAddressRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves a list of global addresses.
	List(ctx context.Context, in *ListGlobalAddressesRequest, opts ...grpc.CallOption) (*AddressList, error)
	// Moves the specified address resource from one project to another project.
	Move(ctx context.Context, in *MoveGlobalAddressRequest, opts ...grpc.CallOption) (*Operation, error)
	// Sets the labels on a GlobalAddress. To learn more about labels, read the Labeling Resources documentation.
	SetLabels(ctx context.Context, in *SetLabelsGlobalAddressRequest, opts ...grpc.CallOption) (*Operation, error)
}

GlobalAddressesClient is the client API for GlobalAddresses service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewGlobalAddressesClient

func NewGlobalAddressesClient(cc grpc.ClientConnInterface) GlobalAddressesClient

type GlobalAddressesMoveRequest

type GlobalAddressesMoveRequest struct {

	// An optional destination address description if intended to be different from the source.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// The URL of the destination address to move to. This can be a full or partial URL. For example, the following are all valid URLs to a address: - https://www.googleapis.com/compute/v1/projects/project /global/addresses/address - projects/project/global/addresses/address Note that destination project must be different from the source project. So /global/addresses/address is not valid partial url.
	DestinationAddress *string `protobuf:"bytes,371693763,opt,name=destination_address,json=destinationAddress,proto3,oneof" json:"destination_address,omitempty"`
	// contains filtered or unexported fields
}

func (*GlobalAddressesMoveRequest) Descriptor

func (*GlobalAddressesMoveRequest) Descriptor() ([]byte, []int)

Deprecated: Use GlobalAddressesMoveRequest.ProtoReflect.Descriptor instead.

func (*GlobalAddressesMoveRequest) GetDescription

func (x *GlobalAddressesMoveRequest) GetDescription() string

func (*GlobalAddressesMoveRequest) GetDestinationAddress

func (x *GlobalAddressesMoveRequest) GetDestinationAddress() string

func (*GlobalAddressesMoveRequest) ProtoMessage

func (*GlobalAddressesMoveRequest) ProtoMessage()

func (*GlobalAddressesMoveRequest) ProtoReflect

func (*GlobalAddressesMoveRequest) Reset

func (x *GlobalAddressesMoveRequest) Reset()

func (*GlobalAddressesMoveRequest) String

func (x *GlobalAddressesMoveRequest) String() string

type GlobalAddressesServer

type GlobalAddressesServer interface {
	// Deletes the specified address resource.
	Delete(context.Context, *DeleteGlobalAddressRequest) (*Operation, error)
	// Returns the specified address resource.
	Get(context.Context, *GetGlobalAddressRequest) (*Address, error)
	// Creates an address resource in the specified project by using the data included in the request.
	Insert(context.Context, *InsertGlobalAddressRequest) (*Operation, error)
	// Retrieves a list of global addresses.
	List(context.Context, *ListGlobalAddressesRequest) (*AddressList, error)
	// Moves the specified address resource from one project to another project.
	Move(context.Context, *MoveGlobalAddressRequest) (*Operation, error)
	// Sets the labels on a GlobalAddress. To learn more about labels, read the Labeling Resources documentation.
	SetLabels(context.Context, *SetLabelsGlobalAddressRequest) (*Operation, error)
}

GlobalAddressesServer is the server API for GlobalAddresses service.

type GlobalForwardingRulesClient

type GlobalForwardingRulesClient interface {
	// Deletes the specified GlobalForwardingRule resource.
	Delete(ctx context.Context, in *DeleteGlobalForwardingRuleRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified GlobalForwardingRule resource. Gets a list of available forwarding rules by making a list() request.
	Get(ctx context.Context, in *GetGlobalForwardingRuleRequest, opts ...grpc.CallOption) (*ForwardingRule, error)
	// Creates a GlobalForwardingRule resource in the specified project using the data included in the request.
	Insert(ctx context.Context, in *InsertGlobalForwardingRuleRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves a list of GlobalForwardingRule resources available to the specified project.
	List(ctx context.Context, in *ListGlobalForwardingRulesRequest, opts ...grpc.CallOption) (*ForwardingRuleList, error)
	// Updates the specified forwarding rule with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules. Currently, you can only patch the network_tier field.
	Patch(ctx context.Context, in *PatchGlobalForwardingRuleRequest, opts ...grpc.CallOption) (*Operation, error)
	// Sets the labels on the specified resource. To learn more about labels, read the Labeling resources documentation.
	SetLabels(ctx context.Context, in *SetLabelsGlobalForwardingRuleRequest, opts ...grpc.CallOption) (*Operation, error)
	// Changes target URL for the GlobalForwardingRule resource. The new target should be of the same type as the old target.
	SetTarget(ctx context.Context, in *SetTargetGlobalForwardingRuleRequest, opts ...grpc.CallOption) (*Operation, error)
}

GlobalForwardingRulesClient is the client API for GlobalForwardingRules service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewGlobalForwardingRulesClient

func NewGlobalForwardingRulesClient(cc grpc.ClientConnInterface) GlobalForwardingRulesClient

type GlobalForwardingRulesServer

type GlobalForwardingRulesServer interface {
	// Deletes the specified GlobalForwardingRule resource.
	Delete(context.Context, *DeleteGlobalForwardingRuleRequest) (*Operation, error)
	// Returns the specified GlobalForwardingRule resource. Gets a list of available forwarding rules by making a list() request.
	Get(context.Context, *GetGlobalForwardingRuleRequest) (*ForwardingRule, error)
	// Creates a GlobalForwardingRule resource in the specified project using the data included in the request.
	Insert(context.Context, *InsertGlobalForwardingRuleRequest) (*Operation, error)
	// Retrieves a list of GlobalForwardingRule resources available to the specified project.
	List(context.Context, *ListGlobalForwardingRulesRequest) (*ForwardingRuleList, error)
	// Updates the specified forwarding rule with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules. Currently, you can only patch the network_tier field.
	Patch(context.Context, *PatchGlobalForwardingRuleRequest) (*Operation, error)
	// Sets the labels on the specified resource. To learn more about labels, read the Labeling resources documentation.
	SetLabels(context.Context, *SetLabelsGlobalForwardingRuleRequest) (*Operation, error)
	// Changes target URL for the GlobalForwardingRule resource. The new target should be of the same type as the old target.
	SetTarget(context.Context, *SetTargetGlobalForwardingRuleRequest) (*Operation, error)
}

GlobalForwardingRulesServer is the server API for GlobalForwardingRules service.

type GlobalNetworkEndpointGroupsAttachEndpointsRequest

type GlobalNetworkEndpointGroupsAttachEndpointsRequest struct {

	// The list of network endpoints to be attached.
	NetworkEndpoints []*NetworkEndpoint `protobuf:"bytes,149850285,rep,name=network_endpoints,json=networkEndpoints,proto3" json:"network_endpoints,omitempty"`
	// contains filtered or unexported fields
}

func (*GlobalNetworkEndpointGroupsAttachEndpointsRequest) Descriptor

Deprecated: Use GlobalNetworkEndpointGroupsAttachEndpointsRequest.ProtoReflect.Descriptor instead.

func (*GlobalNetworkEndpointGroupsAttachEndpointsRequest) GetNetworkEndpoints

func (*GlobalNetworkEndpointGroupsAttachEndpointsRequest) ProtoMessage

func (*GlobalNetworkEndpointGroupsAttachEndpointsRequest) ProtoReflect

func (*GlobalNetworkEndpointGroupsAttachEndpointsRequest) Reset

func (*GlobalNetworkEndpointGroupsAttachEndpointsRequest) String

type GlobalNetworkEndpointGroupsClient

type GlobalNetworkEndpointGroupsClient interface {
	// Attach a network endpoint to the specified network endpoint group.
	AttachNetworkEndpoints(ctx context.Context, in *AttachNetworkEndpointsGlobalNetworkEndpointGroupRequest, opts ...grpc.CallOption) (*Operation, error)
	// Deletes the specified network endpoint group.Note that the NEG cannot be deleted if there are backend services referencing it.
	Delete(ctx context.Context, in *DeleteGlobalNetworkEndpointGroupRequest, opts ...grpc.CallOption) (*Operation, error)
	// Detach the network endpoint from the specified network endpoint group.
	DetachNetworkEndpoints(ctx context.Context, in *DetachNetworkEndpointsGlobalNetworkEndpointGroupRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified network endpoint group.
	Get(ctx context.Context, in *GetGlobalNetworkEndpointGroupRequest, opts ...grpc.CallOption) (*NetworkEndpointGroup, error)
	// Creates a network endpoint group in the specified project using the parameters that are included in the request.
	Insert(ctx context.Context, in *InsertGlobalNetworkEndpointGroupRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves the list of network endpoint groups that are located in the specified project.
	List(ctx context.Context, in *ListGlobalNetworkEndpointGroupsRequest, opts ...grpc.CallOption) (*NetworkEndpointGroupList, error)
	// Lists the network endpoints in the specified network endpoint group.
	ListNetworkEndpoints(ctx context.Context, in *ListNetworkEndpointsGlobalNetworkEndpointGroupsRequest, opts ...grpc.CallOption) (*NetworkEndpointGroupsListNetworkEndpoints, error)
}

GlobalNetworkEndpointGroupsClient is the client API for GlobalNetworkEndpointGroups service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewGlobalNetworkEndpointGroupsClient

func NewGlobalNetworkEndpointGroupsClient(cc grpc.ClientConnInterface) GlobalNetworkEndpointGroupsClient

type GlobalNetworkEndpointGroupsDetachEndpointsRequest

type GlobalNetworkEndpointGroupsDetachEndpointsRequest struct {

	// The list of network endpoints to be detached.
	NetworkEndpoints []*NetworkEndpoint `protobuf:"bytes,149850285,rep,name=network_endpoints,json=networkEndpoints,proto3" json:"network_endpoints,omitempty"`
	// contains filtered or unexported fields
}

func (*GlobalNetworkEndpointGroupsDetachEndpointsRequest) Descriptor

Deprecated: Use GlobalNetworkEndpointGroupsDetachEndpointsRequest.ProtoReflect.Descriptor instead.

func (*GlobalNetworkEndpointGroupsDetachEndpointsRequest) GetNetworkEndpoints

func (*GlobalNetworkEndpointGroupsDetachEndpointsRequest) ProtoMessage

func (*GlobalNetworkEndpointGroupsDetachEndpointsRequest) ProtoReflect

func (*GlobalNetworkEndpointGroupsDetachEndpointsRequest) Reset

func (*GlobalNetworkEndpointGroupsDetachEndpointsRequest) String

type GlobalNetworkEndpointGroupsServer

type GlobalNetworkEndpointGroupsServer interface {
	// Attach a network endpoint to the specified network endpoint group.
	AttachNetworkEndpoints(context.Context, *AttachNetworkEndpointsGlobalNetworkEndpointGroupRequest) (*Operation, error)
	// Deletes the specified network endpoint group.Note that the NEG cannot be deleted if there are backend services referencing it.
	Delete(context.Context, *DeleteGlobalNetworkEndpointGroupRequest) (*Operation, error)
	// Detach the network endpoint from the specified network endpoint group.
	DetachNetworkEndpoints(context.Context, *DetachNetworkEndpointsGlobalNetworkEndpointGroupRequest) (*Operation, error)
	// Returns the specified network endpoint group.
	Get(context.Context, *GetGlobalNetworkEndpointGroupRequest) (*NetworkEndpointGroup, error)
	// Creates a network endpoint group in the specified project using the parameters that are included in the request.
	Insert(context.Context, *InsertGlobalNetworkEndpointGroupRequest) (*Operation, error)
	// Retrieves the list of network endpoint groups that are located in the specified project.
	List(context.Context, *ListGlobalNetworkEndpointGroupsRequest) (*NetworkEndpointGroupList, error)
	// Lists the network endpoints in the specified network endpoint group.
	ListNetworkEndpoints(context.Context, *ListNetworkEndpointsGlobalNetworkEndpointGroupsRequest) (*NetworkEndpointGroupsListNetworkEndpoints, error)
}

GlobalNetworkEndpointGroupsServer is the server API for GlobalNetworkEndpointGroups service.

type GlobalOperationsClient

type GlobalOperationsClient interface {
	// Retrieves an aggregated list of all operations.
	AggregatedList(ctx context.Context, in *AggregatedListGlobalOperationsRequest, opts ...grpc.CallOption) (*OperationAggregatedList, error)
	// Deletes the specified Operations resource.
	Delete(ctx context.Context, in *DeleteGlobalOperationRequest, opts ...grpc.CallOption) (*DeleteGlobalOperationResponse, error)
	// Retrieves the specified Operations resource.
	Get(ctx context.Context, in *GetGlobalOperationRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves a list of Operation resources contained within the specified project.
	List(ctx context.Context, in *ListGlobalOperationsRequest, opts ...grpc.CallOption) (*OperationList, error)
	// Waits for the specified Operation resource to return as `DONE` or for the request to approach the 2 minute deadline, and retrieves the specified Operation resource. This method differs from the `GET` method in that it waits for no more than the default deadline (2 minutes) and then returns the current state of the operation, which might be `DONE` or still in progress. This method is called on a best-effort basis. Specifically: - In uncommon cases, when the server is overloaded, the request might return before the default deadline is reached, or might return after zero seconds. - If the default deadline is reached, there is no guarantee that the operation is actually done when the method returns. Be prepared to retry if the operation is not `DONE`.
	Wait(ctx context.Context, in *WaitGlobalOperationRequest, opts ...grpc.CallOption) (*Operation, error)
}

GlobalOperationsClient is the client API for GlobalOperations service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewGlobalOperationsClient

func NewGlobalOperationsClient(cc grpc.ClientConnInterface) GlobalOperationsClient

type GlobalOperationsServer

type GlobalOperationsServer interface {
	// Retrieves an aggregated list of all operations.
	AggregatedList(context.Context, *AggregatedListGlobalOperationsRequest) (*OperationAggregatedList, error)
	// Deletes the specified Operations resource.
	Delete(context.Context, *DeleteGlobalOperationRequest) (*DeleteGlobalOperationResponse, error)
	// Retrieves the specified Operations resource.
	Get(context.Context, *GetGlobalOperationRequest) (*Operation, error)
	// Retrieves a list of Operation resources contained within the specified project.
	List(context.Context, *ListGlobalOperationsRequest) (*OperationList, error)
	// Waits for the specified Operation resource to return as `DONE` or for the request to approach the 2 minute deadline, and retrieves the specified Operation resource. This method differs from the `GET` method in that it waits for no more than the default deadline (2 minutes) and then returns the current state of the operation, which might be `DONE` or still in progress. This method is called on a best-effort basis. Specifically: - In uncommon cases, when the server is overloaded, the request might return before the default deadline is reached, or might return after zero seconds. - If the default deadline is reached, there is no guarantee that the operation is actually done when the method returns. Be prepared to retry if the operation is not `DONE`.
	Wait(context.Context, *WaitGlobalOperationRequest) (*Operation, error)
}

GlobalOperationsServer is the server API for GlobalOperations service.

type GlobalOrganizationOperationsClient

type GlobalOrganizationOperationsClient interface {
	// Deletes the specified Operations resource.
	Delete(ctx context.Context, in *DeleteGlobalOrganizationOperationRequest, opts ...grpc.CallOption) (*DeleteGlobalOrganizationOperationResponse, error)
	// Retrieves the specified Operations resource. Gets a list of operations by making a `list()` request.
	Get(ctx context.Context, in *GetGlobalOrganizationOperationRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves a list of Operation resources contained within the specified organization.
	List(ctx context.Context, in *ListGlobalOrganizationOperationsRequest, opts ...grpc.CallOption) (*OperationList, error)
}

GlobalOrganizationOperationsClient is the client API for GlobalOrganizationOperations service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewGlobalOrganizationOperationsClient

func NewGlobalOrganizationOperationsClient(cc grpc.ClientConnInterface) GlobalOrganizationOperationsClient

type GlobalOrganizationOperationsServer

type GlobalOrganizationOperationsServer interface {
	// Deletes the specified Operations resource.
	Delete(context.Context, *DeleteGlobalOrganizationOperationRequest) (*DeleteGlobalOrganizationOperationResponse, error)
	// Retrieves the specified Operations resource. Gets a list of operations by making a `list()` request.
	Get(context.Context, *GetGlobalOrganizationOperationRequest) (*Operation, error)
	// Retrieves a list of Operation resources contained within the specified organization.
	List(context.Context, *ListGlobalOrganizationOperationsRequest) (*OperationList, error)
}

GlobalOrganizationOperationsServer is the server API for GlobalOrganizationOperations service.

type GlobalOrganizationSetPolicyRequest

type GlobalOrganizationSetPolicyRequest struct {

	// Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify bindings.
	Bindings []*Binding `protobuf:"bytes,403251854,rep,name=bindings,proto3" json:"bindings,omitempty"`
	// Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify the etag.
	Etag *string `protobuf:"bytes,3123477,opt,name=etag,proto3,oneof" json:"etag,omitempty"`
	// REQUIRED: The complete policy to be applied to the 'resource'. The size of the policy is limited to a few 10s of KB. An empty policy is in general a valid policy but certain services (like Projects) might reject them.
	Policy *Policy `protobuf:"bytes,91071794,opt,name=policy,proto3,oneof" json:"policy,omitempty"`
	// contains filtered or unexported fields
}

func (*GlobalOrganizationSetPolicyRequest) Descriptor

func (*GlobalOrganizationSetPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use GlobalOrganizationSetPolicyRequest.ProtoReflect.Descriptor instead.

func (*GlobalOrganizationSetPolicyRequest) GetBindings

func (x *GlobalOrganizationSetPolicyRequest) GetBindings() []*Binding

func (*GlobalOrganizationSetPolicyRequest) GetEtag

func (*GlobalOrganizationSetPolicyRequest) GetPolicy

func (*GlobalOrganizationSetPolicyRequest) ProtoMessage

func (*GlobalOrganizationSetPolicyRequest) ProtoMessage()

func (*GlobalOrganizationSetPolicyRequest) ProtoReflect

func (*GlobalOrganizationSetPolicyRequest) Reset

func (*GlobalOrganizationSetPolicyRequest) String

type GlobalPublicDelegatedPrefixesClient

type GlobalPublicDelegatedPrefixesClient interface {
	// Deletes the specified global PublicDelegatedPrefix.
	Delete(ctx context.Context, in *DeleteGlobalPublicDelegatedPrefixeRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified global PublicDelegatedPrefix resource.
	Get(ctx context.Context, in *GetGlobalPublicDelegatedPrefixeRequest, opts ...grpc.CallOption) (*PublicDelegatedPrefix, error)
	// Creates a global PublicDelegatedPrefix in the specified project using the parameters that are included in the request.
	Insert(ctx context.Context, in *InsertGlobalPublicDelegatedPrefixeRequest, opts ...grpc.CallOption) (*Operation, error)
	// Lists the global PublicDelegatedPrefixes for a project.
	List(ctx context.Context, in *ListGlobalPublicDelegatedPrefixesRequest, opts ...grpc.CallOption) (*PublicDelegatedPrefixList, error)
	// Patches the specified global PublicDelegatedPrefix resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.
	Patch(ctx context.Context, in *PatchGlobalPublicDelegatedPrefixeRequest, opts ...grpc.CallOption) (*Operation, error)
}

GlobalPublicDelegatedPrefixesClient is the client API for GlobalPublicDelegatedPrefixes service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewGlobalPublicDelegatedPrefixesClient

func NewGlobalPublicDelegatedPrefixesClient(cc grpc.ClientConnInterface) GlobalPublicDelegatedPrefixesClient

type GlobalPublicDelegatedPrefixesServer

type GlobalPublicDelegatedPrefixesServer interface {
	// Deletes the specified global PublicDelegatedPrefix.
	Delete(context.Context, *DeleteGlobalPublicDelegatedPrefixeRequest) (*Operation, error)
	// Returns the specified global PublicDelegatedPrefix resource.
	Get(context.Context, *GetGlobalPublicDelegatedPrefixeRequest) (*PublicDelegatedPrefix, error)
	// Creates a global PublicDelegatedPrefix in the specified project using the parameters that are included in the request.
	Insert(context.Context, *InsertGlobalPublicDelegatedPrefixeRequest) (*Operation, error)
	// Lists the global PublicDelegatedPrefixes for a project.
	List(context.Context, *ListGlobalPublicDelegatedPrefixesRequest) (*PublicDelegatedPrefixList, error)
	// Patches the specified global PublicDelegatedPrefix resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.
	Patch(context.Context, *PatchGlobalPublicDelegatedPrefixeRequest) (*Operation, error)
}

GlobalPublicDelegatedPrefixesServer is the server API for GlobalPublicDelegatedPrefixes service.

type GlobalSetLabelsRequest

type GlobalSetLabelsRequest struct {

	// The fingerprint of the previous set of labels for this resource, used to detect conflicts. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash when updating or changing labels, otherwise the request will fail with error 412 conditionNotMet. Make a get() request to the resource to get the latest fingerprint.
	LabelFingerprint *string `protobuf:"bytes,178124825,opt,name=label_fingerprint,json=labelFingerprint,proto3,oneof" json:"label_fingerprint,omitempty"`
	// A list of labels to apply for this resource. Each label must comply with the requirements for labels. For example, "webserver-frontend": "images". A label value can also be empty (e.g. "my-label": "").
	Labels map[string]string `protobuf:"bytes,500195327,rep,name=labels,proto3" json:"labels,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// contains filtered or unexported fields
}

func (*GlobalSetLabelsRequest) Descriptor

func (*GlobalSetLabelsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GlobalSetLabelsRequest.ProtoReflect.Descriptor instead.

func (*GlobalSetLabelsRequest) GetLabelFingerprint

func (x *GlobalSetLabelsRequest) GetLabelFingerprint() string

func (*GlobalSetLabelsRequest) GetLabels

func (x *GlobalSetLabelsRequest) GetLabels() map[string]string

func (*GlobalSetLabelsRequest) ProtoMessage

func (*GlobalSetLabelsRequest) ProtoMessage()

func (*GlobalSetLabelsRequest) ProtoReflect

func (x *GlobalSetLabelsRequest) ProtoReflect() protoreflect.Message

func (*GlobalSetLabelsRequest) Reset

func (x *GlobalSetLabelsRequest) Reset()

func (*GlobalSetLabelsRequest) String

func (x *GlobalSetLabelsRequest) String() string

type GlobalSetPolicyRequest

type GlobalSetPolicyRequest struct {

	// Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify bindings.
	Bindings []*Binding `protobuf:"bytes,403251854,rep,name=bindings,proto3" json:"bindings,omitempty"`
	// Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify the etag.
	Etag *string `protobuf:"bytes,3123477,opt,name=etag,proto3,oneof" json:"etag,omitempty"`
	// REQUIRED: The complete policy to be applied to the 'resource'. The size of the policy is limited to a few 10s of KB. An empty policy is in general a valid policy but certain services (like Projects) might reject them.
	Policy *Policy `protobuf:"bytes,91071794,opt,name=policy,proto3,oneof" json:"policy,omitempty"`
	// contains filtered or unexported fields
}

func (*GlobalSetPolicyRequest) Descriptor

func (*GlobalSetPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use GlobalSetPolicyRequest.ProtoReflect.Descriptor instead.

func (*GlobalSetPolicyRequest) GetBindings

func (x *GlobalSetPolicyRequest) GetBindings() []*Binding

func (*GlobalSetPolicyRequest) GetEtag

func (x *GlobalSetPolicyRequest) GetEtag() string

func (*GlobalSetPolicyRequest) GetPolicy

func (x *GlobalSetPolicyRequest) GetPolicy() *Policy

func (*GlobalSetPolicyRequest) ProtoMessage

func (*GlobalSetPolicyRequest) ProtoMessage()

func (*GlobalSetPolicyRequest) ProtoReflect

func (x *GlobalSetPolicyRequest) ProtoReflect() protoreflect.Message

func (*GlobalSetPolicyRequest) Reset

func (x *GlobalSetPolicyRequest) Reset()

func (*GlobalSetPolicyRequest) String

func (x *GlobalSetPolicyRequest) String() string

type GuestAttributes

type GuestAttributes struct {

	// [Output Only] Type of the resource. Always compute#guestAttributes for guest attributes entry.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// The path to be queried. This can be the default namespace ('') or a nested namespace ('\/') or a specified key ('\/\').
	QueryPath *string `protobuf:"bytes,368591164,opt,name=query_path,json=queryPath,proto3,oneof" json:"query_path,omitempty"`
	// [Output Only] The value of the requested queried path.
	QueryValue *GuestAttributesValue `protobuf:"bytes,157570874,opt,name=query_value,json=queryValue,proto3,oneof" json:"query_value,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// The key to search for.
	VariableKey *string `protobuf:"bytes,164364828,opt,name=variable_key,json=variableKey,proto3,oneof" json:"variable_key,omitempty"`
	// [Output Only] The value found for the requested key.
	VariableValue *string `protobuf:"bytes,124582382,opt,name=variable_value,json=variableValue,proto3,oneof" json:"variable_value,omitempty"`
	// contains filtered or unexported fields
}

A guest attributes entry.

func (*GuestAttributes) Descriptor

func (*GuestAttributes) Descriptor() ([]byte, []int)

Deprecated: Use GuestAttributes.ProtoReflect.Descriptor instead.

func (*GuestAttributes) GetKind

func (x *GuestAttributes) GetKind() string

func (*GuestAttributes) GetQueryPath

func (x *GuestAttributes) GetQueryPath() string

func (*GuestAttributes) GetQueryValue

func (x *GuestAttributes) GetQueryValue() *GuestAttributesValue
func (x *GuestAttributes) GetSelfLink() string

func (*GuestAttributes) GetVariableKey

func (x *GuestAttributes) GetVariableKey() string

func (*GuestAttributes) GetVariableValue

func (x *GuestAttributes) GetVariableValue() string

func (*GuestAttributes) ProtoMessage

func (*GuestAttributes) ProtoMessage()

func (*GuestAttributes) ProtoReflect

func (x *GuestAttributes) ProtoReflect() protoreflect.Message

func (*GuestAttributes) Reset

func (x *GuestAttributes) Reset()

func (*GuestAttributes) String

func (x *GuestAttributes) String() string

type GuestAttributesEntry

type GuestAttributesEntry struct {

	// Key for the guest attribute entry.
	Key *string `protobuf:"bytes,106079,opt,name=key,proto3,oneof" json:"key,omitempty"`
	// Namespace for the guest attribute entry.
	Namespace *string `protobuf:"bytes,178476379,opt,name=namespace,proto3,oneof" json:"namespace,omitempty"`
	// Value for the guest attribute entry.
	Value *string `protobuf:"bytes,111972721,opt,name=value,proto3,oneof" json:"value,omitempty"`
	// contains filtered or unexported fields
}

A guest attributes namespace/key/value entry.

func (*GuestAttributesEntry) Descriptor

func (*GuestAttributesEntry) Descriptor() ([]byte, []int)

Deprecated: Use GuestAttributesEntry.ProtoReflect.Descriptor instead.

func (*GuestAttributesEntry) GetKey

func (x *GuestAttributesEntry) GetKey() string

func (*GuestAttributesEntry) GetNamespace

func (x *GuestAttributesEntry) GetNamespace() string

func (*GuestAttributesEntry) GetValue

func (x *GuestAttributesEntry) GetValue() string

func (*GuestAttributesEntry) ProtoMessage

func (*GuestAttributesEntry) ProtoMessage()

func (*GuestAttributesEntry) ProtoReflect

func (x *GuestAttributesEntry) ProtoReflect() protoreflect.Message

func (*GuestAttributesEntry) Reset

func (x *GuestAttributesEntry) Reset()

func (*GuestAttributesEntry) String

func (x *GuestAttributesEntry) String() string

type GuestAttributesValue

type GuestAttributesValue struct {
	Items []*GuestAttributesEntry `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// contains filtered or unexported fields
}

Array of guest attribute namespace/key/value tuples.

func (*GuestAttributesValue) Descriptor

func (*GuestAttributesValue) Descriptor() ([]byte, []int)

Deprecated: Use GuestAttributesValue.ProtoReflect.Descriptor instead.

func (*GuestAttributesValue) GetItems

func (x *GuestAttributesValue) GetItems() []*GuestAttributesEntry

func (*GuestAttributesValue) ProtoMessage

func (*GuestAttributesValue) ProtoMessage()

func (*GuestAttributesValue) ProtoReflect

func (x *GuestAttributesValue) ProtoReflect() protoreflect.Message

func (*GuestAttributesValue) Reset

func (x *GuestAttributesValue) Reset()

func (*GuestAttributesValue) String

func (x *GuestAttributesValue) String() string

type GuestOsFeature

type GuestOsFeature struct {

	// The ID of a supported feature. To add multiple values, use commas to separate values. Set to one or more of the following values: - VIRTIO_SCSI_MULTIQUEUE - WINDOWS - MULTI_IP_SUBNET - UEFI_COMPATIBLE - GVNIC - SEV_CAPABLE - SUSPEND_RESUME_COMPATIBLE - SEV_LIVE_MIGRATABLE - SEV_SNP_CAPABLE For more information, see Enabling guest operating system features.
	// Check the Type enum for the list of possible values.
	Type *string `protobuf:"bytes,3575610,opt,name=type,proto3,oneof" json:"type,omitempty"`
	// contains filtered or unexported fields
}

Guest OS features.

func (*GuestOsFeature) Descriptor

func (*GuestOsFeature) Descriptor() ([]byte, []int)

Deprecated: Use GuestOsFeature.ProtoReflect.Descriptor instead.

func (*GuestOsFeature) GetType

func (x *GuestOsFeature) GetType() string

func (*GuestOsFeature) ProtoMessage

func (*GuestOsFeature) ProtoMessage()

func (*GuestOsFeature) ProtoReflect

func (x *GuestOsFeature) ProtoReflect() protoreflect.Message

func (*GuestOsFeature) Reset

func (x *GuestOsFeature) Reset()

func (*GuestOsFeature) String

func (x *GuestOsFeature) String() string

type GuestOsFeature_Type

type GuestOsFeature_Type int32

The ID of a supported feature. To add multiple values, use commas to separate values. Set to one or more of the following values: - VIRTIO_SCSI_MULTIQUEUE - WINDOWS - MULTI_IP_SUBNET - UEFI_COMPATIBLE - GVNIC - SEV_CAPABLE - SUSPEND_RESUME_COMPATIBLE - SEV_LIVE_MIGRATABLE - SEV_SNP_CAPABLE For more information, see Enabling guest operating system features.

const (
	// A value indicating that the enum field is not set.
	GuestOsFeature_UNDEFINED_TYPE           GuestOsFeature_Type = 0
	GuestOsFeature_FEATURE_TYPE_UNSPECIFIED GuestOsFeature_Type = 531767259
	GuestOsFeature_GVNIC                    GuestOsFeature_Type = 68209305
	GuestOsFeature_MULTI_IP_SUBNET          GuestOsFeature_Type = 151776719
	GuestOsFeature_SECURE_BOOT              GuestOsFeature_Type = 376811194
	GuestOsFeature_SEV_CAPABLE              GuestOsFeature_Type = 87083793
	GuestOsFeature_SEV_LIVE_MIGRATABLE      GuestOsFeature_Type = 392039820
	GuestOsFeature_SEV_SNP_CAPABLE          GuestOsFeature_Type = 426919
	GuestOsFeature_UEFI_COMPATIBLE          GuestOsFeature_Type = 195865408
	GuestOsFeature_VIRTIO_SCSI_MULTIQUEUE   GuestOsFeature_Type = 201597069
	GuestOsFeature_WINDOWS                  GuestOsFeature_Type = 456863331
)

func (GuestOsFeature_Type) Descriptor

func (GuestOsFeature_Type) Enum

func (GuestOsFeature_Type) EnumDescriptor

func (GuestOsFeature_Type) EnumDescriptor() ([]byte, []int)

Deprecated: Use GuestOsFeature_Type.Descriptor instead.

func (GuestOsFeature_Type) Number

func (GuestOsFeature_Type) String

func (x GuestOsFeature_Type) String() string

func (GuestOsFeature_Type) Type

type HTTP2HealthCheck

type HTTP2HealthCheck struct {

	// The value of the host header in the HTTP/2 health check request. If left empty (default value), the host header is set to the destination IP address to which health check packets are sent. The destination IP address depends on the type of load balancer. For details, see: https://cloud.google.com/load-balancing/docs/health-check-concepts#hc-packet-dest
	Host *string `protobuf:"bytes,3208616,opt,name=host,proto3,oneof" json:"host,omitempty"`
	// The TCP port number to which the health check prober sends packets. The default value is 443. Valid values are 1 through 65535.
	Port *int32 `protobuf:"varint,3446913,opt,name=port,proto3,oneof" json:"port,omitempty"`
	// Not supported.
	PortName *string `protobuf:"bytes,41534345,opt,name=port_name,json=portName,proto3,oneof" json:"port_name,omitempty"`
	// Specifies how a port is selected for health checking. Can be one of the following values: USE_FIXED_PORT: Specifies a port number explicitly using the port field in the health check. Supported by backend services for pass-through load balancers and backend services for proxy load balancers. Not supported by target pools. The health check supports all backends supported by the backend service provided the backend can be health checked. For example, GCE_VM_IP network endpoint groups, GCE_VM_IP_PORT network endpoint groups, and instance group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an indirect method of specifying the health check port by referring to the backend service. Only supported by backend services for proxy load balancers. Not supported by target pools. Not supported by backend services for pass-through load balancers. Supports all backends that can be health checked; for example, GCE_VM_IP_PORT network endpoint groups and instance group backends. For GCE_VM_IP_PORT network endpoint group backends, the health check uses the port number specified for each endpoint in the network endpoint group. For instance group backends, the health check uses the port number determined by looking up the backend service's named port in the instance group's list of named ports.
	// Check the PortSpecification enum for the list of possible values.
	PortSpecification *string `protobuf:"bytes,51590597,opt,name=port_specification,json=portSpecification,proto3,oneof" json:"port_specification,omitempty"`
	// Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE.
	// Check the ProxyHeader enum for the list of possible values.
	ProxyHeader *string `protobuf:"bytes,160374142,opt,name=proxy_header,json=proxyHeader,proto3,oneof" json:"proxy_header,omitempty"`
	// The request path of the HTTP/2 health check request. The default value is /.
	RequestPath *string `protobuf:"bytes,229403605,opt,name=request_path,json=requestPath,proto3,oneof" json:"request_path,omitempty"`
	// Creates a content-based HTTP/2 health check. In addition to the required HTTP 200 (OK) status code, you can configure the health check to pass only when the backend sends this specific ASCII response string within the first 1024 bytes of the HTTP response body. For details, see: https://cloud.google.com/load-balancing/docs/health-check-concepts#criteria-protocol-http
	Response *string `protobuf:"bytes,196547649,opt,name=response,proto3,oneof" json:"response,omitempty"`
	// contains filtered or unexported fields
}

func (*HTTP2HealthCheck) Descriptor

func (*HTTP2HealthCheck) Descriptor() ([]byte, []int)

Deprecated: Use HTTP2HealthCheck.ProtoReflect.Descriptor instead.

func (*HTTP2HealthCheck) GetHost

func (x *HTTP2HealthCheck) GetHost() string

func (*HTTP2HealthCheck) GetPort

func (x *HTTP2HealthCheck) GetPort() int32

func (*HTTP2HealthCheck) GetPortName

func (x *HTTP2HealthCheck) GetPortName() string

func (*HTTP2HealthCheck) GetPortSpecification

func (x *HTTP2HealthCheck) GetPortSpecification() string

func (*HTTP2HealthCheck) GetProxyHeader

func (x *HTTP2HealthCheck) GetProxyHeader() string

func (*HTTP2HealthCheck) GetRequestPath

func (x *HTTP2HealthCheck) GetRequestPath() string

func (*HTTP2HealthCheck) GetResponse

func (x *HTTP2HealthCheck) GetResponse() string

func (*HTTP2HealthCheck) ProtoMessage

func (*HTTP2HealthCheck) ProtoMessage()

func (*HTTP2HealthCheck) ProtoReflect

func (x *HTTP2HealthCheck) ProtoReflect() protoreflect.Message

func (*HTTP2HealthCheck) Reset

func (x *HTTP2HealthCheck) Reset()

func (*HTTP2HealthCheck) String

func (x *HTTP2HealthCheck) String() string

type HTTP2HealthCheck_PortSpecification

type HTTP2HealthCheck_PortSpecification int32

Specifies how a port is selected for health checking. Can be one of the following values: USE_FIXED_PORT: Specifies a port number explicitly using the port field in the health check. Supported by backend services for pass-through load balancers and backend services for proxy load balancers. Not supported by target pools. The health check supports all backends supported by the backend service provided the backend can be health checked. For example, GCE_VM_IP network endpoint groups, GCE_VM_IP_PORT network endpoint groups, and instance group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an indirect method of specifying the health check port by referring to the backend service. Only supported by backend services for proxy load balancers. Not supported by target pools. Not supported by backend services for pass-through load balancers. Supports all backends that can be health checked; for example, GCE_VM_IP_PORT network endpoint groups and instance group backends. For GCE_VM_IP_PORT network endpoint group backends, the health check uses the port number specified for each endpoint in the network endpoint group. For instance group backends, the health check uses the port number determined by looking up the backend service's named port in the instance group's list of named ports.

const (
	// A value indicating that the enum field is not set.
	HTTP2HealthCheck_UNDEFINED_PORT_SPECIFICATION HTTP2HealthCheck_PortSpecification = 0
	// The port number in the health check's port is used for health checking. Applies to network endpoint group and instance group backends.
	HTTP2HealthCheck_USE_FIXED_PORT HTTP2HealthCheck_PortSpecification = 190235748
	// Not supported.
	HTTP2HealthCheck_USE_NAMED_PORT HTTP2HealthCheck_PortSpecification = 349300671
	// For network endpoint group backends, the health check uses the port number specified on each endpoint in the network endpoint group. For instance group backends, the health check uses the port number specified for the backend service's named port defined in the instance group's named ports.
	HTTP2HealthCheck_USE_SERVING_PORT HTTP2HealthCheck_PortSpecification = 362637516
)

func (HTTP2HealthCheck_PortSpecification) Descriptor

func (HTTP2HealthCheck_PortSpecification) Enum

func (HTTP2HealthCheck_PortSpecification) EnumDescriptor

func (HTTP2HealthCheck_PortSpecification) EnumDescriptor() ([]byte, []int)

Deprecated: Use HTTP2HealthCheck_PortSpecification.Descriptor instead.

func (HTTP2HealthCheck_PortSpecification) Number

func (HTTP2HealthCheck_PortSpecification) String

func (HTTP2HealthCheck_PortSpecification) Type

type HTTP2HealthCheck_ProxyHeader

type HTTP2HealthCheck_ProxyHeader int32

Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE.

const (
	// A value indicating that the enum field is not set.
	HTTP2HealthCheck_UNDEFINED_PROXY_HEADER HTTP2HealthCheck_ProxyHeader = 0
	HTTP2HealthCheck_NONE                   HTTP2HealthCheck_ProxyHeader = 2402104
	HTTP2HealthCheck_PROXY_V1               HTTP2HealthCheck_ProxyHeader = 334352940
)

func (HTTP2HealthCheck_ProxyHeader) Descriptor

func (HTTP2HealthCheck_ProxyHeader) Enum

func (HTTP2HealthCheck_ProxyHeader) EnumDescriptor

func (HTTP2HealthCheck_ProxyHeader) EnumDescriptor() ([]byte, []int)

Deprecated: Use HTTP2HealthCheck_ProxyHeader.Descriptor instead.

func (HTTP2HealthCheck_ProxyHeader) Number

func (HTTP2HealthCheck_ProxyHeader) String

func (HTTP2HealthCheck_ProxyHeader) Type

type HTTPHealthCheck

type HTTPHealthCheck struct {

	// The value of the host header in the HTTP health check request. If left empty (default value), the host header is set to the destination IP address to which health check packets are sent. The destination IP address depends on the type of load balancer. For details, see: https://cloud.google.com/load-balancing/docs/health-check-concepts#hc-packet-dest
	Host *string `protobuf:"bytes,3208616,opt,name=host,proto3,oneof" json:"host,omitempty"`
	// The TCP port number to which the health check prober sends packets. The default value is 80. Valid values are 1 through 65535.
	Port *int32 `protobuf:"varint,3446913,opt,name=port,proto3,oneof" json:"port,omitempty"`
	// Not supported.
	PortName *string `protobuf:"bytes,41534345,opt,name=port_name,json=portName,proto3,oneof" json:"port_name,omitempty"`
	// Specifies how a port is selected for health checking. Can be one of the following values: USE_FIXED_PORT: Specifies a port number explicitly using the port field in the health check. Supported by backend services for pass-through load balancers and backend services for proxy load balancers. Also supported in legacy HTTP health checks for target pools. The health check supports all backends supported by the backend service provided the backend can be health checked. For example, GCE_VM_IP network endpoint groups, GCE_VM_IP_PORT network endpoint groups, and instance group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an indirect method of specifying the health check port by referring to the backend service. Only supported by backend services for proxy load balancers. Not supported by target pools. Not supported by backend services for pass-through load balancers. Supports all backends that can be health checked; for example, GCE_VM_IP_PORT network endpoint groups and instance group backends. For GCE_VM_IP_PORT network endpoint group backends, the health check uses the port number specified for each endpoint in the network endpoint group. For instance group backends, the health check uses the port number determined by looking up the backend service's named port in the instance group's list of named ports.
	// Check the PortSpecification enum for the list of possible values.
	PortSpecification *string `protobuf:"bytes,51590597,opt,name=port_specification,json=portSpecification,proto3,oneof" json:"port_specification,omitempty"`
	// Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE.
	// Check the ProxyHeader enum for the list of possible values.
	ProxyHeader *string `protobuf:"bytes,160374142,opt,name=proxy_header,json=proxyHeader,proto3,oneof" json:"proxy_header,omitempty"`
	// The request path of the HTTP health check request. The default value is /.
	RequestPath *string `protobuf:"bytes,229403605,opt,name=request_path,json=requestPath,proto3,oneof" json:"request_path,omitempty"`
	// Creates a content-based HTTP health check. In addition to the required HTTP 200 (OK) status code, you can configure the health check to pass only when the backend sends this specific ASCII response string within the first 1024 bytes of the HTTP response body. For details, see: https://cloud.google.com/load-balancing/docs/health-check-concepts#criteria-protocol-http
	Response *string `protobuf:"bytes,196547649,opt,name=response,proto3,oneof" json:"response,omitempty"`
	// contains filtered or unexported fields
}

func (*HTTPHealthCheck) Descriptor

func (*HTTPHealthCheck) Descriptor() ([]byte, []int)

Deprecated: Use HTTPHealthCheck.ProtoReflect.Descriptor instead.

func (*HTTPHealthCheck) GetHost

func (x *HTTPHealthCheck) GetHost() string

func (*HTTPHealthCheck) GetPort

func (x *HTTPHealthCheck) GetPort() int32

func (*HTTPHealthCheck) GetPortName

func (x *HTTPHealthCheck) GetPortName() string

func (*HTTPHealthCheck) GetPortSpecification

func (x *HTTPHealthCheck) GetPortSpecification() string

func (*HTTPHealthCheck) GetProxyHeader

func (x *HTTPHealthCheck) GetProxyHeader() string

func (*HTTPHealthCheck) GetRequestPath

func (x *HTTPHealthCheck) GetRequestPath() string

func (*HTTPHealthCheck) GetResponse

func (x *HTTPHealthCheck) GetResponse() string

func (*HTTPHealthCheck) ProtoMessage

func (*HTTPHealthCheck) ProtoMessage()

func (*HTTPHealthCheck) ProtoReflect

func (x *HTTPHealthCheck) ProtoReflect() protoreflect.Message

func (*HTTPHealthCheck) Reset

func (x *HTTPHealthCheck) Reset()

func (*HTTPHealthCheck) String

func (x *HTTPHealthCheck) String() string

type HTTPHealthCheck_PortSpecification

type HTTPHealthCheck_PortSpecification int32

Specifies how a port is selected for health checking. Can be one of the following values: USE_FIXED_PORT: Specifies a port number explicitly using the port field in the health check. Supported by backend services for pass-through load balancers and backend services for proxy load balancers. Also supported in legacy HTTP health checks for target pools. The health check supports all backends supported by the backend service provided the backend can be health checked. For example, GCE_VM_IP network endpoint groups, GCE_VM_IP_PORT network endpoint groups, and instance group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an indirect method of specifying the health check port by referring to the backend service. Only supported by backend services for proxy load balancers. Not supported by target pools. Not supported by backend services for pass-through load balancers. Supports all backends that can be health checked; for example, GCE_VM_IP_PORT network endpoint groups and instance group backends. For GCE_VM_IP_PORT network endpoint group backends, the health check uses the port number specified for each endpoint in the network endpoint group. For instance group backends, the health check uses the port number determined by looking up the backend service's named port in the instance group's list of named ports.

const (
	// A value indicating that the enum field is not set.
	HTTPHealthCheck_UNDEFINED_PORT_SPECIFICATION HTTPHealthCheck_PortSpecification = 0
	// The port number in the health check's port is used for health checking. Applies to network endpoint group and instance group backends.
	HTTPHealthCheck_USE_FIXED_PORT HTTPHealthCheck_PortSpecification = 190235748
	// Not supported.
	HTTPHealthCheck_USE_NAMED_PORT HTTPHealthCheck_PortSpecification = 349300671
	// For network endpoint group backends, the health check uses the port number specified on each endpoint in the network endpoint group. For instance group backends, the health check uses the port number specified for the backend service's named port defined in the instance group's named ports.
	HTTPHealthCheck_USE_SERVING_PORT HTTPHealthCheck_PortSpecification = 362637516
)

func (HTTPHealthCheck_PortSpecification) Descriptor

func (HTTPHealthCheck_PortSpecification) Enum

func (HTTPHealthCheck_PortSpecification) EnumDescriptor

func (HTTPHealthCheck_PortSpecification) EnumDescriptor() ([]byte, []int)

Deprecated: Use HTTPHealthCheck_PortSpecification.Descriptor instead.

func (HTTPHealthCheck_PortSpecification) Number

func (HTTPHealthCheck_PortSpecification) String

func (HTTPHealthCheck_PortSpecification) Type

type HTTPHealthCheck_ProxyHeader

type HTTPHealthCheck_ProxyHeader int32

Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE.

const (
	// A value indicating that the enum field is not set.
	HTTPHealthCheck_UNDEFINED_PROXY_HEADER HTTPHealthCheck_ProxyHeader = 0
	HTTPHealthCheck_NONE                   HTTPHealthCheck_ProxyHeader = 2402104
	HTTPHealthCheck_PROXY_V1               HTTPHealthCheck_ProxyHeader = 334352940
)

func (HTTPHealthCheck_ProxyHeader) Descriptor

func (HTTPHealthCheck_ProxyHeader) Enum

func (HTTPHealthCheck_ProxyHeader) EnumDescriptor

func (HTTPHealthCheck_ProxyHeader) EnumDescriptor() ([]byte, []int)

Deprecated: Use HTTPHealthCheck_ProxyHeader.Descriptor instead.

func (HTTPHealthCheck_ProxyHeader) Number

func (HTTPHealthCheck_ProxyHeader) String

func (HTTPHealthCheck_ProxyHeader) Type

type HTTPSHealthCheck

type HTTPSHealthCheck struct {

	// The value of the host header in the HTTPS health check request. If left empty (default value), the host header is set to the destination IP address to which health check packets are sent. The destination IP address depends on the type of load balancer. For details, see: https://cloud.google.com/load-balancing/docs/health-check-concepts#hc-packet-dest
	Host *string `protobuf:"bytes,3208616,opt,name=host,proto3,oneof" json:"host,omitempty"`
	// The TCP port number to which the health check prober sends packets. The default value is 443. Valid values are 1 through 65535.
	Port *int32 `protobuf:"varint,3446913,opt,name=port,proto3,oneof" json:"port,omitempty"`
	// Not supported.
	PortName *string `protobuf:"bytes,41534345,opt,name=port_name,json=portName,proto3,oneof" json:"port_name,omitempty"`
	// Specifies how a port is selected for health checking. Can be one of the following values: USE_FIXED_PORT: Specifies a port number explicitly using the port field in the health check. Supported by backend services for pass-through load balancers and backend services for proxy load balancers. Not supported by target pools. The health check supports all backends supported by the backend service provided the backend can be health checked. For example, GCE_VM_IP network endpoint groups, GCE_VM_IP_PORT network endpoint groups, and instance group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an indirect method of specifying the health check port by referring to the backend service. Only supported by backend services for proxy load balancers. Not supported by target pools. Not supported by backend services for pass-through load balancers. Supports all backends that can be health checked; for example, GCE_VM_IP_PORT network endpoint groups and instance group backends. For GCE_VM_IP_PORT network endpoint group backends, the health check uses the port number specified for each endpoint in the network endpoint group. For instance group backends, the health check uses the port number determined by looking up the backend service's named port in the instance group's list of named ports.
	// Check the PortSpecification enum for the list of possible values.
	PortSpecification *string `protobuf:"bytes,51590597,opt,name=port_specification,json=portSpecification,proto3,oneof" json:"port_specification,omitempty"`
	// Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE.
	// Check the ProxyHeader enum for the list of possible values.
	ProxyHeader *string `protobuf:"bytes,160374142,opt,name=proxy_header,json=proxyHeader,proto3,oneof" json:"proxy_header,omitempty"`
	// The request path of the HTTPS health check request. The default value is /.
	RequestPath *string `protobuf:"bytes,229403605,opt,name=request_path,json=requestPath,proto3,oneof" json:"request_path,omitempty"`
	// Creates a content-based HTTPS health check. In addition to the required HTTP 200 (OK) status code, you can configure the health check to pass only when the backend sends this specific ASCII response string within the first 1024 bytes of the HTTP response body. For details, see: https://cloud.google.com/load-balancing/docs/health-check-concepts#criteria-protocol-http
	Response *string `protobuf:"bytes,196547649,opt,name=response,proto3,oneof" json:"response,omitempty"`
	// contains filtered or unexported fields
}

func (*HTTPSHealthCheck) Descriptor

func (*HTTPSHealthCheck) Descriptor() ([]byte, []int)

Deprecated: Use HTTPSHealthCheck.ProtoReflect.Descriptor instead.

func (*HTTPSHealthCheck) GetHost

func (x *HTTPSHealthCheck) GetHost() string

func (*HTTPSHealthCheck) GetPort

func (x *HTTPSHealthCheck) GetPort() int32

func (*HTTPSHealthCheck) GetPortName

func (x *HTTPSHealthCheck) GetPortName() string

func (*HTTPSHealthCheck) GetPortSpecification

func (x *HTTPSHealthCheck) GetPortSpecification() string

func (*HTTPSHealthCheck) GetProxyHeader

func (x *HTTPSHealthCheck) GetProxyHeader() string

func (*HTTPSHealthCheck) GetRequestPath

func (x *HTTPSHealthCheck) GetRequestPath() string

func (*HTTPSHealthCheck) GetResponse

func (x *HTTPSHealthCheck) GetResponse() string

func (*HTTPSHealthCheck) ProtoMessage

func (*HTTPSHealthCheck) ProtoMessage()

func (*HTTPSHealthCheck) ProtoReflect

func (x *HTTPSHealthCheck) ProtoReflect() protoreflect.Message

func (*HTTPSHealthCheck) Reset

func (x *HTTPSHealthCheck) Reset()

func (*HTTPSHealthCheck) String

func (x *HTTPSHealthCheck) String() string

type HTTPSHealthCheck_PortSpecification

type HTTPSHealthCheck_PortSpecification int32

Specifies how a port is selected for health checking. Can be one of the following values: USE_FIXED_PORT: Specifies a port number explicitly using the port field in the health check. Supported by backend services for pass-through load balancers and backend services for proxy load balancers. Not supported by target pools. The health check supports all backends supported by the backend service provided the backend can be health checked. For example, GCE_VM_IP network endpoint groups, GCE_VM_IP_PORT network endpoint groups, and instance group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an indirect method of specifying the health check port by referring to the backend service. Only supported by backend services for proxy load balancers. Not supported by target pools. Not supported by backend services for pass-through load balancers. Supports all backends that can be health checked; for example, GCE_VM_IP_PORT network endpoint groups and instance group backends. For GCE_VM_IP_PORT network endpoint group backends, the health check uses the port number specified for each endpoint in the network endpoint group. For instance group backends, the health check uses the port number determined by looking up the backend service's named port in the instance group's list of named ports.

const (
	// A value indicating that the enum field is not set.
	HTTPSHealthCheck_UNDEFINED_PORT_SPECIFICATION HTTPSHealthCheck_PortSpecification = 0
	// The port number in the health check's port is used for health checking. Applies to network endpoint group and instance group backends.
	HTTPSHealthCheck_USE_FIXED_PORT HTTPSHealthCheck_PortSpecification = 190235748
	// Not supported.
	HTTPSHealthCheck_USE_NAMED_PORT HTTPSHealthCheck_PortSpecification = 349300671
	// For network endpoint group backends, the health check uses the port number specified on each endpoint in the network endpoint group. For instance group backends, the health check uses the port number specified for the backend service's named port defined in the instance group's named ports.
	HTTPSHealthCheck_USE_SERVING_PORT HTTPSHealthCheck_PortSpecification = 362637516
)

func (HTTPSHealthCheck_PortSpecification) Descriptor

func (HTTPSHealthCheck_PortSpecification) Enum

func (HTTPSHealthCheck_PortSpecification) EnumDescriptor

func (HTTPSHealthCheck_PortSpecification) EnumDescriptor() ([]byte, []int)

Deprecated: Use HTTPSHealthCheck_PortSpecification.Descriptor instead.

func (HTTPSHealthCheck_PortSpecification) Number

func (HTTPSHealthCheck_PortSpecification) String

func (HTTPSHealthCheck_PortSpecification) Type

type HTTPSHealthCheck_ProxyHeader

type HTTPSHealthCheck_ProxyHeader int32

Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE.

const (
	// A value indicating that the enum field is not set.
	HTTPSHealthCheck_UNDEFINED_PROXY_HEADER HTTPSHealthCheck_ProxyHeader = 0
	HTTPSHealthCheck_NONE                   HTTPSHealthCheck_ProxyHeader = 2402104
	HTTPSHealthCheck_PROXY_V1               HTTPSHealthCheck_ProxyHeader = 334352940
)

func (HTTPSHealthCheck_ProxyHeader) Descriptor

func (HTTPSHealthCheck_ProxyHeader) Enum

func (HTTPSHealthCheck_ProxyHeader) EnumDescriptor

func (HTTPSHealthCheck_ProxyHeader) EnumDescriptor() ([]byte, []int)

Deprecated: Use HTTPSHealthCheck_ProxyHeader.Descriptor instead.

func (HTTPSHealthCheck_ProxyHeader) Number

func (HTTPSHealthCheck_ProxyHeader) String

func (HTTPSHealthCheck_ProxyHeader) Type

type HealthCheck

type HealthCheck struct {

	// How often (in seconds) to send a health check. The default value is 5 seconds.
	CheckIntervalSec *int32 `protobuf:"varint,345561006,opt,name=check_interval_sec,json=checkIntervalSec,proto3,oneof" json:"check_interval_sec,omitempty"`
	// [Output Only] Creation timestamp in 3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// An optional description of this resource. Provide this property when you create the resource.
	Description     *string          `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	GrpcHealthCheck *GRPCHealthCheck `protobuf:"bytes,85529574,opt,name=grpc_health_check,json=grpcHealthCheck,proto3,oneof" json:"grpc_health_check,omitempty"`
	// A so-far unhealthy instance will be marked healthy after this many consecutive successes. The default value is 2.
	HealthyThreshold *int32            `protobuf:"varint,403212361,opt,name=healthy_threshold,json=healthyThreshold,proto3,oneof" json:"healthy_threshold,omitempty"`
	Http2HealthCheck *HTTP2HealthCheck `protobuf:"bytes,11360986,opt,name=http2_health_check,json=http2HealthCheck,proto3,oneof" json:"http2_health_check,omitempty"`
	HttpHealthCheck  *HTTPHealthCheck  `protobuf:"bytes,412586940,opt,name=http_health_check,json=httpHealthCheck,proto3,oneof" json:"http_health_check,omitempty"`
	HttpsHealthCheck *HTTPSHealthCheck `protobuf:"bytes,436046905,opt,name=https_health_check,json=httpsHealthCheck,proto3,oneof" json:"https_health_check,omitempty"`
	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// Type of the resource.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// Configure logging on this health check.
	LogConfig *HealthCheckLogConfig `protobuf:"bytes,351299741,opt,name=log_config,json=logConfig,proto3,oneof" json:"log_config,omitempty"`
	// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. For example, a name that is 1-63 characters long, matches the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?`, and otherwise complies with RFC1035. This regular expression describes a name where the first character is a lowercase letter, and all following characters are a dash, lowercase letter, or digit, except the last character, which isn't a dash.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// [Output Only] Region where the health check resides. Not applicable to global health checks.
	Region *string `protobuf:"bytes,138946292,opt,name=region,proto3,oneof" json:"region,omitempty"`
	// [Output Only] Server-defined URL for the resource.
	SelfLink       *string         `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	SslHealthCheck *SSLHealthCheck `protobuf:"bytes,280032440,opt,name=ssl_health_check,json=sslHealthCheck,proto3,oneof" json:"ssl_health_check,omitempty"`
	TcpHealthCheck *TCPHealthCheck `protobuf:"bytes,469980419,opt,name=tcp_health_check,json=tcpHealthCheck,proto3,oneof" json:"tcp_health_check,omitempty"`
	// How long (in seconds) to wait before claiming failure. The default value is 5 seconds. It is invalid for timeoutSec to have greater value than checkIntervalSec.
	TimeoutSec *int32 `protobuf:"varint,79994995,opt,name=timeout_sec,json=timeoutSec,proto3,oneof" json:"timeout_sec,omitempty"`
	// Specifies the type of the healthCheck, either TCP, SSL, HTTP, HTTPS, HTTP2 or GRPC. Exactly one of the protocol-specific health check fields must be specified, which must match type field.
	// Check the Type enum for the list of possible values.
	Type *string `protobuf:"bytes,3575610,opt,name=type,proto3,oneof" json:"type,omitempty"`
	// A so-far healthy instance will be marked unhealthy after this many consecutive failures. The default value is 2.
	UnhealthyThreshold *int32 `protobuf:"varint,227958480,opt,name=unhealthy_threshold,json=unhealthyThreshold,proto3,oneof" json:"unhealthy_threshold,omitempty"`
	// contains filtered or unexported fields
}

Represents a Health Check resource. Google Compute Engine has two Health Check resources: * [Global](/compute/docs/reference/rest/v1/healthChecks) * [Regional](/compute/docs/reference/rest/v1/regionHealthChecks) Internal HTTP(S) load balancers must use regional health checks (`compute.v1.regionHealthChecks`). Traffic Director must use global health checks (`compute.v1.healthChecks`). Internal TCP/UDP load balancers can use either regional or global health checks (`compute.v1.regionHealthChecks` or `compute.v1.healthChecks`). External HTTP(S), TCP proxy, and SSL proxy load balancers as well as managed instance group auto-healing must use global health checks (`compute.v1.healthChecks`). Backend service-based network load balancers must use regional health checks (`compute.v1.regionHealthChecks`). Target pool-based network load balancers must use legacy HTTP health checks (`compute.v1.httpHealthChecks`). For more information, see Health checks overview.

func (*HealthCheck) Descriptor

func (*HealthCheck) Descriptor() ([]byte, []int)

Deprecated: Use HealthCheck.ProtoReflect.Descriptor instead.

func (*HealthCheck) GetCheckIntervalSec

func (x *HealthCheck) GetCheckIntervalSec() int32

func (*HealthCheck) GetCreationTimestamp

func (x *HealthCheck) GetCreationTimestamp() string

func (*HealthCheck) GetDescription

func (x *HealthCheck) GetDescription() string

func (*HealthCheck) GetGrpcHealthCheck

func (x *HealthCheck) GetGrpcHealthCheck() *GRPCHealthCheck

func (*HealthCheck) GetHealthyThreshold

func (x *HealthCheck) GetHealthyThreshold() int32

func (*HealthCheck) GetHttp2HealthCheck

func (x *HealthCheck) GetHttp2HealthCheck() *HTTP2HealthCheck

func (*HealthCheck) GetHttpHealthCheck

func (x *HealthCheck) GetHttpHealthCheck() *HTTPHealthCheck

func (*HealthCheck) GetHttpsHealthCheck

func (x *HealthCheck) GetHttpsHealthCheck() *HTTPSHealthCheck

func (*HealthCheck) GetId

func (x *HealthCheck) GetId() uint64

func (*HealthCheck) GetKind

func (x *HealthCheck) GetKind() string

func (*HealthCheck) GetLogConfig

func (x *HealthCheck) GetLogConfig() *HealthCheckLogConfig

func (*HealthCheck) GetName

func (x *HealthCheck) GetName() string

func (*HealthCheck) GetRegion

func (x *HealthCheck) GetRegion() string
func (x *HealthCheck) GetSelfLink() string

func (*HealthCheck) GetSslHealthCheck

func (x *HealthCheck) GetSslHealthCheck() *SSLHealthCheck

func (*HealthCheck) GetTcpHealthCheck

func (x *HealthCheck) GetTcpHealthCheck() *TCPHealthCheck

func (*HealthCheck) GetTimeoutSec

func (x *HealthCheck) GetTimeoutSec() int32

func (*HealthCheck) GetType

func (x *HealthCheck) GetType() string

func (*HealthCheck) GetUnhealthyThreshold

func (x *HealthCheck) GetUnhealthyThreshold() int32

func (*HealthCheck) ProtoMessage

func (*HealthCheck) ProtoMessage()

func (*HealthCheck) ProtoReflect

func (x *HealthCheck) ProtoReflect() protoreflect.Message

func (*HealthCheck) Reset

func (x *HealthCheck) Reset()

func (*HealthCheck) String

func (x *HealthCheck) String() string

type HealthCheckList

type HealthCheckList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of HealthCheck resources.
	Items []*HealthCheck `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// Type of resource.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

Contains a list of HealthCheck resources.

func (*HealthCheckList) Descriptor

func (*HealthCheckList) Descriptor() ([]byte, []int)

Deprecated: Use HealthCheckList.ProtoReflect.Descriptor instead.

func (*HealthCheckList) GetId

func (x *HealthCheckList) GetId() string

func (*HealthCheckList) GetItems

func (x *HealthCheckList) GetItems() []*HealthCheck

func (*HealthCheckList) GetKind

func (x *HealthCheckList) GetKind() string

func (*HealthCheckList) GetNextPageToken

func (x *HealthCheckList) GetNextPageToken() string
func (x *HealthCheckList) GetSelfLink() string

func (*HealthCheckList) GetWarning

func (x *HealthCheckList) GetWarning() *Warning

func (*HealthCheckList) ProtoMessage

func (*HealthCheckList) ProtoMessage()

func (*HealthCheckList) ProtoReflect

func (x *HealthCheckList) ProtoReflect() protoreflect.Message

func (*HealthCheckList) Reset

func (x *HealthCheckList) Reset()

func (*HealthCheckList) String

func (x *HealthCheckList) String() string

type HealthCheckLogConfig

type HealthCheckLogConfig struct {

	// Indicates whether or not to export logs. This is false by default, which means no health check logging will be done.
	Enable *bool `protobuf:"varint,311764355,opt,name=enable,proto3,oneof" json:"enable,omitempty"`
	// contains filtered or unexported fields
}

Configuration of logging on a health check. If logging is enabled, logs will be exported to Stackdriver.

func (*HealthCheckLogConfig) Descriptor

func (*HealthCheckLogConfig) Descriptor() ([]byte, []int)

Deprecated: Use HealthCheckLogConfig.ProtoReflect.Descriptor instead.

func (*HealthCheckLogConfig) GetEnable

func (x *HealthCheckLogConfig) GetEnable() bool

func (*HealthCheckLogConfig) ProtoMessage

func (*HealthCheckLogConfig) ProtoMessage()

func (*HealthCheckLogConfig) ProtoReflect

func (x *HealthCheckLogConfig) ProtoReflect() protoreflect.Message

func (*HealthCheckLogConfig) Reset

func (x *HealthCheckLogConfig) Reset()

func (*HealthCheckLogConfig) String

func (x *HealthCheckLogConfig) String() string

type HealthCheckReference

type HealthCheckReference struct {
	HealthCheck *string `protobuf:"bytes,308876645,opt,name=health_check,json=healthCheck,proto3,oneof" json:"health_check,omitempty"`
	// contains filtered or unexported fields
}

A full or valid partial URL to a health check. For example, the following are valid URLs: - https://www.googleapis.com/compute/beta/projects/project-id/global/httpHealthChecks/health-check - projects/project-id/global/httpHealthChecks/health-check - global/httpHealthChecks/health-check

func (*HealthCheckReference) Descriptor

func (*HealthCheckReference) Descriptor() ([]byte, []int)

Deprecated: Use HealthCheckReference.ProtoReflect.Descriptor instead.

func (*HealthCheckReference) GetHealthCheck

func (x *HealthCheckReference) GetHealthCheck() string

func (*HealthCheckReference) ProtoMessage

func (*HealthCheckReference) ProtoMessage()

func (*HealthCheckReference) ProtoReflect

func (x *HealthCheckReference) ProtoReflect() protoreflect.Message

func (*HealthCheckReference) Reset

func (x *HealthCheckReference) Reset()

func (*HealthCheckReference) String

func (x *HealthCheckReference) String() string

type HealthCheckService

type HealthCheckService struct {

	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// An optional description of this resource. Provide this property when you create the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a HealthCheckService. An up-to-date fingerprint must be provided in order to patch/update the HealthCheckService; Otherwise, the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve the HealthCheckService.
	Fingerprint *string `protobuf:"bytes,234678500,opt,name=fingerprint,proto3,oneof" json:"fingerprint,omitempty"`
	// A list of URLs to the HealthCheck resources. Must have at least one HealthCheck, and not more than 10 for regional HealthCheckService, and not more than 1 for global HealthCheckService. HealthCheck resources must have portSpecification=USE_SERVING_PORT or portSpecification=USE_FIXED_PORT. For regional HealthCheckService, the HealthCheck must be regional and in the same region. For global HealthCheckService, HealthCheck must be global. Mix of regional and global HealthChecks is not supported. Multiple regional HealthChecks must belong to the same region. Regional HealthChecks must belong to the same region as zones of NetworkEndpointGroups. For global HealthCheckService using global INTERNET_IP_PORT NetworkEndpointGroups, the global HealthChecks must specify sourceRegions, and HealthChecks that specify sourceRegions can only be used with global INTERNET_IP_PORT NetworkEndpointGroups.
	HealthChecks []string `protobuf:"bytes,448370606,rep,name=health_checks,json=healthChecks,proto3" json:"health_checks,omitempty"`
	// Optional. Policy for how the results from multiple health checks for the same endpoint are aggregated. Defaults to NO_AGGREGATION if unspecified. - NO_AGGREGATION. An EndpointHealth message is returned for each pair in the health check service. - AND. If any health check of an endpoint reports UNHEALTHY, then UNHEALTHY is the HealthState of the endpoint. If all health checks report HEALTHY, the HealthState of the endpoint is HEALTHY. . This is only allowed with regional HealthCheckService.
	// Check the HealthStatusAggregationPolicy enum for the list of possible values.
	HealthStatusAggregationPolicy *string `protobuf:"bytes,253163129,opt,name=health_status_aggregation_policy,json=healthStatusAggregationPolicy,proto3,oneof" json:"health_status_aggregation_policy,omitempty"`
	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Output only] Type of the resource. Always compute#healthCheckServicefor health check services.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// Name of the resource. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// A list of URLs to the NetworkEndpointGroup resources. Must not have more than 100. For regional HealthCheckService, NEGs must be in zones in the region of the HealthCheckService. For global HealthCheckServices, the NetworkEndpointGroups must be global INTERNET_IP_PORT.
	NetworkEndpointGroups []string `protobuf:"bytes,29346733,rep,name=network_endpoint_groups,json=networkEndpointGroups,proto3" json:"network_endpoint_groups,omitempty"`
	// A list of URLs to the NotificationEndpoint resources. Must not have more than 10. A list of endpoints for receiving notifications of change in health status. For regional HealthCheckService, NotificationEndpoint must be regional and in the same region. For global HealthCheckService, NotificationEndpoint must be global.
	NotificationEndpoints []string `protobuf:"bytes,406728490,rep,name=notification_endpoints,json=notificationEndpoints,proto3" json:"notification_endpoints,omitempty"`
	// [Output Only] URL of the region where the health check service resides. This field is not applicable to global health check services. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
	Region *string `protobuf:"bytes,138946292,opt,name=region,proto3,oneof" json:"region,omitempty"`
	// [Output Only] Server-defined URL for the resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// contains filtered or unexported fields
}

Represents a Health-Check as a Service resource.

func (*HealthCheckService) Descriptor

func (*HealthCheckService) Descriptor() ([]byte, []int)

Deprecated: Use HealthCheckService.ProtoReflect.Descriptor instead.

func (*HealthCheckService) GetCreationTimestamp

func (x *HealthCheckService) GetCreationTimestamp() string

func (*HealthCheckService) GetDescription

func (x *HealthCheckService) GetDescription() string

func (*HealthCheckService) GetFingerprint

func (x *HealthCheckService) GetFingerprint() string

func (*HealthCheckService) GetHealthChecks

func (x *HealthCheckService) GetHealthChecks() []string

func (*HealthCheckService) GetHealthStatusAggregationPolicy

func (x *HealthCheckService) GetHealthStatusAggregationPolicy() string

func (*HealthCheckService) GetId

func (x *HealthCheckService) GetId() uint64

func (*HealthCheckService) GetKind

func (x *HealthCheckService) GetKind() string

func (*HealthCheckService) GetName

func (x *HealthCheckService) GetName() string

func (*HealthCheckService) GetNetworkEndpointGroups

func (x *HealthCheckService) GetNetworkEndpointGroups() []string

func (*HealthCheckService) GetNotificationEndpoints

func (x *HealthCheckService) GetNotificationEndpoints() []string

func (*HealthCheckService) GetRegion

func (x *HealthCheckService) GetRegion() string
func (x *HealthCheckService) GetSelfLink() string

func (*HealthCheckService) ProtoMessage

func (*HealthCheckService) ProtoMessage()

func (*HealthCheckService) ProtoReflect

func (x *HealthCheckService) ProtoReflect() protoreflect.Message

func (*HealthCheckService) Reset

func (x *HealthCheckService) Reset()

func (*HealthCheckService) String

func (x *HealthCheckService) String() string

type HealthCheckServiceReference

type HealthCheckServiceReference struct {
	HealthCheckService *string `protobuf:"bytes,408374747,opt,name=health_check_service,json=healthCheckService,proto3,oneof" json:"health_check_service,omitempty"`
	// contains filtered or unexported fields
}

A full or valid partial URL to a health check service. For example, the following are valid URLs: - https://www.googleapis.com/compute/beta/projects/project-id/regions/us-west1/healthCheckServices/health-check-service - projects/project-id/regions/us-west1/healthCheckServices/health-check-service - regions/us-west1/healthCheckServices/health-check-service

func (*HealthCheckServiceReference) Descriptor

func (*HealthCheckServiceReference) Descriptor() ([]byte, []int)

Deprecated: Use HealthCheckServiceReference.ProtoReflect.Descriptor instead.

func (*HealthCheckServiceReference) GetHealthCheckService

func (x *HealthCheckServiceReference) GetHealthCheckService() string

func (*HealthCheckServiceReference) ProtoMessage

func (*HealthCheckServiceReference) ProtoMessage()

func (*HealthCheckServiceReference) ProtoReflect

func (*HealthCheckServiceReference) Reset

func (x *HealthCheckServiceReference) Reset()

func (*HealthCheckServiceReference) String

func (x *HealthCheckServiceReference) String() string

type HealthCheckService_HealthStatusAggregationPolicy

type HealthCheckService_HealthStatusAggregationPolicy int32

Optional. Policy for how the results from multiple health checks for the same endpoint are aggregated. Defaults to NO_AGGREGATION if unspecified. - NO_AGGREGATION. An EndpointHealth message is returned for each pair in the health check service. - AND. If any health check of an endpoint reports UNHEALTHY, then UNHEALTHY is the HealthState of the endpoint. If all health checks report HEALTHY, the HealthState of the endpoint is HEALTHY. . This is only allowed with regional HealthCheckService.

const (
	// A value indicating that the enum field is not set.
	HealthCheckService_UNDEFINED_HEALTH_STATUS_AGGREGATION_POLICY HealthCheckService_HealthStatusAggregationPolicy = 0
	// If any backend's health check reports UNHEALTHY, then UNHEALTHY is the HealthState of the entire health check service. If all backend's are healthy, the HealthState of the health check service is HEALTHY.
	HealthCheckService_AND HealthCheckService_HealthStatusAggregationPolicy = 64951
	// An EndpointHealth message is returned for each backend in the health check service.
	HealthCheckService_NO_AGGREGATION HealthCheckService_HealthStatusAggregationPolicy = 426445124
)

func (HealthCheckService_HealthStatusAggregationPolicy) Descriptor

func (HealthCheckService_HealthStatusAggregationPolicy) Enum

func (HealthCheckService_HealthStatusAggregationPolicy) EnumDescriptor

Deprecated: Use HealthCheckService_HealthStatusAggregationPolicy.Descriptor instead.

func (HealthCheckService_HealthStatusAggregationPolicy) Number

func (HealthCheckService_HealthStatusAggregationPolicy) String

func (HealthCheckService_HealthStatusAggregationPolicy) Type

type HealthCheckServicesList

type HealthCheckServicesList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of HealthCheckService resources.
	Items []*HealthCheckService `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] Type of the resource. Always compute#healthCheckServicesList for lists of HealthCheckServices.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*HealthCheckServicesList) Descriptor

func (*HealthCheckServicesList) Descriptor() ([]byte, []int)

Deprecated: Use HealthCheckServicesList.ProtoReflect.Descriptor instead.

func (*HealthCheckServicesList) GetId

func (x *HealthCheckServicesList) GetId() string

func (*HealthCheckServicesList) GetItems

func (*HealthCheckServicesList) GetKind

func (x *HealthCheckServicesList) GetKind() string

func (*HealthCheckServicesList) GetNextPageToken

func (x *HealthCheckServicesList) GetNextPageToken() string
func (x *HealthCheckServicesList) GetSelfLink() string

func (*HealthCheckServicesList) GetWarning

func (x *HealthCheckServicesList) GetWarning() *Warning

func (*HealthCheckServicesList) ProtoMessage

func (*HealthCheckServicesList) ProtoMessage()

func (*HealthCheckServicesList) ProtoReflect

func (x *HealthCheckServicesList) ProtoReflect() protoreflect.Message

func (*HealthCheckServicesList) Reset

func (x *HealthCheckServicesList) Reset()

func (*HealthCheckServicesList) String

func (x *HealthCheckServicesList) String() string

type HealthCheck_Type

type HealthCheck_Type int32

Specifies the type of the healthCheck, either TCP, SSL, HTTP, HTTPS, HTTP2 or GRPC. Exactly one of the protocol-specific health check fields must be specified, which must match type field.

const (
	// A value indicating that the enum field is not set.
	HealthCheck_UNDEFINED_TYPE HealthCheck_Type = 0
	HealthCheck_GRPC           HealthCheck_Type = 2196510
	HealthCheck_HTTP           HealthCheck_Type = 2228360
	HealthCheck_HTTP2          HealthCheck_Type = 69079210
	HealthCheck_HTTPS          HealthCheck_Type = 69079243
	HealthCheck_INVALID        HealthCheck_Type = 530283991
	HealthCheck_SSL            HealthCheck_Type = 82412
	HealthCheck_TCP            HealthCheck_Type = 82881
)

func (HealthCheck_Type) Descriptor

func (HealthCheck_Type) Enum

func (HealthCheck_Type) EnumDescriptor

func (HealthCheck_Type) EnumDescriptor() ([]byte, []int)

Deprecated: Use HealthCheck_Type.Descriptor instead.

func (HealthCheck_Type) Number

func (HealthCheck_Type) String

func (x HealthCheck_Type) String() string

func (HealthCheck_Type) Type

type HealthChecksAggregatedList

type HealthChecksAggregatedList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of HealthChecksScopedList resources.
	Items map[string]*HealthChecksScopedList `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// Type of resource.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Unreachable resources.
	Unreachables []string `protobuf:"bytes,243372063,rep,name=unreachables,proto3" json:"unreachables,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*HealthChecksAggregatedList) Descriptor

func (*HealthChecksAggregatedList) Descriptor() ([]byte, []int)

Deprecated: Use HealthChecksAggregatedList.ProtoReflect.Descriptor instead.

func (*HealthChecksAggregatedList) GetId

func (*HealthChecksAggregatedList) GetItems

func (*HealthChecksAggregatedList) GetKind

func (x *HealthChecksAggregatedList) GetKind() string

func (*HealthChecksAggregatedList) GetNextPageToken

func (x *HealthChecksAggregatedList) GetNextPageToken() string
func (x *HealthChecksAggregatedList) GetSelfLink() string

func (*HealthChecksAggregatedList) GetUnreachables

func (x *HealthChecksAggregatedList) GetUnreachables() []string

func (*HealthChecksAggregatedList) GetWarning

func (x *HealthChecksAggregatedList) GetWarning() *Warning

func (*HealthChecksAggregatedList) ProtoMessage

func (*HealthChecksAggregatedList) ProtoMessage()

func (*HealthChecksAggregatedList) ProtoReflect

func (*HealthChecksAggregatedList) Reset

func (x *HealthChecksAggregatedList) Reset()

func (*HealthChecksAggregatedList) String

func (x *HealthChecksAggregatedList) String() string

type HealthChecksClient

type HealthChecksClient interface {
	// Retrieves the list of all HealthCheck resources, regional and global, available to the specified project.
	AggregatedList(ctx context.Context, in *AggregatedListHealthChecksRequest, opts ...grpc.CallOption) (*HealthChecksAggregatedList, error)
	// Deletes the specified HealthCheck resource.
	Delete(ctx context.Context, in *DeleteHealthCheckRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified HealthCheck resource.
	Get(ctx context.Context, in *GetHealthCheckRequest, opts ...grpc.CallOption) (*HealthCheck, error)
	// Creates a HealthCheck resource in the specified project using the data included in the request.
	Insert(ctx context.Context, in *InsertHealthCheckRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves the list of HealthCheck resources available to the specified project.
	List(ctx context.Context, in *ListHealthChecksRequest, opts ...grpc.CallOption) (*HealthCheckList, error)
	// Updates a HealthCheck resource in the specified project using the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
	Patch(ctx context.Context, in *PatchHealthCheckRequest, opts ...grpc.CallOption) (*Operation, error)
	// Updates a HealthCheck resource in the specified project using the data included in the request.
	Update(ctx context.Context, in *UpdateHealthCheckRequest, opts ...grpc.CallOption) (*Operation, error)
}

HealthChecksClient is the client API for HealthChecks service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewHealthChecksClient

func NewHealthChecksClient(cc grpc.ClientConnInterface) HealthChecksClient

type HealthChecksScopedList

type HealthChecksScopedList struct {

	// A list of HealthChecks contained in this scope.
	HealthChecks []*HealthCheck `protobuf:"bytes,448370606,rep,name=health_checks,json=healthChecks,proto3" json:"health_checks,omitempty"`
	// Informational warning which replaces the list of backend services when the list is empty.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*HealthChecksScopedList) Descriptor

func (*HealthChecksScopedList) Descriptor() ([]byte, []int)

Deprecated: Use HealthChecksScopedList.ProtoReflect.Descriptor instead.

func (*HealthChecksScopedList) GetHealthChecks

func (x *HealthChecksScopedList) GetHealthChecks() []*HealthCheck

func (*HealthChecksScopedList) GetWarning

func (x *HealthChecksScopedList) GetWarning() *Warning

func (*HealthChecksScopedList) ProtoMessage

func (*HealthChecksScopedList) ProtoMessage()

func (*HealthChecksScopedList) ProtoReflect

func (x *HealthChecksScopedList) ProtoReflect() protoreflect.Message

func (*HealthChecksScopedList) Reset

func (x *HealthChecksScopedList) Reset()

func (*HealthChecksScopedList) String

func (x *HealthChecksScopedList) String() string

type HealthChecksServer

type HealthChecksServer interface {
	// Retrieves the list of all HealthCheck resources, regional and global, available to the specified project.
	AggregatedList(context.Context, *AggregatedListHealthChecksRequest) (*HealthChecksAggregatedList, error)
	// Deletes the specified HealthCheck resource.
	Delete(context.Context, *DeleteHealthCheckRequest) (*Operation, error)
	// Returns the specified HealthCheck resource.
	Get(context.Context, *GetHealthCheckRequest) (*HealthCheck, error)
	// Creates a HealthCheck resource in the specified project using the data included in the request.
	Insert(context.Context, *InsertHealthCheckRequest) (*Operation, error)
	// Retrieves the list of HealthCheck resources available to the specified project.
	List(context.Context, *ListHealthChecksRequest) (*HealthCheckList, error)
	// Updates a HealthCheck resource in the specified project using the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
	Patch(context.Context, *PatchHealthCheckRequest) (*Operation, error)
	// Updates a HealthCheck resource in the specified project using the data included in the request.
	Update(context.Context, *UpdateHealthCheckRequest) (*Operation, error)
}

HealthChecksServer is the server API for HealthChecks service.

type HealthStatus

type HealthStatus struct {

	// Metadata defined as annotations for network endpoint.
	Annotations map[string]string `protobuf:"bytes,112032548,rep,name=annotations,proto3" json:"annotations,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// URL of the forwarding rule associated with the health status of the instance.
	ForwardingRule *string `protobuf:"bytes,269964030,opt,name=forwarding_rule,json=forwardingRule,proto3,oneof" json:"forwarding_rule,omitempty"`
	// A forwarding rule IP address assigned to this instance.
	ForwardingRuleIp *string `protobuf:"bytes,172250632,opt,name=forwarding_rule_ip,json=forwardingRuleIp,proto3,oneof" json:"forwarding_rule_ip,omitempty"`
	// Health state of the IPv4 address of the instance.
	// Check the HealthState enum for the list of possible values.
	HealthState *string `protobuf:"bytes,324007150,opt,name=health_state,json=healthState,proto3,oneof" json:"health_state,omitempty"`
	// URL of the instance resource.
	Instance *string `protobuf:"bytes,18257045,opt,name=instance,proto3,oneof" json:"instance,omitempty"`
	// For target pool based Network Load Balancing, it indicates the forwarding rule's IP address assigned to this instance. For other types of load balancing, the field indicates VM internal ip.
	IpAddress *string `protobuf:"bytes,406272220,opt,name=ip_address,json=ipAddress,proto3,oneof" json:"ip_address,omitempty"`
	// The named port of the instance group, not necessarily the port that is health-checked.
	Port   *int32  `protobuf:"varint,3446913,opt,name=port,proto3,oneof" json:"port,omitempty"`
	Weight *string `protobuf:"bytes,282149496,opt,name=weight,proto3,oneof" json:"weight,omitempty"`
	//
	// Check the WeightError enum for the list of possible values.
	WeightError *string `protobuf:"bytes,522501505,opt,name=weight_error,json=weightError,proto3,oneof" json:"weight_error,omitempty"`
	// contains filtered or unexported fields
}

func (*HealthStatus) Descriptor

func (*HealthStatus) Descriptor() ([]byte, []int)

Deprecated: Use HealthStatus.ProtoReflect.Descriptor instead.

func (*HealthStatus) GetAnnotations

func (x *HealthStatus) GetAnnotations() map[string]string

func (*HealthStatus) GetForwardingRule

func (x *HealthStatus) GetForwardingRule() string

func (*HealthStatus) GetForwardingRuleIp

func (x *HealthStatus) GetForwardingRuleIp() string

func (*HealthStatus) GetHealthState

func (x *HealthStatus) GetHealthState() string

func (*HealthStatus) GetInstance

func (x *HealthStatus) GetInstance() string

func (*HealthStatus) GetIpAddress

func (x *HealthStatus) GetIpAddress() string

func (*HealthStatus) GetPort

func (x *HealthStatus) GetPort() int32

func (*HealthStatus) GetWeight

func (x *HealthStatus) GetWeight() string

func (*HealthStatus) GetWeightError

func (x *HealthStatus) GetWeightError() string

func (*HealthStatus) ProtoMessage

func (*HealthStatus) ProtoMessage()

func (*HealthStatus) ProtoReflect

func (x *HealthStatus) ProtoReflect() protoreflect.Message

func (*HealthStatus) Reset

func (x *HealthStatus) Reset()

func (*HealthStatus) String

func (x *HealthStatus) String() string

type HealthStatusForNetworkEndpoint

type HealthStatusForNetworkEndpoint struct {

	// URL of the backend service associated with the health state of the network endpoint.
	BackendService *BackendServiceReference `protobuf:"bytes,306946058,opt,name=backend_service,json=backendService,proto3,oneof" json:"backend_service,omitempty"`
	// URL of the forwarding rule associated with the health state of the network endpoint.
	ForwardingRule *ForwardingRuleReference `protobuf:"bytes,269964030,opt,name=forwarding_rule,json=forwardingRule,proto3,oneof" json:"forwarding_rule,omitempty"`
	// URL of the health check associated with the health state of the network endpoint.
	HealthCheck *HealthCheckReference `protobuf:"bytes,308876645,opt,name=health_check,json=healthCheck,proto3,oneof" json:"health_check,omitempty"`
	// URL of the health check service associated with the health state of the network endpoint.
	HealthCheckService *HealthCheckServiceReference `protobuf:"bytes,408374747,opt,name=health_check_service,json=healthCheckService,proto3,oneof" json:"health_check_service,omitempty"`
	// Health state of the network endpoint determined based on the health checks configured.
	// Check the HealthState enum for the list of possible values.
	HealthState *string `protobuf:"bytes,324007150,opt,name=health_state,json=healthState,proto3,oneof" json:"health_state,omitempty"`
	// contains filtered or unexported fields
}

func (*HealthStatusForNetworkEndpoint) Descriptor

func (*HealthStatusForNetworkEndpoint) Descriptor() ([]byte, []int)

Deprecated: Use HealthStatusForNetworkEndpoint.ProtoReflect.Descriptor instead.

func (*HealthStatusForNetworkEndpoint) GetBackendService

func (*HealthStatusForNetworkEndpoint) GetForwardingRule

func (*HealthStatusForNetworkEndpoint) GetHealthCheck

func (*HealthStatusForNetworkEndpoint) GetHealthCheckService

func (x *HealthStatusForNetworkEndpoint) GetHealthCheckService() *HealthCheckServiceReference

func (*HealthStatusForNetworkEndpoint) GetHealthState

func (x *HealthStatusForNetworkEndpoint) GetHealthState() string

func (*HealthStatusForNetworkEndpoint) ProtoMessage

func (*HealthStatusForNetworkEndpoint) ProtoMessage()

func (*HealthStatusForNetworkEndpoint) ProtoReflect

func (*HealthStatusForNetworkEndpoint) Reset

func (x *HealthStatusForNetworkEndpoint) Reset()

func (*HealthStatusForNetworkEndpoint) String

type HealthStatusForNetworkEndpoint_HealthState

type HealthStatusForNetworkEndpoint_HealthState int32

Health state of the network endpoint determined based on the health checks configured.

const (
	// A value indicating that the enum field is not set.
	HealthStatusForNetworkEndpoint_UNDEFINED_HEALTH_STATE HealthStatusForNetworkEndpoint_HealthState = 0
	// Endpoint is being drained.
	HealthStatusForNetworkEndpoint_DRAINING HealthStatusForNetworkEndpoint_HealthState = 480455402
	// Endpoint is healthy.
	HealthStatusForNetworkEndpoint_HEALTHY HealthStatusForNetworkEndpoint_HealthState = 439801213
	// Endpoint is unhealthy.
	HealthStatusForNetworkEndpoint_UNHEALTHY HealthStatusForNetworkEndpoint_HealthState = 462118084
	// Health status of the endpoint is unknown.
	HealthStatusForNetworkEndpoint_UNKNOWN HealthStatusForNetworkEndpoint_HealthState = 433141802
)

func (HealthStatusForNetworkEndpoint_HealthState) Descriptor

func (HealthStatusForNetworkEndpoint_HealthState) Enum

func (HealthStatusForNetworkEndpoint_HealthState) EnumDescriptor

func (HealthStatusForNetworkEndpoint_HealthState) EnumDescriptor() ([]byte, []int)

Deprecated: Use HealthStatusForNetworkEndpoint_HealthState.Descriptor instead.

func (HealthStatusForNetworkEndpoint_HealthState) Number

func (HealthStatusForNetworkEndpoint_HealthState) String

func (HealthStatusForNetworkEndpoint_HealthState) Type

type HealthStatus_HealthState

type HealthStatus_HealthState int32

Health state of the IPv4 address of the instance.

const (
	// A value indicating that the enum field is not set.
	HealthStatus_UNDEFINED_HEALTH_STATE HealthStatus_HealthState = 0
	HealthStatus_HEALTHY                HealthStatus_HealthState = 439801213
	HealthStatus_UNHEALTHY              HealthStatus_HealthState = 462118084
)

func (HealthStatus_HealthState) Descriptor

func (HealthStatus_HealthState) Enum

func (HealthStatus_HealthState) EnumDescriptor

func (HealthStatus_HealthState) EnumDescriptor() ([]byte, []int)

Deprecated: Use HealthStatus_HealthState.Descriptor instead.

func (HealthStatus_HealthState) Number

func (HealthStatus_HealthState) String

func (x HealthStatus_HealthState) String() string

func (HealthStatus_HealthState) Type

type HealthStatus_WeightError

type HealthStatus_WeightError int32
const (
	// A value indicating that the enum field is not set.
	HealthStatus_UNDEFINED_WEIGHT_ERROR HealthStatus_WeightError = 0
	// The response to a Health Check probe had the HTTP response header field X-Load-Balancing-Endpoint-Weight, but its content was invalid (i.e., not a non-negative single-precision floating-point number in decimal string representation).
	HealthStatus_INVALID_WEIGHT HealthStatus_WeightError = 383698400
	// The response to a Health Check probe did not have the HTTP response header field X-Load-Balancing-Endpoint-Weight.
	HealthStatus_MISSING_WEIGHT HealthStatus_WeightError = 384027537
	// This is the value when the accompanied health status is either TIMEOUT (i.e.,the Health Check probe was not able to get a response in time) or UNKNOWN. For the latter, it should be typically because there has not been sufficient time to parse and report the weight for a new backend (which is with 0.0.0.0 ip address). However, it can be also due to an outage case for which the health status is explicitly reset to UNKNOWN.
	HealthStatus_UNAVAILABLE_WEIGHT HealthStatus_WeightError = 439464295
	// This is the default value when WeightReportMode is DISABLE, and is also the initial value when WeightReportMode has just updated to ENABLE or DRY_RUN and there has not been sufficient time to parse and report the backend weight.
	HealthStatus_WEIGHT_NONE HealthStatus_WeightError = 502428831
)

func (HealthStatus_WeightError) Descriptor

func (HealthStatus_WeightError) Enum

func (HealthStatus_WeightError) EnumDescriptor

func (HealthStatus_WeightError) EnumDescriptor() ([]byte, []int)

Deprecated: Use HealthStatus_WeightError.Descriptor instead.

func (HealthStatus_WeightError) Number

func (HealthStatus_WeightError) String

func (x HealthStatus_WeightError) String() string

func (HealthStatus_WeightError) Type

type Help

type Help struct {

	// URL(s) pointing to additional information on handling the current error.
	Links []*HelpLink `protobuf:"bytes,102977465,rep,name=links,proto3" json:"links,omitempty"`
	// contains filtered or unexported fields
}

Provides links to documentation or for performing an out of band action. For example, if a quota check failed with an error indicating the calling project hasn't enabled the accessed service, this can contain a URL pointing directly to the right place in the developer console to flip the bit.

func (*Help) Descriptor

func (*Help) Descriptor() ([]byte, []int)

Deprecated: Use Help.ProtoReflect.Descriptor instead.

func (x *Help) GetLinks() []*HelpLink

func (*Help) ProtoMessage

func (*Help) ProtoMessage()

func (*Help) ProtoReflect

func (x *Help) ProtoReflect() protoreflect.Message

func (*Help) Reset

func (x *Help) Reset()

func (*Help) String

func (x *Help) String() string
type HelpLink struct {

	// Describes what the link offers.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// The URL of the link.
	Url *string `protobuf:"bytes,116079,opt,name=url,proto3,oneof" json:"url,omitempty"`
	// contains filtered or unexported fields
}

Describes a URL link.

func (*HelpLink) Descriptor

func (*HelpLink) Descriptor() ([]byte, []int)

Deprecated: Use HelpLink.ProtoReflect.Descriptor instead.

func (*HelpLink) GetDescription

func (x *HelpLink) GetDescription() string

func (*HelpLink) GetUrl

func (x *HelpLink) GetUrl() string

func (*HelpLink) ProtoMessage

func (*HelpLink) ProtoMessage()

func (*HelpLink) ProtoReflect

func (x *HelpLink) ProtoReflect() protoreflect.Message

func (*HelpLink) Reset

func (x *HelpLink) Reset()

func (*HelpLink) String

func (x *HelpLink) String() string

type HostRule

type HostRule struct {

	// An optional description of this resource. Provide this property when you create the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// The list of host patterns to match. They must be valid hostnames with optional port numbers in the format host:port. * matches any string of ([a-z0-9-.]*). In that case, * must be the first character, and if followed by anything, the immediate following character must be either - or .. * based matching is not supported when the URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true.
	Hosts []string `protobuf:"bytes,99467211,rep,name=hosts,proto3" json:"hosts,omitempty"`
	// The name of the PathMatcher to use to match the path portion of the URL if the hostRule matches the URL's host portion.
	PathMatcher *string `protobuf:"bytes,337813272,opt,name=path_matcher,json=pathMatcher,proto3,oneof" json:"path_matcher,omitempty"`
	// contains filtered or unexported fields
}

UrlMaps A host-matching rule for a URL. If matched, will use the named PathMatcher to select the BackendService.

func (*HostRule) Descriptor

func (*HostRule) Descriptor() ([]byte, []int)

Deprecated: Use HostRule.ProtoReflect.Descriptor instead.

func (*HostRule) GetDescription

func (x *HostRule) GetDescription() string

func (*HostRule) GetHosts

func (x *HostRule) GetHosts() []string

func (*HostRule) GetPathMatcher

func (x *HostRule) GetPathMatcher() string

func (*HostRule) ProtoMessage

func (*HostRule) ProtoMessage()

func (*HostRule) ProtoReflect

func (x *HostRule) ProtoReflect() protoreflect.Message

func (*HostRule) Reset

func (x *HostRule) Reset()

func (*HostRule) String

func (x *HostRule) String() string

type HttpFaultAbort

type HttpFaultAbort struct {

	// The HTTP status code used to abort the request. The value must be from 200 to 599 inclusive. For gRPC protocol, the gRPC status code is mapped to HTTP status code according to this mapping table. HTTP status 200 is mapped to gRPC status UNKNOWN. Injecting an OK status is currently not supported by Traffic Director.
	HttpStatus *uint32 `protobuf:"varint,468949897,opt,name=http_status,json=httpStatus,proto3,oneof" json:"http_status,omitempty"`
	// The percentage of traffic for connections, operations, or requests that is aborted as part of fault injection. The value must be from 0.0 to 100.0 inclusive.
	Percentage *float64 `protobuf:"fixed64,151909018,opt,name=percentage,proto3,oneof" json:"percentage,omitempty"`
	// contains filtered or unexported fields
}

Specification for how requests are aborted as part of fault injection.

func (*HttpFaultAbort) Descriptor

func (*HttpFaultAbort) Descriptor() ([]byte, []int)

Deprecated: Use HttpFaultAbort.ProtoReflect.Descriptor instead.

func (*HttpFaultAbort) GetHttpStatus

func (x *HttpFaultAbort) GetHttpStatus() uint32

func (*HttpFaultAbort) GetPercentage

func (x *HttpFaultAbort) GetPercentage() float64

func (*HttpFaultAbort) ProtoMessage

func (*HttpFaultAbort) ProtoMessage()

func (*HttpFaultAbort) ProtoReflect

func (x *HttpFaultAbort) ProtoReflect() protoreflect.Message

func (*HttpFaultAbort) Reset

func (x *HttpFaultAbort) Reset()

func (*HttpFaultAbort) String

func (x *HttpFaultAbort) String() string

type HttpFaultDelay

type HttpFaultDelay struct {

	// Specifies the value of the fixed delay interval.
	FixedDelay *Duration `protobuf:"bytes,317037816,opt,name=fixed_delay,json=fixedDelay,proto3,oneof" json:"fixed_delay,omitempty"`
	// The percentage of traffic for connections, operations, or requests for which a delay is introduced as part of fault injection. The value must be from 0.0 to 100.0 inclusive.
	Percentage *float64 `protobuf:"fixed64,151909018,opt,name=percentage,proto3,oneof" json:"percentage,omitempty"`
	// contains filtered or unexported fields
}

Specifies the delay introduced by the load balancer before forwarding the request to the backend service as part of fault injection.

func (*HttpFaultDelay) Descriptor

func (*HttpFaultDelay) Descriptor() ([]byte, []int)

Deprecated: Use HttpFaultDelay.ProtoReflect.Descriptor instead.

func (*HttpFaultDelay) GetFixedDelay

func (x *HttpFaultDelay) GetFixedDelay() *Duration

func (*HttpFaultDelay) GetPercentage

func (x *HttpFaultDelay) GetPercentage() float64

func (*HttpFaultDelay) ProtoMessage

func (*HttpFaultDelay) ProtoMessage()

func (*HttpFaultDelay) ProtoReflect

func (x *HttpFaultDelay) ProtoReflect() protoreflect.Message

func (*HttpFaultDelay) Reset

func (x *HttpFaultDelay) Reset()

func (*HttpFaultDelay) String

func (x *HttpFaultDelay) String() string

type HttpFaultInjection

type HttpFaultInjection struct {

	// The specification for how client requests are aborted as part of fault injection.
	Abort *HttpFaultAbort `protobuf:"bytes,92611376,opt,name=abort,proto3,oneof" json:"abort,omitempty"`
	// The specification for how client requests are delayed as part of fault injection, before being sent to a backend service.
	Delay *HttpFaultDelay `protobuf:"bytes,95467907,opt,name=delay,proto3,oneof" json:"delay,omitempty"`
	// contains filtered or unexported fields
}

The specification for fault injection introduced into traffic to test the resiliency of clients to backend service failure. As part of fault injection, when clients send requests to a backend service, delays can be introduced by the load balancer on a percentage of requests before sending those request to the backend service. Similarly requests from clients can be aborted by the load balancer for a percentage of requests.

func (*HttpFaultInjection) Descriptor

func (*HttpFaultInjection) Descriptor() ([]byte, []int)

Deprecated: Use HttpFaultInjection.ProtoReflect.Descriptor instead.

func (*HttpFaultInjection) GetAbort

func (x *HttpFaultInjection) GetAbort() *HttpFaultAbort

func (*HttpFaultInjection) GetDelay

func (x *HttpFaultInjection) GetDelay() *HttpFaultDelay

func (*HttpFaultInjection) ProtoMessage

func (*HttpFaultInjection) ProtoMessage()

func (*HttpFaultInjection) ProtoReflect

func (x *HttpFaultInjection) ProtoReflect() protoreflect.Message

func (*HttpFaultInjection) Reset

func (x *HttpFaultInjection) Reset()

func (*HttpFaultInjection) String

func (x *HttpFaultInjection) String() string

type HttpHeaderAction

type HttpHeaderAction struct {

	// Headers to add to a matching request before forwarding the request to the backendService.
	RequestHeadersToAdd []*HttpHeaderOption `protobuf:"bytes,72111974,rep,name=request_headers_to_add,json=requestHeadersToAdd,proto3" json:"request_headers_to_add,omitempty"`
	// A list of header names for headers that need to be removed from the request before forwarding the request to the backendService.
	RequestHeadersToRemove []string `protobuf:"bytes,218425247,rep,name=request_headers_to_remove,json=requestHeadersToRemove,proto3" json:"request_headers_to_remove,omitempty"`
	// Headers to add the response before sending the response back to the client.
	ResponseHeadersToAdd []*HttpHeaderOption `protobuf:"bytes,32136052,rep,name=response_headers_to_add,json=responseHeadersToAdd,proto3" json:"response_headers_to_add,omitempty"`
	// A list of header names for headers that need to be removed from the response before sending the response back to the client.
	ResponseHeadersToRemove []string `protobuf:"bytes,75415761,rep,name=response_headers_to_remove,json=responseHeadersToRemove,proto3" json:"response_headers_to_remove,omitempty"`
	// contains filtered or unexported fields
}

The request and response header transformations that take effect before the request is passed along to the selected backendService.

func (*HttpHeaderAction) Descriptor

func (*HttpHeaderAction) Descriptor() ([]byte, []int)

Deprecated: Use HttpHeaderAction.ProtoReflect.Descriptor instead.

func (*HttpHeaderAction) GetRequestHeadersToAdd

func (x *HttpHeaderAction) GetRequestHeadersToAdd() []*HttpHeaderOption

func (*HttpHeaderAction) GetRequestHeadersToRemove

func (x *HttpHeaderAction) GetRequestHeadersToRemove() []string

func (*HttpHeaderAction) GetResponseHeadersToAdd

func (x *HttpHeaderAction) GetResponseHeadersToAdd() []*HttpHeaderOption

func (*HttpHeaderAction) GetResponseHeadersToRemove

func (x *HttpHeaderAction) GetResponseHeadersToRemove() []string

func (*HttpHeaderAction) ProtoMessage

func (*HttpHeaderAction) ProtoMessage()

func (*HttpHeaderAction) ProtoReflect

func (x *HttpHeaderAction) ProtoReflect() protoreflect.Message

func (*HttpHeaderAction) Reset

func (x *HttpHeaderAction) Reset()

func (*HttpHeaderAction) String

func (x *HttpHeaderAction) String() string

type HttpHeaderMatch

type HttpHeaderMatch struct {

	// The value should exactly match contents of exactMatch. Only one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or rangeMatch must be set.
	ExactMatch *string `protobuf:"bytes,457641093,opt,name=exact_match,json=exactMatch,proto3,oneof" json:"exact_match,omitempty"`
	// The name of the HTTP header to match. For matching against the HTTP request's authority, use a headerMatch with the header name ":authority". For matching a request's method, use the headerName ":method". When the URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true, only non-binary user-specified custom metadata and the `content-type` header are supported. The following transport-level headers cannot be used in header matching rules: `:authority`, `:method`, `:path`, `:scheme`, `user-agent`, `accept-encoding`, `content-encoding`, `grpc-accept-encoding`, `grpc-encoding`, `grpc-previous-rpc-attempts`, `grpc-tags-bin`, `grpc-timeout` and `grpc-trace-bin`.
	HeaderName *string `protobuf:"bytes,110223613,opt,name=header_name,json=headerName,proto3,oneof" json:"header_name,omitempty"`
	// If set to false, the headerMatch is considered a match if the preceding match criteria are met. If set to true, the headerMatch is considered a match if the preceding match criteria are NOT met. The default setting is false.
	InvertMatch *bool `protobuf:"varint,501130268,opt,name=invert_match,json=invertMatch,proto3,oneof" json:"invert_match,omitempty"`
	// The value of the header must start with the contents of prefixMatch. Only one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or rangeMatch must be set.
	PrefixMatch *string `protobuf:"bytes,257898968,opt,name=prefix_match,json=prefixMatch,proto3,oneof" json:"prefix_match,omitempty"`
	// A header with the contents of headerName must exist. The match takes place whether or not the request's header has a value. Only one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or rangeMatch must be set.
	PresentMatch *bool `protobuf:"varint,67435841,opt,name=present_match,json=presentMatch,proto3,oneof" json:"present_match,omitempty"`
	// The header value must be an integer and its value must be in the range specified in rangeMatch. If the header does not contain an integer, number or is empty, the match fails. For example for a range [-5, 0] - -3 will match. - 0 will not match. - 0.25 will not match. - -3someString will not match. Only one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or rangeMatch must be set. rangeMatch is not supported for load balancers that have loadBalancingScheme set to EXTERNAL.
	RangeMatch *Int64RangeMatch `protobuf:"bytes,97244227,opt,name=range_match,json=rangeMatch,proto3,oneof" json:"range_match,omitempty"`
	// The value of the header must match the regular expression specified in regexMatch. For more information about regular expression syntax, see Syntax. For matching against a port specified in the HTTP request, use a headerMatch with headerName set to PORT and a regular expression that satisfies the RFC2616 Host header's port specifier. Only one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or rangeMatch must be set. Regular expressions can only be used when the loadBalancingScheme is set to INTERNAL_SELF_MANAGED.
	RegexMatch *string `protobuf:"bytes,107387853,opt,name=regex_match,json=regexMatch,proto3,oneof" json:"regex_match,omitempty"`
	// The value of the header must end with the contents of suffixMatch. Only one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or rangeMatch must be set.
	SuffixMatch *string `protobuf:"bytes,426488663,opt,name=suffix_match,json=suffixMatch,proto3,oneof" json:"suffix_match,omitempty"`
	// contains filtered or unexported fields
}

matchRule criteria for request header matches.

func (*HttpHeaderMatch) Descriptor

func (*HttpHeaderMatch) Descriptor() ([]byte, []int)

Deprecated: Use HttpHeaderMatch.ProtoReflect.Descriptor instead.

func (*HttpHeaderMatch) GetExactMatch

func (x *HttpHeaderMatch) GetExactMatch() string

func (*HttpHeaderMatch) GetHeaderName

func (x *HttpHeaderMatch) GetHeaderName() string

func (*HttpHeaderMatch) GetInvertMatch

func (x *HttpHeaderMatch) GetInvertMatch() bool

func (*HttpHeaderMatch) GetPrefixMatch

func (x *HttpHeaderMatch) GetPrefixMatch() string

func (*HttpHeaderMatch) GetPresentMatch

func (x *HttpHeaderMatch) GetPresentMatch() bool

func (*HttpHeaderMatch) GetRangeMatch

func (x *HttpHeaderMatch) GetRangeMatch() *Int64RangeMatch

func (*HttpHeaderMatch) GetRegexMatch

func (x *HttpHeaderMatch) GetRegexMatch() string

func (*HttpHeaderMatch) GetSuffixMatch

func (x *HttpHeaderMatch) GetSuffixMatch() string

func (*HttpHeaderMatch) ProtoMessage

func (*HttpHeaderMatch) ProtoMessage()

func (*HttpHeaderMatch) ProtoReflect

func (x *HttpHeaderMatch) ProtoReflect() protoreflect.Message

func (*HttpHeaderMatch) Reset

func (x *HttpHeaderMatch) Reset()

func (*HttpHeaderMatch) String

func (x *HttpHeaderMatch) String() string

type HttpHeaderOption

type HttpHeaderOption struct {

	// The name of the header.
	HeaderName *string `protobuf:"bytes,110223613,opt,name=header_name,json=headerName,proto3,oneof" json:"header_name,omitempty"`
	// The value of the header to add.
	HeaderValue *string `protobuf:"bytes,203094335,opt,name=header_value,json=headerValue,proto3,oneof" json:"header_value,omitempty"`
	// If false, headerValue is appended to any values that already exist for the header. If true, headerValue is set for the header, discarding any values that were set for that header. The default value is false.
	Replace *bool `protobuf:"varint,20755124,opt,name=replace,proto3,oneof" json:"replace,omitempty"`
	// contains filtered or unexported fields
}

Specification determining how headers are added to requests or responses.

func (*HttpHeaderOption) Descriptor

func (*HttpHeaderOption) Descriptor() ([]byte, []int)

Deprecated: Use HttpHeaderOption.ProtoReflect.Descriptor instead.

func (*HttpHeaderOption) GetHeaderName

func (x *HttpHeaderOption) GetHeaderName() string

func (*HttpHeaderOption) GetHeaderValue

func (x *HttpHeaderOption) GetHeaderValue() string

func (*HttpHeaderOption) GetReplace

func (x *HttpHeaderOption) GetReplace() bool

func (*HttpHeaderOption) ProtoMessage

func (*HttpHeaderOption) ProtoMessage()

func (*HttpHeaderOption) ProtoReflect

func (x *HttpHeaderOption) ProtoReflect() protoreflect.Message

func (*HttpHeaderOption) Reset

func (x *HttpHeaderOption) Reset()

func (*HttpHeaderOption) String

func (x *HttpHeaderOption) String() string

type HttpQueryParameterMatch

type HttpQueryParameterMatch struct {

	// The queryParameterMatch matches if the value of the parameter exactly matches the contents of exactMatch. Only one of presentMatch, exactMatch, or regexMatch must be set.
	ExactMatch *string `protobuf:"bytes,457641093,opt,name=exact_match,json=exactMatch,proto3,oneof" json:"exact_match,omitempty"`
	// The name of the query parameter to match. The query parameter must exist in the request, in the absence of which the request match fails.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// Specifies that the queryParameterMatch matches if the request contains the query parameter, irrespective of whether the parameter has a value or not. Only one of presentMatch, exactMatch, or regexMatch must be set.
	PresentMatch *bool `protobuf:"varint,67435841,opt,name=present_match,json=presentMatch,proto3,oneof" json:"present_match,omitempty"`
	// The queryParameterMatch matches if the value of the parameter matches the regular expression specified by regexMatch. For more information about regular expression syntax, see Syntax. Only one of presentMatch, exactMatch, or regexMatch must be set. Regular expressions can only be used when the loadBalancingScheme is set to INTERNAL_SELF_MANAGED.
	RegexMatch *string `protobuf:"bytes,107387853,opt,name=regex_match,json=regexMatch,proto3,oneof" json:"regex_match,omitempty"`
	// contains filtered or unexported fields
}

HttpRouteRuleMatch criteria for a request's query parameter.

func (*HttpQueryParameterMatch) Descriptor

func (*HttpQueryParameterMatch) Descriptor() ([]byte, []int)

Deprecated: Use HttpQueryParameterMatch.ProtoReflect.Descriptor instead.

func (*HttpQueryParameterMatch) GetExactMatch

func (x *HttpQueryParameterMatch) GetExactMatch() string

func (*HttpQueryParameterMatch) GetName

func (x *HttpQueryParameterMatch) GetName() string

func (*HttpQueryParameterMatch) GetPresentMatch

func (x *HttpQueryParameterMatch) GetPresentMatch() bool

func (*HttpQueryParameterMatch) GetRegexMatch

func (x *HttpQueryParameterMatch) GetRegexMatch() string

func (*HttpQueryParameterMatch) ProtoMessage

func (*HttpQueryParameterMatch) ProtoMessage()

func (*HttpQueryParameterMatch) ProtoReflect

func (x *HttpQueryParameterMatch) ProtoReflect() protoreflect.Message

func (*HttpQueryParameterMatch) Reset

func (x *HttpQueryParameterMatch) Reset()

func (*HttpQueryParameterMatch) String

func (x *HttpQueryParameterMatch) String() string

type HttpRedirectAction

type HttpRedirectAction struct {

	// The host that is used in the redirect response instead of the one that was supplied in the request. The value must be from 1 to 255 characters.
	HostRedirect *string `protobuf:"bytes,107417747,opt,name=host_redirect,json=hostRedirect,proto3,oneof" json:"host_redirect,omitempty"`
	// If set to true, the URL scheme in the redirected request is set to HTTPS. If set to false, the URL scheme of the redirected request remains the same as that of the request. This must only be set for URL maps used in TargetHttpProxys. Setting this true for TargetHttpsProxy is not permitted. The default is set to false.
	HttpsRedirect *bool `protobuf:"varint,170260656,opt,name=https_redirect,json=httpsRedirect,proto3,oneof" json:"https_redirect,omitempty"`
	// The path that is used in the redirect response instead of the one that was supplied in the request. pathRedirect cannot be supplied together with prefixRedirect. Supply one alone or neither. If neither is supplied, the path of the original request is used for the redirect. The value must be from 1 to 1024 characters.
	PathRedirect *string `protobuf:"bytes,272342710,opt,name=path_redirect,json=pathRedirect,proto3,oneof" json:"path_redirect,omitempty"`
	// The prefix that replaces the prefixMatch specified in the HttpRouteRuleMatch, retaining the remaining portion of the URL before redirecting the request. prefixRedirect cannot be supplied together with pathRedirect. Supply one alone or neither. If neither is supplied, the path of the original request is used for the redirect. The value must be from 1 to 1024 characters.
	PrefixRedirect *string `protobuf:"bytes,446184169,opt,name=prefix_redirect,json=prefixRedirect,proto3,oneof" json:"prefix_redirect,omitempty"`
	// The HTTP Status code to use for this RedirectAction. Supported values are: - MOVED_PERMANENTLY_DEFAULT, which is the default value and corresponds to 301. - FOUND, which corresponds to 302. - SEE_OTHER which corresponds to 303. - TEMPORARY_REDIRECT, which corresponds to 307. In this case, the request method is retained. - PERMANENT_REDIRECT, which corresponds to 308. In this case, the request method is retained.
	// Check the RedirectResponseCode enum for the list of possible values.
	RedirectResponseCode *string `protobuf:"bytes,436710408,opt,name=redirect_response_code,json=redirectResponseCode,proto3,oneof" json:"redirect_response_code,omitempty"`
	// If set to true, any accompanying query portion of the original URL is removed before redirecting the request. If set to false, the query portion of the original URL is retained. The default is set to false.
	StripQuery *bool `protobuf:"varint,52284641,opt,name=strip_query,json=stripQuery,proto3,oneof" json:"strip_query,omitempty"`
	// contains filtered or unexported fields
}

Specifies settings for an HTTP redirect.

func (*HttpRedirectAction) Descriptor

func (*HttpRedirectAction) Descriptor() ([]byte, []int)

Deprecated: Use HttpRedirectAction.ProtoReflect.Descriptor instead.

func (*HttpRedirectAction) GetHostRedirect

func (x *HttpRedirectAction) GetHostRedirect() string

func (*HttpRedirectAction) GetHttpsRedirect

func (x *HttpRedirectAction) GetHttpsRedirect() bool

func (*HttpRedirectAction) GetPathRedirect

func (x *HttpRedirectAction) GetPathRedirect() string

func (*HttpRedirectAction) GetPrefixRedirect

func (x *HttpRedirectAction) GetPrefixRedirect() string

func (*HttpRedirectAction) GetRedirectResponseCode

func (x *HttpRedirectAction) GetRedirectResponseCode() string

func (*HttpRedirectAction) GetStripQuery

func (x *HttpRedirectAction) GetStripQuery() bool

func (*HttpRedirectAction) ProtoMessage

func (*HttpRedirectAction) ProtoMessage()

func (*HttpRedirectAction) ProtoReflect

func (x *HttpRedirectAction) ProtoReflect() protoreflect.Message

func (*HttpRedirectAction) Reset

func (x *HttpRedirectAction) Reset()

func (*HttpRedirectAction) String

func (x *HttpRedirectAction) String() string

type HttpRedirectAction_RedirectResponseCode

type HttpRedirectAction_RedirectResponseCode int32

The HTTP Status code to use for this RedirectAction. Supported values are: - MOVED_PERMANENTLY_DEFAULT, which is the default value and corresponds to 301. - FOUND, which corresponds to 302. - SEE_OTHER which corresponds to 303. - TEMPORARY_REDIRECT, which corresponds to 307. In this case, the request method is retained. - PERMANENT_REDIRECT, which corresponds to 308. In this case, the request method is retained.

const (
	// A value indicating that the enum field is not set.
	HttpRedirectAction_UNDEFINED_REDIRECT_RESPONSE_CODE HttpRedirectAction_RedirectResponseCode = 0
	// Http Status Code 302 - Found.
	HttpRedirectAction_FOUND HttpRedirectAction_RedirectResponseCode = 67084130
	// Http Status Code 301 - Moved Permanently.
	HttpRedirectAction_MOVED_PERMANENTLY_DEFAULT HttpRedirectAction_RedirectResponseCode = 386698449
	// Http Status Code 308 - Permanent Redirect maintaining HTTP method.
	HttpRedirectAction_PERMANENT_REDIRECT HttpRedirectAction_RedirectResponseCode = 382006381
	// Http Status Code 303 - See Other.
	HttpRedirectAction_SEE_OTHER HttpRedirectAction_RedirectResponseCode = 445380580
	// Http Status Code 307 - Temporary Redirect maintaining HTTP method.
	HttpRedirectAction_TEMPORARY_REDIRECT HttpRedirectAction_RedirectResponseCode = 489550378
)

func (HttpRedirectAction_RedirectResponseCode) Descriptor

func (HttpRedirectAction_RedirectResponseCode) Enum

func (HttpRedirectAction_RedirectResponseCode) EnumDescriptor

func (HttpRedirectAction_RedirectResponseCode) EnumDescriptor() ([]byte, []int)

Deprecated: Use HttpRedirectAction_RedirectResponseCode.Descriptor instead.

func (HttpRedirectAction_RedirectResponseCode) Number

func (HttpRedirectAction_RedirectResponseCode) String

func (HttpRedirectAction_RedirectResponseCode) Type

type HttpRetryPolicy

type HttpRetryPolicy struct {

	// Specifies the allowed number retries. This number must be > 0. If not specified, defaults to 1.
	NumRetries *uint32 `protobuf:"varint,251680141,opt,name=num_retries,json=numRetries,proto3,oneof" json:"num_retries,omitempty"`
	// Specifies a non-zero timeout per retry attempt. If not specified, will use the timeout set in the HttpRouteAction field. If timeout in the HttpRouteAction field is not set, this field uses the largest timeout among all backend services associated with the route. Not supported when the URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true.
	PerTryTimeout *Duration `protobuf:"bytes,280041147,opt,name=per_try_timeout,json=perTryTimeout,proto3,oneof" json:"per_try_timeout,omitempty"`
	// Specifies one or more conditions when this retry policy applies. Valid values are: - 5xx: retry is attempted if the instance or endpoint responds with any 5xx response code, or if the instance or endpoint does not respond at all. For example, disconnects, reset, read timeout, connection failure, and refused streams. - gateway-error: Similar to 5xx, but only applies to response codes 502, 503 or 504. - connect-failure: a retry is attempted on failures connecting to the instance or endpoint. For example, connection timeouts. - retriable-4xx: a retry is attempted if the instance or endpoint responds with a 4xx response code. The only error that you can retry is error code 409. - refused-stream: a retry is attempted if the instance or endpoint resets the stream with a REFUSED_STREAM error code. This reset type indicates that it is safe to retry. - cancelled: a retry is attempted if the gRPC status code in the response header is set to cancelled. - deadline-exceeded: a retry is attempted if the gRPC status code in the response header is set to deadline-exceeded. - internal: a retry is attempted if the gRPC status code in the response header is set to internal. - resource-exhausted: a retry is attempted if the gRPC status code in the response header is set to resource-exhausted. - unavailable: a retry is attempted if the gRPC status code in the response header is set to unavailable. Only the following codes are supported when the URL map is bound to target gRPC proxy that has validateForProxyless field set to true. - cancelled - deadline-exceeded - internal - resource-exhausted - unavailable
	RetryConditions []string `protobuf:"bytes,28815535,rep,name=retry_conditions,json=retryConditions,proto3" json:"retry_conditions,omitempty"`
	// contains filtered or unexported fields
}

The retry policy associates with HttpRouteRule

func (*HttpRetryPolicy) Descriptor

func (*HttpRetryPolicy) Descriptor() ([]byte, []int)

Deprecated: Use HttpRetryPolicy.ProtoReflect.Descriptor instead.

func (*HttpRetryPolicy) GetNumRetries

func (x *HttpRetryPolicy) GetNumRetries() uint32

func (*HttpRetryPolicy) GetPerTryTimeout

func (x *HttpRetryPolicy) GetPerTryTimeout() *Duration

func (*HttpRetryPolicy) GetRetryConditions

func (x *HttpRetryPolicy) GetRetryConditions() []string

func (*HttpRetryPolicy) ProtoMessage

func (*HttpRetryPolicy) ProtoMessage()

func (*HttpRetryPolicy) ProtoReflect

func (x *HttpRetryPolicy) ProtoReflect() protoreflect.Message

func (*HttpRetryPolicy) Reset

func (x *HttpRetryPolicy) Reset()

func (*HttpRetryPolicy) String

func (x *HttpRetryPolicy) String() string

type HttpRouteAction

type HttpRouteAction struct {

	// The specification for allowing client-side cross-origin requests. For more information about the W3C recommendation for cross-origin resource sharing (CORS), see Fetch API Living Standard. Not supported when the URL map is bound to a target gRPC proxy.
	CorsPolicy *CorsPolicy `protobuf:"bytes,398943748,opt,name=cors_policy,json=corsPolicy,proto3,oneof" json:"cors_policy,omitempty"`
	// The specification for fault injection introduced into traffic to test the resiliency of clients to backend service failure. As part of fault injection, when clients send requests to a backend service, delays can be introduced by a load balancer on a percentage of requests before sending those requests to the backend service. Similarly requests from clients can be aborted by the load balancer for a percentage of requests. timeout and retry_policy is ignored by clients that are configured with a fault_injection_policy if: 1. The traffic is generated by fault injection AND 2. The fault injection is not a delay fault injection. Fault injection is not supported with the global external HTTP(S) load balancer (classic). To see which load balancers support fault injection, see Load balancing: Routing and traffic management features.
	FaultInjectionPolicy *HttpFaultInjection `protobuf:"bytes,412781079,opt,name=fault_injection_policy,json=faultInjectionPolicy,proto3,oneof" json:"fault_injection_policy,omitempty"`
	// Specifies the maximum duration (timeout) for streams on the selected route. Unlike the timeout field where the timeout duration starts from the time the request has been fully processed (known as *end-of-stream*), the duration in this field is computed from the beginning of the stream until the response has been processed, including all retries. A stream that does not complete in this duration is closed. If not specified, this field uses the maximum maxStreamDuration value among all backend services associated with the route. This field is only allowed if the Url map is used with backend services with loadBalancingScheme set to INTERNAL_SELF_MANAGED.
	MaxStreamDuration *Duration `protobuf:"bytes,61428376,opt,name=max_stream_duration,json=maxStreamDuration,proto3,oneof" json:"max_stream_duration,omitempty"`
	// Specifies the policy on how requests intended for the route's backends are shadowed to a separate mirrored backend service. The load balancer does not wait for responses from the shadow service. Before sending traffic to the shadow service, the host / authority header is suffixed with -shadow. Not supported when the URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true.
	RequestMirrorPolicy *RequestMirrorPolicy `protobuf:"bytes,220196866,opt,name=request_mirror_policy,json=requestMirrorPolicy,proto3,oneof" json:"request_mirror_policy,omitempty"`
	// Specifies the retry policy associated with this route.
	RetryPolicy *HttpRetryPolicy `protobuf:"bytes,56799913,opt,name=retry_policy,json=retryPolicy,proto3,oneof" json:"retry_policy,omitempty"`
	// Specifies the timeout for the selected route. Timeout is computed from the time the request has been fully processed (known as *end-of-stream*) up until the response has been processed. Timeout includes all retries. If not specified, this field uses the largest timeout among all backend services associated with the route. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
	Timeout *Duration `protobuf:"bytes,296701281,opt,name=timeout,proto3,oneof" json:"timeout,omitempty"`
	// The spec to modify the URL of the request, before forwarding the request to the matched service. urlRewrite is the only action supported in UrlMaps for external HTTP(S) load balancers. Not supported when the URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true.
	UrlRewrite *UrlRewrite `protobuf:"bytes,273333948,opt,name=url_rewrite,json=urlRewrite,proto3,oneof" json:"url_rewrite,omitempty"`
	// A list of weighted backend services to send traffic to when a route match occurs. The weights determine the fraction of traffic that flows to their corresponding backend service. If all traffic needs to go to a single backend service, there must be one weightedBackendService with weight set to a non-zero number. After a backend service is identified and before forwarding the request to the backend service, advanced routing actions such as URL rewrites and header transformations are applied depending on additional settings specified in this HttpRouteAction.
	WeightedBackendServices []*WeightedBackendService `protobuf:"bytes,337028049,rep,name=weighted_backend_services,json=weightedBackendServices,proto3" json:"weighted_backend_services,omitempty"`
	// contains filtered or unexported fields
}

func (*HttpRouteAction) Descriptor

func (*HttpRouteAction) Descriptor() ([]byte, []int)

Deprecated: Use HttpRouteAction.ProtoReflect.Descriptor instead.

func (*HttpRouteAction) GetCorsPolicy

func (x *HttpRouteAction) GetCorsPolicy() *CorsPolicy

func (*HttpRouteAction) GetFaultInjectionPolicy

func (x *HttpRouteAction) GetFaultInjectionPolicy() *HttpFaultInjection

func (*HttpRouteAction) GetMaxStreamDuration

func (x *HttpRouteAction) GetMaxStreamDuration() *Duration

func (*HttpRouteAction) GetRequestMirrorPolicy

func (x *HttpRouteAction) GetRequestMirrorPolicy() *RequestMirrorPolicy

func (*HttpRouteAction) GetRetryPolicy

func (x *HttpRouteAction) GetRetryPolicy() *HttpRetryPolicy

func (*HttpRouteAction) GetTimeout

func (x *HttpRouteAction) GetTimeout() *Duration

func (*HttpRouteAction) GetUrlRewrite

func (x *HttpRouteAction) GetUrlRewrite() *UrlRewrite

func (*HttpRouteAction) GetWeightedBackendServices

func (x *HttpRouteAction) GetWeightedBackendServices() []*WeightedBackendService

func (*HttpRouteAction) ProtoMessage

func (*HttpRouteAction) ProtoMessage()

func (*HttpRouteAction) ProtoReflect

func (x *HttpRouteAction) ProtoReflect() protoreflect.Message

func (*HttpRouteAction) Reset

func (x *HttpRouteAction) Reset()

func (*HttpRouteAction) String

func (x *HttpRouteAction) String() string

type HttpRouteRule

type HttpRouteRule struct {

	// The short description conveying the intent of this routeRule. The description can have a maximum length of 1024 characters.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// Specifies changes to request and response headers that need to take effect for the selected backendService. The headerAction value specified here is applied before the matching pathMatchers[].headerAction and after pathMatchers[].routeRules[].routeAction.weightedBackendService.backendServiceWeightAction[].headerAction HeaderAction is not supported for load balancers that have their loadBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
	HeaderAction *HttpHeaderAction `protobuf:"bytes,328077352,opt,name=header_action,json=headerAction,proto3,oneof" json:"header_action,omitempty"`
	// The list of criteria for matching attributes of a request to this routeRule. This list has OR semantics: the request matches this routeRule when any of the matchRules are satisfied. However predicates within a given matchRule have AND semantics. All predicates within a matchRule must match for the request to match the rule.
	MatchRules []*HttpRouteRuleMatch `protobuf:"bytes,376200701,rep,name=match_rules,json=matchRules,proto3" json:"match_rules,omitempty"`
	// For routeRules within a given pathMatcher, priority determines the order in which a load balancer interprets routeRules. RouteRules are evaluated in order of priority, from the lowest to highest number. The priority of a rule decreases as its number increases (1, 2, 3, N+1). The first rule that matches the request is applied. You cannot configure two or more routeRules with the same priority. Priority for each rule must be set to a number from 0 to 2147483647 inclusive. Priority numbers can have gaps, which enable you to add or remove rules in the future without affecting the rest of the rules. For example, 1, 2, 3, 4, 5, 9, 12, 16 is a valid series of priority numbers to which you could add rules numbered from 6 to 8, 10 to 11, and 13 to 15 in the future without any impact on existing rules.
	Priority *int32 `protobuf:"varint,445151652,opt,name=priority,proto3,oneof" json:"priority,omitempty"`
	// In response to a matching matchRule, the load balancer performs advanced routing actions, such as URL rewrites and header transformations, before forwarding the request to the selected backend. If routeAction specifies any weightedBackendServices, service must not be set. Conversely if service is set, routeAction cannot contain any weightedBackendServices. Only one of urlRedirect, service or routeAction.weightedBackendService must be set. URL maps for Classic external HTTP(S) load balancers only support the urlRewrite action within a route rule's routeAction.
	RouteAction *HttpRouteAction `protobuf:"bytes,424563948,opt,name=route_action,json=routeAction,proto3,oneof" json:"route_action,omitempty"`
	// The full or partial URL of the backend service resource to which traffic is directed if this rule is matched. If routeAction is also specified, advanced routing actions, such as URL rewrites, take effect before sending the request to the backend. However, if service is specified, routeAction cannot contain any weightedBackendServices. Conversely, if routeAction specifies any weightedBackendServices, service must not be specified. Only one of urlRedirect, service or routeAction.weightedBackendService must be set.
	Service *string `protobuf:"bytes,373540533,opt,name=service,proto3,oneof" json:"service,omitempty"`
	// When this rule is matched, the request is redirected to a URL specified by urlRedirect. If urlRedirect is specified, service or routeAction must not be set. Not supported when the URL map is bound to a target gRPC proxy.
	UrlRedirect *HttpRedirectAction `protobuf:"bytes,405147820,opt,name=url_redirect,json=urlRedirect,proto3,oneof" json:"url_redirect,omitempty"`
	// contains filtered or unexported fields
}

The HttpRouteRule setting specifies how to match an HTTP request and the corresponding routing action that load balancing proxies perform.

func (*HttpRouteRule) Descriptor

func (*HttpRouteRule) Descriptor() ([]byte, []int)

Deprecated: Use HttpRouteRule.ProtoReflect.Descriptor instead.

func (*HttpRouteRule) GetDescription

func (x *HttpRouteRule) GetDescription() string

func (*HttpRouteRule) GetHeaderAction

func (x *HttpRouteRule) GetHeaderAction() *HttpHeaderAction

func (*HttpRouteRule) GetMatchRules

func (x *HttpRouteRule) GetMatchRules() []*HttpRouteRuleMatch

func (*HttpRouteRule) GetPriority

func (x *HttpRouteRule) GetPriority() int32

func (*HttpRouteRule) GetRouteAction

func (x *HttpRouteRule) GetRouteAction() *HttpRouteAction

func (*HttpRouteRule) GetService

func (x *HttpRouteRule) GetService() string

func (*HttpRouteRule) GetUrlRedirect

func (x *HttpRouteRule) GetUrlRedirect() *HttpRedirectAction

func (*HttpRouteRule) ProtoMessage

func (*HttpRouteRule) ProtoMessage()

func (*HttpRouteRule) ProtoReflect

func (x *HttpRouteRule) ProtoReflect() protoreflect.Message

func (*HttpRouteRule) Reset

func (x *HttpRouteRule) Reset()

func (*HttpRouteRule) String

func (x *HttpRouteRule) String() string

type HttpRouteRuleMatch

type HttpRouteRuleMatch struct {

	// For satisfying the matchRule condition, the path of the request must exactly match the value specified in fullPathMatch after removing any query parameters and anchor that may be part of the original URL. fullPathMatch must be from 1 to 1024 characters. Only one of prefixMatch, fullPathMatch or regexMatch must be specified.
	FullPathMatch *string `protobuf:"bytes,214598875,opt,name=full_path_match,json=fullPathMatch,proto3,oneof" json:"full_path_match,omitempty"`
	// Specifies a list of header match criteria, all of which must match corresponding headers in the request.
	HeaderMatches []*HttpHeaderMatch `protobuf:"bytes,361903489,rep,name=header_matches,json=headerMatches,proto3" json:"header_matches,omitempty"`
	// Specifies that prefixMatch and fullPathMatch matches are case sensitive. The default value is false. ignoreCase must not be used with regexMatch. Not supported when the URL map is bound to a target gRPC proxy.
	IgnoreCase *bool `protobuf:"varint,464324989,opt,name=ignore_case,json=ignoreCase,proto3,oneof" json:"ignore_case,omitempty"`
	// Opaque filter criteria used by the load balancer to restrict routing configuration to a limited set of xDS compliant clients. In their xDS requests to the load balancer, xDS clients present node metadata. When there is a match, the relevant routing configuration is made available to those proxies. For each metadataFilter in this list, if its filterMatchCriteria is set to MATCH_ANY, at least one of the filterLabels must match the corresponding label provided in the metadata. If its filterMatchCriteria is set to MATCH_ALL, then all of its filterLabels must match with corresponding labels provided in the metadata. If multiple metadata filters are specified, all of them need to be satisfied in order to be considered a match. metadataFilters specified here is applied after those specified in ForwardingRule that refers to the UrlMap this HttpRouteRuleMatch belongs to. metadataFilters only applies to load balancers that have loadBalancingScheme set to INTERNAL_SELF_MANAGED. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
	MetadataFilters []*MetadataFilter `protobuf:"bytes,464725739,rep,name=metadata_filters,json=metadataFilters,proto3" json:"metadata_filters,omitempty"`
	// If specified, the route is a pattern match expression that must match the :path header once the query string is removed. A pattern match allows you to match - The value must be between 1 and 1024 characters - The pattern must start with a leading slash ("/") - There may be no more than 5 operators in pattern Precisely one of prefix_match, full_path_match, regex_match or path_template_match must be set.
	PathTemplateMatch *string `protobuf:"bytes,292348186,opt,name=path_template_match,json=pathTemplateMatch,proto3,oneof" json:"path_template_match,omitempty"`
	// For satisfying the matchRule condition, the request's path must begin with the specified prefixMatch. prefixMatch must begin with a /. The value must be from 1 to 1024 characters. Only one of prefixMatch, fullPathMatch or regexMatch must be specified.
	PrefixMatch *string `protobuf:"bytes,257898968,opt,name=prefix_match,json=prefixMatch,proto3,oneof" json:"prefix_match,omitempty"`
	// Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request. Not supported when the URL map is bound to a target gRPC proxy.
	QueryParameterMatches []*HttpQueryParameterMatch `protobuf:"bytes,286231270,rep,name=query_parameter_matches,json=queryParameterMatches,proto3" json:"query_parameter_matches,omitempty"`
	// For satisfying the matchRule condition, the path of the request must satisfy the regular expression specified in regexMatch after removing any query parameters and anchor supplied with the original URL. For more information about regular expression syntax, see Syntax. Only one of prefixMatch, fullPathMatch or regexMatch must be specified. Regular expressions can only be used when the loadBalancingScheme is set to INTERNAL_SELF_MANAGED.
	RegexMatch *string `protobuf:"bytes,107387853,opt,name=regex_match,json=regexMatch,proto3,oneof" json:"regex_match,omitempty"`
	// contains filtered or unexported fields
}

HttpRouteRuleMatch specifies a set of criteria for matching requests to an HttpRouteRule. All specified criteria must be satisfied for a match to occur.

func (*HttpRouteRuleMatch) Descriptor

func (*HttpRouteRuleMatch) Descriptor() ([]byte, []int)

Deprecated: Use HttpRouteRuleMatch.ProtoReflect.Descriptor instead.

func (*HttpRouteRuleMatch) GetFullPathMatch

func (x *HttpRouteRuleMatch) GetFullPathMatch() string

func (*HttpRouteRuleMatch) GetHeaderMatches

func (x *HttpRouteRuleMatch) GetHeaderMatches() []*HttpHeaderMatch

func (*HttpRouteRuleMatch) GetIgnoreCase

func (x *HttpRouteRuleMatch) GetIgnoreCase() bool

func (*HttpRouteRuleMatch) GetMetadataFilters

func (x *HttpRouteRuleMatch) GetMetadataFilters() []*MetadataFilter

func (*HttpRouteRuleMatch) GetPathTemplateMatch

func (x *HttpRouteRuleMatch) GetPathTemplateMatch() string

func (*HttpRouteRuleMatch) GetPrefixMatch

func (x *HttpRouteRuleMatch) GetPrefixMatch() string

func (*HttpRouteRuleMatch) GetQueryParameterMatches

func (x *HttpRouteRuleMatch) GetQueryParameterMatches() []*HttpQueryParameterMatch

func (*HttpRouteRuleMatch) GetRegexMatch

func (x *HttpRouteRuleMatch) GetRegexMatch() string

func (*HttpRouteRuleMatch) ProtoMessage

func (*HttpRouteRuleMatch) ProtoMessage()

func (*HttpRouteRuleMatch) ProtoReflect

func (x *HttpRouteRuleMatch) ProtoReflect() protoreflect.Message

func (*HttpRouteRuleMatch) Reset

func (x *HttpRouteRuleMatch) Reset()

func (*HttpRouteRuleMatch) String

func (x *HttpRouteRuleMatch) String() string

type Image

type Image struct {

	// The architecture of the image. Valid values are ARM64 or X86_64.
	// Check the Architecture enum for the list of possible values.
	Architecture *string `protobuf:"bytes,302803283,opt,name=architecture,proto3,oneof" json:"architecture,omitempty"`
	// Size of the image tar.gz archive stored in Google Cloud Storage (in bytes).
	ArchiveSizeBytes *int64 `protobuf:"varint,381093450,opt,name=archive_size_bytes,json=archiveSizeBytes,proto3,oneof" json:"archive_size_bytes,omitempty"`
	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// The deprecation status associated with this image.
	Deprecated *DeprecationStatus `protobuf:"bytes,515138995,opt,name=deprecated,proto3,oneof" json:"deprecated,omitempty"`
	// An optional description of this resource. Provide this property when you create the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// Size of the image when restored onto a persistent disk (in GB).
	DiskSizeGb *int64 `protobuf:"varint,316263735,opt,name=disk_size_gb,json=diskSizeGb,proto3,oneof" json:"disk_size_gb,omitempty"`
	// The name of the image family to which this image belongs. The image family name can be from a publicly managed image family provided by Compute Engine, or from a custom image family you create. For example, centos-stream-9 is a publicly available image family. For more information, see Image family best practices. When creating disks, you can specify an image family instead of a specific image name. The image family always returns its latest image that is not deprecated. The name of the image family must comply with RFC1035.
	Family *string `protobuf:"bytes,328751972,opt,name=family,proto3,oneof" json:"family,omitempty"`
	// A list of features to enable on the guest operating system. Applicable only for bootable images. To see a list of available options, see the guestOSfeatures[].type parameter.
	GuestOsFeatures []*GuestOsFeature `protobuf:"bytes,79294545,rep,name=guest_os_features,json=guestOsFeatures,proto3" json:"guest_os_features,omitempty"`
	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// Encrypts the image using a customer-supplied encryption key. After you encrypt an image with a customer-supplied key, you must provide the same key if you use the image later (e.g. to create a disk from the image). Customer-supplied encryption keys do not protect access to metadata of the disk. If you do not provide an encryption key when creating the image, then the disk will be encrypted using an automatically generated key and you do not need to provide a key to use the image later.
	ImageEncryptionKey *CustomerEncryptionKey `protobuf:"bytes,379512583,opt,name=image_encryption_key,json=imageEncryptionKey,proto3,oneof" json:"image_encryption_key,omitempty"`
	// [Output Only] Type of the resource. Always compute#image for images.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// A fingerprint for the labels being applied to this image, which is essentially a hash of the labels used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve an image.
	LabelFingerprint *string `protobuf:"bytes,178124825,opt,name=label_fingerprint,json=labelFingerprint,proto3,oneof" json:"label_fingerprint,omitempty"`
	// Labels to apply to this image. These can be later modified by the setLabels method.
	Labels map[string]string `protobuf:"bytes,500195327,rep,name=labels,proto3" json:"labels,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// Integer license codes indicating which licenses are attached to this image.
	LicenseCodes []int64 `protobuf:"varint,45482664,rep,packed,name=license_codes,json=licenseCodes,proto3" json:"license_codes,omitempty"`
	// Any applicable license URI.
	Licenses []string `protobuf:"bytes,337642578,rep,name=licenses,proto3" json:"licenses,omitempty"`
	// Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// The parameters of the raw disk image.
	RawDisk *RawDisk `protobuf:"bytes,503113556,opt,name=raw_disk,json=rawDisk,proto3,oneof" json:"raw_disk,omitempty"`
	// [Output Only] Reserved for future use.
	SatisfiesPzs *bool `protobuf:"varint,480964267,opt,name=satisfies_pzs,json=satisfiesPzs,proto3,oneof" json:"satisfies_pzs,omitempty"`
	// [Output Only] Server-defined URL for the resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// Set the secure boot keys of shielded instance.
	ShieldedInstanceInitialState *InitialStateConfig `protobuf:"bytes,192356867,opt,name=shielded_instance_initial_state,json=shieldedInstanceInitialState,proto3,oneof" json:"shielded_instance_initial_state,omitempty"`
	// URL of the source disk used to create this image. For example, the following are valid values: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /disks/disk - projects/project/zones/zone/disks/disk - zones/zone/disks/disk In order to create an image, you must provide the full or partial URL of one of the following: - The rawDisk.source URL - The sourceDisk URL - The sourceImage URL - The sourceSnapshot URL
	SourceDisk *string `protobuf:"bytes,451753793,opt,name=source_disk,json=sourceDisk,proto3,oneof" json:"source_disk,omitempty"`
	// The customer-supplied encryption key of the source disk. Required if the source disk is protected by a customer-supplied encryption key.
	SourceDiskEncryptionKey *CustomerEncryptionKey `protobuf:"bytes,531501153,opt,name=source_disk_encryption_key,json=sourceDiskEncryptionKey,proto3,oneof" json:"source_disk_encryption_key,omitempty"`
	// [Output Only] The ID value of the disk used to create this image. This value may be used to determine whether the image was taken from the current or a previous instance of a given disk name.
	SourceDiskId *string `protobuf:"bytes,454190809,opt,name=source_disk_id,json=sourceDiskId,proto3,oneof" json:"source_disk_id,omitempty"`
	// URL of the source image used to create this image. The following are valid formats for the URL: - https://www.googleapis.com/compute/v1/projects/project_id/global/ images/image_name - projects/project_id/global/images/image_name In order to create an image, you must provide the full or partial URL of one of the following: - The rawDisk.source URL - The sourceDisk URL - The sourceImage URL - The sourceSnapshot URL
	SourceImage *string `protobuf:"bytes,50443319,opt,name=source_image,json=sourceImage,proto3,oneof" json:"source_image,omitempty"`
	// The customer-supplied encryption key of the source image. Required if the source image is protected by a customer-supplied encryption key.
	SourceImageEncryptionKey *CustomerEncryptionKey `protobuf:"bytes,381503659,opt,name=source_image_encryption_key,json=sourceImageEncryptionKey,proto3,oneof" json:"source_image_encryption_key,omitempty"`
	// [Output Only] The ID value of the image used to create this image. This value may be used to determine whether the image was taken from the current or a previous instance of a given image name.
	SourceImageId *string `protobuf:"bytes,55328291,opt,name=source_image_id,json=sourceImageId,proto3,oneof" json:"source_image_id,omitempty"`
	// URL of the source snapshot used to create this image. The following are valid formats for the URL: - https://www.googleapis.com/compute/v1/projects/project_id/global/ snapshots/snapshot_name - projects/project_id/global/snapshots/snapshot_name In order to create an image, you must provide the full or partial URL of one of the following: - The rawDisk.source URL - The sourceDisk URL - The sourceImage URL - The sourceSnapshot URL
	SourceSnapshot *string `protobuf:"bytes,126061928,opt,name=source_snapshot,json=sourceSnapshot,proto3,oneof" json:"source_snapshot,omitempty"`
	// The customer-supplied encryption key of the source snapshot. Required if the source snapshot is protected by a customer-supplied encryption key.
	SourceSnapshotEncryptionKey *CustomerEncryptionKey `protobuf:"bytes,303679322,opt,name=source_snapshot_encryption_key,json=sourceSnapshotEncryptionKey,proto3,oneof" json:"source_snapshot_encryption_key,omitempty"`
	// [Output Only] The ID value of the snapshot used to create this image. This value may be used to determine whether the snapshot was taken from the current or a previous instance of a given snapshot name.
	SourceSnapshotId *string `protobuf:"bytes,98962258,opt,name=source_snapshot_id,json=sourceSnapshotId,proto3,oneof" json:"source_snapshot_id,omitempty"`
	// The type of the image used to create this disk. The default and only valid value is RAW.
	// Check the SourceType enum for the list of possible values.
	SourceType *string `protobuf:"bytes,452245726,opt,name=source_type,json=sourceType,proto3,oneof" json:"source_type,omitempty"`
	// [Output Only] The status of the image. An image can be used to create other resources, such as instances, only after the image has been successfully created and the status is set to READY. Possible values are FAILED, PENDING, or READY.
	// Check the Status enum for the list of possible values.
	Status *string `protobuf:"bytes,181260274,opt,name=status,proto3,oneof" json:"status,omitempty"`
	// Cloud Storage bucket storage location of the image (regional or multi-regional).
	StorageLocations []string `protobuf:"bytes,328005274,rep,name=storage_locations,json=storageLocations,proto3" json:"storage_locations,omitempty"`
	// contains filtered or unexported fields
}

Represents an Image resource. You can use images to create boot disks for your VM instances. For more information, read Images.

func (*Image) Descriptor

func (*Image) Descriptor() ([]byte, []int)

Deprecated: Use Image.ProtoReflect.Descriptor instead.

func (*Image) GetArchitecture

func (x *Image) GetArchitecture() string

func (*Image) GetArchiveSizeBytes

func (x *Image) GetArchiveSizeBytes() int64

func (*Image) GetCreationTimestamp

func (x *Image) GetCreationTimestamp() string

func (*Image) GetDeprecated

func (x *Image) GetDeprecated() *DeprecationStatus

func (*Image) GetDescription

func (x *Image) GetDescription() string

func (*Image) GetDiskSizeGb

func (x *Image) GetDiskSizeGb() int64

func (*Image) GetFamily

func (x *Image) GetFamily() string

func (*Image) GetGuestOsFeatures

func (x *Image) GetGuestOsFeatures() []*GuestOsFeature

func (*Image) GetId

func (x *Image) GetId() uint64

func (*Image) GetImageEncryptionKey

func (x *Image) GetImageEncryptionKey() *CustomerEncryptionKey

func (*Image) GetKind

func (x *Image) GetKind() string

func (*Image) GetLabelFingerprint

func (x *Image) GetLabelFingerprint() string

func (*Image) GetLabels

func (x *Image) GetLabels() map[string]string

func (*Image) GetLicenseCodes

func (x *Image) GetLicenseCodes() []int64

func (*Image) GetLicenses

func (x *Image) GetLicenses() []string

func (*Image) GetName

func (x *Image) GetName() string

func (*Image) GetRawDisk

func (x *Image) GetRawDisk() *RawDisk

func (*Image) GetSatisfiesPzs

func (x *Image) GetSatisfiesPzs() bool
func (x *Image) GetSelfLink() string

func (*Image) GetShieldedInstanceInitialState

func (x *Image) GetShieldedInstanceInitialState() *InitialStateConfig

func (*Image) GetSourceDisk

func (x *Image) GetSourceDisk() string

func (*Image) GetSourceDiskEncryptionKey

func (x *Image) GetSourceDiskEncryptionKey() *CustomerEncryptionKey

func (*Image) GetSourceDiskId

func (x *Image) GetSourceDiskId() string

func (*Image) GetSourceImage

func (x *Image) GetSourceImage() string

func (*Image) GetSourceImageEncryptionKey

func (x *Image) GetSourceImageEncryptionKey() *CustomerEncryptionKey

func (*Image) GetSourceImageId

func (x *Image) GetSourceImageId() string

func (*Image) GetSourceSnapshot

func (x *Image) GetSourceSnapshot() string

func (*Image) GetSourceSnapshotEncryptionKey

func (x *Image) GetSourceSnapshotEncryptionKey() *CustomerEncryptionKey

func (*Image) GetSourceSnapshotId

func (x *Image) GetSourceSnapshotId() string

func (*Image) GetSourceType

func (x *Image) GetSourceType() string

func (*Image) GetStatus

func (x *Image) GetStatus() string

func (*Image) GetStorageLocations

func (x *Image) GetStorageLocations() []string

func (*Image) ProtoMessage

func (*Image) ProtoMessage()

func (*Image) ProtoReflect

func (x *Image) ProtoReflect() protoreflect.Message

func (*Image) Reset

func (x *Image) Reset()

func (*Image) String

func (x *Image) String() string

type ImageFamilyView

type ImageFamilyView struct {

	// The latest image that is part of the specified image family in the requested location, and that is not deprecated.
	Image *Image `protobuf:"bytes,100313435,opt,name=image,proto3,oneof" json:"image,omitempty"`
	// contains filtered or unexported fields
}

func (*ImageFamilyView) Descriptor

func (*ImageFamilyView) Descriptor() ([]byte, []int)

Deprecated: Use ImageFamilyView.ProtoReflect.Descriptor instead.

func (*ImageFamilyView) GetImage

func (x *ImageFamilyView) GetImage() *Image

func (*ImageFamilyView) ProtoMessage

func (*ImageFamilyView) ProtoMessage()

func (*ImageFamilyView) ProtoReflect

func (x *ImageFamilyView) ProtoReflect() protoreflect.Message

func (*ImageFamilyView) Reset

func (x *ImageFamilyView) Reset()

func (*ImageFamilyView) String

func (x *ImageFamilyView) String() string

type ImageFamilyViewsClient

type ImageFamilyViewsClient interface {
	// Returns the latest image that is part of an image family, is not deprecated and is rolled out in the specified zone.
	Get(ctx context.Context, in *GetImageFamilyViewRequest, opts ...grpc.CallOption) (*ImageFamilyView, error)
}

ImageFamilyViewsClient is the client API for ImageFamilyViews service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewImageFamilyViewsClient

func NewImageFamilyViewsClient(cc grpc.ClientConnInterface) ImageFamilyViewsClient

type ImageFamilyViewsServer

type ImageFamilyViewsServer interface {
	// Returns the latest image that is part of an image family, is not deprecated and is rolled out in the specified zone.
	Get(context.Context, *GetImageFamilyViewRequest) (*ImageFamilyView, error)
}

ImageFamilyViewsServer is the server API for ImageFamilyViews service.

type ImageList

type ImageList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of Image resources.
	Items []*Image `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// Type of resource.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

Contains a list of images.

func (*ImageList) Descriptor

func (*ImageList) Descriptor() ([]byte, []int)

Deprecated: Use ImageList.ProtoReflect.Descriptor instead.

func (*ImageList) GetId

func (x *ImageList) GetId() string

func (*ImageList) GetItems

func (x *ImageList) GetItems() []*Image

func (*ImageList) GetKind

func (x *ImageList) GetKind() string

func (*ImageList) GetNextPageToken

func (x *ImageList) GetNextPageToken() string
func (x *ImageList) GetSelfLink() string

func (*ImageList) GetWarning

func (x *ImageList) GetWarning() *Warning

func (*ImageList) ProtoMessage

func (*ImageList) ProtoMessage()

func (*ImageList) ProtoReflect

func (x *ImageList) ProtoReflect() protoreflect.Message

func (*ImageList) Reset

func (x *ImageList) Reset()

func (*ImageList) String

func (x *ImageList) String() string

type Image_Architecture

type Image_Architecture int32

The architecture of the image. Valid values are ARM64 or X86_64.

const (
	// A value indicating that the enum field is not set.
	Image_UNDEFINED_ARCHITECTURE Image_Architecture = 0
	// Default value indicating Architecture is not set.
	Image_ARCHITECTURE_UNSPECIFIED Image_Architecture = 394750507
	// Machines with architecture ARM64
	Image_ARM64 Image_Architecture = 62547450
	// Machines with architecture X86_64
	Image_X86_64 Image_Architecture = 425300551
)

func (Image_Architecture) Descriptor

func (Image_Architecture) Enum

func (Image_Architecture) EnumDescriptor

func (Image_Architecture) EnumDescriptor() ([]byte, []int)

Deprecated: Use Image_Architecture.Descriptor instead.

func (Image_Architecture) Number

func (Image_Architecture) String

func (x Image_Architecture) String() string

func (Image_Architecture) Type

type Image_SourceType

type Image_SourceType int32

The type of the image used to create this disk. The default and only valid value is RAW.

const (
	// A value indicating that the enum field is not set.
	Image_UNDEFINED_SOURCE_TYPE Image_SourceType = 0
	Image_RAW                   Image_SourceType = 80904
)

func (Image_SourceType) Descriptor

func (Image_SourceType) Enum

func (Image_SourceType) EnumDescriptor

func (Image_SourceType) EnumDescriptor() ([]byte, []int)

Deprecated: Use Image_SourceType.Descriptor instead.

func (Image_SourceType) Number

func (Image_SourceType) String

func (x Image_SourceType) String() string

func (Image_SourceType) Type

type Image_Status

type Image_Status int32

[Output Only] The status of the image. An image can be used to create other resources, such as instances, only after the image has been successfully created and the status is set to READY. Possible values are FAILED, PENDING, or READY.

const (
	// A value indicating that the enum field is not set.
	Image_UNDEFINED_STATUS Image_Status = 0
	// Image is deleting.
	Image_DELETING Image_Status = 528602024
	// Image creation failed due to an error.
	Image_FAILED Image_Status = 455706685
	// Image hasn't been created as yet.
	Image_PENDING Image_Status = 35394935
	// Image has been successfully created.
	Image_READY Image_Status = 77848963
)

func (Image_Status) Descriptor

func (Image_Status) Enum

func (x Image_Status) Enum() *Image_Status

func (Image_Status) EnumDescriptor

func (Image_Status) EnumDescriptor() ([]byte, []int)

Deprecated: Use Image_Status.Descriptor instead.

func (Image_Status) Number

func (Image_Status) String

func (x Image_Status) String() string

func (Image_Status) Type

type ImagesClient

type ImagesClient interface {
	// Deletes the specified image.
	Delete(ctx context.Context, in *DeleteImageRequest, opts ...grpc.CallOption) (*Operation, error)
	// Sets the deprecation status of an image. If an empty request body is given, clears the deprecation status instead.
	Deprecate(ctx context.Context, in *DeprecateImageRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified image.
	Get(ctx context.Context, in *GetImageRequest, opts ...grpc.CallOption) (*Image, error)
	// Returns the latest image that is part of an image family and is not deprecated. For more information on image families, see Public image families documentation.
	GetFromFamily(ctx context.Context, in *GetFromFamilyImageRequest, opts ...grpc.CallOption) (*Image, error)
	// Gets the access control policy for a resource. May be empty if no such policy or resource exists.
	GetIamPolicy(ctx context.Context, in *GetIamPolicyImageRequest, opts ...grpc.CallOption) (*Policy, error)
	// Creates an image in the specified project using the data included in the request.
	Insert(ctx context.Context, in *InsertImageRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves the list of custom images available to the specified project. Custom images are images you create that belong to your project. This method does not get any images that belong to other projects, including publicly-available images, like Debian 8. If you want to get a list of publicly-available images, use this method to make a request to the respective image project, such as debian-cloud or windows-cloud.
	List(ctx context.Context, in *ListImagesRequest, opts ...grpc.CallOption) (*ImageList, error)
	// Patches the specified image with the data included in the request. Only the following fields can be modified: family, description, deprecation status.
	Patch(ctx context.Context, in *PatchImageRequest, opts ...grpc.CallOption) (*Operation, error)
	// Sets the access control policy on the specified resource. Replaces any existing policy.
	SetIamPolicy(ctx context.Context, in *SetIamPolicyImageRequest, opts ...grpc.CallOption) (*Policy, error)
	// Sets the labels on an image. To learn more about labels, read the Labeling Resources documentation.
	SetLabels(ctx context.Context, in *SetLabelsImageRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns permissions that a caller has on the specified resource.
	TestIamPermissions(ctx context.Context, in *TestIamPermissionsImageRequest, opts ...grpc.CallOption) (*TestPermissionsResponse, error)
}

ImagesClient is the client API for Images service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewImagesClient

func NewImagesClient(cc grpc.ClientConnInterface) ImagesClient

type ImagesServer

type ImagesServer interface {
	// Deletes the specified image.
	Delete(context.Context, *DeleteImageRequest) (*Operation, error)
	// Sets the deprecation status of an image. If an empty request body is given, clears the deprecation status instead.
	Deprecate(context.Context, *DeprecateImageRequest) (*Operation, error)
	// Returns the specified image.
	Get(context.Context, *GetImageRequest) (*Image, error)
	// Returns the latest image that is part of an image family and is not deprecated. For more information on image families, see Public image families documentation.
	GetFromFamily(context.Context, *GetFromFamilyImageRequest) (*Image, error)
	// Gets the access control policy for a resource. May be empty if no such policy or resource exists.
	GetIamPolicy(context.Context, *GetIamPolicyImageRequest) (*Policy, error)
	// Creates an image in the specified project using the data included in the request.
	Insert(context.Context, *InsertImageRequest) (*Operation, error)
	// Retrieves the list of custom images available to the specified project. Custom images are images you create that belong to your project. This method does not get any images that belong to other projects, including publicly-available images, like Debian 8. If you want to get a list of publicly-available images, use this method to make a request to the respective image project, such as debian-cloud or windows-cloud.
	List(context.Context, *ListImagesRequest) (*ImageList, error)
	// Patches the specified image with the data included in the request. Only the following fields can be modified: family, description, deprecation status.
	Patch(context.Context, *PatchImageRequest) (*Operation, error)
	// Sets the access control policy on the specified resource. Replaces any existing policy.
	SetIamPolicy(context.Context, *SetIamPolicyImageRequest) (*Policy, error)
	// Sets the labels on an image. To learn more about labels, read the Labeling Resources documentation.
	SetLabels(context.Context, *SetLabelsImageRequest) (*Operation, error)
	// Returns permissions that a caller has on the specified resource.
	TestIamPermissions(context.Context, *TestIamPermissionsImageRequest) (*TestPermissionsResponse, error)
}

ImagesServer is the server API for Images service.

type InitialStateConfig

type InitialStateConfig struct {

	// The Key Database (db).
	Dbs []*FileContentBuffer `protobuf:"bytes,99253,rep,name=dbs,proto3" json:"dbs,omitempty"`
	// The forbidden key database (dbx).
	Dbxs []*FileContentBuffer `protobuf:"bytes,3077113,rep,name=dbxs,proto3" json:"dbxs,omitempty"`
	// The Key Exchange Key (KEK).
	Keks []*FileContentBuffer `protobuf:"bytes,3288130,rep,name=keks,proto3" json:"keks,omitempty"`
	// The Platform Key (PK).
	Pk *FileContentBuffer `protobuf:"bytes,3579,opt,name=pk,proto3,oneof" json:"pk,omitempty"`
	// contains filtered or unexported fields
}

Initial State for shielded instance, these are public keys which are safe to store in public

func (*InitialStateConfig) Descriptor

func (*InitialStateConfig) Descriptor() ([]byte, []int)

Deprecated: Use InitialStateConfig.ProtoReflect.Descriptor instead.

func (*InitialStateConfig) GetDbs

func (x *InitialStateConfig) GetDbs() []*FileContentBuffer

func (*InitialStateConfig) GetDbxs

func (x *InitialStateConfig) GetDbxs() []*FileContentBuffer

func (*InitialStateConfig) GetKeks

func (x *InitialStateConfig) GetKeks() []*FileContentBuffer

func (*InitialStateConfig) GetPk

func (*InitialStateConfig) ProtoMessage

func (*InitialStateConfig) ProtoMessage()

func (*InitialStateConfig) ProtoReflect

func (x *InitialStateConfig) ProtoReflect() protoreflect.Message

func (*InitialStateConfig) Reset

func (x *InitialStateConfig) Reset()

func (*InitialStateConfig) String

func (x *InitialStateConfig) String() string

type InsertAddressRequest

type InsertAddressRequest struct {

	// The body resource for this request
	AddressResource *Address `protobuf:"bytes,483888121,opt,name=address_resource,json=addressResource,proto3" json:"address_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for Addresses.Insert. See the method description for details.

func (*InsertAddressRequest) Descriptor

func (*InsertAddressRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertAddressRequest.ProtoReflect.Descriptor instead.

func (*InsertAddressRequest) GetAddressResource

func (x *InsertAddressRequest) GetAddressResource() *Address

func (*InsertAddressRequest) GetProject

func (x *InsertAddressRequest) GetProject() string

func (*InsertAddressRequest) GetRegion

func (x *InsertAddressRequest) GetRegion() string

func (*InsertAddressRequest) GetRequestId

func (x *InsertAddressRequest) GetRequestId() string

func (*InsertAddressRequest) ProtoMessage

func (*InsertAddressRequest) ProtoMessage()

func (*InsertAddressRequest) ProtoReflect

func (x *InsertAddressRequest) ProtoReflect() protoreflect.Message

func (*InsertAddressRequest) Reset

func (x *InsertAddressRequest) Reset()

func (*InsertAddressRequest) String

func (x *InsertAddressRequest) String() string

type InsertAutoscalerRequest

type InsertAutoscalerRequest struct {

	// The body resource for this request
	AutoscalerResource *Autoscaler `protobuf:"bytes,207616118,opt,name=autoscaler_resource,json=autoscalerResource,proto3" json:"autoscaler_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Autoscalers.Insert. See the method description for details.

func (*InsertAutoscalerRequest) Descriptor

func (*InsertAutoscalerRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertAutoscalerRequest.ProtoReflect.Descriptor instead.

func (*InsertAutoscalerRequest) GetAutoscalerResource

func (x *InsertAutoscalerRequest) GetAutoscalerResource() *Autoscaler

func (*InsertAutoscalerRequest) GetProject

func (x *InsertAutoscalerRequest) GetProject() string

func (*InsertAutoscalerRequest) GetRequestId

func (x *InsertAutoscalerRequest) GetRequestId() string

func (*InsertAutoscalerRequest) GetZone

func (x *InsertAutoscalerRequest) GetZone() string

func (*InsertAutoscalerRequest) ProtoMessage

func (*InsertAutoscalerRequest) ProtoMessage()

func (*InsertAutoscalerRequest) ProtoReflect

func (x *InsertAutoscalerRequest) ProtoReflect() protoreflect.Message

func (*InsertAutoscalerRequest) Reset

func (x *InsertAutoscalerRequest) Reset()

func (*InsertAutoscalerRequest) String

func (x *InsertAutoscalerRequest) String() string

type InsertBackendBucketRequest

type InsertBackendBucketRequest struct {

	// The body resource for this request
	BackendBucketResource *BackendBucket `protobuf:"bytes,380757784,opt,name=backend_bucket_resource,json=backendBucketResource,proto3" json:"backend_bucket_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for BackendBuckets.Insert. See the method description for details.

func (*InsertBackendBucketRequest) Descriptor

func (*InsertBackendBucketRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertBackendBucketRequest.ProtoReflect.Descriptor instead.

func (*InsertBackendBucketRequest) GetBackendBucketResource

func (x *InsertBackendBucketRequest) GetBackendBucketResource() *BackendBucket

func (*InsertBackendBucketRequest) GetProject

func (x *InsertBackendBucketRequest) GetProject() string

func (*InsertBackendBucketRequest) GetRequestId

func (x *InsertBackendBucketRequest) GetRequestId() string

func (*InsertBackendBucketRequest) ProtoMessage

func (*InsertBackendBucketRequest) ProtoMessage()

func (*InsertBackendBucketRequest) ProtoReflect

func (*InsertBackendBucketRequest) Reset

func (x *InsertBackendBucketRequest) Reset()

func (*InsertBackendBucketRequest) String

func (x *InsertBackendBucketRequest) String() string

type InsertBackendServiceRequest

type InsertBackendServiceRequest struct {

	// The body resource for this request
	BackendServiceResource *BackendService `protobuf:"bytes,347586723,opt,name=backend_service_resource,json=backendServiceResource,proto3" json:"backend_service_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for BackendServices.Insert. See the method description for details.

func (*InsertBackendServiceRequest) Descriptor

func (*InsertBackendServiceRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertBackendServiceRequest.ProtoReflect.Descriptor instead.

func (*InsertBackendServiceRequest) GetBackendServiceResource

func (x *InsertBackendServiceRequest) GetBackendServiceResource() *BackendService

func (*InsertBackendServiceRequest) GetProject

func (x *InsertBackendServiceRequest) GetProject() string

func (*InsertBackendServiceRequest) GetRequestId

func (x *InsertBackendServiceRequest) GetRequestId() string

func (*InsertBackendServiceRequest) ProtoMessage

func (*InsertBackendServiceRequest) ProtoMessage()

func (*InsertBackendServiceRequest) ProtoReflect

func (*InsertBackendServiceRequest) Reset

func (x *InsertBackendServiceRequest) Reset()

func (*InsertBackendServiceRequest) String

func (x *InsertBackendServiceRequest) String() string

type InsertDiskRequest

type InsertDiskRequest struct {

	// The body resource for this request
	DiskResource *Disk `protobuf:"bytes,25880688,opt,name=disk_resource,json=diskResource,proto3" json:"disk_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Source image to restore onto a disk. This field is optional.
	SourceImage *string `protobuf:"bytes,50443319,opt,name=source_image,json=sourceImage,proto3,oneof" json:"source_image,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Disks.Insert. See the method description for details.

func (*InsertDiskRequest) Descriptor

func (*InsertDiskRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertDiskRequest.ProtoReflect.Descriptor instead.

func (*InsertDiskRequest) GetDiskResource

func (x *InsertDiskRequest) GetDiskResource() *Disk

func (*InsertDiskRequest) GetProject

func (x *InsertDiskRequest) GetProject() string

func (*InsertDiskRequest) GetRequestId

func (x *InsertDiskRequest) GetRequestId() string

func (*InsertDiskRequest) GetSourceImage

func (x *InsertDiskRequest) GetSourceImage() string

func (*InsertDiskRequest) GetZone

func (x *InsertDiskRequest) GetZone() string

func (*InsertDiskRequest) ProtoMessage

func (*InsertDiskRequest) ProtoMessage()

func (*InsertDiskRequest) ProtoReflect

func (x *InsertDiskRequest) ProtoReflect() protoreflect.Message

func (*InsertDiskRequest) Reset

func (x *InsertDiskRequest) Reset()

func (*InsertDiskRequest) String

func (x *InsertDiskRequest) String() string

type InsertExternalVpnGatewayRequest

type InsertExternalVpnGatewayRequest struct {

	// The body resource for this request
	ExternalVpnGatewayResource *ExternalVpnGateway `protobuf:"bytes,486813576,opt,name=external_vpn_gateway_resource,json=externalVpnGatewayResource,proto3" json:"external_vpn_gateway_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for ExternalVpnGateways.Insert. See the method description for details.

func (*InsertExternalVpnGatewayRequest) Descriptor

func (*InsertExternalVpnGatewayRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertExternalVpnGatewayRequest.ProtoReflect.Descriptor instead.

func (*InsertExternalVpnGatewayRequest) GetExternalVpnGatewayResource

func (x *InsertExternalVpnGatewayRequest) GetExternalVpnGatewayResource() *ExternalVpnGateway

func (*InsertExternalVpnGatewayRequest) GetProject

func (x *InsertExternalVpnGatewayRequest) GetProject() string

func (*InsertExternalVpnGatewayRequest) GetRequestId

func (x *InsertExternalVpnGatewayRequest) GetRequestId() string

func (*InsertExternalVpnGatewayRequest) ProtoMessage

func (*InsertExternalVpnGatewayRequest) ProtoMessage()

func (*InsertExternalVpnGatewayRequest) ProtoReflect

func (*InsertExternalVpnGatewayRequest) Reset

func (*InsertExternalVpnGatewayRequest) String

type InsertFirewallPolicyRequest

type InsertFirewallPolicyRequest struct {

	// The body resource for this request
	FirewallPolicyResource *FirewallPolicy `protobuf:"bytes,495049532,opt,name=firewall_policy_resource,json=firewallPolicyResource,proto3" json:"firewall_policy_resource,omitempty"`
	// Parent ID for this request. The ID can be either be "folders/[FOLDER_ID]" if the parent is a folder or "organizations/[ORGANIZATION_ID]" if the parent is an organization.
	ParentId string `protobuf:"bytes,459714768,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for FirewallPolicies.Insert. See the method description for details.

func (*InsertFirewallPolicyRequest) Descriptor

func (*InsertFirewallPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertFirewallPolicyRequest.ProtoReflect.Descriptor instead.

func (*InsertFirewallPolicyRequest) GetFirewallPolicyResource

func (x *InsertFirewallPolicyRequest) GetFirewallPolicyResource() *FirewallPolicy

func (*InsertFirewallPolicyRequest) GetParentId

func (x *InsertFirewallPolicyRequest) GetParentId() string

func (*InsertFirewallPolicyRequest) GetRequestId

func (x *InsertFirewallPolicyRequest) GetRequestId() string

func (*InsertFirewallPolicyRequest) ProtoMessage

func (*InsertFirewallPolicyRequest) ProtoMessage()

func (*InsertFirewallPolicyRequest) ProtoReflect

func (*InsertFirewallPolicyRequest) Reset

func (x *InsertFirewallPolicyRequest) Reset()

func (*InsertFirewallPolicyRequest) String

func (x *InsertFirewallPolicyRequest) String() string

type InsertFirewallRequest

type InsertFirewallRequest struct {

	// The body resource for this request
	FirewallResource *Firewall `protobuf:"bytes,41425005,opt,name=firewall_resource,json=firewallResource,proto3" json:"firewall_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for Firewalls.Insert. See the method description for details.

func (*InsertFirewallRequest) Descriptor

func (*InsertFirewallRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertFirewallRequest.ProtoReflect.Descriptor instead.

func (*InsertFirewallRequest) GetFirewallResource

func (x *InsertFirewallRequest) GetFirewallResource() *Firewall

func (*InsertFirewallRequest) GetProject

func (x *InsertFirewallRequest) GetProject() string

func (*InsertFirewallRequest) GetRequestId

func (x *InsertFirewallRequest) GetRequestId() string

func (*InsertFirewallRequest) ProtoMessage

func (*InsertFirewallRequest) ProtoMessage()

func (*InsertFirewallRequest) ProtoReflect

func (x *InsertFirewallRequest) ProtoReflect() protoreflect.Message

func (*InsertFirewallRequest) Reset

func (x *InsertFirewallRequest) Reset()

func (*InsertFirewallRequest) String

func (x *InsertFirewallRequest) String() string

type InsertForwardingRuleRequest

type InsertForwardingRuleRequest struct {

	// The body resource for this request
	ForwardingRuleResource *ForwardingRule `protobuf:"bytes,301211695,opt,name=forwarding_rule_resource,json=forwardingRuleResource,proto3" json:"forwarding_rule_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for ForwardingRules.Insert. See the method description for details.

func (*InsertForwardingRuleRequest) Descriptor

func (*InsertForwardingRuleRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertForwardingRuleRequest.ProtoReflect.Descriptor instead.

func (*InsertForwardingRuleRequest) GetForwardingRuleResource

func (x *InsertForwardingRuleRequest) GetForwardingRuleResource() *ForwardingRule

func (*InsertForwardingRuleRequest) GetProject

func (x *InsertForwardingRuleRequest) GetProject() string

func (*InsertForwardingRuleRequest) GetRegion

func (x *InsertForwardingRuleRequest) GetRegion() string

func (*InsertForwardingRuleRequest) GetRequestId

func (x *InsertForwardingRuleRequest) GetRequestId() string

func (*InsertForwardingRuleRequest) ProtoMessage

func (*InsertForwardingRuleRequest) ProtoMessage()

func (*InsertForwardingRuleRequest) ProtoReflect

func (*InsertForwardingRuleRequest) Reset

func (x *InsertForwardingRuleRequest) Reset()

func (*InsertForwardingRuleRequest) String

func (x *InsertForwardingRuleRequest) String() string

type InsertGlobalAddressRequest

type InsertGlobalAddressRequest struct {

	// The body resource for this request
	AddressResource *Address `protobuf:"bytes,483888121,opt,name=address_resource,json=addressResource,proto3" json:"address_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for GlobalAddresses.Insert. See the method description for details.

func (*InsertGlobalAddressRequest) Descriptor

func (*InsertGlobalAddressRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertGlobalAddressRequest.ProtoReflect.Descriptor instead.

func (*InsertGlobalAddressRequest) GetAddressResource

func (x *InsertGlobalAddressRequest) GetAddressResource() *Address

func (*InsertGlobalAddressRequest) GetProject

func (x *InsertGlobalAddressRequest) GetProject() string

func (*InsertGlobalAddressRequest) GetRequestId

func (x *InsertGlobalAddressRequest) GetRequestId() string

func (*InsertGlobalAddressRequest) ProtoMessage

func (*InsertGlobalAddressRequest) ProtoMessage()

func (*InsertGlobalAddressRequest) ProtoReflect

func (*InsertGlobalAddressRequest) Reset

func (x *InsertGlobalAddressRequest) Reset()

func (*InsertGlobalAddressRequest) String

func (x *InsertGlobalAddressRequest) String() string

type InsertGlobalForwardingRuleRequest

type InsertGlobalForwardingRuleRequest struct {

	// The body resource for this request
	ForwardingRuleResource *ForwardingRule `protobuf:"bytes,301211695,opt,name=forwarding_rule_resource,json=forwardingRuleResource,proto3" json:"forwarding_rule_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for GlobalForwardingRules.Insert. See the method description for details.

func (*InsertGlobalForwardingRuleRequest) Descriptor

func (*InsertGlobalForwardingRuleRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertGlobalForwardingRuleRequest.ProtoReflect.Descriptor instead.

func (*InsertGlobalForwardingRuleRequest) GetForwardingRuleResource

func (x *InsertGlobalForwardingRuleRequest) GetForwardingRuleResource() *ForwardingRule

func (*InsertGlobalForwardingRuleRequest) GetProject

func (x *InsertGlobalForwardingRuleRequest) GetProject() string

func (*InsertGlobalForwardingRuleRequest) GetRequestId

func (x *InsertGlobalForwardingRuleRequest) GetRequestId() string

func (*InsertGlobalForwardingRuleRequest) ProtoMessage

func (*InsertGlobalForwardingRuleRequest) ProtoMessage()

func (*InsertGlobalForwardingRuleRequest) ProtoReflect

func (*InsertGlobalForwardingRuleRequest) Reset

func (*InsertGlobalForwardingRuleRequest) String

type InsertGlobalNetworkEndpointGroupRequest

type InsertGlobalNetworkEndpointGroupRequest struct {

	// The body resource for this request
	NetworkEndpointGroupResource *NetworkEndpointGroup `protobuf:"bytes,525788839,opt,name=network_endpoint_group_resource,json=networkEndpointGroupResource,proto3" json:"network_endpoint_group_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for GlobalNetworkEndpointGroups.Insert. See the method description for details.

func (*InsertGlobalNetworkEndpointGroupRequest) Descriptor

func (*InsertGlobalNetworkEndpointGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertGlobalNetworkEndpointGroupRequest.ProtoReflect.Descriptor instead.

func (*InsertGlobalNetworkEndpointGroupRequest) GetNetworkEndpointGroupResource

func (x *InsertGlobalNetworkEndpointGroupRequest) GetNetworkEndpointGroupResource() *NetworkEndpointGroup

func (*InsertGlobalNetworkEndpointGroupRequest) GetProject

func (*InsertGlobalNetworkEndpointGroupRequest) GetRequestId

func (*InsertGlobalNetworkEndpointGroupRequest) ProtoMessage

func (*InsertGlobalNetworkEndpointGroupRequest) ProtoReflect

func (*InsertGlobalNetworkEndpointGroupRequest) Reset

func (*InsertGlobalNetworkEndpointGroupRequest) String

type InsertGlobalPublicDelegatedPrefixeRequest

type InsertGlobalPublicDelegatedPrefixeRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The body resource for this request
	PublicDelegatedPrefixResource *PublicDelegatedPrefix `protobuf:"bytes,47594501,opt,name=public_delegated_prefix_resource,json=publicDelegatedPrefixResource,proto3" json:"public_delegated_prefix_resource,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for GlobalPublicDelegatedPrefixes.Insert. See the method description for details.

func (*InsertGlobalPublicDelegatedPrefixeRequest) Descriptor

func (*InsertGlobalPublicDelegatedPrefixeRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertGlobalPublicDelegatedPrefixeRequest.ProtoReflect.Descriptor instead.

func (*InsertGlobalPublicDelegatedPrefixeRequest) GetProject

func (*InsertGlobalPublicDelegatedPrefixeRequest) GetPublicDelegatedPrefixResource

func (x *InsertGlobalPublicDelegatedPrefixeRequest) GetPublicDelegatedPrefixResource() *PublicDelegatedPrefix

func (*InsertGlobalPublicDelegatedPrefixeRequest) GetRequestId

func (*InsertGlobalPublicDelegatedPrefixeRequest) ProtoMessage

func (*InsertGlobalPublicDelegatedPrefixeRequest) ProtoReflect

func (*InsertGlobalPublicDelegatedPrefixeRequest) Reset

func (*InsertGlobalPublicDelegatedPrefixeRequest) String

type InsertHealthCheckRequest

type InsertHealthCheckRequest struct {

	// The body resource for this request
	HealthCheckResource *HealthCheck `protobuf:"bytes,201925032,opt,name=health_check_resource,json=healthCheckResource,proto3" json:"health_check_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for HealthChecks.Insert. See the method description for details.

func (*InsertHealthCheckRequest) Descriptor

func (*InsertHealthCheckRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertHealthCheckRequest.ProtoReflect.Descriptor instead.

func (*InsertHealthCheckRequest) GetHealthCheckResource

func (x *InsertHealthCheckRequest) GetHealthCheckResource() *HealthCheck

func (*InsertHealthCheckRequest) GetProject

func (x *InsertHealthCheckRequest) GetProject() string

func (*InsertHealthCheckRequest) GetRequestId

func (x *InsertHealthCheckRequest) GetRequestId() string

func (*InsertHealthCheckRequest) ProtoMessage

func (*InsertHealthCheckRequest) ProtoMessage()

func (*InsertHealthCheckRequest) ProtoReflect

func (x *InsertHealthCheckRequest) ProtoReflect() protoreflect.Message

func (*InsertHealthCheckRequest) Reset

func (x *InsertHealthCheckRequest) Reset()

func (*InsertHealthCheckRequest) String

func (x *InsertHealthCheckRequest) String() string

type InsertImageRequest

type InsertImageRequest struct {

	// Force image creation if true.
	ForceCreate *bool `protobuf:"varint,197723344,opt,name=force_create,json=forceCreate,proto3,oneof" json:"force_create,omitempty"`
	// The body resource for this request
	ImageResource *Image `protobuf:"bytes,371171954,opt,name=image_resource,json=imageResource,proto3" json:"image_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for Images.Insert. See the method description for details.

func (*InsertImageRequest) Descriptor

func (*InsertImageRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertImageRequest.ProtoReflect.Descriptor instead.

func (*InsertImageRequest) GetForceCreate

func (x *InsertImageRequest) GetForceCreate() bool

func (*InsertImageRequest) GetImageResource

func (x *InsertImageRequest) GetImageResource() *Image

func (*InsertImageRequest) GetProject

func (x *InsertImageRequest) GetProject() string

func (*InsertImageRequest) GetRequestId

func (x *InsertImageRequest) GetRequestId() string

func (*InsertImageRequest) ProtoMessage

func (*InsertImageRequest) ProtoMessage()

func (*InsertImageRequest) ProtoReflect

func (x *InsertImageRequest) ProtoReflect() protoreflect.Message

func (*InsertImageRequest) Reset

func (x *InsertImageRequest) Reset()

func (*InsertImageRequest) String

func (x *InsertImageRequest) String() string

type InsertInstanceGroupManagerRequest

type InsertInstanceGroupManagerRequest struct {

	// The body resource for this request
	InstanceGroupManagerResource *InstanceGroupManager `protobuf:"bytes,261063946,opt,name=instance_group_manager_resource,json=instanceGroupManagerResource,proto3" json:"instance_group_manager_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone where you want to create the managed instance group.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for InstanceGroupManagers.Insert. See the method description for details.

func (*InsertInstanceGroupManagerRequest) Descriptor

func (*InsertInstanceGroupManagerRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertInstanceGroupManagerRequest.ProtoReflect.Descriptor instead.

func (*InsertInstanceGroupManagerRequest) GetInstanceGroupManagerResource

func (x *InsertInstanceGroupManagerRequest) GetInstanceGroupManagerResource() *InstanceGroupManager

func (*InsertInstanceGroupManagerRequest) GetProject

func (x *InsertInstanceGroupManagerRequest) GetProject() string

func (*InsertInstanceGroupManagerRequest) GetRequestId

func (x *InsertInstanceGroupManagerRequest) GetRequestId() string

func (*InsertInstanceGroupManagerRequest) GetZone

func (*InsertInstanceGroupManagerRequest) ProtoMessage

func (*InsertInstanceGroupManagerRequest) ProtoMessage()

func (*InsertInstanceGroupManagerRequest) ProtoReflect

func (*InsertInstanceGroupManagerRequest) Reset

func (*InsertInstanceGroupManagerRequest) String

type InsertInstanceGroupRequest

type InsertInstanceGroupRequest struct {

	// The body resource for this request
	InstanceGroupResource *InstanceGroup `protobuf:"bytes,286612152,opt,name=instance_group_resource,json=instanceGroupResource,proto3" json:"instance_group_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone where you want to create the instance group.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for InstanceGroups.Insert. See the method description for details.

func (*InsertInstanceGroupRequest) Descriptor

func (*InsertInstanceGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertInstanceGroupRequest.ProtoReflect.Descriptor instead.

func (*InsertInstanceGroupRequest) GetInstanceGroupResource

func (x *InsertInstanceGroupRequest) GetInstanceGroupResource() *InstanceGroup

func (*InsertInstanceGroupRequest) GetProject

func (x *InsertInstanceGroupRequest) GetProject() string

func (*InsertInstanceGroupRequest) GetRequestId

func (x *InsertInstanceGroupRequest) GetRequestId() string

func (*InsertInstanceGroupRequest) GetZone

func (x *InsertInstanceGroupRequest) GetZone() string

func (*InsertInstanceGroupRequest) ProtoMessage

func (*InsertInstanceGroupRequest) ProtoMessage()

func (*InsertInstanceGroupRequest) ProtoReflect

func (*InsertInstanceGroupRequest) Reset

func (x *InsertInstanceGroupRequest) Reset()

func (*InsertInstanceGroupRequest) String

func (x *InsertInstanceGroupRequest) String() string

type InsertInstanceRequest

type InsertInstanceRequest struct {

	// The body resource for this request
	InstanceResource *Instance `protobuf:"bytes,215988344,opt,name=instance_resource,json=instanceResource,proto3" json:"instance_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Specifies instance template to create the instance. This field is optional. It can be a full or partial URL. For example, the following are all valid URLs to an instance template: - https://www.googleapis.com/compute/v1/projects/project /global/instanceTemplates/instanceTemplate - projects/project/global/instanceTemplates/instanceTemplate - global/instanceTemplates/instanceTemplate
	SourceInstanceTemplate *string `protobuf:"bytes,332423616,opt,name=source_instance_template,json=sourceInstanceTemplate,proto3,oneof" json:"source_instance_template,omitempty"`
	// Specifies the machine image to use to create the instance. This field is optional. It can be a full or partial URL. For example, the following are all valid URLs to a machine image: - https://www.googleapis.com/compute/v1/projects/project/global/global /machineImages/machineImage - projects/project/global/global/machineImages/machineImage - global/machineImages/machineImage
	SourceMachineImage *string `protobuf:"bytes,21769791,opt,name=source_machine_image,json=sourceMachineImage,proto3,oneof" json:"source_machine_image,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Instances.Insert. See the method description for details.

func (*InsertInstanceRequest) Descriptor

func (*InsertInstanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertInstanceRequest.ProtoReflect.Descriptor instead.

func (*InsertInstanceRequest) GetInstanceResource

func (x *InsertInstanceRequest) GetInstanceResource() *Instance

func (*InsertInstanceRequest) GetProject

func (x *InsertInstanceRequest) GetProject() string

func (*InsertInstanceRequest) GetRequestId

func (x *InsertInstanceRequest) GetRequestId() string

func (*InsertInstanceRequest) GetSourceInstanceTemplate

func (x *InsertInstanceRequest) GetSourceInstanceTemplate() string

func (*InsertInstanceRequest) GetSourceMachineImage

func (x *InsertInstanceRequest) GetSourceMachineImage() string

func (*InsertInstanceRequest) GetZone

func (x *InsertInstanceRequest) GetZone() string

func (*InsertInstanceRequest) ProtoMessage

func (*InsertInstanceRequest) ProtoMessage()

func (*InsertInstanceRequest) ProtoReflect

func (x *InsertInstanceRequest) ProtoReflect() protoreflect.Message

func (*InsertInstanceRequest) Reset

func (x *InsertInstanceRequest) Reset()

func (*InsertInstanceRequest) String

func (x *InsertInstanceRequest) String() string

type InsertInstanceTemplateRequest

type InsertInstanceTemplateRequest struct {

	// The body resource for this request
	InstanceTemplateResource *InstanceTemplate `protobuf:"bytes,10679561,opt,name=instance_template_resource,json=instanceTemplateResource,proto3" json:"instance_template_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for InstanceTemplates.Insert. See the method description for details.

func (*InsertInstanceTemplateRequest) Descriptor

func (*InsertInstanceTemplateRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertInstanceTemplateRequest.ProtoReflect.Descriptor instead.

func (*InsertInstanceTemplateRequest) GetInstanceTemplateResource

func (x *InsertInstanceTemplateRequest) GetInstanceTemplateResource() *InstanceTemplate

func (*InsertInstanceTemplateRequest) GetProject

func (x *InsertInstanceTemplateRequest) GetProject() string

func (*InsertInstanceTemplateRequest) GetRequestId

func (x *InsertInstanceTemplateRequest) GetRequestId() string

func (*InsertInstanceTemplateRequest) ProtoMessage

func (*InsertInstanceTemplateRequest) ProtoMessage()

func (*InsertInstanceTemplateRequest) ProtoReflect

func (*InsertInstanceTemplateRequest) Reset

func (x *InsertInstanceTemplateRequest) Reset()

func (*InsertInstanceTemplateRequest) String

type InsertInterconnectAttachmentRequest

type InsertInterconnectAttachmentRequest struct {

	// The body resource for this request
	InterconnectAttachmentResource *InterconnectAttachment `protobuf:"bytes,212341369,opt,name=interconnect_attachment_resource,json=interconnectAttachmentResource,proto3" json:"interconnect_attachment_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// If true, the request will not be committed.
	ValidateOnly *bool `protobuf:"varint,242744629,opt,name=validate_only,json=validateOnly,proto3,oneof" json:"validate_only,omitempty"`
	// contains filtered or unexported fields
}

A request message for InterconnectAttachments.Insert. See the method description for details.

func (*InsertInterconnectAttachmentRequest) Descriptor

func (*InsertInterconnectAttachmentRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertInterconnectAttachmentRequest.ProtoReflect.Descriptor instead.

func (*InsertInterconnectAttachmentRequest) GetInterconnectAttachmentResource

func (x *InsertInterconnectAttachmentRequest) GetInterconnectAttachmentResource() *InterconnectAttachment

func (*InsertInterconnectAttachmentRequest) GetProject

func (*InsertInterconnectAttachmentRequest) GetRegion

func (*InsertInterconnectAttachmentRequest) GetRequestId

func (x *InsertInterconnectAttachmentRequest) GetRequestId() string

func (*InsertInterconnectAttachmentRequest) GetValidateOnly

func (x *InsertInterconnectAttachmentRequest) GetValidateOnly() bool

func (*InsertInterconnectAttachmentRequest) ProtoMessage

func (*InsertInterconnectAttachmentRequest) ProtoMessage()

func (*InsertInterconnectAttachmentRequest) ProtoReflect

func (*InsertInterconnectAttachmentRequest) Reset

func (*InsertInterconnectAttachmentRequest) String

type InsertInterconnectRequest

type InsertInterconnectRequest struct {

	// The body resource for this request
	InterconnectResource *Interconnect `protobuf:"bytes,397611167,opt,name=interconnect_resource,json=interconnectResource,proto3" json:"interconnect_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for Interconnects.Insert. See the method description for details.

func (*InsertInterconnectRequest) Descriptor

func (*InsertInterconnectRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertInterconnectRequest.ProtoReflect.Descriptor instead.

func (*InsertInterconnectRequest) GetInterconnectResource

func (x *InsertInterconnectRequest) GetInterconnectResource() *Interconnect

func (*InsertInterconnectRequest) GetProject

func (x *InsertInterconnectRequest) GetProject() string

func (*InsertInterconnectRequest) GetRequestId

func (x *InsertInterconnectRequest) GetRequestId() string

func (*InsertInterconnectRequest) ProtoMessage

func (*InsertInterconnectRequest) ProtoMessage()

func (*InsertInterconnectRequest) ProtoReflect

func (*InsertInterconnectRequest) Reset

func (x *InsertInterconnectRequest) Reset()

func (*InsertInterconnectRequest) String

func (x *InsertInterconnectRequest) String() string

type InsertLicenseRequest

type InsertLicenseRequest struct {

	// The body resource for this request
	LicenseResource *License `protobuf:"bytes,437955148,opt,name=license_resource,json=licenseResource,proto3" json:"license_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for Licenses.Insert. See the method description for details.

func (*InsertLicenseRequest) Descriptor

func (*InsertLicenseRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertLicenseRequest.ProtoReflect.Descriptor instead.

func (*InsertLicenseRequest) GetLicenseResource

func (x *InsertLicenseRequest) GetLicenseResource() *License

func (*InsertLicenseRequest) GetProject

func (x *InsertLicenseRequest) GetProject() string

func (*InsertLicenseRequest) GetRequestId

func (x *InsertLicenseRequest) GetRequestId() string

func (*InsertLicenseRequest) ProtoMessage

func (*InsertLicenseRequest) ProtoMessage()

func (*InsertLicenseRequest) ProtoReflect

func (x *InsertLicenseRequest) ProtoReflect() protoreflect.Message

func (*InsertLicenseRequest) Reset

func (x *InsertLicenseRequest) Reset()

func (*InsertLicenseRequest) String

func (x *InsertLicenseRequest) String() string

type InsertMachineImageRequest

type InsertMachineImageRequest struct {

	// The body resource for this request
	MachineImageResource *MachineImage `protobuf:"bytes,60740970,opt,name=machine_image_resource,json=machineImageResource,proto3" json:"machine_image_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Required. Source instance that is used to create the machine image from.
	SourceInstance *string `protobuf:"bytes,396315705,opt,name=source_instance,json=sourceInstance,proto3,oneof" json:"source_instance,omitempty"`
	// contains filtered or unexported fields
}

A request message for MachineImages.Insert. See the method description for details.

func (*InsertMachineImageRequest) Descriptor

func (*InsertMachineImageRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertMachineImageRequest.ProtoReflect.Descriptor instead.

func (*InsertMachineImageRequest) GetMachineImageResource

func (x *InsertMachineImageRequest) GetMachineImageResource() *MachineImage

func (*InsertMachineImageRequest) GetProject

func (x *InsertMachineImageRequest) GetProject() string

func (*InsertMachineImageRequest) GetRequestId

func (x *InsertMachineImageRequest) GetRequestId() string

func (*InsertMachineImageRequest) GetSourceInstance

func (x *InsertMachineImageRequest) GetSourceInstance() string

func (*InsertMachineImageRequest) ProtoMessage

func (*InsertMachineImageRequest) ProtoMessage()

func (*InsertMachineImageRequest) ProtoReflect

func (*InsertMachineImageRequest) Reset

func (x *InsertMachineImageRequest) Reset()

func (*InsertMachineImageRequest) String

func (x *InsertMachineImageRequest) String() string

type InsertNetworkAttachmentRequest

type InsertNetworkAttachmentRequest struct {

	// The body resource for this request
	NetworkAttachmentResource *NetworkAttachment `protobuf:"bytes,210974745,opt,name=network_attachment_resource,json=networkAttachmentResource,proto3" json:"network_attachment_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region of this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000). end_interface: MixerMutationRequestBuilder
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for NetworkAttachments.Insert. See the method description for details.

func (*InsertNetworkAttachmentRequest) Descriptor

func (*InsertNetworkAttachmentRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertNetworkAttachmentRequest.ProtoReflect.Descriptor instead.

func (*InsertNetworkAttachmentRequest) GetNetworkAttachmentResource

func (x *InsertNetworkAttachmentRequest) GetNetworkAttachmentResource() *NetworkAttachment

func (*InsertNetworkAttachmentRequest) GetProject

func (x *InsertNetworkAttachmentRequest) GetProject() string

func (*InsertNetworkAttachmentRequest) GetRegion

func (x *InsertNetworkAttachmentRequest) GetRegion() string

func (*InsertNetworkAttachmentRequest) GetRequestId

func (x *InsertNetworkAttachmentRequest) GetRequestId() string

func (*InsertNetworkAttachmentRequest) ProtoMessage

func (*InsertNetworkAttachmentRequest) ProtoMessage()

func (*InsertNetworkAttachmentRequest) ProtoReflect

func (*InsertNetworkAttachmentRequest) Reset

func (x *InsertNetworkAttachmentRequest) Reset()

func (*InsertNetworkAttachmentRequest) String

type InsertNetworkEdgeSecurityServiceRequest

type InsertNetworkEdgeSecurityServiceRequest struct {

	// The body resource for this request
	NetworkEdgeSecurityServiceResource *NetworkEdgeSecurityService `protobuf:"bytes,477548966,opt,name=network_edge_security_service_resource,json=networkEdgeSecurityServiceResource,proto3" json:"network_edge_security_service_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// If true, the request will not be committed.
	ValidateOnly *bool `protobuf:"varint,242744629,opt,name=validate_only,json=validateOnly,proto3,oneof" json:"validate_only,omitempty"`
	// contains filtered or unexported fields
}

A request message for NetworkEdgeSecurityServices.Insert. See the method description for details.

func (*InsertNetworkEdgeSecurityServiceRequest) Descriptor

func (*InsertNetworkEdgeSecurityServiceRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertNetworkEdgeSecurityServiceRequest.ProtoReflect.Descriptor instead.

func (*InsertNetworkEdgeSecurityServiceRequest) GetNetworkEdgeSecurityServiceResource

func (x *InsertNetworkEdgeSecurityServiceRequest) GetNetworkEdgeSecurityServiceResource() *NetworkEdgeSecurityService

func (*InsertNetworkEdgeSecurityServiceRequest) GetProject

func (*InsertNetworkEdgeSecurityServiceRequest) GetRegion

func (*InsertNetworkEdgeSecurityServiceRequest) GetRequestId

func (*InsertNetworkEdgeSecurityServiceRequest) GetValidateOnly

func (x *InsertNetworkEdgeSecurityServiceRequest) GetValidateOnly() bool

func (*InsertNetworkEdgeSecurityServiceRequest) ProtoMessage

func (*InsertNetworkEdgeSecurityServiceRequest) ProtoReflect

func (*InsertNetworkEdgeSecurityServiceRequest) Reset

func (*InsertNetworkEdgeSecurityServiceRequest) String

type InsertNetworkEndpointGroupRequest

type InsertNetworkEndpointGroupRequest struct {

	// The body resource for this request
	NetworkEndpointGroupResource *NetworkEndpointGroup `protobuf:"bytes,525788839,opt,name=network_endpoint_group_resource,json=networkEndpointGroupResource,proto3" json:"network_endpoint_group_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone where you want to create the network endpoint group. It should comply with RFC1035.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for NetworkEndpointGroups.Insert. See the method description for details.

func (*InsertNetworkEndpointGroupRequest) Descriptor

func (*InsertNetworkEndpointGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertNetworkEndpointGroupRequest.ProtoReflect.Descriptor instead.

func (*InsertNetworkEndpointGroupRequest) GetNetworkEndpointGroupResource

func (x *InsertNetworkEndpointGroupRequest) GetNetworkEndpointGroupResource() *NetworkEndpointGroup

func (*InsertNetworkEndpointGroupRequest) GetProject

func (x *InsertNetworkEndpointGroupRequest) GetProject() string

func (*InsertNetworkEndpointGroupRequest) GetRequestId

func (x *InsertNetworkEndpointGroupRequest) GetRequestId() string

func (*InsertNetworkEndpointGroupRequest) GetZone

func (*InsertNetworkEndpointGroupRequest) ProtoMessage

func (*InsertNetworkEndpointGroupRequest) ProtoMessage()

func (*InsertNetworkEndpointGroupRequest) ProtoReflect

func (*InsertNetworkEndpointGroupRequest) Reset

func (*InsertNetworkEndpointGroupRequest) String

type InsertNetworkFirewallPolicyRequest

type InsertNetworkFirewallPolicyRequest struct {

	// The body resource for this request
	FirewallPolicyResource *FirewallPolicy `protobuf:"bytes,495049532,opt,name=firewall_policy_resource,json=firewallPolicyResource,proto3" json:"firewall_policy_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for NetworkFirewallPolicies.Insert. See the method description for details.

func (*InsertNetworkFirewallPolicyRequest) Descriptor

func (*InsertNetworkFirewallPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertNetworkFirewallPolicyRequest.ProtoReflect.Descriptor instead.

func (*InsertNetworkFirewallPolicyRequest) GetFirewallPolicyResource

func (x *InsertNetworkFirewallPolicyRequest) GetFirewallPolicyResource() *FirewallPolicy

func (*InsertNetworkFirewallPolicyRequest) GetProject

func (*InsertNetworkFirewallPolicyRequest) GetRequestId

func (x *InsertNetworkFirewallPolicyRequest) GetRequestId() string

func (*InsertNetworkFirewallPolicyRequest) ProtoMessage

func (*InsertNetworkFirewallPolicyRequest) ProtoMessage()

func (*InsertNetworkFirewallPolicyRequest) ProtoReflect

func (*InsertNetworkFirewallPolicyRequest) Reset

func (*InsertNetworkFirewallPolicyRequest) String

type InsertNetworkRequest

type InsertNetworkRequest struct {

	// The body resource for this request
	NetworkResource *Network `protobuf:"bytes,122105599,opt,name=network_resource,json=networkResource,proto3" json:"network_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for Networks.Insert. See the method description for details.

func (*InsertNetworkRequest) Descriptor

func (*InsertNetworkRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertNetworkRequest.ProtoReflect.Descriptor instead.

func (*InsertNetworkRequest) GetNetworkResource

func (x *InsertNetworkRequest) GetNetworkResource() *Network

func (*InsertNetworkRequest) GetProject

func (x *InsertNetworkRequest) GetProject() string

func (*InsertNetworkRequest) GetRequestId

func (x *InsertNetworkRequest) GetRequestId() string

func (*InsertNetworkRequest) ProtoMessage

func (*InsertNetworkRequest) ProtoMessage()

func (*InsertNetworkRequest) ProtoReflect

func (x *InsertNetworkRequest) ProtoReflect() protoreflect.Message

func (*InsertNetworkRequest) Reset

func (x *InsertNetworkRequest) Reset()

func (*InsertNetworkRequest) String

func (x *InsertNetworkRequest) String() string

type InsertNodeGroupRequest

type InsertNodeGroupRequest struct {

	// Initial count of nodes in the node group.
	InitialNodeCount int32 `protobuf:"varint,71951469,opt,name=initial_node_count,json=initialNodeCount,proto3" json:"initial_node_count,omitempty"`
	// The body resource for this request
	NodeGroupResource *NodeGroup `protobuf:"bytes,505321899,opt,name=node_group_resource,json=nodeGroupResource,proto3" json:"node_group_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for NodeGroups.Insert. See the method description for details.

func (*InsertNodeGroupRequest) Descriptor

func (*InsertNodeGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertNodeGroupRequest.ProtoReflect.Descriptor instead.

func (*InsertNodeGroupRequest) GetInitialNodeCount

func (x *InsertNodeGroupRequest) GetInitialNodeCount() int32

func (*InsertNodeGroupRequest) GetNodeGroupResource

func (x *InsertNodeGroupRequest) GetNodeGroupResource() *NodeGroup

func (*InsertNodeGroupRequest) GetProject

func (x *InsertNodeGroupRequest) GetProject() string

func (*InsertNodeGroupRequest) GetRequestId

func (x *InsertNodeGroupRequest) GetRequestId() string

func (*InsertNodeGroupRequest) GetZone

func (x *InsertNodeGroupRequest) GetZone() string

func (*InsertNodeGroupRequest) ProtoMessage

func (*InsertNodeGroupRequest) ProtoMessage()

func (*InsertNodeGroupRequest) ProtoReflect

func (x *InsertNodeGroupRequest) ProtoReflect() protoreflect.Message

func (*InsertNodeGroupRequest) Reset

func (x *InsertNodeGroupRequest) Reset()

func (*InsertNodeGroupRequest) String

func (x *InsertNodeGroupRequest) String() string

type InsertNodeTemplateRequest

type InsertNodeTemplateRequest struct {

	// The body resource for this request
	NodeTemplateResource *NodeTemplate `protobuf:"bytes,127364406,opt,name=node_template_resource,json=nodeTemplateResource,proto3" json:"node_template_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for NodeTemplates.Insert. See the method description for details.

func (*InsertNodeTemplateRequest) Descriptor

func (*InsertNodeTemplateRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertNodeTemplateRequest.ProtoReflect.Descriptor instead.

func (*InsertNodeTemplateRequest) GetNodeTemplateResource

func (x *InsertNodeTemplateRequest) GetNodeTemplateResource() *NodeTemplate

func (*InsertNodeTemplateRequest) GetProject

func (x *InsertNodeTemplateRequest) GetProject() string

func (*InsertNodeTemplateRequest) GetRegion

func (x *InsertNodeTemplateRequest) GetRegion() string

func (*InsertNodeTemplateRequest) GetRequestId

func (x *InsertNodeTemplateRequest) GetRequestId() string

func (*InsertNodeTemplateRequest) ProtoMessage

func (*InsertNodeTemplateRequest) ProtoMessage()

func (*InsertNodeTemplateRequest) ProtoReflect

func (*InsertNodeTemplateRequest) Reset

func (x *InsertNodeTemplateRequest) Reset()

func (*InsertNodeTemplateRequest) String

func (x *InsertNodeTemplateRequest) String() string

type InsertPacketMirroringRequest

type InsertPacketMirroringRequest struct {

	// The body resource for this request
	PacketMirroringResource *PacketMirroring `protobuf:"bytes,493501985,opt,name=packet_mirroring_resource,json=packetMirroringResource,proto3" json:"packet_mirroring_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for PacketMirrorings.Insert. See the method description for details.

func (*InsertPacketMirroringRequest) Descriptor

func (*InsertPacketMirroringRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertPacketMirroringRequest.ProtoReflect.Descriptor instead.

func (*InsertPacketMirroringRequest) GetPacketMirroringResource

func (x *InsertPacketMirroringRequest) GetPacketMirroringResource() *PacketMirroring

func (*InsertPacketMirroringRequest) GetProject

func (x *InsertPacketMirroringRequest) GetProject() string

func (*InsertPacketMirroringRequest) GetRegion

func (x *InsertPacketMirroringRequest) GetRegion() string

func (*InsertPacketMirroringRequest) GetRequestId

func (x *InsertPacketMirroringRequest) GetRequestId() string

func (*InsertPacketMirroringRequest) ProtoMessage

func (*InsertPacketMirroringRequest) ProtoMessage()

func (*InsertPacketMirroringRequest) ProtoReflect

func (*InsertPacketMirroringRequest) Reset

func (x *InsertPacketMirroringRequest) Reset()

func (*InsertPacketMirroringRequest) String

type InsertPublicAdvertisedPrefixeRequest

type InsertPublicAdvertisedPrefixeRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The body resource for this request
	PublicAdvertisedPrefixResource *PublicAdvertisedPrefix `protobuf:"bytes,233614223,opt,name=public_advertised_prefix_resource,json=publicAdvertisedPrefixResource,proto3" json:"public_advertised_prefix_resource,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for PublicAdvertisedPrefixes.Insert. See the method description for details.

func (*InsertPublicAdvertisedPrefixeRequest) Descriptor

func (*InsertPublicAdvertisedPrefixeRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertPublicAdvertisedPrefixeRequest.ProtoReflect.Descriptor instead.

func (*InsertPublicAdvertisedPrefixeRequest) GetProject

func (*InsertPublicAdvertisedPrefixeRequest) GetPublicAdvertisedPrefixResource

func (x *InsertPublicAdvertisedPrefixeRequest) GetPublicAdvertisedPrefixResource() *PublicAdvertisedPrefix

func (*InsertPublicAdvertisedPrefixeRequest) GetRequestId

func (x *InsertPublicAdvertisedPrefixeRequest) GetRequestId() string

func (*InsertPublicAdvertisedPrefixeRequest) ProtoMessage

func (*InsertPublicAdvertisedPrefixeRequest) ProtoMessage()

func (*InsertPublicAdvertisedPrefixeRequest) ProtoReflect

func (*InsertPublicAdvertisedPrefixeRequest) Reset

func (*InsertPublicAdvertisedPrefixeRequest) String

type InsertPublicDelegatedPrefixeRequest

type InsertPublicDelegatedPrefixeRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The body resource for this request
	PublicDelegatedPrefixResource *PublicDelegatedPrefix `protobuf:"bytes,47594501,opt,name=public_delegated_prefix_resource,json=publicDelegatedPrefixResource,proto3" json:"public_delegated_prefix_resource,omitempty"`
	// Name of the region of this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for PublicDelegatedPrefixes.Insert. See the method description for details.

func (*InsertPublicDelegatedPrefixeRequest) Descriptor

func (*InsertPublicDelegatedPrefixeRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertPublicDelegatedPrefixeRequest.ProtoReflect.Descriptor instead.

func (*InsertPublicDelegatedPrefixeRequest) GetProject

func (*InsertPublicDelegatedPrefixeRequest) GetPublicDelegatedPrefixResource

func (x *InsertPublicDelegatedPrefixeRequest) GetPublicDelegatedPrefixResource() *PublicDelegatedPrefix

func (*InsertPublicDelegatedPrefixeRequest) GetRegion

func (*InsertPublicDelegatedPrefixeRequest) GetRequestId

func (x *InsertPublicDelegatedPrefixeRequest) GetRequestId() string

func (*InsertPublicDelegatedPrefixeRequest) ProtoMessage

func (*InsertPublicDelegatedPrefixeRequest) ProtoMessage()

func (*InsertPublicDelegatedPrefixeRequest) ProtoReflect

func (*InsertPublicDelegatedPrefixeRequest) Reset

func (*InsertPublicDelegatedPrefixeRequest) String

type InsertRegionAutoscalerRequest

type InsertRegionAutoscalerRequest struct {

	// The body resource for this request
	AutoscalerResource *Autoscaler `protobuf:"bytes,207616118,opt,name=autoscaler_resource,json=autoscalerResource,proto3" json:"autoscaler_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionAutoscalers.Insert. See the method description for details.

func (*InsertRegionAutoscalerRequest) Descriptor

func (*InsertRegionAutoscalerRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertRegionAutoscalerRequest.ProtoReflect.Descriptor instead.

func (*InsertRegionAutoscalerRequest) GetAutoscalerResource

func (x *InsertRegionAutoscalerRequest) GetAutoscalerResource() *Autoscaler

func (*InsertRegionAutoscalerRequest) GetProject

func (x *InsertRegionAutoscalerRequest) GetProject() string

func (*InsertRegionAutoscalerRequest) GetRegion

func (x *InsertRegionAutoscalerRequest) GetRegion() string

func (*InsertRegionAutoscalerRequest) GetRequestId

func (x *InsertRegionAutoscalerRequest) GetRequestId() string

func (*InsertRegionAutoscalerRequest) ProtoMessage

func (*InsertRegionAutoscalerRequest) ProtoMessage()

func (*InsertRegionAutoscalerRequest) ProtoReflect

func (*InsertRegionAutoscalerRequest) Reset

func (x *InsertRegionAutoscalerRequest) Reset()

func (*InsertRegionAutoscalerRequest) String

type InsertRegionBackendServiceRequest

type InsertRegionBackendServiceRequest struct {

	// The body resource for this request
	BackendServiceResource *BackendService `protobuf:"bytes,347586723,opt,name=backend_service_resource,json=backendServiceResource,proto3" json:"backend_service_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionBackendServices.Insert. See the method description for details.

func (*InsertRegionBackendServiceRequest) Descriptor

func (*InsertRegionBackendServiceRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertRegionBackendServiceRequest.ProtoReflect.Descriptor instead.

func (*InsertRegionBackendServiceRequest) GetBackendServiceResource

func (x *InsertRegionBackendServiceRequest) GetBackendServiceResource() *BackendService

func (*InsertRegionBackendServiceRequest) GetProject

func (x *InsertRegionBackendServiceRequest) GetProject() string

func (*InsertRegionBackendServiceRequest) GetRegion

func (*InsertRegionBackendServiceRequest) GetRequestId

func (x *InsertRegionBackendServiceRequest) GetRequestId() string

func (*InsertRegionBackendServiceRequest) ProtoMessage

func (*InsertRegionBackendServiceRequest) ProtoMessage()

func (*InsertRegionBackendServiceRequest) ProtoReflect

func (*InsertRegionBackendServiceRequest) Reset

func (*InsertRegionBackendServiceRequest) String

type InsertRegionCommitmentRequest

type InsertRegionCommitmentRequest struct {

	// The body resource for this request
	CommitmentResource *Commitment `protobuf:"bytes,244240888,opt,name=commitment_resource,json=commitmentResource,proto3" json:"commitment_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionCommitments.Insert. See the method description for details.

func (*InsertRegionCommitmentRequest) Descriptor

func (*InsertRegionCommitmentRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertRegionCommitmentRequest.ProtoReflect.Descriptor instead.

func (*InsertRegionCommitmentRequest) GetCommitmentResource

func (x *InsertRegionCommitmentRequest) GetCommitmentResource() *Commitment

func (*InsertRegionCommitmentRequest) GetProject

func (x *InsertRegionCommitmentRequest) GetProject() string

func (*InsertRegionCommitmentRequest) GetRegion

func (x *InsertRegionCommitmentRequest) GetRegion() string

func (*InsertRegionCommitmentRequest) GetRequestId

func (x *InsertRegionCommitmentRequest) GetRequestId() string

func (*InsertRegionCommitmentRequest) ProtoMessage

func (*InsertRegionCommitmentRequest) ProtoMessage()

func (*InsertRegionCommitmentRequest) ProtoReflect

func (*InsertRegionCommitmentRequest) Reset

func (x *InsertRegionCommitmentRequest) Reset()

func (*InsertRegionCommitmentRequest) String

type InsertRegionDiskRequest

type InsertRegionDiskRequest struct {

	// The body resource for this request
	DiskResource *Disk `protobuf:"bytes,25880688,opt,name=disk_resource,json=diskResource,proto3" json:"disk_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Source image to restore onto a disk. This field is optional.
	SourceImage *string `protobuf:"bytes,50443319,opt,name=source_image,json=sourceImage,proto3,oneof" json:"source_image,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionDisks.Insert. See the method description for details.

func (*InsertRegionDiskRequest) Descriptor

func (*InsertRegionDiskRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertRegionDiskRequest.ProtoReflect.Descriptor instead.

func (*InsertRegionDiskRequest) GetDiskResource

func (x *InsertRegionDiskRequest) GetDiskResource() *Disk

func (*InsertRegionDiskRequest) GetProject

func (x *InsertRegionDiskRequest) GetProject() string

func (*InsertRegionDiskRequest) GetRegion

func (x *InsertRegionDiskRequest) GetRegion() string

func (*InsertRegionDiskRequest) GetRequestId

func (x *InsertRegionDiskRequest) GetRequestId() string

func (*InsertRegionDiskRequest) GetSourceImage

func (x *InsertRegionDiskRequest) GetSourceImage() string

func (*InsertRegionDiskRequest) ProtoMessage

func (*InsertRegionDiskRequest) ProtoMessage()

func (*InsertRegionDiskRequest) ProtoReflect

func (x *InsertRegionDiskRequest) ProtoReflect() protoreflect.Message

func (*InsertRegionDiskRequest) Reset

func (x *InsertRegionDiskRequest) Reset()

func (*InsertRegionDiskRequest) String

func (x *InsertRegionDiskRequest) String() string

type InsertRegionHealthCheckRequest

type InsertRegionHealthCheckRequest struct {

	// The body resource for this request
	HealthCheckResource *HealthCheck `protobuf:"bytes,201925032,opt,name=health_check_resource,json=healthCheckResource,proto3" json:"health_check_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionHealthChecks.Insert. See the method description for details.

func (*InsertRegionHealthCheckRequest) Descriptor

func (*InsertRegionHealthCheckRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertRegionHealthCheckRequest.ProtoReflect.Descriptor instead.

func (*InsertRegionHealthCheckRequest) GetHealthCheckResource

func (x *InsertRegionHealthCheckRequest) GetHealthCheckResource() *HealthCheck

func (*InsertRegionHealthCheckRequest) GetProject

func (x *InsertRegionHealthCheckRequest) GetProject() string

func (*InsertRegionHealthCheckRequest) GetRegion

func (x *InsertRegionHealthCheckRequest) GetRegion() string

func (*InsertRegionHealthCheckRequest) GetRequestId

func (x *InsertRegionHealthCheckRequest) GetRequestId() string

func (*InsertRegionHealthCheckRequest) ProtoMessage

func (*InsertRegionHealthCheckRequest) ProtoMessage()

func (*InsertRegionHealthCheckRequest) ProtoReflect

func (*InsertRegionHealthCheckRequest) Reset

func (x *InsertRegionHealthCheckRequest) Reset()

func (*InsertRegionHealthCheckRequest) String

type InsertRegionHealthCheckServiceRequest

type InsertRegionHealthCheckServiceRequest struct {

	// The body resource for this request
	HealthCheckServiceResource *HealthCheckService `protobuf:"bytes,477367794,opt,name=health_check_service_resource,json=healthCheckServiceResource,proto3" json:"health_check_service_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionHealthCheckServices.Insert. See the method description for details.

func (*InsertRegionHealthCheckServiceRequest) Descriptor

func (*InsertRegionHealthCheckServiceRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertRegionHealthCheckServiceRequest.ProtoReflect.Descriptor instead.

func (*InsertRegionHealthCheckServiceRequest) GetHealthCheckServiceResource

func (x *InsertRegionHealthCheckServiceRequest) GetHealthCheckServiceResource() *HealthCheckService

func (*InsertRegionHealthCheckServiceRequest) GetProject

func (*InsertRegionHealthCheckServiceRequest) GetRegion

func (*InsertRegionHealthCheckServiceRequest) GetRequestId

func (*InsertRegionHealthCheckServiceRequest) ProtoMessage

func (*InsertRegionHealthCheckServiceRequest) ProtoMessage()

func (*InsertRegionHealthCheckServiceRequest) ProtoReflect

func (*InsertRegionHealthCheckServiceRequest) Reset

func (*InsertRegionHealthCheckServiceRequest) String

type InsertRegionInstanceGroupManagerRequest

type InsertRegionInstanceGroupManagerRequest struct {

	// The body resource for this request
	InstanceGroupManagerResource *InstanceGroupManager `protobuf:"bytes,261063946,opt,name=instance_group_manager_resource,json=instanceGroupManagerResource,proto3" json:"instance_group_manager_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionInstanceGroupManagers.Insert. See the method description for details.

func (*InsertRegionInstanceGroupManagerRequest) Descriptor

func (*InsertRegionInstanceGroupManagerRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertRegionInstanceGroupManagerRequest.ProtoReflect.Descriptor instead.

func (*InsertRegionInstanceGroupManagerRequest) GetInstanceGroupManagerResource

func (x *InsertRegionInstanceGroupManagerRequest) GetInstanceGroupManagerResource() *InstanceGroupManager

func (*InsertRegionInstanceGroupManagerRequest) GetProject

func (*InsertRegionInstanceGroupManagerRequest) GetRegion

func (*InsertRegionInstanceGroupManagerRequest) GetRequestId

func (*InsertRegionInstanceGroupManagerRequest) ProtoMessage

func (*InsertRegionInstanceGroupManagerRequest) ProtoReflect

func (*InsertRegionInstanceGroupManagerRequest) Reset

func (*InsertRegionInstanceGroupManagerRequest) String

type InsertRegionInstanceTemplateRequest

type InsertRegionInstanceTemplateRequest struct {

	// The body resource for this request
	InstanceTemplateResource *InstanceTemplate `protobuf:"bytes,10679561,opt,name=instance_template_resource,json=instanceTemplateResource,proto3" json:"instance_template_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionInstanceTemplates.Insert. See the method description for details.

func (*InsertRegionInstanceTemplateRequest) Descriptor

func (*InsertRegionInstanceTemplateRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertRegionInstanceTemplateRequest.ProtoReflect.Descriptor instead.

func (*InsertRegionInstanceTemplateRequest) GetInstanceTemplateResource

func (x *InsertRegionInstanceTemplateRequest) GetInstanceTemplateResource() *InstanceTemplate

func (*InsertRegionInstanceTemplateRequest) GetProject

func (*InsertRegionInstanceTemplateRequest) GetRegion

func (*InsertRegionInstanceTemplateRequest) GetRequestId

func (x *InsertRegionInstanceTemplateRequest) GetRequestId() string

func (*InsertRegionInstanceTemplateRequest) ProtoMessage

func (*InsertRegionInstanceTemplateRequest) ProtoMessage()

func (*InsertRegionInstanceTemplateRequest) ProtoReflect

func (*InsertRegionInstanceTemplateRequest) Reset

func (*InsertRegionInstanceTemplateRequest) String

type InsertRegionNetworkEndpointGroupRequest

type InsertRegionNetworkEndpointGroupRequest struct {

	// The body resource for this request
	NetworkEndpointGroupResource *NetworkEndpointGroup `protobuf:"bytes,525788839,opt,name=network_endpoint_group_resource,json=networkEndpointGroupResource,proto3" json:"network_endpoint_group_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the region where you want to create the network endpoint group. It should comply with RFC1035.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionNetworkEndpointGroups.Insert. See the method description for details.

func (*InsertRegionNetworkEndpointGroupRequest) Descriptor

func (*InsertRegionNetworkEndpointGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertRegionNetworkEndpointGroupRequest.ProtoReflect.Descriptor instead.

func (*InsertRegionNetworkEndpointGroupRequest) GetNetworkEndpointGroupResource

func (x *InsertRegionNetworkEndpointGroupRequest) GetNetworkEndpointGroupResource() *NetworkEndpointGroup

func (*InsertRegionNetworkEndpointGroupRequest) GetProject

func (*InsertRegionNetworkEndpointGroupRequest) GetRegion

func (*InsertRegionNetworkEndpointGroupRequest) GetRequestId

func (*InsertRegionNetworkEndpointGroupRequest) ProtoMessage

func (*InsertRegionNetworkEndpointGroupRequest) ProtoReflect

func (*InsertRegionNetworkEndpointGroupRequest) Reset

func (*InsertRegionNetworkEndpointGroupRequest) String

type InsertRegionNetworkFirewallPolicyRequest

type InsertRegionNetworkFirewallPolicyRequest struct {

	// The body resource for this request
	FirewallPolicyResource *FirewallPolicy `protobuf:"bytes,495049532,opt,name=firewall_policy_resource,json=firewallPolicyResource,proto3" json:"firewall_policy_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionNetworkFirewallPolicies.Insert. See the method description for details.

func (*InsertRegionNetworkFirewallPolicyRequest) Descriptor

func (*InsertRegionNetworkFirewallPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertRegionNetworkFirewallPolicyRequest.ProtoReflect.Descriptor instead.

func (*InsertRegionNetworkFirewallPolicyRequest) GetFirewallPolicyResource

func (x *InsertRegionNetworkFirewallPolicyRequest) GetFirewallPolicyResource() *FirewallPolicy

func (*InsertRegionNetworkFirewallPolicyRequest) GetProject

func (*InsertRegionNetworkFirewallPolicyRequest) GetRegion

func (*InsertRegionNetworkFirewallPolicyRequest) GetRequestId

func (*InsertRegionNetworkFirewallPolicyRequest) ProtoMessage

func (*InsertRegionNetworkFirewallPolicyRequest) ProtoReflect

func (*InsertRegionNetworkFirewallPolicyRequest) Reset

func (*InsertRegionNetworkFirewallPolicyRequest) String

type InsertRegionNotificationEndpointRequest

type InsertRegionNotificationEndpointRequest struct {

	// The body resource for this request
	NotificationEndpointResource *NotificationEndpoint `protobuf:"bytes,338459940,opt,name=notification_endpoint_resource,json=notificationEndpointResource,proto3" json:"notification_endpoint_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionNotificationEndpoints.Insert. See the method description for details.

func (*InsertRegionNotificationEndpointRequest) Descriptor

func (*InsertRegionNotificationEndpointRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertRegionNotificationEndpointRequest.ProtoReflect.Descriptor instead.

func (*InsertRegionNotificationEndpointRequest) GetNotificationEndpointResource

func (x *InsertRegionNotificationEndpointRequest) GetNotificationEndpointResource() *NotificationEndpoint

func (*InsertRegionNotificationEndpointRequest) GetProject

func (*InsertRegionNotificationEndpointRequest) GetRegion

func (*InsertRegionNotificationEndpointRequest) GetRequestId

func (*InsertRegionNotificationEndpointRequest) ProtoMessage

func (*InsertRegionNotificationEndpointRequest) ProtoReflect

func (*InsertRegionNotificationEndpointRequest) Reset

func (*InsertRegionNotificationEndpointRequest) String

type InsertRegionSecurityPolicyRequest

type InsertRegionSecurityPolicyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The body resource for this request
	SecurityPolicyResource *SecurityPolicy `protobuf:"bytes,216159612,opt,name=security_policy_resource,json=securityPolicyResource,proto3" json:"security_policy_resource,omitempty"`
	// If true, the request will not be committed.
	ValidateOnly *bool `protobuf:"varint,242744629,opt,name=validate_only,json=validateOnly,proto3,oneof" json:"validate_only,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionSecurityPolicies.Insert. See the method description for details.

func (*InsertRegionSecurityPolicyRequest) Descriptor

func (*InsertRegionSecurityPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertRegionSecurityPolicyRequest.ProtoReflect.Descriptor instead.

func (*InsertRegionSecurityPolicyRequest) GetProject

func (x *InsertRegionSecurityPolicyRequest) GetProject() string

func (*InsertRegionSecurityPolicyRequest) GetRegion

func (*InsertRegionSecurityPolicyRequest) GetRequestId

func (x *InsertRegionSecurityPolicyRequest) GetRequestId() string

func (*InsertRegionSecurityPolicyRequest) GetSecurityPolicyResource

func (x *InsertRegionSecurityPolicyRequest) GetSecurityPolicyResource() *SecurityPolicy

func (*InsertRegionSecurityPolicyRequest) GetValidateOnly

func (x *InsertRegionSecurityPolicyRequest) GetValidateOnly() bool

func (*InsertRegionSecurityPolicyRequest) ProtoMessage

func (*InsertRegionSecurityPolicyRequest) ProtoMessage()

func (*InsertRegionSecurityPolicyRequest) ProtoReflect

func (*InsertRegionSecurityPolicyRequest) Reset

func (*InsertRegionSecurityPolicyRequest) String

type InsertRegionSslCertificateRequest

type InsertRegionSslCertificateRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The body resource for this request
	SslCertificateResource *SslCertificate `protobuf:"bytes,180709897,opt,name=ssl_certificate_resource,json=sslCertificateResource,proto3" json:"ssl_certificate_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionSslCertificates.Insert. See the method description for details.

func (*InsertRegionSslCertificateRequest) Descriptor

func (*InsertRegionSslCertificateRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertRegionSslCertificateRequest.ProtoReflect.Descriptor instead.

func (*InsertRegionSslCertificateRequest) GetProject

func (x *InsertRegionSslCertificateRequest) GetProject() string

func (*InsertRegionSslCertificateRequest) GetRegion

func (*InsertRegionSslCertificateRequest) GetRequestId

func (x *InsertRegionSslCertificateRequest) GetRequestId() string

func (*InsertRegionSslCertificateRequest) GetSslCertificateResource

func (x *InsertRegionSslCertificateRequest) GetSslCertificateResource() *SslCertificate

func (*InsertRegionSslCertificateRequest) ProtoMessage

func (*InsertRegionSslCertificateRequest) ProtoMessage()

func (*InsertRegionSslCertificateRequest) ProtoReflect

func (*InsertRegionSslCertificateRequest) Reset

func (*InsertRegionSslCertificateRequest) String

type InsertRegionSslPolicyRequest

type InsertRegionSslPolicyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The body resource for this request
	SslPolicyResource *SslPolicy `protobuf:"bytes,274891848,opt,name=ssl_policy_resource,json=sslPolicyResource,proto3" json:"ssl_policy_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionSslPolicies.Insert. See the method description for details.

func (*InsertRegionSslPolicyRequest) Descriptor

func (*InsertRegionSslPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertRegionSslPolicyRequest.ProtoReflect.Descriptor instead.

func (*InsertRegionSslPolicyRequest) GetProject

func (x *InsertRegionSslPolicyRequest) GetProject() string

func (*InsertRegionSslPolicyRequest) GetRegion

func (x *InsertRegionSslPolicyRequest) GetRegion() string

func (*InsertRegionSslPolicyRequest) GetRequestId

func (x *InsertRegionSslPolicyRequest) GetRequestId() string

func (*InsertRegionSslPolicyRequest) GetSslPolicyResource

func (x *InsertRegionSslPolicyRequest) GetSslPolicyResource() *SslPolicy

func (*InsertRegionSslPolicyRequest) ProtoMessage

func (*InsertRegionSslPolicyRequest) ProtoMessage()

func (*InsertRegionSslPolicyRequest) ProtoReflect

func (*InsertRegionSslPolicyRequest) Reset

func (x *InsertRegionSslPolicyRequest) Reset()

func (*InsertRegionSslPolicyRequest) String

type InsertRegionTargetHttpProxyRequest

type InsertRegionTargetHttpProxyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The body resource for this request
	TargetHttpProxyResource *TargetHttpProxy `protobuf:"bytes,24696744,opt,name=target_http_proxy_resource,json=targetHttpProxyResource,proto3" json:"target_http_proxy_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionTargetHttpProxies.Insert. See the method description for details.

func (*InsertRegionTargetHttpProxyRequest) Descriptor

func (*InsertRegionTargetHttpProxyRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertRegionTargetHttpProxyRequest.ProtoReflect.Descriptor instead.

func (*InsertRegionTargetHttpProxyRequest) GetProject

func (*InsertRegionTargetHttpProxyRequest) GetRegion

func (*InsertRegionTargetHttpProxyRequest) GetRequestId

func (x *InsertRegionTargetHttpProxyRequest) GetRequestId() string

func (*InsertRegionTargetHttpProxyRequest) GetTargetHttpProxyResource

func (x *InsertRegionTargetHttpProxyRequest) GetTargetHttpProxyResource() *TargetHttpProxy

func (*InsertRegionTargetHttpProxyRequest) ProtoMessage

func (*InsertRegionTargetHttpProxyRequest) ProtoMessage()

func (*InsertRegionTargetHttpProxyRequest) ProtoReflect

func (*InsertRegionTargetHttpProxyRequest) Reset

func (*InsertRegionTargetHttpProxyRequest) String

type InsertRegionTargetHttpsProxyRequest

type InsertRegionTargetHttpsProxyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The body resource for this request
	TargetHttpsProxyResource *TargetHttpsProxy `protobuf:"bytes,433657473,opt,name=target_https_proxy_resource,json=targetHttpsProxyResource,proto3" json:"target_https_proxy_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionTargetHttpsProxies.Insert. See the method description for details.

func (*InsertRegionTargetHttpsProxyRequest) Descriptor

func (*InsertRegionTargetHttpsProxyRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertRegionTargetHttpsProxyRequest.ProtoReflect.Descriptor instead.

func (*InsertRegionTargetHttpsProxyRequest) GetProject

func (*InsertRegionTargetHttpsProxyRequest) GetRegion

func (*InsertRegionTargetHttpsProxyRequest) GetRequestId

func (x *InsertRegionTargetHttpsProxyRequest) GetRequestId() string

func (*InsertRegionTargetHttpsProxyRequest) GetTargetHttpsProxyResource

func (x *InsertRegionTargetHttpsProxyRequest) GetTargetHttpsProxyResource() *TargetHttpsProxy

func (*InsertRegionTargetHttpsProxyRequest) ProtoMessage

func (*InsertRegionTargetHttpsProxyRequest) ProtoMessage()

func (*InsertRegionTargetHttpsProxyRequest) ProtoReflect

func (*InsertRegionTargetHttpsProxyRequest) Reset

func (*InsertRegionTargetHttpsProxyRequest) String

type InsertRegionTargetTcpProxyRequest

type InsertRegionTargetTcpProxyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The body resource for this request
	TargetTcpProxyResource *TargetTcpProxy `protobuf:"bytes,145913931,opt,name=target_tcp_proxy_resource,json=targetTcpProxyResource,proto3" json:"target_tcp_proxy_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionTargetTcpProxies.Insert. See the method description for details.

func (*InsertRegionTargetTcpProxyRequest) Descriptor

func (*InsertRegionTargetTcpProxyRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertRegionTargetTcpProxyRequest.ProtoReflect.Descriptor instead.

func (*InsertRegionTargetTcpProxyRequest) GetProject

func (x *InsertRegionTargetTcpProxyRequest) GetProject() string

func (*InsertRegionTargetTcpProxyRequest) GetRegion

func (*InsertRegionTargetTcpProxyRequest) GetRequestId

func (x *InsertRegionTargetTcpProxyRequest) GetRequestId() string

func (*InsertRegionTargetTcpProxyRequest) GetTargetTcpProxyResource

func (x *InsertRegionTargetTcpProxyRequest) GetTargetTcpProxyResource() *TargetTcpProxy

func (*InsertRegionTargetTcpProxyRequest) ProtoMessage

func (*InsertRegionTargetTcpProxyRequest) ProtoMessage()

func (*InsertRegionTargetTcpProxyRequest) ProtoReflect

func (*InsertRegionTargetTcpProxyRequest) Reset

func (*InsertRegionTargetTcpProxyRequest) String

type InsertRegionUrlMapRequest

type InsertRegionUrlMapRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// begin_interface: MixerMutationRequestBuilder Request ID to support idempotency.
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The body resource for this request
	UrlMapResource *UrlMap `protobuf:"bytes,168675425,opt,name=url_map_resource,json=urlMapResource,proto3" json:"url_map_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionUrlMaps.Insert. See the method description for details.

func (*InsertRegionUrlMapRequest) Descriptor

func (*InsertRegionUrlMapRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertRegionUrlMapRequest.ProtoReflect.Descriptor instead.

func (*InsertRegionUrlMapRequest) GetProject

func (x *InsertRegionUrlMapRequest) GetProject() string

func (*InsertRegionUrlMapRequest) GetRegion

func (x *InsertRegionUrlMapRequest) GetRegion() string

func (*InsertRegionUrlMapRequest) GetRequestId

func (x *InsertRegionUrlMapRequest) GetRequestId() string

func (*InsertRegionUrlMapRequest) GetUrlMapResource

func (x *InsertRegionUrlMapRequest) GetUrlMapResource() *UrlMap

func (*InsertRegionUrlMapRequest) ProtoMessage

func (*InsertRegionUrlMapRequest) ProtoMessage()

func (*InsertRegionUrlMapRequest) ProtoReflect

func (*InsertRegionUrlMapRequest) Reset

func (x *InsertRegionUrlMapRequest) Reset()

func (*InsertRegionUrlMapRequest) String

func (x *InsertRegionUrlMapRequest) String() string

type InsertReservationRequest

type InsertReservationRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The body resource for this request
	ReservationResource *Reservation `protobuf:"bytes,285030177,opt,name=reservation_resource,json=reservationResource,proto3" json:"reservation_resource,omitempty"`
	// Name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Reservations.Insert. See the method description for details.

func (*InsertReservationRequest) Descriptor

func (*InsertReservationRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertReservationRequest.ProtoReflect.Descriptor instead.

func (*InsertReservationRequest) GetProject

func (x *InsertReservationRequest) GetProject() string

func (*InsertReservationRequest) GetRequestId

func (x *InsertReservationRequest) GetRequestId() string

func (*InsertReservationRequest) GetReservationResource

func (x *InsertReservationRequest) GetReservationResource() *Reservation

func (*InsertReservationRequest) GetZone

func (x *InsertReservationRequest) GetZone() string

func (*InsertReservationRequest) ProtoMessage

func (*InsertReservationRequest) ProtoMessage()

func (*InsertReservationRequest) ProtoReflect

func (x *InsertReservationRequest) ProtoReflect() protoreflect.Message

func (*InsertReservationRequest) Reset

func (x *InsertReservationRequest) Reset()

func (*InsertReservationRequest) String

func (x *InsertReservationRequest) String() string

type InsertResourcePolicyRequest

type InsertResourcePolicyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The body resource for this request
	ResourcePolicyResource *ResourcePolicy `protobuf:"bytes,76826186,opt,name=resource_policy_resource,json=resourcePolicyResource,proto3" json:"resource_policy_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for ResourcePolicies.Insert. See the method description for details.

func (*InsertResourcePolicyRequest) Descriptor

func (*InsertResourcePolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertResourcePolicyRequest.ProtoReflect.Descriptor instead.

func (*InsertResourcePolicyRequest) GetProject

func (x *InsertResourcePolicyRequest) GetProject() string

func (*InsertResourcePolicyRequest) GetRegion

func (x *InsertResourcePolicyRequest) GetRegion() string

func (*InsertResourcePolicyRequest) GetRequestId

func (x *InsertResourcePolicyRequest) GetRequestId() string

func (*InsertResourcePolicyRequest) GetResourcePolicyResource

func (x *InsertResourcePolicyRequest) GetResourcePolicyResource() *ResourcePolicy

func (*InsertResourcePolicyRequest) ProtoMessage

func (*InsertResourcePolicyRequest) ProtoMessage()

func (*InsertResourcePolicyRequest) ProtoReflect

func (*InsertResourcePolicyRequest) Reset

func (x *InsertResourcePolicyRequest) Reset()

func (*InsertResourcePolicyRequest) String

func (x *InsertResourcePolicyRequest) String() string

type InsertRouteRequest

type InsertRouteRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The body resource for this request
	RouteResource *Route `protobuf:"bytes,225428804,opt,name=route_resource,json=routeResource,proto3" json:"route_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for Routes.Insert. See the method description for details.

func (*InsertRouteRequest) Descriptor

func (*InsertRouteRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertRouteRequest.ProtoReflect.Descriptor instead.

func (*InsertRouteRequest) GetProject

func (x *InsertRouteRequest) GetProject() string

func (*InsertRouteRequest) GetRequestId

func (x *InsertRouteRequest) GetRequestId() string

func (*InsertRouteRequest) GetRouteResource

func (x *InsertRouteRequest) GetRouteResource() *Route

func (*InsertRouteRequest) ProtoMessage

func (*InsertRouteRequest) ProtoMessage()

func (*InsertRouteRequest) ProtoReflect

func (x *InsertRouteRequest) ProtoReflect() protoreflect.Message

func (*InsertRouteRequest) Reset

func (x *InsertRouteRequest) Reset()

func (*InsertRouteRequest) String

func (x *InsertRouteRequest) String() string

type InsertRouterRequest

type InsertRouterRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The body resource for this request
	RouterResource *Router `protobuf:"bytes,155222084,opt,name=router_resource,json=routerResource,proto3" json:"router_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for Routers.Insert. See the method description for details.

func (*InsertRouterRequest) Descriptor

func (*InsertRouterRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertRouterRequest.ProtoReflect.Descriptor instead.

func (*InsertRouterRequest) GetProject

func (x *InsertRouterRequest) GetProject() string

func (*InsertRouterRequest) GetRegion

func (x *InsertRouterRequest) GetRegion() string

func (*InsertRouterRequest) GetRequestId

func (x *InsertRouterRequest) GetRequestId() string

func (*InsertRouterRequest) GetRouterResource

func (x *InsertRouterRequest) GetRouterResource() *Router

func (*InsertRouterRequest) ProtoMessage

func (*InsertRouterRequest) ProtoMessage()

func (*InsertRouterRequest) ProtoReflect

func (x *InsertRouterRequest) ProtoReflect() protoreflect.Message

func (*InsertRouterRequest) Reset

func (x *InsertRouterRequest) Reset()

func (*InsertRouterRequest) String

func (x *InsertRouterRequest) String() string

type InsertSecurityPolicyRequest

type InsertSecurityPolicyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The body resource for this request
	SecurityPolicyResource *SecurityPolicy `protobuf:"bytes,216159612,opt,name=security_policy_resource,json=securityPolicyResource,proto3" json:"security_policy_resource,omitempty"`
	// If true, the request will not be committed.
	ValidateOnly *bool `protobuf:"varint,242744629,opt,name=validate_only,json=validateOnly,proto3,oneof" json:"validate_only,omitempty"`
	// contains filtered or unexported fields
}

A request message for SecurityPolicies.Insert. See the method description for details.

func (*InsertSecurityPolicyRequest) Descriptor

func (*InsertSecurityPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertSecurityPolicyRequest.ProtoReflect.Descriptor instead.

func (*InsertSecurityPolicyRequest) GetProject

func (x *InsertSecurityPolicyRequest) GetProject() string

func (*InsertSecurityPolicyRequest) GetRequestId

func (x *InsertSecurityPolicyRequest) GetRequestId() string

func (*InsertSecurityPolicyRequest) GetSecurityPolicyResource

func (x *InsertSecurityPolicyRequest) GetSecurityPolicyResource() *SecurityPolicy

func (*InsertSecurityPolicyRequest) GetValidateOnly

func (x *InsertSecurityPolicyRequest) GetValidateOnly() bool

func (*InsertSecurityPolicyRequest) ProtoMessage

func (*InsertSecurityPolicyRequest) ProtoMessage()

func (*InsertSecurityPolicyRequest) ProtoReflect

func (*InsertSecurityPolicyRequest) Reset

func (x *InsertSecurityPolicyRequest) Reset()

func (*InsertSecurityPolicyRequest) String

func (x *InsertSecurityPolicyRequest) String() string

type InsertServiceAttachmentRequest

type InsertServiceAttachmentRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region of this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The body resource for this request
	ServiceAttachmentResource *ServiceAttachment `protobuf:"bytes,472980256,opt,name=service_attachment_resource,json=serviceAttachmentResource,proto3" json:"service_attachment_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for ServiceAttachments.Insert. See the method description for details.

func (*InsertServiceAttachmentRequest) Descriptor

func (*InsertServiceAttachmentRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertServiceAttachmentRequest.ProtoReflect.Descriptor instead.

func (*InsertServiceAttachmentRequest) GetProject

func (x *InsertServiceAttachmentRequest) GetProject() string

func (*InsertServiceAttachmentRequest) GetRegion

func (x *InsertServiceAttachmentRequest) GetRegion() string

func (*InsertServiceAttachmentRequest) GetRequestId

func (x *InsertServiceAttachmentRequest) GetRequestId() string

func (*InsertServiceAttachmentRequest) GetServiceAttachmentResource

func (x *InsertServiceAttachmentRequest) GetServiceAttachmentResource() *ServiceAttachment

func (*InsertServiceAttachmentRequest) ProtoMessage

func (*InsertServiceAttachmentRequest) ProtoMessage()

func (*InsertServiceAttachmentRequest) ProtoReflect

func (*InsertServiceAttachmentRequest) Reset

func (x *InsertServiceAttachmentRequest) Reset()

func (*InsertServiceAttachmentRequest) String

type InsertSnapshotRequest

type InsertSnapshotRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The body resource for this request
	SnapshotResource *Snapshot `protobuf:"bytes,481319977,opt,name=snapshot_resource,json=snapshotResource,proto3" json:"snapshot_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for Snapshots.Insert. See the method description for details.

func (*InsertSnapshotRequest) Descriptor

func (*InsertSnapshotRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertSnapshotRequest.ProtoReflect.Descriptor instead.

func (*InsertSnapshotRequest) GetProject

func (x *InsertSnapshotRequest) GetProject() string

func (*InsertSnapshotRequest) GetRequestId

func (x *InsertSnapshotRequest) GetRequestId() string

func (*InsertSnapshotRequest) GetSnapshotResource

func (x *InsertSnapshotRequest) GetSnapshotResource() *Snapshot

func (*InsertSnapshotRequest) ProtoMessage

func (*InsertSnapshotRequest) ProtoMessage()

func (*InsertSnapshotRequest) ProtoReflect

func (x *InsertSnapshotRequest) ProtoReflect() protoreflect.Message

func (*InsertSnapshotRequest) Reset

func (x *InsertSnapshotRequest) Reset()

func (*InsertSnapshotRequest) String

func (x *InsertSnapshotRequest) String() string

type InsertSslCertificateRequest

type InsertSslCertificateRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The body resource for this request
	SslCertificateResource *SslCertificate `protobuf:"bytes,180709897,opt,name=ssl_certificate_resource,json=sslCertificateResource,proto3" json:"ssl_certificate_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for SslCertificates.Insert. See the method description for details.

func (*InsertSslCertificateRequest) Descriptor

func (*InsertSslCertificateRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertSslCertificateRequest.ProtoReflect.Descriptor instead.

func (*InsertSslCertificateRequest) GetProject

func (x *InsertSslCertificateRequest) GetProject() string

func (*InsertSslCertificateRequest) GetRequestId

func (x *InsertSslCertificateRequest) GetRequestId() string

func (*InsertSslCertificateRequest) GetSslCertificateResource

func (x *InsertSslCertificateRequest) GetSslCertificateResource() *SslCertificate

func (*InsertSslCertificateRequest) ProtoMessage

func (*InsertSslCertificateRequest) ProtoMessage()

func (*InsertSslCertificateRequest) ProtoReflect

func (*InsertSslCertificateRequest) Reset

func (x *InsertSslCertificateRequest) Reset()

func (*InsertSslCertificateRequest) String

func (x *InsertSslCertificateRequest) String() string

type InsertSslPolicyRequest

type InsertSslPolicyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The body resource for this request
	SslPolicyResource *SslPolicy `protobuf:"bytes,274891848,opt,name=ssl_policy_resource,json=sslPolicyResource,proto3" json:"ssl_policy_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for SslPolicies.Insert. See the method description for details.

func (*InsertSslPolicyRequest) Descriptor

func (*InsertSslPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertSslPolicyRequest.ProtoReflect.Descriptor instead.

func (*InsertSslPolicyRequest) GetProject

func (x *InsertSslPolicyRequest) GetProject() string

func (*InsertSslPolicyRequest) GetRequestId

func (x *InsertSslPolicyRequest) GetRequestId() string

func (*InsertSslPolicyRequest) GetSslPolicyResource

func (x *InsertSslPolicyRequest) GetSslPolicyResource() *SslPolicy

func (*InsertSslPolicyRequest) ProtoMessage

func (*InsertSslPolicyRequest) ProtoMessage()

func (*InsertSslPolicyRequest) ProtoReflect

func (x *InsertSslPolicyRequest) ProtoReflect() protoreflect.Message

func (*InsertSslPolicyRequest) Reset

func (x *InsertSslPolicyRequest) Reset()

func (*InsertSslPolicyRequest) String

func (x *InsertSslPolicyRequest) String() string

type InsertSubnetworkRequest

type InsertSubnetworkRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The body resource for this request
	SubnetworkResource *Subnetwork `protobuf:"bytes,42233151,opt,name=subnetwork_resource,json=subnetworkResource,proto3" json:"subnetwork_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for Subnetworks.Insert. See the method description for details.

func (*InsertSubnetworkRequest) Descriptor

func (*InsertSubnetworkRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertSubnetworkRequest.ProtoReflect.Descriptor instead.

func (*InsertSubnetworkRequest) GetProject

func (x *InsertSubnetworkRequest) GetProject() string

func (*InsertSubnetworkRequest) GetRegion

func (x *InsertSubnetworkRequest) GetRegion() string

func (*InsertSubnetworkRequest) GetRequestId

func (x *InsertSubnetworkRequest) GetRequestId() string

func (*InsertSubnetworkRequest) GetSubnetworkResource

func (x *InsertSubnetworkRequest) GetSubnetworkResource() *Subnetwork

func (*InsertSubnetworkRequest) ProtoMessage

func (*InsertSubnetworkRequest) ProtoMessage()

func (*InsertSubnetworkRequest) ProtoReflect

func (x *InsertSubnetworkRequest) ProtoReflect() protoreflect.Message

func (*InsertSubnetworkRequest) Reset

func (x *InsertSubnetworkRequest) Reset()

func (*InsertSubnetworkRequest) String

func (x *InsertSubnetworkRequest) String() string

type InsertTargetGrpcProxyRequest

type InsertTargetGrpcProxyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The body resource for this request
	TargetGrpcProxyResource *TargetGrpcProxy `protobuf:"bytes,328922450,opt,name=target_grpc_proxy_resource,json=targetGrpcProxyResource,proto3" json:"target_grpc_proxy_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetGrpcProxies.Insert. See the method description for details.

func (*InsertTargetGrpcProxyRequest) Descriptor

func (*InsertTargetGrpcProxyRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertTargetGrpcProxyRequest.ProtoReflect.Descriptor instead.

func (*InsertTargetGrpcProxyRequest) GetProject

func (x *InsertTargetGrpcProxyRequest) GetProject() string

func (*InsertTargetGrpcProxyRequest) GetRequestId

func (x *InsertTargetGrpcProxyRequest) GetRequestId() string

func (*InsertTargetGrpcProxyRequest) GetTargetGrpcProxyResource

func (x *InsertTargetGrpcProxyRequest) GetTargetGrpcProxyResource() *TargetGrpcProxy

func (*InsertTargetGrpcProxyRequest) ProtoMessage

func (*InsertTargetGrpcProxyRequest) ProtoMessage()

func (*InsertTargetGrpcProxyRequest) ProtoReflect

func (*InsertTargetGrpcProxyRequest) Reset

func (x *InsertTargetGrpcProxyRequest) Reset()

func (*InsertTargetGrpcProxyRequest) String

type InsertTargetHttpProxyRequest

type InsertTargetHttpProxyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The body resource for this request
	TargetHttpProxyResource *TargetHttpProxy `protobuf:"bytes,24696744,opt,name=target_http_proxy_resource,json=targetHttpProxyResource,proto3" json:"target_http_proxy_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetHttpProxies.Insert. See the method description for details.

func (*InsertTargetHttpProxyRequest) Descriptor

func (*InsertTargetHttpProxyRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertTargetHttpProxyRequest.ProtoReflect.Descriptor instead.

func (*InsertTargetHttpProxyRequest) GetProject

func (x *InsertTargetHttpProxyRequest) GetProject() string

func (*InsertTargetHttpProxyRequest) GetRequestId

func (x *InsertTargetHttpProxyRequest) GetRequestId() string

func (*InsertTargetHttpProxyRequest) GetTargetHttpProxyResource

func (x *InsertTargetHttpProxyRequest) GetTargetHttpProxyResource() *TargetHttpProxy

func (*InsertTargetHttpProxyRequest) ProtoMessage

func (*InsertTargetHttpProxyRequest) ProtoMessage()

func (*InsertTargetHttpProxyRequest) ProtoReflect

func (*InsertTargetHttpProxyRequest) Reset

func (x *InsertTargetHttpProxyRequest) Reset()

func (*InsertTargetHttpProxyRequest) String

type InsertTargetHttpsProxyRequest

type InsertTargetHttpsProxyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The body resource for this request
	TargetHttpsProxyResource *TargetHttpsProxy `protobuf:"bytes,433657473,opt,name=target_https_proxy_resource,json=targetHttpsProxyResource,proto3" json:"target_https_proxy_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetHttpsProxies.Insert. See the method description for details.

func (*InsertTargetHttpsProxyRequest) Descriptor

func (*InsertTargetHttpsProxyRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertTargetHttpsProxyRequest.ProtoReflect.Descriptor instead.

func (*InsertTargetHttpsProxyRequest) GetProject

func (x *InsertTargetHttpsProxyRequest) GetProject() string

func (*InsertTargetHttpsProxyRequest) GetRequestId

func (x *InsertTargetHttpsProxyRequest) GetRequestId() string

func (*InsertTargetHttpsProxyRequest) GetTargetHttpsProxyResource

func (x *InsertTargetHttpsProxyRequest) GetTargetHttpsProxyResource() *TargetHttpsProxy

func (*InsertTargetHttpsProxyRequest) ProtoMessage

func (*InsertTargetHttpsProxyRequest) ProtoMessage()

func (*InsertTargetHttpsProxyRequest) ProtoReflect

func (*InsertTargetHttpsProxyRequest) Reset

func (x *InsertTargetHttpsProxyRequest) Reset()

func (*InsertTargetHttpsProxyRequest) String

type InsertTargetInstanceRequest

type InsertTargetInstanceRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The body resource for this request
	TargetInstanceResource *TargetInstance `protobuf:"bytes,430453066,opt,name=target_instance_resource,json=targetInstanceResource,proto3" json:"target_instance_resource,omitempty"`
	// Name of the zone scoping this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetInstances.Insert. See the method description for details.

func (*InsertTargetInstanceRequest) Descriptor

func (*InsertTargetInstanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertTargetInstanceRequest.ProtoReflect.Descriptor instead.

func (*InsertTargetInstanceRequest) GetProject

func (x *InsertTargetInstanceRequest) GetProject() string

func (*InsertTargetInstanceRequest) GetRequestId

func (x *InsertTargetInstanceRequest) GetRequestId() string

func (*InsertTargetInstanceRequest) GetTargetInstanceResource

func (x *InsertTargetInstanceRequest) GetTargetInstanceResource() *TargetInstance

func (*InsertTargetInstanceRequest) GetZone

func (x *InsertTargetInstanceRequest) GetZone() string

func (*InsertTargetInstanceRequest) ProtoMessage

func (*InsertTargetInstanceRequest) ProtoMessage()

func (*InsertTargetInstanceRequest) ProtoReflect

func (*InsertTargetInstanceRequest) Reset

func (x *InsertTargetInstanceRequest) Reset()

func (*InsertTargetInstanceRequest) String

func (x *InsertTargetInstanceRequest) String() string

type InsertTargetPoolRequest

type InsertTargetPoolRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The body resource for this request
	TargetPoolResource *TargetPool `protobuf:"bytes,101281443,opt,name=target_pool_resource,json=targetPoolResource,proto3" json:"target_pool_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetPools.Insert. See the method description for details.

func (*InsertTargetPoolRequest) Descriptor

func (*InsertTargetPoolRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertTargetPoolRequest.ProtoReflect.Descriptor instead.

func (*InsertTargetPoolRequest) GetProject

func (x *InsertTargetPoolRequest) GetProject() string

func (*InsertTargetPoolRequest) GetRegion

func (x *InsertTargetPoolRequest) GetRegion() string

func (*InsertTargetPoolRequest) GetRequestId

func (x *InsertTargetPoolRequest) GetRequestId() string

func (*InsertTargetPoolRequest) GetTargetPoolResource

func (x *InsertTargetPoolRequest) GetTargetPoolResource() *TargetPool

func (*InsertTargetPoolRequest) ProtoMessage

func (*InsertTargetPoolRequest) ProtoMessage()

func (*InsertTargetPoolRequest) ProtoReflect

func (x *InsertTargetPoolRequest) ProtoReflect() protoreflect.Message

func (*InsertTargetPoolRequest) Reset

func (x *InsertTargetPoolRequest) Reset()

func (*InsertTargetPoolRequest) String

func (x *InsertTargetPoolRequest) String() string

type InsertTargetSslProxyRequest

type InsertTargetSslProxyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The body resource for this request
	TargetSslProxyResource *TargetSslProxy `protobuf:"bytes,142016192,opt,name=target_ssl_proxy_resource,json=targetSslProxyResource,proto3" json:"target_ssl_proxy_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetSslProxies.Insert. See the method description for details.

func (*InsertTargetSslProxyRequest) Descriptor

func (*InsertTargetSslProxyRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertTargetSslProxyRequest.ProtoReflect.Descriptor instead.

func (*InsertTargetSslProxyRequest) GetProject

func (x *InsertTargetSslProxyRequest) GetProject() string

func (*InsertTargetSslProxyRequest) GetRequestId

func (x *InsertTargetSslProxyRequest) GetRequestId() string

func (*InsertTargetSslProxyRequest) GetTargetSslProxyResource

func (x *InsertTargetSslProxyRequest) GetTargetSslProxyResource() *TargetSslProxy

func (*InsertTargetSslProxyRequest) ProtoMessage

func (*InsertTargetSslProxyRequest) ProtoMessage()

func (*InsertTargetSslProxyRequest) ProtoReflect

func (*InsertTargetSslProxyRequest) Reset

func (x *InsertTargetSslProxyRequest) Reset()

func (*InsertTargetSslProxyRequest) String

func (x *InsertTargetSslProxyRequest) String() string

type InsertTargetTcpProxyRequest

type InsertTargetTcpProxyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The body resource for this request
	TargetTcpProxyResource *TargetTcpProxy `protobuf:"bytes,145913931,opt,name=target_tcp_proxy_resource,json=targetTcpProxyResource,proto3" json:"target_tcp_proxy_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetTcpProxies.Insert. See the method description for details.

func (*InsertTargetTcpProxyRequest) Descriptor

func (*InsertTargetTcpProxyRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertTargetTcpProxyRequest.ProtoReflect.Descriptor instead.

func (*InsertTargetTcpProxyRequest) GetProject

func (x *InsertTargetTcpProxyRequest) GetProject() string

func (*InsertTargetTcpProxyRequest) GetRequestId

func (x *InsertTargetTcpProxyRequest) GetRequestId() string

func (*InsertTargetTcpProxyRequest) GetTargetTcpProxyResource

func (x *InsertTargetTcpProxyRequest) GetTargetTcpProxyResource() *TargetTcpProxy

func (*InsertTargetTcpProxyRequest) ProtoMessage

func (*InsertTargetTcpProxyRequest) ProtoMessage()

func (*InsertTargetTcpProxyRequest) ProtoReflect

func (*InsertTargetTcpProxyRequest) Reset

func (x *InsertTargetTcpProxyRequest) Reset()

func (*InsertTargetTcpProxyRequest) String

func (x *InsertTargetTcpProxyRequest) String() string

type InsertTargetVpnGatewayRequest

type InsertTargetVpnGatewayRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The body resource for this request
	TargetVpnGatewayResource *TargetVpnGateway `protobuf:"bytes,498050,opt,name=target_vpn_gateway_resource,json=targetVpnGatewayResource,proto3" json:"target_vpn_gateway_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetVpnGateways.Insert. See the method description for details.

func (*InsertTargetVpnGatewayRequest) Descriptor

func (*InsertTargetVpnGatewayRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertTargetVpnGatewayRequest.ProtoReflect.Descriptor instead.

func (*InsertTargetVpnGatewayRequest) GetProject

func (x *InsertTargetVpnGatewayRequest) GetProject() string

func (*InsertTargetVpnGatewayRequest) GetRegion

func (x *InsertTargetVpnGatewayRequest) GetRegion() string

func (*InsertTargetVpnGatewayRequest) GetRequestId

func (x *InsertTargetVpnGatewayRequest) GetRequestId() string

func (*InsertTargetVpnGatewayRequest) GetTargetVpnGatewayResource

func (x *InsertTargetVpnGatewayRequest) GetTargetVpnGatewayResource() *TargetVpnGateway

func (*InsertTargetVpnGatewayRequest) ProtoMessage

func (*InsertTargetVpnGatewayRequest) ProtoMessage()

func (*InsertTargetVpnGatewayRequest) ProtoReflect

func (*InsertTargetVpnGatewayRequest) Reset

func (x *InsertTargetVpnGatewayRequest) Reset()

func (*InsertTargetVpnGatewayRequest) String

type InsertUrlMapRequest

type InsertUrlMapRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The body resource for this request
	UrlMapResource *UrlMap `protobuf:"bytes,168675425,opt,name=url_map_resource,json=urlMapResource,proto3" json:"url_map_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for UrlMaps.Insert. See the method description for details.

func (*InsertUrlMapRequest) Descriptor

func (*InsertUrlMapRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertUrlMapRequest.ProtoReflect.Descriptor instead.

func (*InsertUrlMapRequest) GetProject

func (x *InsertUrlMapRequest) GetProject() string

func (*InsertUrlMapRequest) GetRequestId

func (x *InsertUrlMapRequest) GetRequestId() string

func (*InsertUrlMapRequest) GetUrlMapResource

func (x *InsertUrlMapRequest) GetUrlMapResource() *UrlMap

func (*InsertUrlMapRequest) ProtoMessage

func (*InsertUrlMapRequest) ProtoMessage()

func (*InsertUrlMapRequest) ProtoReflect

func (x *InsertUrlMapRequest) ProtoReflect() protoreflect.Message

func (*InsertUrlMapRequest) Reset

func (x *InsertUrlMapRequest) Reset()

func (*InsertUrlMapRequest) String

func (x *InsertUrlMapRequest) String() string

type InsertVpnGatewayRequest

type InsertVpnGatewayRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The body resource for this request
	VpnGatewayResource *VpnGateway `protobuf:"bytes,182688660,opt,name=vpn_gateway_resource,json=vpnGatewayResource,proto3" json:"vpn_gateway_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for VpnGateways.Insert. See the method description for details.

func (*InsertVpnGatewayRequest) Descriptor

func (*InsertVpnGatewayRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertVpnGatewayRequest.ProtoReflect.Descriptor instead.

func (*InsertVpnGatewayRequest) GetProject

func (x *InsertVpnGatewayRequest) GetProject() string

func (*InsertVpnGatewayRequest) GetRegion

func (x *InsertVpnGatewayRequest) GetRegion() string

func (*InsertVpnGatewayRequest) GetRequestId

func (x *InsertVpnGatewayRequest) GetRequestId() string

func (*InsertVpnGatewayRequest) GetVpnGatewayResource

func (x *InsertVpnGatewayRequest) GetVpnGatewayResource() *VpnGateway

func (*InsertVpnGatewayRequest) ProtoMessage

func (*InsertVpnGatewayRequest) ProtoMessage()

func (*InsertVpnGatewayRequest) ProtoReflect

func (x *InsertVpnGatewayRequest) ProtoReflect() protoreflect.Message

func (*InsertVpnGatewayRequest) Reset

func (x *InsertVpnGatewayRequest) Reset()

func (*InsertVpnGatewayRequest) String

func (x *InsertVpnGatewayRequest) String() string

type InsertVpnTunnelRequest

type InsertVpnTunnelRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The body resource for this request
	VpnTunnelResource *VpnTunnel `protobuf:"bytes,86839482,opt,name=vpn_tunnel_resource,json=vpnTunnelResource,proto3" json:"vpn_tunnel_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for VpnTunnels.Insert. See the method description for details.

func (*InsertVpnTunnelRequest) Descriptor

func (*InsertVpnTunnelRequest) Descriptor() ([]byte, []int)

Deprecated: Use InsertVpnTunnelRequest.ProtoReflect.Descriptor instead.

func (*InsertVpnTunnelRequest) GetProject

func (x *InsertVpnTunnelRequest) GetProject() string

func (*InsertVpnTunnelRequest) GetRegion

func (x *InsertVpnTunnelRequest) GetRegion() string

func (*InsertVpnTunnelRequest) GetRequestId

func (x *InsertVpnTunnelRequest) GetRequestId() string

func (*InsertVpnTunnelRequest) GetVpnTunnelResource

func (x *InsertVpnTunnelRequest) GetVpnTunnelResource() *VpnTunnel

func (*InsertVpnTunnelRequest) ProtoMessage

func (*InsertVpnTunnelRequest) ProtoMessage()

func (*InsertVpnTunnelRequest) ProtoReflect

func (x *InsertVpnTunnelRequest) ProtoReflect() protoreflect.Message

func (*InsertVpnTunnelRequest) Reset

func (x *InsertVpnTunnelRequest) Reset()

func (*InsertVpnTunnelRequest) String

func (x *InsertVpnTunnelRequest) String() string

type Instance

type Instance struct {

	// Controls for advanced machine-related behavior features.
	AdvancedMachineFeatures *AdvancedMachineFeatures `protobuf:"bytes,409646002,opt,name=advanced_machine_features,json=advancedMachineFeatures,proto3,oneof" json:"advanced_machine_features,omitempty"`
	// Allows this instance to send and receive packets with non-matching destination or source IPs. This is required if you plan to use this instance to forward routes. For more information, see Enabling IP Forwarding .
	CanIpForward               *bool                       `protobuf:"varint,467731324,opt,name=can_ip_forward,json=canIpForward,proto3,oneof" json:"can_ip_forward,omitempty"`
	ConfidentialInstanceConfig *ConfidentialInstanceConfig `protobuf:"bytes,490637685,opt,name=confidential_instance_config,json=confidentialInstanceConfig,proto3,oneof" json:"confidential_instance_config,omitempty"`
	// [Output Only] The CPU platform used by this instance.
	CpuPlatform *string `protobuf:"bytes,410285354,opt,name=cpu_platform,json=cpuPlatform,proto3,oneof" json:"cpu_platform,omitempty"`
	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// Whether the resource should be protected against deletion.
	DeletionProtection *bool `protobuf:"varint,458014698,opt,name=deletion_protection,json=deletionProtection,proto3,oneof" json:"deletion_protection,omitempty"`
	// An optional description of this resource. Provide this property when you create the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// Array of disks associated with this instance. Persistent disks must be created before you can assign them.
	Disks []*AttachedDisk `protobuf:"bytes,95594102,rep,name=disks,proto3" json:"disks,omitempty"`
	// Enables display device for the instance.
	DisplayDevice *DisplayDevice `protobuf:"bytes,258933875,opt,name=display_device,json=displayDevice,proto3,oneof" json:"display_device,omitempty"`
	// Specifies a fingerprint for this resource, which is essentially a hash of the instance's contents and used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update the instance. You must always provide an up-to-date fingerprint hash in order to update the instance. To see the latest fingerprint, make get() request to the instance.
	Fingerprint *string `protobuf:"bytes,234678500,opt,name=fingerprint,proto3,oneof" json:"fingerprint,omitempty"`
	// A list of the type and count of accelerator cards attached to the instance.
	GuestAccelerators []*AcceleratorConfig `protobuf:"bytes,463595119,rep,name=guest_accelerators,json=guestAccelerators,proto3" json:"guest_accelerators,omitempty"`
	// Specifies the hostname of the instance. The specified hostname must be RFC1035 compliant. If hostname is not specified, the default hostname is [INSTANCE_NAME].c.[PROJECT_ID].internal when using the global DNS, and [INSTANCE_NAME].[ZONE].c.[PROJECT_ID].internal when using zonal DNS.
	Hostname *string `protobuf:"bytes,237067315,opt,name=hostname,proto3,oneof" json:"hostname,omitempty"`
	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// Encrypts suspended data for an instance with a customer-managed encryption key. If you are creating a new instance, this field will encrypt the local SSD and in-memory contents of the instance during the suspend operation. If you do not provide an encryption key when creating the instance, then the local SSD and in-memory contents will be encrypted using an automatically generated key during the suspend operation.
	InstanceEncryptionKey *CustomerEncryptionKey `protobuf:"bytes,64741517,opt,name=instance_encryption_key,json=instanceEncryptionKey,proto3,oneof" json:"instance_encryption_key,omitempty"`
	// KeyRevocationActionType of the instance. Supported options are "STOP" and "NONE". The default value is "NONE" if it is not specified.
	// Check the KeyRevocationActionType enum for the list of possible values.
	KeyRevocationActionType *string `protobuf:"bytes,235941474,opt,name=key_revocation_action_type,json=keyRevocationActionType,proto3,oneof" json:"key_revocation_action_type,omitempty"`
	// [Output Only] Type of the resource. Always compute#instance for instances.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// A fingerprint for this request, which is essentially a hash of the label's contents and used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels. To see the latest fingerprint, make get() request to the instance.
	LabelFingerprint *string `protobuf:"bytes,178124825,opt,name=label_fingerprint,json=labelFingerprint,proto3,oneof" json:"label_fingerprint,omitempty"`
	// Labels to apply to this instance. These can be later modified by the setLabels method.
	Labels map[string]string `protobuf:"bytes,500195327,rep,name=labels,proto3" json:"labels,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// [Output Only] Last start timestamp in RFC3339 text format.
	LastStartTimestamp *string `protobuf:"bytes,443830736,opt,name=last_start_timestamp,json=lastStartTimestamp,proto3,oneof" json:"last_start_timestamp,omitempty"`
	// [Output Only] Last stop timestamp in RFC3339 text format.
	LastStopTimestamp *string `protobuf:"bytes,412823010,opt,name=last_stop_timestamp,json=lastStopTimestamp,proto3,oneof" json:"last_stop_timestamp,omitempty"`
	// [Output Only] Last suspended timestamp in RFC3339 text format.
	LastSuspendedTimestamp *string `protobuf:"bytes,356275337,opt,name=last_suspended_timestamp,json=lastSuspendedTimestamp,proto3,oneof" json:"last_suspended_timestamp,omitempty"`
	// Full or partial URL of the machine type resource to use for this instance, in the format: zones/zone/machineTypes/machine-type. This is provided by the client when the instance is created. For example, the following is a valid partial url to a predefined machine type: zones/us-central1-f/machineTypes/n1-standard-1 To create a custom machine type, provide a URL to a machine type in the following format, where CPUS is 1 or an even number up to 32 (2, 4, 6, ... 24, etc), and MEMORY is the total memory for this instance. Memory must be a multiple of 256 MB and must be supplied in MB (e.g. 5 GB of memory is 5120 MB): zones/zone/machineTypes/custom-CPUS-MEMORY For example: zones/us-central1-f/machineTypes/custom-4-5120 For a full list of restrictions, read the Specifications for custom machine types.
	MachineType *string `protobuf:"bytes,227711026,opt,name=machine_type,json=machineType,proto3,oneof" json:"machine_type,omitempty"`
	// The metadata key/value pairs assigned to this instance. This includes custom metadata and predefined keys.
	Metadata *Metadata `protobuf:"bytes,86866735,opt,name=metadata,proto3,oneof" json:"metadata,omitempty"`
	// Specifies a minimum CPU platform for the VM instance. Applicable values are the friendly names of CPU platforms, such as minCpuPlatform: "Intel Haswell" or minCpuPlatform: "Intel Sandy Bridge".
	MinCpuPlatform *string `protobuf:"bytes,242912759,opt,name=min_cpu_platform,json=minCpuPlatform,proto3,oneof" json:"min_cpu_platform,omitempty"`
	// The name of the resource, provided by the client when initially creating the resource. The resource name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// An array of network configurations for this instance. These specify how interfaces are configured to interact with other network services, such as connecting to the internet. Multiple interfaces are supported per instance.
	NetworkInterfaces        []*NetworkInterface       `protobuf:"bytes,52735243,rep,name=network_interfaces,json=networkInterfaces,proto3" json:"network_interfaces,omitempty"`
	NetworkPerformanceConfig *NetworkPerformanceConfig `protobuf:"bytes,398330850,opt,name=network_performance_config,json=networkPerformanceConfig,proto3,oneof" json:"network_performance_config,omitempty"`
	// Input only. [Input Only] Additional params passed with the request, but not persisted as part of resource payload.
	Params *InstanceParams `protobuf:"bytes,78313862,opt,name=params,proto3,oneof" json:"params,omitempty"`
	// The private IPv6 google access type for the VM. If not specified, use INHERIT_FROM_SUBNETWORK as default.
	// Check the PrivateIpv6GoogleAccess enum for the list of possible values.
	PrivateIpv6GoogleAccess *string `protobuf:"bytes,48277006,opt,name=private_ipv6_google_access,json=privateIpv6GoogleAccess,proto3,oneof" json:"private_ipv6_google_access,omitempty"`
	// Specifies the reservations that this instance can consume from.
	ReservationAffinity *ReservationAffinity `protobuf:"bytes,157850683,opt,name=reservation_affinity,json=reservationAffinity,proto3,oneof" json:"reservation_affinity,omitempty"`
	// Resource policies applied to this instance.
	ResourcePolicies []string `protobuf:"bytes,22220385,rep,name=resource_policies,json=resourcePolicies,proto3" json:"resource_policies,omitempty"`
	// [Output Only] Specifies values set for instance attributes as compared to the values requested by user in the corresponding input only field.
	ResourceStatus *ResourceStatus `protobuf:"bytes,249429315,opt,name=resource_status,json=resourceStatus,proto3,oneof" json:"resource_status,omitempty"`
	// [Output Only] Reserved for future use.
	SatisfiesPzs *bool `protobuf:"varint,480964267,opt,name=satisfies_pzs,json=satisfiesPzs,proto3,oneof" json:"satisfies_pzs,omitempty"`
	// Sets the scheduling options for this instance.
	Scheduling *Scheduling `protobuf:"bytes,386688404,opt,name=scheduling,proto3,oneof" json:"scheduling,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// A list of service accounts, with their specified scopes, authorized for this instance. Only one service account per VM instance is supported. Service accounts generate access tokens that can be accessed through the metadata server and used to authenticate applications on the instance. See Service Accounts for more information.
	ServiceAccounts                 []*ServiceAccount                `protobuf:"bytes,277537328,rep,name=service_accounts,json=serviceAccounts,proto3" json:"service_accounts,omitempty"`
	ShieldedInstanceConfig          *ShieldedInstanceConfig          `protobuf:"bytes,12862901,opt,name=shielded_instance_config,json=shieldedInstanceConfig,proto3,oneof" json:"shielded_instance_config,omitempty"`
	ShieldedInstanceIntegrityPolicy *ShieldedInstanceIntegrityPolicy `protobuf:"bytes,163696919,opt,name=shielded_instance_integrity_policy,json=shieldedInstanceIntegrityPolicy,proto3,oneof" json:"shielded_instance_integrity_policy,omitempty"`
	// Source machine image
	SourceMachineImage *string `protobuf:"bytes,21769791,opt,name=source_machine_image,json=sourceMachineImage,proto3,oneof" json:"source_machine_image,omitempty"`
	// Source machine image encryption key when creating an instance from a machine image.
	SourceMachineImageEncryptionKey *CustomerEncryptionKey `protobuf:"bytes,192839075,opt,name=source_machine_image_encryption_key,json=sourceMachineImageEncryptionKey,proto3,oneof" json:"source_machine_image_encryption_key,omitempty"`
	// [Output Only] Whether a VM has been restricted for start because Compute Engine has detected suspicious activity.
	StartRestricted *bool `protobuf:"varint,123693144,opt,name=start_restricted,json=startRestricted,proto3,oneof" json:"start_restricted,omitempty"`
	// [Output Only] The status of the instance. One of the following values: PROVISIONING, STAGING, RUNNING, STOPPING, SUSPENDING, SUSPENDED, REPAIRING, and TERMINATED. For more information about the status of the instance, see Instance life cycle.
	// Check the Status enum for the list of possible values.
	Status *string `protobuf:"bytes,181260274,opt,name=status,proto3,oneof" json:"status,omitempty"`
	// [Output Only] An optional, human-readable explanation of the status.
	StatusMessage *string `protobuf:"bytes,297428154,opt,name=status_message,json=statusMessage,proto3,oneof" json:"status_message,omitempty"`
	// Tags to apply to this instance. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during instance creation. The tags can be later modified by the setTags method. Each tag within the list must comply with RFC1035. Multiple tags can be specified via the 'tags.items' field.
	Tags *Tags `protobuf:"bytes,3552281,opt,name=tags,proto3,oneof" json:"tags,omitempty"`
	// [Output Only] URL of the zone where the instance resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
	Zone *string `protobuf:"bytes,3744684,opt,name=zone,proto3,oneof" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

Represents an Instance resource. An instance is a virtual machine that is hosted on Google Cloud Platform. For more information, read Virtual Machine Instances.

func (*Instance) Descriptor

func (*Instance) Descriptor() ([]byte, []int)

Deprecated: Use Instance.ProtoReflect.Descriptor instead.

func (*Instance) GetAdvancedMachineFeatures

func (x *Instance) GetAdvancedMachineFeatures() *AdvancedMachineFeatures

func (*Instance) GetCanIpForward

func (x *Instance) GetCanIpForward() bool

func (*Instance) GetConfidentialInstanceConfig

func (x *Instance) GetConfidentialInstanceConfig() *ConfidentialInstanceConfig

func (*Instance) GetCpuPlatform

func (x *Instance) GetCpuPlatform() string

func (*Instance) GetCreationTimestamp

func (x *Instance) GetCreationTimestamp() string

func (*Instance) GetDeletionProtection

func (x *Instance) GetDeletionProtection() bool

func (*Instance) GetDescription

func (x *Instance) GetDescription() string

func (*Instance) GetDisks

func (x *Instance) GetDisks() []*AttachedDisk

func (*Instance) GetDisplayDevice

func (x *Instance) GetDisplayDevice() *DisplayDevice

func (*Instance) GetFingerprint

func (x *Instance) GetFingerprint() string

func (*Instance) GetGuestAccelerators

func (x *Instance) GetGuestAccelerators() []*AcceleratorConfig

func (*Instance) GetHostname

func (x *Instance) GetHostname() string

func (*Instance) GetId

func (x *Instance) GetId() uint64

func (*Instance) GetInstanceEncryptionKey

func (x *Instance) GetInstanceEncryptionKey() *CustomerEncryptionKey

func (*Instance) GetKeyRevocationActionType

func (x *Instance) GetKeyRevocationActionType() string

func (*Instance) GetKind

func (x *Instance) GetKind() string

func (*Instance) GetLabelFingerprint

func (x *Instance) GetLabelFingerprint() string

func (*Instance) GetLabels

func (x *Instance) GetLabels() map[string]string

func (*Instance) GetLastStartTimestamp

func (x *Instance) GetLastStartTimestamp() string

func (*Instance) GetLastStopTimestamp

func (x *Instance) GetLastStopTimestamp() string

func (*Instance) GetLastSuspendedTimestamp

func (x *Instance) GetLastSuspendedTimestamp() string

func (*Instance) GetMachineType

func (x *Instance) GetMachineType() string

func (*Instance) GetMetadata

func (x *Instance) GetMetadata() *Metadata

func (*Instance) GetMinCpuPlatform

func (x *Instance) GetMinCpuPlatform() string

func (*Instance) GetName

func (x *Instance) GetName() string

func (*Instance) GetNetworkInterfaces

func (x *Instance) GetNetworkInterfaces() []*NetworkInterface

func (*Instance) GetNetworkPerformanceConfig

func (x *Instance) GetNetworkPerformanceConfig() *NetworkPerformanceConfig

func (*Instance) GetParams

func (x *Instance) GetParams() *InstanceParams

func (*Instance) GetPrivateIpv6GoogleAccess

func (x *Instance) GetPrivateIpv6GoogleAccess() string

func (*Instance) GetReservationAffinity

func (x *Instance) GetReservationAffinity() *ReservationAffinity

func (*Instance) GetResourcePolicies

func (x *Instance) GetResourcePolicies() []string

func (*Instance) GetResourceStatus

func (x *Instance) GetResourceStatus() *ResourceStatus

func (*Instance) GetSatisfiesPzs

func (x *Instance) GetSatisfiesPzs() bool

func (*Instance) GetScheduling

func (x *Instance) GetScheduling() *Scheduling
func (x *Instance) GetSelfLink() string

func (*Instance) GetServiceAccounts

func (x *Instance) GetServiceAccounts() []*ServiceAccount

func (*Instance) GetShieldedInstanceConfig

func (x *Instance) GetShieldedInstanceConfig() *ShieldedInstanceConfig

func (*Instance) GetShieldedInstanceIntegrityPolicy

func (x *Instance) GetShieldedInstanceIntegrityPolicy() *ShieldedInstanceIntegrityPolicy

func (*Instance) GetSourceMachineImage

func (x *Instance) GetSourceMachineImage() string

func (*Instance) GetSourceMachineImageEncryptionKey

func (x *Instance) GetSourceMachineImageEncryptionKey() *CustomerEncryptionKey

func (*Instance) GetStartRestricted

func (x *Instance) GetStartRestricted() bool

func (*Instance) GetStatus

func (x *Instance) GetStatus() string

func (*Instance) GetStatusMessage

func (x *Instance) GetStatusMessage() string

func (*Instance) GetTags

func (x *Instance) GetTags() *Tags

func (*Instance) GetZone

func (x *Instance) GetZone() string

func (*Instance) ProtoMessage

func (*Instance) ProtoMessage()

func (*Instance) ProtoReflect

func (x *Instance) ProtoReflect() protoreflect.Message

func (*Instance) Reset

func (x *Instance) Reset()

func (*Instance) String

func (x *Instance) String() string

type InstanceAggregatedList

type InstanceAggregatedList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// An object that contains a list of instances scoped by zone.
	Items map[string]*InstancesScopedList `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// [Output Only] Type of resource. Always compute#instanceAggregatedList for aggregated lists of Instance resources.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Unreachable resources.
	Unreachables []string `protobuf:"bytes,243372063,rep,name=unreachables,proto3" json:"unreachables,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceAggregatedList) Descriptor

func (*InstanceAggregatedList) Descriptor() ([]byte, []int)

Deprecated: Use InstanceAggregatedList.ProtoReflect.Descriptor instead.

func (*InstanceAggregatedList) GetId

func (x *InstanceAggregatedList) GetId() string

func (*InstanceAggregatedList) GetItems

func (*InstanceAggregatedList) GetKind

func (x *InstanceAggregatedList) GetKind() string

func (*InstanceAggregatedList) GetNextPageToken

func (x *InstanceAggregatedList) GetNextPageToken() string
func (x *InstanceAggregatedList) GetSelfLink() string

func (*InstanceAggregatedList) GetUnreachables

func (x *InstanceAggregatedList) GetUnreachables() []string

func (*InstanceAggregatedList) GetWarning

func (x *InstanceAggregatedList) GetWarning() *Warning

func (*InstanceAggregatedList) ProtoMessage

func (*InstanceAggregatedList) ProtoMessage()

func (*InstanceAggregatedList) ProtoReflect

func (x *InstanceAggregatedList) ProtoReflect() protoreflect.Message

func (*InstanceAggregatedList) Reset

func (x *InstanceAggregatedList) Reset()

func (*InstanceAggregatedList) String

func (x *InstanceAggregatedList) String() string

type InstanceConsumptionData

type InstanceConsumptionData struct {

	// Resources consumed by the instance.
	ConsumptionInfo *InstanceConsumptionInfo `protobuf:"bytes,146354898,opt,name=consumption_info,json=consumptionInfo,proto3,oneof" json:"consumption_info,omitempty"`
	// Server-defined URL for the instance.
	Instance *string `protobuf:"bytes,18257045,opt,name=instance,proto3,oneof" json:"instance,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceConsumptionData) Descriptor

func (*InstanceConsumptionData) Descriptor() ([]byte, []int)

Deprecated: Use InstanceConsumptionData.ProtoReflect.Descriptor instead.

func (*InstanceConsumptionData) GetConsumptionInfo

func (x *InstanceConsumptionData) GetConsumptionInfo() *InstanceConsumptionInfo

func (*InstanceConsumptionData) GetInstance

func (x *InstanceConsumptionData) GetInstance() string

func (*InstanceConsumptionData) ProtoMessage

func (*InstanceConsumptionData) ProtoMessage()

func (*InstanceConsumptionData) ProtoReflect

func (x *InstanceConsumptionData) ProtoReflect() protoreflect.Message

func (*InstanceConsumptionData) Reset

func (x *InstanceConsumptionData) Reset()

func (*InstanceConsumptionData) String

func (x *InstanceConsumptionData) String() string

type InstanceConsumptionInfo

type InstanceConsumptionInfo struct {

	// The number of virtual CPUs that are available to the instance.
	GuestCpus *int32 `protobuf:"varint,393356754,opt,name=guest_cpus,json=guestCpus,proto3,oneof" json:"guest_cpus,omitempty"`
	// The amount of local SSD storage available to the instance, defined in GiB.
	LocalSsdGb *int32 `protobuf:"varint,329237578,opt,name=local_ssd_gb,json=localSsdGb,proto3,oneof" json:"local_ssd_gb,omitempty"`
	// The amount of physical memory available to the instance, defined in MiB.
	MemoryMb *int32 `protobuf:"varint,116001171,opt,name=memory_mb,json=memoryMb,proto3,oneof" json:"memory_mb,omitempty"`
	// The minimal guaranteed number of virtual CPUs that are reserved.
	MinNodeCpus *int32 `protobuf:"varint,317231675,opt,name=min_node_cpus,json=minNodeCpus,proto3,oneof" json:"min_node_cpus,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceConsumptionInfo) Descriptor

func (*InstanceConsumptionInfo) Descriptor() ([]byte, []int)

Deprecated: Use InstanceConsumptionInfo.ProtoReflect.Descriptor instead.

func (*InstanceConsumptionInfo) GetGuestCpus

func (x *InstanceConsumptionInfo) GetGuestCpus() int32

func (*InstanceConsumptionInfo) GetLocalSsdGb

func (x *InstanceConsumptionInfo) GetLocalSsdGb() int32

func (*InstanceConsumptionInfo) GetMemoryMb

func (x *InstanceConsumptionInfo) GetMemoryMb() int32

func (*InstanceConsumptionInfo) GetMinNodeCpus

func (x *InstanceConsumptionInfo) GetMinNodeCpus() int32

func (*InstanceConsumptionInfo) ProtoMessage

func (*InstanceConsumptionInfo) ProtoMessage()

func (*InstanceConsumptionInfo) ProtoReflect

func (x *InstanceConsumptionInfo) ProtoReflect() protoreflect.Message

func (*InstanceConsumptionInfo) Reset

func (x *InstanceConsumptionInfo) Reset()

func (*InstanceConsumptionInfo) String

func (x *InstanceConsumptionInfo) String() string

type InstanceGroup

type InstanceGroup struct {

	// [Output Only] The creation timestamp for this instance group in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// An optional description of this resource. Provide this property when you create the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// [Output Only] The fingerprint of the named ports. The system uses this fingerprint to detect conflicts when multiple users change the named ports concurrently.
	Fingerprint *string `protobuf:"bytes,234678500,opt,name=fingerprint,proto3,oneof" json:"fingerprint,omitempty"`
	// [Output Only] A unique identifier for this instance group, generated by the server.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Output Only] The resource type, which is always compute#instanceGroup for instance groups.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// The name of the instance group. The name must be 1-63 characters long, and comply with RFC1035.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	//  Assigns a name to a port number. For example: {name: "http", port: 80} This allows the system to reference ports by the assigned name instead of a port number. Named ports can also contain multiple ports. For example: [{name: "app1", port: 8080}, {name: "app1", port: 8081}, {name: "app2", port: 8082}] Named ports apply to all instances in this instance group.
	NamedPorts []*NamedPort `protobuf:"bytes,427598732,rep,name=named_ports,json=namedPorts,proto3" json:"named_ports,omitempty"`
	// [Output Only] The URL of the network to which all instances in the instance group belong. If your instance has multiple network interfaces, then the network and subnetwork fields only refer to the network and subnet used by your primary interface (nic0).
	Network *string `protobuf:"bytes,232872494,opt,name=network,proto3,oneof" json:"network,omitempty"`
	// [Output Only] The URL of the region where the instance group is located (for regional resources).
	Region *string `protobuf:"bytes,138946292,opt,name=region,proto3,oneof" json:"region,omitempty"`
	// [Output Only] The URL for this instance group. The server generates this URL.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] The total number of instances in the instance group.
	Size *int32 `protobuf:"varint,3530753,opt,name=size,proto3,oneof" json:"size,omitempty"`
	// [Output Only] The URL of the subnetwork to which all instances in the instance group belong. If your instance has multiple network interfaces, then the network and subnetwork fields only refer to the network and subnet used by your primary interface (nic0).
	Subnetwork *string `protobuf:"bytes,307827694,opt,name=subnetwork,proto3,oneof" json:"subnetwork,omitempty"`
	// [Output Only] The URL of the zone where the instance group is located (for zonal resources).
	Zone *string `protobuf:"bytes,3744684,opt,name=zone,proto3,oneof" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

Represents an Instance Group resource. Instance Groups can be used to configure a target for load balancing. Instance groups can either be managed or unmanaged. To create managed instance groups, use the instanceGroupManager or regionInstanceGroupManager resource instead. Use zonal unmanaged instance groups if you need to apply load balancing to groups of heterogeneous instances or if you need to manage the instances yourself. You cannot create regional unmanaged instance groups. For more information, read Instance groups.

func (*InstanceGroup) Descriptor

func (*InstanceGroup) Descriptor() ([]byte, []int)

Deprecated: Use InstanceGroup.ProtoReflect.Descriptor instead.

func (*InstanceGroup) GetCreationTimestamp

func (x *InstanceGroup) GetCreationTimestamp() string

func (*InstanceGroup) GetDescription

func (x *InstanceGroup) GetDescription() string

func (*InstanceGroup) GetFingerprint

func (x *InstanceGroup) GetFingerprint() string

func (*InstanceGroup) GetId

func (x *InstanceGroup) GetId() uint64

func (*InstanceGroup) GetKind

func (x *InstanceGroup) GetKind() string

func (*InstanceGroup) GetName

func (x *InstanceGroup) GetName() string

func (*InstanceGroup) GetNamedPorts

func (x *InstanceGroup) GetNamedPorts() []*NamedPort

func (*InstanceGroup) GetNetwork

func (x *InstanceGroup) GetNetwork() string

func (*InstanceGroup) GetRegion

func (x *InstanceGroup) GetRegion() string
func (x *InstanceGroup) GetSelfLink() string

func (*InstanceGroup) GetSize

func (x *InstanceGroup) GetSize() int32

func (*InstanceGroup) GetSubnetwork

func (x *InstanceGroup) GetSubnetwork() string

func (*InstanceGroup) GetZone

func (x *InstanceGroup) GetZone() string

func (*InstanceGroup) ProtoMessage

func (*InstanceGroup) ProtoMessage()

func (*InstanceGroup) ProtoReflect

func (x *InstanceGroup) ProtoReflect() protoreflect.Message

func (*InstanceGroup) Reset

func (x *InstanceGroup) Reset()

func (*InstanceGroup) String

func (x *InstanceGroup) String() string

type InstanceGroupAggregatedList

type InstanceGroupAggregatedList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of InstanceGroupsScopedList resources.
	Items map[string]*InstanceGroupsScopedList `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// [Output Only] The resource type, which is always compute#instanceGroupAggregatedList for aggregated lists of instance groups.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Unreachable resources.
	Unreachables []string `protobuf:"bytes,243372063,rep,name=unreachables,proto3" json:"unreachables,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceGroupAggregatedList) Descriptor

func (*InstanceGroupAggregatedList) Descriptor() ([]byte, []int)

Deprecated: Use InstanceGroupAggregatedList.ProtoReflect.Descriptor instead.

func (*InstanceGroupAggregatedList) GetId

func (*InstanceGroupAggregatedList) GetItems

func (*InstanceGroupAggregatedList) GetKind

func (x *InstanceGroupAggregatedList) GetKind() string

func (*InstanceGroupAggregatedList) GetNextPageToken

func (x *InstanceGroupAggregatedList) GetNextPageToken() string
func (x *InstanceGroupAggregatedList) GetSelfLink() string

func (*InstanceGroupAggregatedList) GetUnreachables

func (x *InstanceGroupAggregatedList) GetUnreachables() []string

func (*InstanceGroupAggregatedList) GetWarning

func (x *InstanceGroupAggregatedList) GetWarning() *Warning

func (*InstanceGroupAggregatedList) ProtoMessage

func (*InstanceGroupAggregatedList) ProtoMessage()

func (*InstanceGroupAggregatedList) ProtoReflect

func (*InstanceGroupAggregatedList) Reset

func (x *InstanceGroupAggregatedList) Reset()

func (*InstanceGroupAggregatedList) String

func (x *InstanceGroupAggregatedList) String() string

type InstanceGroupList

type InstanceGroupList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of InstanceGroup resources.
	Items []*InstanceGroup `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] The resource type, which is always compute#instanceGroupList for instance group lists.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

A list of InstanceGroup resources.

func (*InstanceGroupList) Descriptor

func (*InstanceGroupList) Descriptor() ([]byte, []int)

Deprecated: Use InstanceGroupList.ProtoReflect.Descriptor instead.

func (*InstanceGroupList) GetId

func (x *InstanceGroupList) GetId() string

func (*InstanceGroupList) GetItems

func (x *InstanceGroupList) GetItems() []*InstanceGroup

func (*InstanceGroupList) GetKind

func (x *InstanceGroupList) GetKind() string

func (*InstanceGroupList) GetNextPageToken

func (x *InstanceGroupList) GetNextPageToken() string
func (x *InstanceGroupList) GetSelfLink() string

func (*InstanceGroupList) GetWarning

func (x *InstanceGroupList) GetWarning() *Warning

func (*InstanceGroupList) ProtoMessage

func (*InstanceGroupList) ProtoMessage()

func (*InstanceGroupList) ProtoReflect

func (x *InstanceGroupList) ProtoReflect() protoreflect.Message

func (*InstanceGroupList) Reset

func (x *InstanceGroupList) Reset()

func (*InstanceGroupList) String

func (x *InstanceGroupList) String() string

type InstanceGroupManager

type InstanceGroupManager struct {

	// The autohealing policy for this managed instance group. You can specify only one value.
	AutoHealingPolicies []*InstanceGroupManagerAutoHealingPolicy `protobuf:"bytes,456799109,rep,name=auto_healing_policies,json=autoHealingPolicies,proto3" json:"auto_healing_policies,omitempty"`
	// The base instance name to use for instances in this group. The value must be 1-58 characters long. Instances are named by appending a hyphen and a random four-character string to the base instance name. The base instance name must comply with RFC1035.
	BaseInstanceName *string `protobuf:"bytes,389106439,opt,name=base_instance_name,json=baseInstanceName,proto3,oneof" json:"base_instance_name,omitempty"`
	// [Output Only] The creation timestamp for this managed instance group in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// [Output Only] The list of instance actions and the number of instances in this managed instance group that are scheduled for each of those actions.
	CurrentActions *InstanceGroupManagerActionsSummary `protobuf:"bytes,164045879,opt,name=current_actions,json=currentActions,proto3,oneof" json:"current_actions,omitempty"`
	// An optional description of this resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// Policy specifying the intended distribution of managed instances across zones in a regional managed instance group.
	DistributionPolicy *DistributionPolicy `protobuf:"bytes,534558541,opt,name=distribution_policy,json=distributionPolicy,proto3,oneof" json:"distribution_policy,omitempty"`
	// Fingerprint of this resource. This field may be used in optimistic locking. It will be ignored when inserting an InstanceGroupManager. An up-to-date fingerprint must be provided in order to update the InstanceGroupManager, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve an InstanceGroupManager.
	Fingerprint *string `protobuf:"bytes,234678500,opt,name=fingerprint,proto3,oneof" json:"fingerprint,omitempty"`
	// [Output Only] A unique identifier for this resource type. The server generates this identifier.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Output Only] The URL of the Instance Group resource.
	InstanceGroup *string `protobuf:"bytes,81095253,opt,name=instance_group,json=instanceGroup,proto3,oneof" json:"instance_group,omitempty"`
	// The repair policy for this managed instance group.
	InstanceLifecyclePolicy *InstanceGroupManagerInstanceLifecyclePolicy `protobuf:"bytes,447961617,opt,name=instance_lifecycle_policy,json=instanceLifecyclePolicy,proto3,oneof" json:"instance_lifecycle_policy,omitempty"`
	// The URL of the instance template that is specified for this managed instance group. The group uses this template to create all new instances in the managed instance group. The templates for existing instances in the group do not change unless you run recreateInstances, run applyUpdatesToInstances, or set the group's updatePolicy.type to PROACTIVE.
	InstanceTemplate *string `protobuf:"bytes,309248228,opt,name=instance_template,json=instanceTemplate,proto3,oneof" json:"instance_template,omitempty"`
	// [Output Only] The resource type, which is always compute#instanceGroupManager for managed instance groups.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// Pagination behavior of the listManagedInstances API method for this managed instance group.
	// Check the ListManagedInstancesResults enum for the list of possible values.
	ListManagedInstancesResults *string `protobuf:"bytes,296047156,opt,name=list_managed_instances_results,json=listManagedInstancesResults,proto3,oneof" json:"list_managed_instances_results,omitempty"`
	// The name of the managed instance group. The name must be 1-63 characters long, and comply with RFC1035.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// Named ports configured for the Instance Groups complementary to this Instance Group Manager.
	NamedPorts []*NamedPort `protobuf:"bytes,427598732,rep,name=named_ports,json=namedPorts,proto3" json:"named_ports,omitempty"`
	// [Output Only] The URL of the region where the managed instance group resides (for regional resources).
	Region *string `protobuf:"bytes,138946292,opt,name=region,proto3,oneof" json:"region,omitempty"`
	// [Output Only] The URL for this managed instance group. The server defines this URL.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// Stateful configuration for this Instanced Group Manager
	StatefulPolicy *StatefulPolicy `protobuf:"bytes,47538565,opt,name=stateful_policy,json=statefulPolicy,proto3,oneof" json:"stateful_policy,omitempty"`
	// [Output Only] The status of this managed instance group.
	Status *InstanceGroupManagerStatus `protobuf:"bytes,181260274,opt,name=status,proto3,oneof" json:"status,omitempty"`
	// The URLs for all TargetPool resources to which instances in the instanceGroup field are added. The target pools automatically apply to all of the instances in the managed instance group.
	TargetPools []string `protobuf:"bytes,336072617,rep,name=target_pools,json=targetPools,proto3" json:"target_pools,omitempty"`
	// The target number of running instances for this managed instance group. You can reduce this number by using the instanceGroupManager deleteInstances or abandonInstances methods. Resizing the group also changes this number.
	TargetSize *int32 `protobuf:"varint,62880239,opt,name=target_size,json=targetSize,proto3,oneof" json:"target_size,omitempty"`
	// The update policy for this managed instance group.
	UpdatePolicy *InstanceGroupManagerUpdatePolicy `protobuf:"bytes,175809896,opt,name=update_policy,json=updatePolicy,proto3,oneof" json:"update_policy,omitempty"`
	// Specifies the instance templates used by this managed instance group to create instances. Each version is defined by an instanceTemplate and a name. Every version can appear at most once per instance group. This field overrides the top-level instanceTemplate field. Read more about the relationships between these fields. Exactly one version must leave the targetSize field unset. That version will be applied to all remaining instances. For more information, read about canary updates.
	Versions []*InstanceGroupManagerVersion `protobuf:"bytes,162430619,rep,name=versions,proto3" json:"versions,omitempty"`
	// [Output Only] The URL of a zone where the managed instance group is located (for zonal resources).
	Zone *string `protobuf:"bytes,3744684,opt,name=zone,proto3,oneof" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

Represents a Managed Instance Group resource. An instance group is a collection of VM instances that you can manage as a single entity. For more information, read Instance groups. For zonal Managed Instance Group, use the instanceGroupManagers resource. For regional Managed Instance Group, use the regionInstanceGroupManagers resource.

func (*InstanceGroupManager) Descriptor

func (*InstanceGroupManager) Descriptor() ([]byte, []int)

Deprecated: Use InstanceGroupManager.ProtoReflect.Descriptor instead.

func (*InstanceGroupManager) GetAutoHealingPolicies

func (x *InstanceGroupManager) GetAutoHealingPolicies() []*InstanceGroupManagerAutoHealingPolicy

func (*InstanceGroupManager) GetBaseInstanceName

func (x *InstanceGroupManager) GetBaseInstanceName() string

func (*InstanceGroupManager) GetCreationTimestamp

func (x *InstanceGroupManager) GetCreationTimestamp() string

func (*InstanceGroupManager) GetCurrentActions

func (*InstanceGroupManager) GetDescription

func (x *InstanceGroupManager) GetDescription() string

func (*InstanceGroupManager) GetDistributionPolicy

func (x *InstanceGroupManager) GetDistributionPolicy() *DistributionPolicy

func (*InstanceGroupManager) GetFingerprint

func (x *InstanceGroupManager) GetFingerprint() string

func (*InstanceGroupManager) GetId

func (x *InstanceGroupManager) GetId() uint64

func (*InstanceGroupManager) GetInstanceGroup

func (x *InstanceGroupManager) GetInstanceGroup() string

func (*InstanceGroupManager) GetInstanceLifecyclePolicy

func (x *InstanceGroupManager) GetInstanceLifecyclePolicy() *InstanceGroupManagerInstanceLifecyclePolicy

func (*InstanceGroupManager) GetInstanceTemplate

func (x *InstanceGroupManager) GetInstanceTemplate() string

func (*InstanceGroupManager) GetKind

func (x *InstanceGroupManager) GetKind() string

func (*InstanceGroupManager) GetListManagedInstancesResults

func (x *InstanceGroupManager) GetListManagedInstancesResults() string

func (*InstanceGroupManager) GetName

func (x *InstanceGroupManager) GetName() string

func (*InstanceGroupManager) GetNamedPorts

func (x *InstanceGroupManager) GetNamedPorts() []*NamedPort

func (*InstanceGroupManager) GetRegion

func (x *InstanceGroupManager) GetRegion() string
func (x *InstanceGroupManager) GetSelfLink() string

func (*InstanceGroupManager) GetStatefulPolicy

func (x *InstanceGroupManager) GetStatefulPolicy() *StatefulPolicy

func (*InstanceGroupManager) GetStatus

func (*InstanceGroupManager) GetTargetPools

func (x *InstanceGroupManager) GetTargetPools() []string

func (*InstanceGroupManager) GetTargetSize

func (x *InstanceGroupManager) GetTargetSize() int32

func (*InstanceGroupManager) GetUpdatePolicy

func (*InstanceGroupManager) GetVersions

func (*InstanceGroupManager) GetZone

func (x *InstanceGroupManager) GetZone() string

func (*InstanceGroupManager) ProtoMessage

func (*InstanceGroupManager) ProtoMessage()

func (*InstanceGroupManager) ProtoReflect

func (x *InstanceGroupManager) ProtoReflect() protoreflect.Message

func (*InstanceGroupManager) Reset

func (x *InstanceGroupManager) Reset()

func (*InstanceGroupManager) String

func (x *InstanceGroupManager) String() string

type InstanceGroupManagerActionsSummary

type InstanceGroupManagerActionsSummary struct {

	// [Output Only] The total number of instances in the managed instance group that are scheduled to be abandoned. Abandoning an instance removes it from the managed instance group without deleting it.
	Abandoning *int32 `protobuf:"varint,440023373,opt,name=abandoning,proto3,oneof" json:"abandoning,omitempty"`
	// [Output Only] The number of instances in the managed instance group that are scheduled to be created or are currently being created. If the group fails to create any of these instances, it tries again until it creates the instance successfully. If you have disabled creation retries, this field will not be populated; instead, the creatingWithoutRetries field will be populated.
	Creating *int32 `protobuf:"varint,209809081,opt,name=creating,proto3,oneof" json:"creating,omitempty"`
	// [Output Only] The number of instances that the managed instance group will attempt to create. The group attempts to create each instance only once. If the group fails to create any of these instances, it decreases the group's targetSize value accordingly.
	CreatingWithoutRetries *int32 `protobuf:"varint,369916745,opt,name=creating_without_retries,json=creatingWithoutRetries,proto3,oneof" json:"creating_without_retries,omitempty"`
	// [Output Only] The number of instances in the managed instance group that are scheduled to be deleted or are currently being deleted.
	Deleting *int32 `protobuf:"varint,282846120,opt,name=deleting,proto3,oneof" json:"deleting,omitempty"`
	// [Output Only] The number of instances in the managed instance group that are running and have no scheduled actions.
	None *int32 `protobuf:"varint,3387192,opt,name=none,proto3,oneof" json:"none,omitempty"`
	// [Output Only] The number of instances in the managed instance group that are scheduled to be recreated or are currently being being recreated. Recreating an instance deletes the existing root persistent disk and creates a new disk from the image that is defined in the instance template.
	Recreating *int32 `protobuf:"varint,339057132,opt,name=recreating,proto3,oneof" json:"recreating,omitempty"`
	// [Output Only] The number of instances in the managed instance group that are being reconfigured with properties that do not require a restart or a recreate action. For example, setting or removing target pools for the instance.
	Refreshing *int32 `protobuf:"varint,215044903,opt,name=refreshing,proto3,oneof" json:"refreshing,omitempty"`
	// [Output Only] The number of instances in the managed instance group that are scheduled to be restarted or are currently being restarted.
	Restarting *int32 `protobuf:"varint,372312947,opt,name=restarting,proto3,oneof" json:"restarting,omitempty"`
	// [Output Only] The number of instances in the managed instance group that are scheduled to be resumed or are currently being resumed.
	Resuming *int32 `protobuf:"varint,201100714,opt,name=resuming,proto3,oneof" json:"resuming,omitempty"`
	// [Output Only] The number of instances in the managed instance group that are scheduled to be started or are currently being started.
	Starting *int32 `protobuf:"varint,243064896,opt,name=starting,proto3,oneof" json:"starting,omitempty"`
	// [Output Only] The number of instances in the managed instance group that are scheduled to be stopped or are currently being stopped.
	Stopping *int32 `protobuf:"varint,105035892,opt,name=stopping,proto3,oneof" json:"stopping,omitempty"`
	// [Output Only] The number of instances in the managed instance group that are scheduled to be suspended or are currently being suspended.
	Suspending *int32 `protobuf:"varint,29113894,opt,name=suspending,proto3,oneof" json:"suspending,omitempty"`
	// [Output Only] The number of instances in the managed instance group that are being verified. See the managedInstances[].currentAction property in the listManagedInstances method documentation.
	Verifying *int32 `protobuf:"varint,451612873,opt,name=verifying,proto3,oneof" json:"verifying,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceGroupManagerActionsSummary) Descriptor

func (*InstanceGroupManagerActionsSummary) Descriptor() ([]byte, []int)

Deprecated: Use InstanceGroupManagerActionsSummary.ProtoReflect.Descriptor instead.

func (*InstanceGroupManagerActionsSummary) GetAbandoning

func (x *InstanceGroupManagerActionsSummary) GetAbandoning() int32

func (*InstanceGroupManagerActionsSummary) GetCreating

func (x *InstanceGroupManagerActionsSummary) GetCreating() int32

func (*InstanceGroupManagerActionsSummary) GetCreatingWithoutRetries

func (x *InstanceGroupManagerActionsSummary) GetCreatingWithoutRetries() int32

func (*InstanceGroupManagerActionsSummary) GetDeleting

func (x *InstanceGroupManagerActionsSummary) GetDeleting() int32

func (*InstanceGroupManagerActionsSummary) GetNone

func (*InstanceGroupManagerActionsSummary) GetRecreating

func (x *InstanceGroupManagerActionsSummary) GetRecreating() int32

func (*InstanceGroupManagerActionsSummary) GetRefreshing

func (x *InstanceGroupManagerActionsSummary) GetRefreshing() int32

func (*InstanceGroupManagerActionsSummary) GetRestarting

func (x *InstanceGroupManagerActionsSummary) GetRestarting() int32

func (*InstanceGroupManagerActionsSummary) GetResuming

func (x *InstanceGroupManagerActionsSummary) GetResuming() int32

func (*InstanceGroupManagerActionsSummary) GetStarting

func (x *InstanceGroupManagerActionsSummary) GetStarting() int32

func (*InstanceGroupManagerActionsSummary) GetStopping

func (x *InstanceGroupManagerActionsSummary) GetStopping() int32

func (*InstanceGroupManagerActionsSummary) GetSuspending

func (x *InstanceGroupManagerActionsSummary) GetSuspending() int32

func (*InstanceGroupManagerActionsSummary) GetVerifying

func (x *InstanceGroupManagerActionsSummary) GetVerifying() int32

func (*InstanceGroupManagerActionsSummary) ProtoMessage

func (*InstanceGroupManagerActionsSummary) ProtoMessage()

func (*InstanceGroupManagerActionsSummary) ProtoReflect

func (*InstanceGroupManagerActionsSummary) Reset

func (*InstanceGroupManagerActionsSummary) String

type InstanceGroupManagerAggregatedList

type InstanceGroupManagerAggregatedList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of InstanceGroupManagersScopedList resources.
	Items map[string]*InstanceGroupManagersScopedList `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// [Output Only] The resource type, which is always compute#instanceGroupManagerAggregatedList for an aggregated list of managed instance groups.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Unreachable resources.
	Unreachables []string `protobuf:"bytes,243372063,rep,name=unreachables,proto3" json:"unreachables,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceGroupManagerAggregatedList) Descriptor

func (*InstanceGroupManagerAggregatedList) Descriptor() ([]byte, []int)

Deprecated: Use InstanceGroupManagerAggregatedList.ProtoReflect.Descriptor instead.

func (*InstanceGroupManagerAggregatedList) GetId

func (*InstanceGroupManagerAggregatedList) GetItems

func (*InstanceGroupManagerAggregatedList) GetKind

func (*InstanceGroupManagerAggregatedList) GetNextPageToken

func (x *InstanceGroupManagerAggregatedList) GetNextPageToken() string
func (x *InstanceGroupManagerAggregatedList) GetSelfLink() string

func (*InstanceGroupManagerAggregatedList) GetUnreachables

func (x *InstanceGroupManagerAggregatedList) GetUnreachables() []string

func (*InstanceGroupManagerAggregatedList) GetWarning

func (*InstanceGroupManagerAggregatedList) ProtoMessage

func (*InstanceGroupManagerAggregatedList) ProtoMessage()

func (*InstanceGroupManagerAggregatedList) ProtoReflect

func (*InstanceGroupManagerAggregatedList) Reset

func (*InstanceGroupManagerAggregatedList) String

type InstanceGroupManagerAutoHealingPolicy

type InstanceGroupManagerAutoHealingPolicy struct {

	// The URL for the health check that signals autohealing.
	HealthCheck *string `protobuf:"bytes,308876645,opt,name=health_check,json=healthCheck,proto3,oneof" json:"health_check,omitempty"`
	// The initial delay is the number of seconds that a new VM takes to initialize and run its startup script. During a VM's initial delay period, the MIG ignores unsuccessful health checks because the VM might be in the startup process. This prevents the MIG from prematurely recreating a VM. If the health check receives a healthy response during the initial delay, it indicates that the startup process is complete and the VM is ready. The value of initial delay must be between 0 and 3600 seconds. The default value is 0.
	InitialDelaySec *int32 `protobuf:"varint,263207002,opt,name=initial_delay_sec,json=initialDelaySec,proto3,oneof" json:"initial_delay_sec,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceGroupManagerAutoHealingPolicy) Descriptor

func (*InstanceGroupManagerAutoHealingPolicy) Descriptor() ([]byte, []int)

Deprecated: Use InstanceGroupManagerAutoHealingPolicy.ProtoReflect.Descriptor instead.

func (*InstanceGroupManagerAutoHealingPolicy) GetHealthCheck

func (x *InstanceGroupManagerAutoHealingPolicy) GetHealthCheck() string

func (*InstanceGroupManagerAutoHealingPolicy) GetInitialDelaySec

func (x *InstanceGroupManagerAutoHealingPolicy) GetInitialDelaySec() int32

func (*InstanceGroupManagerAutoHealingPolicy) ProtoMessage

func (*InstanceGroupManagerAutoHealingPolicy) ProtoMessage()

func (*InstanceGroupManagerAutoHealingPolicy) ProtoReflect

func (*InstanceGroupManagerAutoHealingPolicy) Reset

func (*InstanceGroupManagerAutoHealingPolicy) String

type InstanceGroupManagerInstanceLifecyclePolicy

type InstanceGroupManagerInstanceLifecyclePolicy struct {

	// A bit indicating whether to forcefully apply the group's latest configuration when repairing a VM. Valid options are: - NO (default): If configuration updates are available, they are not forcefully applied during repair. Instead, configuration updates are applied according to the group's update policy. - YES: If configuration updates are available, they are applied during repair.
	// Check the ForceUpdateOnRepair enum for the list of possible values.
	ForceUpdateOnRepair *string `protobuf:"bytes,356302027,opt,name=force_update_on_repair,json=forceUpdateOnRepair,proto3,oneof" json:"force_update_on_repair,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceGroupManagerInstanceLifecyclePolicy) Descriptor

Deprecated: Use InstanceGroupManagerInstanceLifecyclePolicy.ProtoReflect.Descriptor instead.

func (*InstanceGroupManagerInstanceLifecyclePolicy) GetForceUpdateOnRepair

func (x *InstanceGroupManagerInstanceLifecyclePolicy) GetForceUpdateOnRepair() string

func (*InstanceGroupManagerInstanceLifecyclePolicy) ProtoMessage

func (*InstanceGroupManagerInstanceLifecyclePolicy) ProtoReflect

func (*InstanceGroupManagerInstanceLifecyclePolicy) Reset

func (*InstanceGroupManagerInstanceLifecyclePolicy) String

type InstanceGroupManagerInstanceLifecyclePolicy_ForceUpdateOnRepair

type InstanceGroupManagerInstanceLifecyclePolicy_ForceUpdateOnRepair int32

A bit indicating whether to forcefully apply the group's latest configuration when repairing a VM. Valid options are: - NO (default): If configuration updates are available, they are not forcefully applied during repair. Instead, configuration updates are applied according to the group's update policy. - YES: If configuration updates are available, they are applied during repair.

const (
	// A value indicating that the enum field is not set.
	InstanceGroupManagerInstanceLifecyclePolicy_UNDEFINED_FORCE_UPDATE_ON_REPAIR InstanceGroupManagerInstanceLifecyclePolicy_ForceUpdateOnRepair = 0
	InstanceGroupManagerInstanceLifecyclePolicy_NO                               InstanceGroupManagerInstanceLifecyclePolicy_ForceUpdateOnRepair = 2497
	InstanceGroupManagerInstanceLifecyclePolicy_YES                              InstanceGroupManagerInstanceLifecyclePolicy_ForceUpdateOnRepair = 87751
)

func (InstanceGroupManagerInstanceLifecyclePolicy_ForceUpdateOnRepair) Descriptor

func (InstanceGroupManagerInstanceLifecyclePolicy_ForceUpdateOnRepair) Enum

func (InstanceGroupManagerInstanceLifecyclePolicy_ForceUpdateOnRepair) EnumDescriptor

Deprecated: Use InstanceGroupManagerInstanceLifecyclePolicy_ForceUpdateOnRepair.Descriptor instead.

func (InstanceGroupManagerInstanceLifecyclePolicy_ForceUpdateOnRepair) Number

func (InstanceGroupManagerInstanceLifecyclePolicy_ForceUpdateOnRepair) String

func (InstanceGroupManagerInstanceLifecyclePolicy_ForceUpdateOnRepair) Type

type InstanceGroupManagerList

type InstanceGroupManagerList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of InstanceGroupManager resources.
	Items []*InstanceGroupManager `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] The resource type, which is always compute#instanceGroupManagerList for a list of managed instance groups.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

[Output Only] A list of managed instance groups.

func (*InstanceGroupManagerList) Descriptor

func (*InstanceGroupManagerList) Descriptor() ([]byte, []int)

Deprecated: Use InstanceGroupManagerList.ProtoReflect.Descriptor instead.

func (*InstanceGroupManagerList) GetId

func (x *InstanceGroupManagerList) GetId() string

func (*InstanceGroupManagerList) GetItems

func (*InstanceGroupManagerList) GetKind

func (x *InstanceGroupManagerList) GetKind() string

func (*InstanceGroupManagerList) GetNextPageToken

func (x *InstanceGroupManagerList) GetNextPageToken() string
func (x *InstanceGroupManagerList) GetSelfLink() string

func (*InstanceGroupManagerList) GetWarning

func (x *InstanceGroupManagerList) GetWarning() *Warning

func (*InstanceGroupManagerList) ProtoMessage

func (*InstanceGroupManagerList) ProtoMessage()

func (*InstanceGroupManagerList) ProtoReflect

func (x *InstanceGroupManagerList) ProtoReflect() protoreflect.Message

func (*InstanceGroupManagerList) Reset

func (x *InstanceGroupManagerList) Reset()

func (*InstanceGroupManagerList) String

func (x *InstanceGroupManagerList) String() string

type InstanceGroupManagerStatus

type InstanceGroupManagerStatus struct {

	// [Output Only] The URL of the Autoscaler that targets this instance group manager.
	Autoscaler *string `protobuf:"bytes,517258967,opt,name=autoscaler,proto3,oneof" json:"autoscaler,omitempty"`
	// [Output Only] A bit indicating whether the managed instance group is in a stable state. A stable state means that: none of the instances in the managed instance group is currently undergoing any type of change (for example, creation, restart, or deletion); no future changes are scheduled for instances in the managed instance group; and the managed instance group itself is not being modified.
	IsStable *bool `protobuf:"varint,108410864,opt,name=is_stable,json=isStable,proto3,oneof" json:"is_stable,omitempty"`
	// [Output Only] Stateful status of the given Instance Group Manager.
	Stateful *InstanceGroupManagerStatusStateful `protobuf:"bytes,244462412,opt,name=stateful,proto3,oneof" json:"stateful,omitempty"`
	// [Output Only] A status of consistency of Instances' versions with their target version specified by version field on Instance Group Manager.
	VersionTarget *InstanceGroupManagerStatusVersionTarget `protobuf:"bytes,289386200,opt,name=version_target,json=versionTarget,proto3,oneof" json:"version_target,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceGroupManagerStatus) Descriptor

func (*InstanceGroupManagerStatus) Descriptor() ([]byte, []int)

Deprecated: Use InstanceGroupManagerStatus.ProtoReflect.Descriptor instead.

func (*InstanceGroupManagerStatus) GetAutoscaler

func (x *InstanceGroupManagerStatus) GetAutoscaler() string

func (*InstanceGroupManagerStatus) GetIsStable

func (x *InstanceGroupManagerStatus) GetIsStable() bool

func (*InstanceGroupManagerStatus) GetStateful

func (*InstanceGroupManagerStatus) GetVersionTarget

func (*InstanceGroupManagerStatus) ProtoMessage

func (*InstanceGroupManagerStatus) ProtoMessage()

func (*InstanceGroupManagerStatus) ProtoReflect

func (*InstanceGroupManagerStatus) Reset

func (x *InstanceGroupManagerStatus) Reset()

func (*InstanceGroupManagerStatus) String

func (x *InstanceGroupManagerStatus) String() string

type InstanceGroupManagerStatusStateful

type InstanceGroupManagerStatusStateful struct {

	// [Output Only] A bit indicating whether the managed instance group has stateful configuration, that is, if you have configured any items in a stateful policy or in per-instance configs. The group might report that it has no stateful configuration even when there is still some preserved state on a managed instance, for example, if you have deleted all PICs but not yet applied those deletions.
	HasStatefulConfig *bool `protobuf:"varint,110474224,opt,name=has_stateful_config,json=hasStatefulConfig,proto3,oneof" json:"has_stateful_config,omitempty"`
	// [Output Only] Status of per-instance configurations on the instance.
	PerInstanceConfigs *InstanceGroupManagerStatusStatefulPerInstanceConfigs `protobuf:"bytes,526265001,opt,name=per_instance_configs,json=perInstanceConfigs,proto3,oneof" json:"per_instance_configs,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceGroupManagerStatusStateful) Descriptor

func (*InstanceGroupManagerStatusStateful) Descriptor() ([]byte, []int)

Deprecated: Use InstanceGroupManagerStatusStateful.ProtoReflect.Descriptor instead.

func (*InstanceGroupManagerStatusStateful) GetHasStatefulConfig

func (x *InstanceGroupManagerStatusStateful) GetHasStatefulConfig() bool

func (*InstanceGroupManagerStatusStateful) GetPerInstanceConfigs

func (*InstanceGroupManagerStatusStateful) ProtoMessage

func (*InstanceGroupManagerStatusStateful) ProtoMessage()

func (*InstanceGroupManagerStatusStateful) ProtoReflect

func (*InstanceGroupManagerStatusStateful) Reset

func (*InstanceGroupManagerStatusStateful) String

type InstanceGroupManagerStatusStatefulPerInstanceConfigs

type InstanceGroupManagerStatusStatefulPerInstanceConfigs struct {

	// A bit indicating if all of the group's per-instance configurations (listed in the output of a listPerInstanceConfigs API call) have status EFFECTIVE or there are no per-instance-configs.
	AllEffective *bool `protobuf:"varint,516540553,opt,name=all_effective,json=allEffective,proto3,oneof" json:"all_effective,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceGroupManagerStatusStatefulPerInstanceConfigs) Descriptor

Deprecated: Use InstanceGroupManagerStatusStatefulPerInstanceConfigs.ProtoReflect.Descriptor instead.

func (*InstanceGroupManagerStatusStatefulPerInstanceConfigs) GetAllEffective

func (*InstanceGroupManagerStatusStatefulPerInstanceConfigs) ProtoMessage

func (*InstanceGroupManagerStatusStatefulPerInstanceConfigs) ProtoReflect

func (*InstanceGroupManagerStatusStatefulPerInstanceConfigs) Reset

func (*InstanceGroupManagerStatusStatefulPerInstanceConfigs) String

type InstanceGroupManagerStatusVersionTarget

type InstanceGroupManagerStatusVersionTarget struct {

	// [Output Only] A bit indicating whether version target has been reached in this managed instance group, i.e. all instances are in their target version. Instances' target version are specified by version field on Instance Group Manager.
	IsReached *bool `protobuf:"varint,433209149,opt,name=is_reached,json=isReached,proto3,oneof" json:"is_reached,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceGroupManagerStatusVersionTarget) Descriptor

func (*InstanceGroupManagerStatusVersionTarget) Descriptor() ([]byte, []int)

Deprecated: Use InstanceGroupManagerStatusVersionTarget.ProtoReflect.Descriptor instead.

func (*InstanceGroupManagerStatusVersionTarget) GetIsReached

func (*InstanceGroupManagerStatusVersionTarget) ProtoMessage

func (*InstanceGroupManagerStatusVersionTarget) ProtoReflect

func (*InstanceGroupManagerStatusVersionTarget) Reset

func (*InstanceGroupManagerStatusVersionTarget) String

type InstanceGroupManagerUpdatePolicy

type InstanceGroupManagerUpdatePolicy struct {

	// The instance redistribution policy for regional managed instance groups. Valid values are: - PROACTIVE (default): The group attempts to maintain an even distribution of VM instances across zones in the region. - NONE: For non-autoscaled groups, proactive redistribution is disabled.
	// Check the InstanceRedistributionType enum for the list of possible values.
	InstanceRedistributionType *string `protobuf:"bytes,292630424,opt,name=instance_redistribution_type,json=instanceRedistributionType,proto3,oneof" json:"instance_redistribution_type,omitempty"`
	// The maximum number of instances that can be created above the specified targetSize during the update process. This value can be either a fixed number or, if the group has 10 or more instances, a percentage. If you set a percentage, the number of instances is rounded if necessary. The default value for maxSurge is a fixed value equal to the number of zones in which the managed instance group operates. At least one of either maxSurge or maxUnavailable must be greater than 0. Learn more about maxSurge.
	MaxSurge *FixedOrPercent `protobuf:"bytes,302572691,opt,name=max_surge,json=maxSurge,proto3,oneof" json:"max_surge,omitempty"`
	// The maximum number of instances that can be unavailable during the update process. An instance is considered available if all of the following conditions are satisfied: - The instance's status is RUNNING. - If there is a health check on the instance group, the instance's health check status must be HEALTHY at least once. If there is no health check on the group, then the instance only needs to have a status of RUNNING to be considered available. This value can be either a fixed number or, if the group has 10 or more instances, a percentage. If you set a percentage, the number of instances is rounded if necessary. The default value for maxUnavailable is a fixed value equal to the number of zones in which the managed instance group operates. At least one of either maxSurge or maxUnavailable must be greater than 0. Learn more about maxUnavailable.
	MaxUnavailable *FixedOrPercent `protobuf:"bytes,404940277,opt,name=max_unavailable,json=maxUnavailable,proto3,oneof" json:"max_unavailable,omitempty"`
	// Minimal action to be taken on an instance. Use this option to minimize disruption as much as possible or to apply a more disruptive action than is necessary. - To limit disruption as much as possible, set the minimal action to REFRESH. If your update requires a more disruptive action, Compute Engine performs the necessary action to execute the update. - To apply a more disruptive action than is strictly necessary, set the minimal action to RESTART or REPLACE. For example, Compute Engine does not need to restart a VM to change its metadata. But if your application reads instance metadata only when a VM is restarted, you can set the minimal action to RESTART in order to pick up metadata changes.
	// Check the MinimalAction enum for the list of possible values.
	MinimalAction *string `protobuf:"bytes,270567060,opt,name=minimal_action,json=minimalAction,proto3,oneof" json:"minimal_action,omitempty"`
	// Most disruptive action that is allowed to be taken on an instance. You can specify either NONE to forbid any actions, REFRESH to avoid restarting the VM and to limit disruption as much as possible. RESTART to allow actions that can be applied without instance replacing or REPLACE to allow all possible actions. If the Updater determines that the minimal update action needed is more disruptive than most disruptive allowed action you specify it will not perform the update at all.
	// Check the MostDisruptiveAllowedAction enum for the list of possible values.
	MostDisruptiveAllowedAction *string `protobuf:"bytes,66103053,opt,name=most_disruptive_allowed_action,json=mostDisruptiveAllowedAction,proto3,oneof" json:"most_disruptive_allowed_action,omitempty"`
	// What action should be used to replace instances. See minimal_action.REPLACE
	// Check the ReplacementMethod enum for the list of possible values.
	ReplacementMethod *string `protobuf:"bytes,505931694,opt,name=replacement_method,json=replacementMethod,proto3,oneof" json:"replacement_method,omitempty"`
	// The type of update process. You can specify either PROACTIVE so that the MIG automatically updates VMs to the latest configurations or OPPORTUNISTIC so that you can select the VMs that you want to update.
	// Check the Type enum for the list of possible values.
	Type *string `protobuf:"bytes,3575610,opt,name=type,proto3,oneof" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceGroupManagerUpdatePolicy) Descriptor

func (*InstanceGroupManagerUpdatePolicy) Descriptor() ([]byte, []int)

Deprecated: Use InstanceGroupManagerUpdatePolicy.ProtoReflect.Descriptor instead.

func (*InstanceGroupManagerUpdatePolicy) GetInstanceRedistributionType

func (x *InstanceGroupManagerUpdatePolicy) GetInstanceRedistributionType() string

func (*InstanceGroupManagerUpdatePolicy) GetMaxSurge

func (*InstanceGroupManagerUpdatePolicy) GetMaxUnavailable

func (x *InstanceGroupManagerUpdatePolicy) GetMaxUnavailable() *FixedOrPercent

func (*InstanceGroupManagerUpdatePolicy) GetMinimalAction

func (x *InstanceGroupManagerUpdatePolicy) GetMinimalAction() string

func (*InstanceGroupManagerUpdatePolicy) GetMostDisruptiveAllowedAction

func (x *InstanceGroupManagerUpdatePolicy) GetMostDisruptiveAllowedAction() string

func (*InstanceGroupManagerUpdatePolicy) GetReplacementMethod

func (x *InstanceGroupManagerUpdatePolicy) GetReplacementMethod() string

func (*InstanceGroupManagerUpdatePolicy) GetType

func (*InstanceGroupManagerUpdatePolicy) ProtoMessage

func (*InstanceGroupManagerUpdatePolicy) ProtoMessage()

func (*InstanceGroupManagerUpdatePolicy) ProtoReflect

func (*InstanceGroupManagerUpdatePolicy) Reset

func (*InstanceGroupManagerUpdatePolicy) String

type InstanceGroupManagerUpdatePolicy_InstanceRedistributionType

type InstanceGroupManagerUpdatePolicy_InstanceRedistributionType int32

The instance redistribution policy for regional managed instance groups. Valid values are: - PROACTIVE (default): The group attempts to maintain an even distribution of VM instances across zones in the region. - NONE: For non-autoscaled groups, proactive redistribution is disabled. Additional supported values which may be not listed in the enum directly due to technical reasons: NONE PROACTIVE

const (
	// A value indicating that the enum field is not set.
	InstanceGroupManagerUpdatePolicy_UNDEFINED_INSTANCE_REDISTRIBUTION_TYPE InstanceGroupManagerUpdatePolicy_InstanceRedistributionType = 0
)

func (InstanceGroupManagerUpdatePolicy_InstanceRedistributionType) Descriptor

func (InstanceGroupManagerUpdatePolicy_InstanceRedistributionType) Enum

func (InstanceGroupManagerUpdatePolicy_InstanceRedistributionType) EnumDescriptor

Deprecated: Use InstanceGroupManagerUpdatePolicy_InstanceRedistributionType.Descriptor instead.

func (InstanceGroupManagerUpdatePolicy_InstanceRedistributionType) Number

func (InstanceGroupManagerUpdatePolicy_InstanceRedistributionType) String

func (InstanceGroupManagerUpdatePolicy_InstanceRedistributionType) Type

type InstanceGroupManagerUpdatePolicy_MinimalAction

type InstanceGroupManagerUpdatePolicy_MinimalAction int32

Minimal action to be taken on an instance. Use this option to minimize disruption as much as possible or to apply a more disruptive action than is necessary. - To limit disruption as much as possible, set the minimal action to REFRESH. If your update requires a more disruptive action, Compute Engine performs the necessary action to execute the update. - To apply a more disruptive action than is strictly necessary, set the minimal action to RESTART or REPLACE. For example, Compute Engine does not need to restart a VM to change its metadata. But if your application reads instance metadata only when a VM is restarted, you can set the minimal action to RESTART in order to pick up metadata changes. Additional supported values which may be not listed in the enum directly due to technical reasons: NONE REFRESH REPLACE RESTART

const (
	// A value indicating that the enum field is not set.
	InstanceGroupManagerUpdatePolicy_UNDEFINED_MINIMAL_ACTION InstanceGroupManagerUpdatePolicy_MinimalAction = 0
)

func (InstanceGroupManagerUpdatePolicy_MinimalAction) Descriptor

func (InstanceGroupManagerUpdatePolicy_MinimalAction) Enum

func (InstanceGroupManagerUpdatePolicy_MinimalAction) EnumDescriptor

Deprecated: Use InstanceGroupManagerUpdatePolicy_MinimalAction.Descriptor instead.

func (InstanceGroupManagerUpdatePolicy_MinimalAction) Number

func (InstanceGroupManagerUpdatePolicy_MinimalAction) String

func (InstanceGroupManagerUpdatePolicy_MinimalAction) Type

type InstanceGroupManagerUpdatePolicy_MostDisruptiveAllowedAction

type InstanceGroupManagerUpdatePolicy_MostDisruptiveAllowedAction int32

Most disruptive action that is allowed to be taken on an instance. You can specify either NONE to forbid any actions, REFRESH to avoid restarting the VM and to limit disruption as much as possible. RESTART to allow actions that can be applied without instance replacing or REPLACE to allow all possible actions. If the Updater determines that the minimal update action needed is more disruptive than most disruptive allowed action you specify it will not perform the update at all. Additional supported values which may be not listed in the enum directly due to technical reasons: NONE REFRESH REPLACE RESTART

const (
	// A value indicating that the enum field is not set.
	InstanceGroupManagerUpdatePolicy_UNDEFINED_MOST_DISRUPTIVE_ALLOWED_ACTION InstanceGroupManagerUpdatePolicy_MostDisruptiveAllowedAction = 0
)

func (InstanceGroupManagerUpdatePolicy_MostDisruptiveAllowedAction) Descriptor

func (InstanceGroupManagerUpdatePolicy_MostDisruptiveAllowedAction) Enum

func (InstanceGroupManagerUpdatePolicy_MostDisruptiveAllowedAction) EnumDescriptor

Deprecated: Use InstanceGroupManagerUpdatePolicy_MostDisruptiveAllowedAction.Descriptor instead.

func (InstanceGroupManagerUpdatePolicy_MostDisruptiveAllowedAction) Number

func (InstanceGroupManagerUpdatePolicy_MostDisruptiveAllowedAction) String

func (InstanceGroupManagerUpdatePolicy_MostDisruptiveAllowedAction) Type

type InstanceGroupManagerUpdatePolicy_ReplacementMethod

type InstanceGroupManagerUpdatePolicy_ReplacementMethod int32

What action should be used to replace instances. See minimal_action.REPLACE

const (
	// A value indicating that the enum field is not set.
	InstanceGroupManagerUpdatePolicy_UNDEFINED_REPLACEMENT_METHOD InstanceGroupManagerUpdatePolicy_ReplacementMethod = 0
	// Instances will be recreated (with the same name)
	InstanceGroupManagerUpdatePolicy_RECREATE InstanceGroupManagerUpdatePolicy_ReplacementMethod = 522644719
	// Default option: instances will be deleted and created (with a new name)
	InstanceGroupManagerUpdatePolicy_SUBSTITUTE InstanceGroupManagerUpdatePolicy_ReplacementMethod = 280924314
)

func (InstanceGroupManagerUpdatePolicy_ReplacementMethod) Descriptor

func (InstanceGroupManagerUpdatePolicy_ReplacementMethod) Enum

func (InstanceGroupManagerUpdatePolicy_ReplacementMethod) EnumDescriptor

Deprecated: Use InstanceGroupManagerUpdatePolicy_ReplacementMethod.Descriptor instead.

func (InstanceGroupManagerUpdatePolicy_ReplacementMethod) Number

func (InstanceGroupManagerUpdatePolicy_ReplacementMethod) String

func (InstanceGroupManagerUpdatePolicy_ReplacementMethod) Type

type InstanceGroupManagerUpdatePolicy_Type

type InstanceGroupManagerUpdatePolicy_Type int32

The type of update process. You can specify either PROACTIVE so that the MIG automatically updates VMs to the latest configurations or OPPORTUNISTIC so that you can select the VMs that you want to update. Additional supported values which may be not listed in the enum directly due to technical reasons: PROACTIVE

const (
	// A value indicating that the enum field is not set.
	InstanceGroupManagerUpdatePolicy_UNDEFINED_TYPE InstanceGroupManagerUpdatePolicy_Type = 0
	// MIG will apply new configurations to existing VMs only when you selectively target specific or all VMs to be updated.
	InstanceGroupManagerUpdatePolicy_OPPORTUNISTIC InstanceGroupManagerUpdatePolicy_Type = 429530089
)

func (InstanceGroupManagerUpdatePolicy_Type) Descriptor

func (InstanceGroupManagerUpdatePolicy_Type) Enum

func (InstanceGroupManagerUpdatePolicy_Type) EnumDescriptor

func (InstanceGroupManagerUpdatePolicy_Type) EnumDescriptor() ([]byte, []int)

Deprecated: Use InstanceGroupManagerUpdatePolicy_Type.Descriptor instead.

func (InstanceGroupManagerUpdatePolicy_Type) Number

func (InstanceGroupManagerUpdatePolicy_Type) String

func (InstanceGroupManagerUpdatePolicy_Type) Type

type InstanceGroupManagerVersion

type InstanceGroupManagerVersion struct {

	// The URL of the instance template that is specified for this managed instance group. The group uses this template to create new instances in the managed instance group until the `targetSize` for this version is reached. The templates for existing instances in the group do not change unless you run recreateInstances, run applyUpdatesToInstances, or set the group's updatePolicy.type to PROACTIVE; in those cases, existing instances are updated until the `targetSize` for this version is reached.
	InstanceTemplate *string `protobuf:"bytes,309248228,opt,name=instance_template,json=instanceTemplate,proto3,oneof" json:"instance_template,omitempty"`
	// Name of the version. Unique among all versions in the scope of this managed instance group.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// Specifies the intended number of instances to be created from the instanceTemplate. The final number of instances created from the template will be equal to: - If expressed as a fixed number, the minimum of either targetSize.fixed or instanceGroupManager.targetSize is used. - if expressed as a percent, the targetSize would be (targetSize.percent/100 * InstanceGroupManager.targetSize) If there is a remainder, the number is rounded. If unset, this version will update any remaining instances not updated by another version. Read Starting a canary update for more information.
	TargetSize *FixedOrPercent `protobuf:"bytes,62880239,opt,name=target_size,json=targetSize,proto3,oneof" json:"target_size,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceGroupManagerVersion) Descriptor

func (*InstanceGroupManagerVersion) Descriptor() ([]byte, []int)

Deprecated: Use InstanceGroupManagerVersion.ProtoReflect.Descriptor instead.

func (*InstanceGroupManagerVersion) GetInstanceTemplate

func (x *InstanceGroupManagerVersion) GetInstanceTemplate() string

func (*InstanceGroupManagerVersion) GetName

func (x *InstanceGroupManagerVersion) GetName() string

func (*InstanceGroupManagerVersion) GetTargetSize

func (x *InstanceGroupManagerVersion) GetTargetSize() *FixedOrPercent

func (*InstanceGroupManagerVersion) ProtoMessage

func (*InstanceGroupManagerVersion) ProtoMessage()

func (*InstanceGroupManagerVersion) ProtoReflect

func (*InstanceGroupManagerVersion) Reset

func (x *InstanceGroupManagerVersion) Reset()

func (*InstanceGroupManagerVersion) String

func (x *InstanceGroupManagerVersion) String() string

type InstanceGroupManager_ListManagedInstancesResults

type InstanceGroupManager_ListManagedInstancesResults int32

Pagination behavior of the listManagedInstances API method for this managed instance group.

const (
	// A value indicating that the enum field is not set.
	InstanceGroupManager_UNDEFINED_LIST_MANAGED_INSTANCES_RESULTS InstanceGroupManager_ListManagedInstancesResults = 0
	// (Default) Pagination is disabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are ignored and all instances are returned in a single response.
	InstanceGroupManager_PAGELESS InstanceGroupManager_ListManagedInstancesResults = 32183464
	// Pagination is enabled for the group's listManagedInstances API method. maxResults and pageToken query parameters are respected.
	InstanceGroupManager_PAGINATED InstanceGroupManager_ListManagedInstancesResults = 40190637
)

func (InstanceGroupManager_ListManagedInstancesResults) Descriptor

func (InstanceGroupManager_ListManagedInstancesResults) Enum

func (InstanceGroupManager_ListManagedInstancesResults) EnumDescriptor

Deprecated: Use InstanceGroupManager_ListManagedInstancesResults.Descriptor instead.

func (InstanceGroupManager_ListManagedInstancesResults) Number

func (InstanceGroupManager_ListManagedInstancesResults) String

func (InstanceGroupManager_ListManagedInstancesResults) Type

type InstanceGroupManagersAbandonInstancesRequest

type InstanceGroupManagersAbandonInstancesRequest struct {

	// The URLs of one or more instances to abandon. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].
	Instances []string `protobuf:"bytes,29097598,rep,name=instances,proto3" json:"instances,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceGroupManagersAbandonInstancesRequest) Descriptor

Deprecated: Use InstanceGroupManagersAbandonInstancesRequest.ProtoReflect.Descriptor instead.

func (*InstanceGroupManagersAbandonInstancesRequest) GetInstances

func (*InstanceGroupManagersAbandonInstancesRequest) ProtoMessage

func (*InstanceGroupManagersAbandonInstancesRequest) ProtoReflect

func (*InstanceGroupManagersAbandonInstancesRequest) Reset

func (*InstanceGroupManagersAbandonInstancesRequest) String

type InstanceGroupManagersApplyUpdatesRequest

type InstanceGroupManagersApplyUpdatesRequest struct {

	// Flag to update all instances instead of specified list of “instances”. If the flag is set to true then the instances may not be specified in the request.
	AllInstances *bool `protobuf:"varint,403676512,opt,name=all_instances,json=allInstances,proto3,oneof" json:"all_instances,omitempty"`
	// The list of URLs of one or more instances for which you want to apply updates. Each URL can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].
	Instances []string `protobuf:"bytes,29097598,rep,name=instances,proto3" json:"instances,omitempty"`
	// The minimal action that you want to perform on each instance during the update: - REPLACE: At minimum, delete the instance and create it again. - RESTART: Stop the instance and start it again. - REFRESH: Do not stop the instance and limit disruption as much as possible. - NONE: Do not disrupt the instance at all. By default, the minimum action is NONE. If your update requires a more disruptive action than you set with this flag, the necessary action is performed to execute the update.
	// Check the MinimalAction enum for the list of possible values.
	MinimalAction *string `protobuf:"bytes,270567060,opt,name=minimal_action,json=minimalAction,proto3,oneof" json:"minimal_action,omitempty"`
	// The most disruptive action that you want to perform on each instance during the update: - REPLACE: Delete the instance and create it again. - RESTART: Stop the instance and start it again. - REFRESH: Do not stop the instance and limit disruption as much as possible. - NONE: Do not disrupt the instance at all. By default, the most disruptive allowed action is REPLACE. If your update requires a more disruptive action than you set with this flag, the update request will fail.
	// Check the MostDisruptiveAllowedAction enum for the list of possible values.
	MostDisruptiveAllowedAction *string `protobuf:"bytes,66103053,opt,name=most_disruptive_allowed_action,json=mostDisruptiveAllowedAction,proto3,oneof" json:"most_disruptive_allowed_action,omitempty"`
	// contains filtered or unexported fields
}

InstanceGroupManagers.applyUpdatesToInstances

func (*InstanceGroupManagersApplyUpdatesRequest) Descriptor

func (*InstanceGroupManagersApplyUpdatesRequest) Descriptor() ([]byte, []int)

Deprecated: Use InstanceGroupManagersApplyUpdatesRequest.ProtoReflect.Descriptor instead.

func (*InstanceGroupManagersApplyUpdatesRequest) GetAllInstances

func (x *InstanceGroupManagersApplyUpdatesRequest) GetAllInstances() bool

func (*InstanceGroupManagersApplyUpdatesRequest) GetInstances

func (*InstanceGroupManagersApplyUpdatesRequest) GetMinimalAction

func (x *InstanceGroupManagersApplyUpdatesRequest) GetMinimalAction() string

func (*InstanceGroupManagersApplyUpdatesRequest) GetMostDisruptiveAllowedAction

func (x *InstanceGroupManagersApplyUpdatesRequest) GetMostDisruptiveAllowedAction() string

func (*InstanceGroupManagersApplyUpdatesRequest) ProtoMessage

func (*InstanceGroupManagersApplyUpdatesRequest) ProtoReflect

func (*InstanceGroupManagersApplyUpdatesRequest) Reset

func (*InstanceGroupManagersApplyUpdatesRequest) String

type InstanceGroupManagersApplyUpdatesRequest_MinimalAction

type InstanceGroupManagersApplyUpdatesRequest_MinimalAction int32

The minimal action that you want to perform on each instance during the update: - REPLACE: At minimum, delete the instance and create it again. - RESTART: Stop the instance and start it again. - REFRESH: Do not stop the instance and limit disruption as much as possible. - NONE: Do not disrupt the instance at all. By default, the minimum action is NONE. If your update requires a more disruptive action than you set with this flag, the necessary action is performed to execute the update. Additional supported values which may be not listed in the enum directly due to technical reasons: NONE REFRESH REPLACE RESTART

const (
	// A value indicating that the enum field is not set.
	InstanceGroupManagersApplyUpdatesRequest_UNDEFINED_MINIMAL_ACTION InstanceGroupManagersApplyUpdatesRequest_MinimalAction = 0
)

func (InstanceGroupManagersApplyUpdatesRequest_MinimalAction) Descriptor

func (InstanceGroupManagersApplyUpdatesRequest_MinimalAction) Enum

func (InstanceGroupManagersApplyUpdatesRequest_MinimalAction) EnumDescriptor

Deprecated: Use InstanceGroupManagersApplyUpdatesRequest_MinimalAction.Descriptor instead.

func (InstanceGroupManagersApplyUpdatesRequest_MinimalAction) Number

func (InstanceGroupManagersApplyUpdatesRequest_MinimalAction) String

func (InstanceGroupManagersApplyUpdatesRequest_MinimalAction) Type

type InstanceGroupManagersApplyUpdatesRequest_MostDisruptiveAllowedAction

type InstanceGroupManagersApplyUpdatesRequest_MostDisruptiveAllowedAction int32

The most disruptive action that you want to perform on each instance during the update: - REPLACE: Delete the instance and create it again. - RESTART: Stop the instance and start it again. - REFRESH: Do not stop the instance and limit disruption as much as possible. - NONE: Do not disrupt the instance at all. By default, the most disruptive allowed action is REPLACE. If your update requires a more disruptive action than you set with this flag, the update request will fail. Additional supported values which may be not listed in the enum directly due to technical reasons: NONE REFRESH REPLACE RESTART

const (
	// A value indicating that the enum field is not set.
	InstanceGroupManagersApplyUpdatesRequest_UNDEFINED_MOST_DISRUPTIVE_ALLOWED_ACTION InstanceGroupManagersApplyUpdatesRequest_MostDisruptiveAllowedAction = 0
)

func (InstanceGroupManagersApplyUpdatesRequest_MostDisruptiveAllowedAction) Descriptor

func (InstanceGroupManagersApplyUpdatesRequest_MostDisruptiveAllowedAction) Enum

func (InstanceGroupManagersApplyUpdatesRequest_MostDisruptiveAllowedAction) EnumDescriptor

Deprecated: Use InstanceGroupManagersApplyUpdatesRequest_MostDisruptiveAllowedAction.Descriptor instead.

func (InstanceGroupManagersApplyUpdatesRequest_MostDisruptiveAllowedAction) Number

func (InstanceGroupManagersApplyUpdatesRequest_MostDisruptiveAllowedAction) String

func (InstanceGroupManagersApplyUpdatesRequest_MostDisruptiveAllowedAction) Type

type InstanceGroupManagersClient

type InstanceGroupManagersClient interface {
	// Flags the specified instances to be removed from the managed instance group. Abandoning an instance does not delete the instance, but it does remove the instance from any target pools that are applied by the managed instance group. This method reduces the targetSize of the managed instance group by the number of instances that you abandon. This operation is marked as DONE when the action is scheduled even if the instances have not yet been removed from the group. You must separately verify the status of the abandoning action with the listmanagedinstances method. If the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted. You can specify a maximum of 1000 instances with this method per request.
	AbandonInstances(ctx context.Context, in *AbandonInstancesInstanceGroupManagerRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves the list of managed instance groups and groups them by zone.
	AggregatedList(ctx context.Context, in *AggregatedListInstanceGroupManagersRequest, opts ...grpc.CallOption) (*InstanceGroupManagerAggregatedList, error)
	// Applies changes to selected instances on the managed instance group. This method can be used to apply new overrides and/or new versions.
	ApplyUpdatesToInstances(ctx context.Context, in *ApplyUpdatesToInstancesInstanceGroupManagerRequest, opts ...grpc.CallOption) (*Operation, error)
	// Creates instances with per-instance configurations in this managed instance group. Instances are created using the current instance template. The create instances operation is marked DONE if the createInstances request is successful. The underlying actions take additional time. You must separately verify the status of the creating or actions with the listmanagedinstances method.
	CreateInstances(ctx context.Context, in *CreateInstancesInstanceGroupManagerRequest, opts ...grpc.CallOption) (*Operation, error)
	// Deletes the specified managed instance group and all of the instances in that group. Note that the instance group must not belong to a backend service. Read Deleting an instance group for more information.
	Delete(ctx context.Context, in *DeleteInstanceGroupManagerRequest, opts ...grpc.CallOption) (*Operation, error)
	// Flags the specified instances in the managed instance group for immediate deletion. The instances are also removed from any target pools of which they were a member. This method reduces the targetSize of the managed instance group by the number of instances that you delete. This operation is marked as DONE when the action is scheduled even if the instances are still being deleted. You must separately verify the status of the deleting action with the listmanagedinstances method. If the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted. You can specify a maximum of 1000 instances with this method per request.
	DeleteInstances(ctx context.Context, in *DeleteInstancesInstanceGroupManagerRequest, opts ...grpc.CallOption) (*Operation, error)
	// Deletes selected per-instance configurations for the managed instance group.
	DeletePerInstanceConfigs(ctx context.Context, in *DeletePerInstanceConfigsInstanceGroupManagerRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns all of the details about the specified managed instance group.
	Get(ctx context.Context, in *GetInstanceGroupManagerRequest, opts ...grpc.CallOption) (*InstanceGroupManager, error)
	// Creates a managed instance group using the information that you specify in the request. After the group is created, instances in the group are created using the specified instance template. This operation is marked as DONE when the group is created even if the instances in the group have not yet been created. You must separately verify the status of the individual instances with the listmanagedinstances method. A managed instance group can have up to 1000 VM instances per group. Please contact Cloud Support if you need an increase in this limit.
	Insert(ctx context.Context, in *InsertInstanceGroupManagerRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves a list of managed instance groups that are contained within the specified project and zone.
	List(ctx context.Context, in *ListInstanceGroupManagersRequest, opts ...grpc.CallOption) (*InstanceGroupManagerList, error)
	// Lists all errors thrown by actions on instances for a given managed instance group. The filter and orderBy query parameters are not supported.
	ListErrors(ctx context.Context, in *ListErrorsInstanceGroupManagersRequest, opts ...grpc.CallOption) (*InstanceGroupManagersListErrorsResponse, error)
	// Lists all of the instances in the managed instance group. Each instance in the list has a currentAction, which indicates the action that the managed instance group is performing on the instance. For example, if the group is still creating an instance, the currentAction is CREATING. If a previous action failed, the list displays the errors for that failed action. The orderBy query parameter is not supported. The `pageToken` query parameter is supported only in the alpha and beta API and only if the group's `listManagedInstancesResults` field is set to `PAGINATED`.
	ListManagedInstances(ctx context.Context, in *ListManagedInstancesInstanceGroupManagersRequest, opts ...grpc.CallOption) (*InstanceGroupManagersListManagedInstancesResponse, error)
	// Lists all of the per-instance configurations defined for the managed instance group. The orderBy query parameter is not supported.
	ListPerInstanceConfigs(ctx context.Context, in *ListPerInstanceConfigsInstanceGroupManagersRequest, opts ...grpc.CallOption) (*InstanceGroupManagersListPerInstanceConfigsResp, error)
	// Updates a managed instance group using the information that you specify in the request. This operation is marked as DONE when the group is patched even if the instances in the group are still in the process of being patched. You must separately verify the status of the individual instances with the listManagedInstances method. This method supports PATCH semantics and uses the JSON merge patch format and processing rules. If you update your group to specify a new template or instance configuration, it's possible that your intended specification for each VM in the group is different from the current state of that VM. To learn how to apply an updated configuration to the VMs in a MIG, see Updating instances in a MIG.
	Patch(ctx context.Context, in *PatchInstanceGroupManagerRequest, opts ...grpc.CallOption) (*Operation, error)
	// Inserts or patches per-instance configurations for the managed instance group. perInstanceConfig.name serves as a key used to distinguish whether to perform insert or patch.
	PatchPerInstanceConfigs(ctx context.Context, in *PatchPerInstanceConfigsInstanceGroupManagerRequest, opts ...grpc.CallOption) (*Operation, error)
	// Flags the specified VM instances in the managed instance group to be immediately recreated. Each instance is recreated using the group's current configuration. This operation is marked as DONE when the flag is set even if the instances have not yet been recreated. You must separately verify the status of each instance by checking its currentAction field; for more information, see Checking the status of managed instances. If the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted. You can specify a maximum of 1000 instances with this method per request.
	RecreateInstances(ctx context.Context, in *RecreateInstancesInstanceGroupManagerRequest, opts ...grpc.CallOption) (*Operation, error)
	// Resizes the managed instance group. If you increase the size, the group creates new instances using the current instance template. If you decrease the size, the group deletes instances. The resize operation is marked DONE when the resize actions are scheduled even if the group has not yet added or deleted any instances. You must separately verify the status of the creating or deleting actions with the listmanagedinstances method. When resizing down, the instance group arbitrarily chooses the order in which VMs are deleted. The group takes into account some VM attributes when making the selection including: + The status of the VM instance. + The health of the VM instance. + The instance template version the VM is based on. + For regional managed instance groups, the location of the VM instance. This list is subject to change. If the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted.
	Resize(ctx context.Context, in *ResizeInstanceGroupManagerRequest, opts ...grpc.CallOption) (*Operation, error)
	// Specifies the instance template to use when creating new instances in this group. The templates for existing instances in the group do not change unless you run recreateInstances, run applyUpdatesToInstances, or set the group's updatePolicy.type to PROACTIVE.
	SetInstanceTemplate(ctx context.Context, in *SetInstanceTemplateInstanceGroupManagerRequest, opts ...grpc.CallOption) (*Operation, error)
	// Modifies the target pools to which all instances in this managed instance group are assigned. The target pools automatically apply to all of the instances in the managed instance group. This operation is marked DONE when you make the request even if the instances have not yet been added to their target pools. The change might take some time to apply to all of the instances in the group depending on the size of the group.
	SetTargetPools(ctx context.Context, in *SetTargetPoolsInstanceGroupManagerRequest, opts ...grpc.CallOption) (*Operation, error)
	// Inserts or updates per-instance configurations for the managed instance group. perInstanceConfig.name serves as a key used to distinguish whether to perform insert or patch.
	UpdatePerInstanceConfigs(ctx context.Context, in *UpdatePerInstanceConfigsInstanceGroupManagerRequest, opts ...grpc.CallOption) (*Operation, error)
}

InstanceGroupManagersClient is the client API for InstanceGroupManagers service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewInstanceGroupManagersClient

func NewInstanceGroupManagersClient(cc grpc.ClientConnInterface) InstanceGroupManagersClient

type InstanceGroupManagersCreateInstancesRequest

type InstanceGroupManagersCreateInstancesRequest struct {

	// [Required] List of specifications of per-instance configs.
	Instances []*PerInstanceConfig `protobuf:"bytes,29097598,rep,name=instances,proto3" json:"instances,omitempty"`
	// contains filtered or unexported fields
}

InstanceGroupManagers.createInstances

func (*InstanceGroupManagersCreateInstancesRequest) Descriptor

Deprecated: Use InstanceGroupManagersCreateInstancesRequest.ProtoReflect.Descriptor instead.

func (*InstanceGroupManagersCreateInstancesRequest) GetInstances

func (*InstanceGroupManagersCreateInstancesRequest) ProtoMessage

func (*InstanceGroupManagersCreateInstancesRequest) ProtoReflect

func (*InstanceGroupManagersCreateInstancesRequest) Reset

func (*InstanceGroupManagersCreateInstancesRequest) String

type InstanceGroupManagersDeleteInstancesRequest

type InstanceGroupManagersDeleteInstancesRequest struct {

	// The URLs of one or more instances to delete. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME]. Queued instances do not have URL and can be deleted only by name. One cannot specify both URLs and names in a single request.
	Instances []string `protobuf:"bytes,29097598,rep,name=instances,proto3" json:"instances,omitempty"`
	// Specifies whether the request should proceed despite the inclusion of instances that are not members of the group or that are already in the process of being deleted or abandoned. If this field is set to `false` and such an instance is specified in the request, the operation fails. The operation always fails if the request contains a malformed instance URL or a reference to an instance that exists in a zone or region other than the group's zone or region.
	SkipInstancesOnValidationError *bool `protobuf:"varint,40631073,opt,name=skip_instances_on_validation_error,json=skipInstancesOnValidationError,proto3,oneof" json:"skip_instances_on_validation_error,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceGroupManagersDeleteInstancesRequest) Descriptor

Deprecated: Use InstanceGroupManagersDeleteInstancesRequest.ProtoReflect.Descriptor instead.

func (*InstanceGroupManagersDeleteInstancesRequest) GetInstances

func (*InstanceGroupManagersDeleteInstancesRequest) GetSkipInstancesOnValidationError

func (x *InstanceGroupManagersDeleteInstancesRequest) GetSkipInstancesOnValidationError() bool

func (*InstanceGroupManagersDeleteInstancesRequest) ProtoMessage

func (*InstanceGroupManagersDeleteInstancesRequest) ProtoReflect

func (*InstanceGroupManagersDeleteInstancesRequest) Reset

func (*InstanceGroupManagersDeleteInstancesRequest) String

type InstanceGroupManagersDeletePerInstanceConfigsReq

type InstanceGroupManagersDeletePerInstanceConfigsReq struct {

	// The list of instance names for which we want to delete per-instance configs on this managed instance group.
	Names []string `protobuf:"bytes,104585032,rep,name=names,proto3" json:"names,omitempty"`
	// contains filtered or unexported fields
}

InstanceGroupManagers.deletePerInstanceConfigs

func (*InstanceGroupManagersDeletePerInstanceConfigsReq) Descriptor

Deprecated: Use InstanceGroupManagersDeletePerInstanceConfigsReq.ProtoReflect.Descriptor instead.

func (*InstanceGroupManagersDeletePerInstanceConfigsReq) GetNames

func (*InstanceGroupManagersDeletePerInstanceConfigsReq) ProtoMessage

func (*InstanceGroupManagersDeletePerInstanceConfigsReq) ProtoReflect

func (*InstanceGroupManagersDeletePerInstanceConfigsReq) Reset

func (*InstanceGroupManagersDeletePerInstanceConfigsReq) String

type InstanceGroupManagersListErrorsResponse

type InstanceGroupManagersListErrorsResponse struct {

	// [Output Only] The list of errors of the managed instance group.
	Items []*InstanceManagedByIgmError `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceGroupManagersListErrorsResponse) Descriptor

func (*InstanceGroupManagersListErrorsResponse) Descriptor() ([]byte, []int)

Deprecated: Use InstanceGroupManagersListErrorsResponse.ProtoReflect.Descriptor instead.

func (*InstanceGroupManagersListErrorsResponse) GetItems

func (*InstanceGroupManagersListErrorsResponse) GetNextPageToken

func (x *InstanceGroupManagersListErrorsResponse) GetNextPageToken() string

func (*InstanceGroupManagersListErrorsResponse) ProtoMessage

func (*InstanceGroupManagersListErrorsResponse) ProtoReflect

func (*InstanceGroupManagersListErrorsResponse) Reset

func (*InstanceGroupManagersListErrorsResponse) String

type InstanceGroupManagersListManagedInstancesResponse

type InstanceGroupManagersListManagedInstancesResponse struct {

	// [Output Only] The list of instances in the managed instance group.
	ManagedInstances []*ManagedInstance `protobuf:"bytes,336219614,rep,name=managed_instances,json=managedInstances,proto3" json:"managed_instances,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceGroupManagersListManagedInstancesResponse) Descriptor

Deprecated: Use InstanceGroupManagersListManagedInstancesResponse.ProtoReflect.Descriptor instead.

func (*InstanceGroupManagersListManagedInstancesResponse) GetManagedInstances

func (*InstanceGroupManagersListManagedInstancesResponse) GetNextPageToken

func (*InstanceGroupManagersListManagedInstancesResponse) ProtoMessage

func (*InstanceGroupManagersListManagedInstancesResponse) ProtoReflect

func (*InstanceGroupManagersListManagedInstancesResponse) Reset

func (*InstanceGroupManagersListManagedInstancesResponse) String

type InstanceGroupManagersListPerInstanceConfigsResp

type InstanceGroupManagersListPerInstanceConfigsResp struct {

	// [Output Only] The list of PerInstanceConfig.
	Items []*PerInstanceConfig `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceGroupManagersListPerInstanceConfigsResp) Descriptor

Deprecated: Use InstanceGroupManagersListPerInstanceConfigsResp.ProtoReflect.Descriptor instead.

func (*InstanceGroupManagersListPerInstanceConfigsResp) GetItems

func (*InstanceGroupManagersListPerInstanceConfigsResp) GetNextPageToken

func (*InstanceGroupManagersListPerInstanceConfigsResp) GetWarning

func (*InstanceGroupManagersListPerInstanceConfigsResp) ProtoMessage

func (*InstanceGroupManagersListPerInstanceConfigsResp) ProtoReflect

func (*InstanceGroupManagersListPerInstanceConfigsResp) Reset

func (*InstanceGroupManagersListPerInstanceConfigsResp) String

type InstanceGroupManagersPatchPerInstanceConfigsReq

type InstanceGroupManagersPatchPerInstanceConfigsReq struct {

	// The list of per-instance configurations to insert or patch on this managed instance group.
	PerInstanceConfigs []*PerInstanceConfig `protobuf:"bytes,526265001,rep,name=per_instance_configs,json=perInstanceConfigs,proto3" json:"per_instance_configs,omitempty"`
	// contains filtered or unexported fields
}

InstanceGroupManagers.patchPerInstanceConfigs

func (*InstanceGroupManagersPatchPerInstanceConfigsReq) Descriptor

Deprecated: Use InstanceGroupManagersPatchPerInstanceConfigsReq.ProtoReflect.Descriptor instead.

func (*InstanceGroupManagersPatchPerInstanceConfigsReq) GetPerInstanceConfigs

func (*InstanceGroupManagersPatchPerInstanceConfigsReq) ProtoMessage

func (*InstanceGroupManagersPatchPerInstanceConfigsReq) ProtoReflect

func (*InstanceGroupManagersPatchPerInstanceConfigsReq) Reset

func (*InstanceGroupManagersPatchPerInstanceConfigsReq) String

type InstanceGroupManagersRecreateInstancesRequest

type InstanceGroupManagersRecreateInstancesRequest struct {

	// The URLs of one or more instances to recreate. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].
	Instances []string `protobuf:"bytes,29097598,rep,name=instances,proto3" json:"instances,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceGroupManagersRecreateInstancesRequest) Descriptor

Deprecated: Use InstanceGroupManagersRecreateInstancesRequest.ProtoReflect.Descriptor instead.

func (*InstanceGroupManagersRecreateInstancesRequest) GetInstances

func (*InstanceGroupManagersRecreateInstancesRequest) ProtoMessage

func (*InstanceGroupManagersRecreateInstancesRequest) ProtoReflect

func (*InstanceGroupManagersRecreateInstancesRequest) Reset

func (*InstanceGroupManagersRecreateInstancesRequest) String

type InstanceGroupManagersScopedList

type InstanceGroupManagersScopedList struct {

	// [Output Only] The list of managed instance groups that are contained in the specified project and zone.
	InstanceGroupManagers []*InstanceGroupManager `protobuf:"bytes,214072592,rep,name=instance_group_managers,json=instanceGroupManagers,proto3" json:"instance_group_managers,omitempty"`
	// [Output Only] The warning that replaces the list of managed instance groups when the list is empty.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceGroupManagersScopedList) Descriptor

func (*InstanceGroupManagersScopedList) Descriptor() ([]byte, []int)

Deprecated: Use InstanceGroupManagersScopedList.ProtoReflect.Descriptor instead.

func (*InstanceGroupManagersScopedList) GetInstanceGroupManagers

func (x *InstanceGroupManagersScopedList) GetInstanceGroupManagers() []*InstanceGroupManager

func (*InstanceGroupManagersScopedList) GetWarning

func (x *InstanceGroupManagersScopedList) GetWarning() *Warning

func (*InstanceGroupManagersScopedList) ProtoMessage

func (*InstanceGroupManagersScopedList) ProtoMessage()

func (*InstanceGroupManagersScopedList) ProtoReflect

func (*InstanceGroupManagersScopedList) Reset

func (*InstanceGroupManagersScopedList) String

type InstanceGroupManagersServer

type InstanceGroupManagersServer interface {
	// Flags the specified instances to be removed from the managed instance group. Abandoning an instance does not delete the instance, but it does remove the instance from any target pools that are applied by the managed instance group. This method reduces the targetSize of the managed instance group by the number of instances that you abandon. This operation is marked as DONE when the action is scheduled even if the instances have not yet been removed from the group. You must separately verify the status of the abandoning action with the listmanagedinstances method. If the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted. You can specify a maximum of 1000 instances with this method per request.
	AbandonInstances(context.Context, *AbandonInstancesInstanceGroupManagerRequest) (*Operation, error)
	// Retrieves the list of managed instance groups and groups them by zone.
	AggregatedList(context.Context, *AggregatedListInstanceGroupManagersRequest) (*InstanceGroupManagerAggregatedList, error)
	// Applies changes to selected instances on the managed instance group. This method can be used to apply new overrides and/or new versions.
	ApplyUpdatesToInstances(context.Context, *ApplyUpdatesToInstancesInstanceGroupManagerRequest) (*Operation, error)
	// Creates instances with per-instance configurations in this managed instance group. Instances are created using the current instance template. The create instances operation is marked DONE if the createInstances request is successful. The underlying actions take additional time. You must separately verify the status of the creating or actions with the listmanagedinstances method.
	CreateInstances(context.Context, *CreateInstancesInstanceGroupManagerRequest) (*Operation, error)
	// Deletes the specified managed instance group and all of the instances in that group. Note that the instance group must not belong to a backend service. Read Deleting an instance group for more information.
	Delete(context.Context, *DeleteInstanceGroupManagerRequest) (*Operation, error)
	// Flags the specified instances in the managed instance group for immediate deletion. The instances are also removed from any target pools of which they were a member. This method reduces the targetSize of the managed instance group by the number of instances that you delete. This operation is marked as DONE when the action is scheduled even if the instances are still being deleted. You must separately verify the status of the deleting action with the listmanagedinstances method. If the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted. You can specify a maximum of 1000 instances with this method per request.
	DeleteInstances(context.Context, *DeleteInstancesInstanceGroupManagerRequest) (*Operation, error)
	// Deletes selected per-instance configurations for the managed instance group.
	DeletePerInstanceConfigs(context.Context, *DeletePerInstanceConfigsInstanceGroupManagerRequest) (*Operation, error)
	// Returns all of the details about the specified managed instance group.
	Get(context.Context, *GetInstanceGroupManagerRequest) (*InstanceGroupManager, error)
	// Creates a managed instance group using the information that you specify in the request. After the group is created, instances in the group are created using the specified instance template. This operation is marked as DONE when the group is created even if the instances in the group have not yet been created. You must separately verify the status of the individual instances with the listmanagedinstances method. A managed instance group can have up to 1000 VM instances per group. Please contact Cloud Support if you need an increase in this limit.
	Insert(context.Context, *InsertInstanceGroupManagerRequest) (*Operation, error)
	// Retrieves a list of managed instance groups that are contained within the specified project and zone.
	List(context.Context, *ListInstanceGroupManagersRequest) (*InstanceGroupManagerList, error)
	// Lists all errors thrown by actions on instances for a given managed instance group. The filter and orderBy query parameters are not supported.
	ListErrors(context.Context, *ListErrorsInstanceGroupManagersRequest) (*InstanceGroupManagersListErrorsResponse, error)
	// Lists all of the instances in the managed instance group. Each instance in the list has a currentAction, which indicates the action that the managed instance group is performing on the instance. For example, if the group is still creating an instance, the currentAction is CREATING. If a previous action failed, the list displays the errors for that failed action. The orderBy query parameter is not supported. The `pageToken` query parameter is supported only in the alpha and beta API and only if the group's `listManagedInstancesResults` field is set to `PAGINATED`.
	ListManagedInstances(context.Context, *ListManagedInstancesInstanceGroupManagersRequest) (*InstanceGroupManagersListManagedInstancesResponse, error)
	// Lists all of the per-instance configurations defined for the managed instance group. The orderBy query parameter is not supported.
	ListPerInstanceConfigs(context.Context, *ListPerInstanceConfigsInstanceGroupManagersRequest) (*InstanceGroupManagersListPerInstanceConfigsResp, error)
	// Updates a managed instance group using the information that you specify in the request. This operation is marked as DONE when the group is patched even if the instances in the group are still in the process of being patched. You must separately verify the status of the individual instances with the listManagedInstances method. This method supports PATCH semantics and uses the JSON merge patch format and processing rules. If you update your group to specify a new template or instance configuration, it's possible that your intended specification for each VM in the group is different from the current state of that VM. To learn how to apply an updated configuration to the VMs in a MIG, see Updating instances in a MIG.
	Patch(context.Context, *PatchInstanceGroupManagerRequest) (*Operation, error)
	// Inserts or patches per-instance configurations for the managed instance group. perInstanceConfig.name serves as a key used to distinguish whether to perform insert or patch.
	PatchPerInstanceConfigs(context.Context, *PatchPerInstanceConfigsInstanceGroupManagerRequest) (*Operation, error)
	// Flags the specified VM instances in the managed instance group to be immediately recreated. Each instance is recreated using the group's current configuration. This operation is marked as DONE when the flag is set even if the instances have not yet been recreated. You must separately verify the status of each instance by checking its currentAction field; for more information, see Checking the status of managed instances. If the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted. You can specify a maximum of 1000 instances with this method per request.
	RecreateInstances(context.Context, *RecreateInstancesInstanceGroupManagerRequest) (*Operation, error)
	// Resizes the managed instance group. If you increase the size, the group creates new instances using the current instance template. If you decrease the size, the group deletes instances. The resize operation is marked DONE when the resize actions are scheduled even if the group has not yet added or deleted any instances. You must separately verify the status of the creating or deleting actions with the listmanagedinstances method. When resizing down, the instance group arbitrarily chooses the order in which VMs are deleted. The group takes into account some VM attributes when making the selection including: + The status of the VM instance. + The health of the VM instance. + The instance template version the VM is based on. + For regional managed instance groups, the location of the VM instance. This list is subject to change. If the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted.
	Resize(context.Context, *ResizeInstanceGroupManagerRequest) (*Operation, error)
	// Specifies the instance template to use when creating new instances in this group. The templates for existing instances in the group do not change unless you run recreateInstances, run applyUpdatesToInstances, or set the group's updatePolicy.type to PROACTIVE.
	SetInstanceTemplate(context.Context, *SetInstanceTemplateInstanceGroupManagerRequest) (*Operation, error)
	// Modifies the target pools to which all instances in this managed instance group are assigned. The target pools automatically apply to all of the instances in the managed instance group. This operation is marked DONE when you make the request even if the instances have not yet been added to their target pools. The change might take some time to apply to all of the instances in the group depending on the size of the group.
	SetTargetPools(context.Context, *SetTargetPoolsInstanceGroupManagerRequest) (*Operation, error)
	// Inserts or updates per-instance configurations for the managed instance group. perInstanceConfig.name serves as a key used to distinguish whether to perform insert or patch.
	UpdatePerInstanceConfigs(context.Context, *UpdatePerInstanceConfigsInstanceGroupManagerRequest) (*Operation, error)
}

InstanceGroupManagersServer is the server API for InstanceGroupManagers service.

type InstanceGroupManagersSetInstanceTemplateRequest

type InstanceGroupManagersSetInstanceTemplateRequest struct {

	// The URL of the instance template that is specified for this managed instance group. The group uses this template to create all new instances in the managed instance group. The templates for existing instances in the group do not change unless you run recreateInstances, run applyUpdatesToInstances, or set the group's updatePolicy.type to PROACTIVE.
	InstanceTemplate *string `protobuf:"bytes,309248228,opt,name=instance_template,json=instanceTemplate,proto3,oneof" json:"instance_template,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceGroupManagersSetInstanceTemplateRequest) Descriptor

Deprecated: Use InstanceGroupManagersSetInstanceTemplateRequest.ProtoReflect.Descriptor instead.

func (*InstanceGroupManagersSetInstanceTemplateRequest) GetInstanceTemplate

func (*InstanceGroupManagersSetInstanceTemplateRequest) ProtoMessage

func (*InstanceGroupManagersSetInstanceTemplateRequest) ProtoReflect

func (*InstanceGroupManagersSetInstanceTemplateRequest) Reset

func (*InstanceGroupManagersSetInstanceTemplateRequest) String

type InstanceGroupManagersSetTargetPoolsRequest

type InstanceGroupManagersSetTargetPoolsRequest struct {

	// The fingerprint of the target pools information. Use this optional property to prevent conflicts when multiple users change the target pools settings concurrently. Obtain the fingerprint with the instanceGroupManagers.get method. Then, include the fingerprint in your request to ensure that you do not overwrite changes that were applied from another concurrent request.
	Fingerprint *string `protobuf:"bytes,234678500,opt,name=fingerprint,proto3,oneof" json:"fingerprint,omitempty"`
	// The list of target pool URLs that instances in this managed instance group belong to. The managed instance group applies these target pools to all of the instances in the group. Existing instances and new instances in the group all receive these target pool settings.
	TargetPools []string `protobuf:"bytes,336072617,rep,name=target_pools,json=targetPools,proto3" json:"target_pools,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceGroupManagersSetTargetPoolsRequest) Descriptor

Deprecated: Use InstanceGroupManagersSetTargetPoolsRequest.ProtoReflect.Descriptor instead.

func (*InstanceGroupManagersSetTargetPoolsRequest) GetFingerprint

func (*InstanceGroupManagersSetTargetPoolsRequest) GetTargetPools

func (x *InstanceGroupManagersSetTargetPoolsRequest) GetTargetPools() []string

func (*InstanceGroupManagersSetTargetPoolsRequest) ProtoMessage

func (*InstanceGroupManagersSetTargetPoolsRequest) ProtoReflect

func (*InstanceGroupManagersSetTargetPoolsRequest) Reset

func (*InstanceGroupManagersSetTargetPoolsRequest) String

type InstanceGroupManagersUpdatePerInstanceConfigsReq

type InstanceGroupManagersUpdatePerInstanceConfigsReq struct {

	// The list of per-instance configurations to insert or patch on this managed instance group.
	PerInstanceConfigs []*PerInstanceConfig `protobuf:"bytes,526265001,rep,name=per_instance_configs,json=perInstanceConfigs,proto3" json:"per_instance_configs,omitempty"`
	// contains filtered or unexported fields
}

InstanceGroupManagers.updatePerInstanceConfigs

func (*InstanceGroupManagersUpdatePerInstanceConfigsReq) Descriptor

Deprecated: Use InstanceGroupManagersUpdatePerInstanceConfigsReq.ProtoReflect.Descriptor instead.

func (*InstanceGroupManagersUpdatePerInstanceConfigsReq) GetPerInstanceConfigs

func (*InstanceGroupManagersUpdatePerInstanceConfigsReq) ProtoMessage

func (*InstanceGroupManagersUpdatePerInstanceConfigsReq) ProtoReflect

func (*InstanceGroupManagersUpdatePerInstanceConfigsReq) Reset

func (*InstanceGroupManagersUpdatePerInstanceConfigsReq) String

type InstanceGroupsAddInstancesRequest

type InstanceGroupsAddInstancesRequest struct {

	// The list of instances to add to the instance group.
	Instances []*InstanceReference `protobuf:"bytes,29097598,rep,name=instances,proto3" json:"instances,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceGroupsAddInstancesRequest) Descriptor

func (*InstanceGroupsAddInstancesRequest) Descriptor() ([]byte, []int)

Deprecated: Use InstanceGroupsAddInstancesRequest.ProtoReflect.Descriptor instead.

func (*InstanceGroupsAddInstancesRequest) GetInstances

func (*InstanceGroupsAddInstancesRequest) ProtoMessage

func (*InstanceGroupsAddInstancesRequest) ProtoMessage()

func (*InstanceGroupsAddInstancesRequest) ProtoReflect

func (*InstanceGroupsAddInstancesRequest) Reset

func (*InstanceGroupsAddInstancesRequest) String

type InstanceGroupsClient

type InstanceGroupsClient interface {
	// Adds a list of instances to the specified instance group. All of the instances in the instance group must be in the same network/subnetwork. Read Adding instances for more information.
	AddInstances(ctx context.Context, in *AddInstancesInstanceGroupRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves the list of instance groups and sorts them by zone.
	AggregatedList(ctx context.Context, in *AggregatedListInstanceGroupsRequest, opts ...grpc.CallOption) (*InstanceGroupAggregatedList, error)
	// Deletes the specified instance group. The instances in the group are not deleted. Note that instance group must not belong to a backend service. Read Deleting an instance group for more information.
	Delete(ctx context.Context, in *DeleteInstanceGroupRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified zonal instance group. Get a list of available zonal instance groups by making a list() request. For managed instance groups, use the instanceGroupManagers or regionInstanceGroupManagers methods instead.
	Get(ctx context.Context, in *GetInstanceGroupRequest, opts ...grpc.CallOption) (*InstanceGroup, error)
	// Creates an instance group in the specified project using the parameters that are included in the request.
	Insert(ctx context.Context, in *InsertInstanceGroupRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves the list of zonal instance group resources contained within the specified zone. For managed instance groups, use the instanceGroupManagers or regionInstanceGroupManagers methods instead.
	List(ctx context.Context, in *ListInstanceGroupsRequest, opts ...grpc.CallOption) (*InstanceGroupList, error)
	// Lists the instances in the specified instance group. The orderBy query parameter is not supported. The filter query parameter is supported, but only for expressions that use `eq` (equal) or `ne` (not equal) operators.
	ListInstances(ctx context.Context, in *ListInstancesInstanceGroupsRequest, opts ...grpc.CallOption) (*InstanceGroupsListInstances, error)
	// Removes one or more instances from the specified instance group, but does not delete those instances. If the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration before the VM instance is removed or deleted.
	RemoveInstances(ctx context.Context, in *RemoveInstancesInstanceGroupRequest, opts ...grpc.CallOption) (*Operation, error)
	// Sets the named ports for the specified instance group.
	SetNamedPorts(ctx context.Context, in *SetNamedPortsInstanceGroupRequest, opts ...grpc.CallOption) (*Operation, error)
}

InstanceGroupsClient is the client API for InstanceGroups service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewInstanceGroupsClient

func NewInstanceGroupsClient(cc grpc.ClientConnInterface) InstanceGroupsClient

type InstanceGroupsListInstances

type InstanceGroupsListInstances struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of InstanceWithNamedPorts resources.
	Items []*InstanceWithNamedPorts `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] The resource type, which is always compute#instanceGroupsListInstances for the list of instances in the specified instance group.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceGroupsListInstances) Descriptor

func (*InstanceGroupsListInstances) Descriptor() ([]byte, []int)

Deprecated: Use InstanceGroupsListInstances.ProtoReflect.Descriptor instead.

func (*InstanceGroupsListInstances) GetId

func (*InstanceGroupsListInstances) GetItems

func (*InstanceGroupsListInstances) GetKind

func (x *InstanceGroupsListInstances) GetKind() string

func (*InstanceGroupsListInstances) GetNextPageToken

func (x *InstanceGroupsListInstances) GetNextPageToken() string
func (x *InstanceGroupsListInstances) GetSelfLink() string

func (*InstanceGroupsListInstances) GetWarning

func (x *InstanceGroupsListInstances) GetWarning() *Warning

func (*InstanceGroupsListInstances) ProtoMessage

func (*InstanceGroupsListInstances) ProtoMessage()

func (*InstanceGroupsListInstances) ProtoReflect

func (*InstanceGroupsListInstances) Reset

func (x *InstanceGroupsListInstances) Reset()

func (*InstanceGroupsListInstances) String

func (x *InstanceGroupsListInstances) String() string

type InstanceGroupsListInstancesRequest

type InstanceGroupsListInstancesRequest struct {

	// A filter for the state of the instances in the instance group. Valid options are ALL or RUNNING. If you do not specify this parameter the list includes all instances regardless of their state.
	// Check the InstanceState enum for the list of possible values.
	InstanceState *string `protobuf:"bytes,92223591,opt,name=instance_state,json=instanceState,proto3,oneof" json:"instance_state,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceGroupsListInstancesRequest) Descriptor

func (*InstanceGroupsListInstancesRequest) Descriptor() ([]byte, []int)

Deprecated: Use InstanceGroupsListInstancesRequest.ProtoReflect.Descriptor instead.

func (*InstanceGroupsListInstancesRequest) GetInstanceState

func (x *InstanceGroupsListInstancesRequest) GetInstanceState() string

func (*InstanceGroupsListInstancesRequest) ProtoMessage

func (*InstanceGroupsListInstancesRequest) ProtoMessage()

func (*InstanceGroupsListInstancesRequest) ProtoReflect

func (*InstanceGroupsListInstancesRequest) Reset

func (*InstanceGroupsListInstancesRequest) String

type InstanceGroupsListInstancesRequest_InstanceState

type InstanceGroupsListInstancesRequest_InstanceState int32

A filter for the state of the instances in the instance group. Valid options are ALL or RUNNING. If you do not specify this parameter the list includes all instances regardless of their state.

const (
	// A value indicating that the enum field is not set.
	InstanceGroupsListInstancesRequest_UNDEFINED_INSTANCE_STATE InstanceGroupsListInstancesRequest_InstanceState = 0
	// Includes all instances in the generated list regardless of their state.
	InstanceGroupsListInstancesRequest_ALL InstanceGroupsListInstancesRequest_InstanceState = 64897
	// Includes instances in the generated list only if they have a RUNNING state.
	InstanceGroupsListInstancesRequest_RUNNING InstanceGroupsListInstancesRequest_InstanceState = 121282975
)

func (InstanceGroupsListInstancesRequest_InstanceState) Descriptor

func (InstanceGroupsListInstancesRequest_InstanceState) Enum

func (InstanceGroupsListInstancesRequest_InstanceState) EnumDescriptor

Deprecated: Use InstanceGroupsListInstancesRequest_InstanceState.Descriptor instead.

func (InstanceGroupsListInstancesRequest_InstanceState) Number

func (InstanceGroupsListInstancesRequest_InstanceState) String

func (InstanceGroupsListInstancesRequest_InstanceState) Type

type InstanceGroupsRemoveInstancesRequest

type InstanceGroupsRemoveInstancesRequest struct {

	// The list of instances to remove from the instance group.
	Instances []*InstanceReference `protobuf:"bytes,29097598,rep,name=instances,proto3" json:"instances,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceGroupsRemoveInstancesRequest) Descriptor

func (*InstanceGroupsRemoveInstancesRequest) Descriptor() ([]byte, []int)

Deprecated: Use InstanceGroupsRemoveInstancesRequest.ProtoReflect.Descriptor instead.

func (*InstanceGroupsRemoveInstancesRequest) GetInstances

func (*InstanceGroupsRemoveInstancesRequest) ProtoMessage

func (*InstanceGroupsRemoveInstancesRequest) ProtoMessage()

func (*InstanceGroupsRemoveInstancesRequest) ProtoReflect

func (*InstanceGroupsRemoveInstancesRequest) Reset

func (*InstanceGroupsRemoveInstancesRequest) String

type InstanceGroupsScopedList

type InstanceGroupsScopedList struct {

	// [Output Only] The list of instance groups that are contained in this scope.
	InstanceGroups []*InstanceGroup `protobuf:"bytes,366469310,rep,name=instance_groups,json=instanceGroups,proto3" json:"instance_groups,omitempty"`
	// [Output Only] An informational warning that replaces the list of instance groups when the list is empty.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceGroupsScopedList) Descriptor

func (*InstanceGroupsScopedList) Descriptor() ([]byte, []int)

Deprecated: Use InstanceGroupsScopedList.ProtoReflect.Descriptor instead.

func (*InstanceGroupsScopedList) GetInstanceGroups

func (x *InstanceGroupsScopedList) GetInstanceGroups() []*InstanceGroup

func (*InstanceGroupsScopedList) GetWarning

func (x *InstanceGroupsScopedList) GetWarning() *Warning

func (*InstanceGroupsScopedList) ProtoMessage

func (*InstanceGroupsScopedList) ProtoMessage()

func (*InstanceGroupsScopedList) ProtoReflect

func (x *InstanceGroupsScopedList) ProtoReflect() protoreflect.Message

func (*InstanceGroupsScopedList) Reset

func (x *InstanceGroupsScopedList) Reset()

func (*InstanceGroupsScopedList) String

func (x *InstanceGroupsScopedList) String() string

type InstanceGroupsServer

type InstanceGroupsServer interface {
	// Adds a list of instances to the specified instance group. All of the instances in the instance group must be in the same network/subnetwork. Read Adding instances for more information.
	AddInstances(context.Context, *AddInstancesInstanceGroupRequest) (*Operation, error)
	// Retrieves the list of instance groups and sorts them by zone.
	AggregatedList(context.Context, *AggregatedListInstanceGroupsRequest) (*InstanceGroupAggregatedList, error)
	// Deletes the specified instance group. The instances in the group are not deleted. Note that instance group must not belong to a backend service. Read Deleting an instance group for more information.
	Delete(context.Context, *DeleteInstanceGroupRequest) (*Operation, error)
	// Returns the specified zonal instance group. Get a list of available zonal instance groups by making a list() request. For managed instance groups, use the instanceGroupManagers or regionInstanceGroupManagers methods instead.
	Get(context.Context, *GetInstanceGroupRequest) (*InstanceGroup, error)
	// Creates an instance group in the specified project using the parameters that are included in the request.
	Insert(context.Context, *InsertInstanceGroupRequest) (*Operation, error)
	// Retrieves the list of zonal instance group resources contained within the specified zone. For managed instance groups, use the instanceGroupManagers or regionInstanceGroupManagers methods instead.
	List(context.Context, *ListInstanceGroupsRequest) (*InstanceGroupList, error)
	// Lists the instances in the specified instance group. The orderBy query parameter is not supported. The filter query parameter is supported, but only for expressions that use `eq` (equal) or `ne` (not equal) operators.
	ListInstances(context.Context, *ListInstancesInstanceGroupsRequest) (*InstanceGroupsListInstances, error)
	// Removes one or more instances from the specified instance group, but does not delete those instances. If the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration before the VM instance is removed or deleted.
	RemoveInstances(context.Context, *RemoveInstancesInstanceGroupRequest) (*Operation, error)
	// Sets the named ports for the specified instance group.
	SetNamedPorts(context.Context, *SetNamedPortsInstanceGroupRequest) (*Operation, error)
}

InstanceGroupsServer is the server API for InstanceGroups service.

type InstanceGroupsSetNamedPortsRequest

type InstanceGroupsSetNamedPortsRequest struct {

	// The fingerprint of the named ports information for this instance group. Use this optional property to prevent conflicts when multiple users change the named ports settings concurrently. Obtain the fingerprint with the instanceGroups.get method. Then, include the fingerprint in your request to ensure that you do not overwrite changes that were applied from another concurrent request. A request with an incorrect fingerprint will fail with error 412 conditionNotMet.
	Fingerprint *string `protobuf:"bytes,234678500,opt,name=fingerprint,proto3,oneof" json:"fingerprint,omitempty"`
	// The list of named ports to set for this instance group.
	NamedPorts []*NamedPort `protobuf:"bytes,427598732,rep,name=named_ports,json=namedPorts,proto3" json:"named_ports,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceGroupsSetNamedPortsRequest) Descriptor

func (*InstanceGroupsSetNamedPortsRequest) Descriptor() ([]byte, []int)

Deprecated: Use InstanceGroupsSetNamedPortsRequest.ProtoReflect.Descriptor instead.

func (*InstanceGroupsSetNamedPortsRequest) GetFingerprint

func (x *InstanceGroupsSetNamedPortsRequest) GetFingerprint() string

func (*InstanceGroupsSetNamedPortsRequest) GetNamedPorts

func (x *InstanceGroupsSetNamedPortsRequest) GetNamedPorts() []*NamedPort

func (*InstanceGroupsSetNamedPortsRequest) ProtoMessage

func (*InstanceGroupsSetNamedPortsRequest) ProtoMessage()

func (*InstanceGroupsSetNamedPortsRequest) ProtoReflect

func (*InstanceGroupsSetNamedPortsRequest) Reset

func (*InstanceGroupsSetNamedPortsRequest) String

type InstanceList

type InstanceList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of Instance resources.
	Items []*Instance `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] Type of resource. Always compute#instanceList for lists of Instance resources.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

Contains a list of instances.

func (*InstanceList) Descriptor

func (*InstanceList) Descriptor() ([]byte, []int)

Deprecated: Use InstanceList.ProtoReflect.Descriptor instead.

func (*InstanceList) GetId

func (x *InstanceList) GetId() string

func (*InstanceList) GetItems

func (x *InstanceList) GetItems() []*Instance

func (*InstanceList) GetKind

func (x *InstanceList) GetKind() string

func (*InstanceList) GetNextPageToken

func (x *InstanceList) GetNextPageToken() string
func (x *InstanceList) GetSelfLink() string

func (*InstanceList) GetWarning

func (x *InstanceList) GetWarning() *Warning

func (*InstanceList) ProtoMessage

func (*InstanceList) ProtoMessage()

func (*InstanceList) ProtoReflect

func (x *InstanceList) ProtoReflect() protoreflect.Message

func (*InstanceList) Reset

func (x *InstanceList) Reset()

func (*InstanceList) String

func (x *InstanceList) String() string

type InstanceListReferrers

type InstanceListReferrers struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of Reference resources.
	Items []*Reference `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] Type of resource. Always compute#instanceListReferrers for lists of Instance referrers.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

Contains a list of instance referrers.

func (*InstanceListReferrers) Descriptor

func (*InstanceListReferrers) Descriptor() ([]byte, []int)

Deprecated: Use InstanceListReferrers.ProtoReflect.Descriptor instead.

func (*InstanceListReferrers) GetId

func (x *InstanceListReferrers) GetId() string

func (*InstanceListReferrers) GetItems

func (x *InstanceListReferrers) GetItems() []*Reference

func (*InstanceListReferrers) GetKind

func (x *InstanceListReferrers) GetKind() string

func (*InstanceListReferrers) GetNextPageToken

func (x *InstanceListReferrers) GetNextPageToken() string
func (x *InstanceListReferrers) GetSelfLink() string

func (*InstanceListReferrers) GetWarning

func (x *InstanceListReferrers) GetWarning() *Warning

func (*InstanceListReferrers) ProtoMessage

func (*InstanceListReferrers) ProtoMessage()

func (*InstanceListReferrers) ProtoReflect

func (x *InstanceListReferrers) ProtoReflect() protoreflect.Message

func (*InstanceListReferrers) Reset

func (x *InstanceListReferrers) Reset()

func (*InstanceListReferrers) String

func (x *InstanceListReferrers) String() string

type InstanceManagedByIgmError

type InstanceManagedByIgmError struct {

	// [Output Only] Contents of the error.
	Error *InstanceManagedByIgmErrorManagedInstanceError `protobuf:"bytes,96784904,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// [Output Only] Details of the instance action that triggered this error. May be null, if the error was not caused by an action on an instance. This field is optional.
	InstanceActionDetails *InstanceManagedByIgmErrorInstanceActionDetails `protobuf:"bytes,292224547,opt,name=instance_action_details,json=instanceActionDetails,proto3,oneof" json:"instance_action_details,omitempty"`
	// [Output Only] The time that this error occurred. This value is in RFC3339 text format.
	Timestamp *string `protobuf:"bytes,55126294,opt,name=timestamp,proto3,oneof" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceManagedByIgmError) Descriptor

func (*InstanceManagedByIgmError) Descriptor() ([]byte, []int)

Deprecated: Use InstanceManagedByIgmError.ProtoReflect.Descriptor instead.

func (*InstanceManagedByIgmError) GetError

func (*InstanceManagedByIgmError) GetInstanceActionDetails

func (*InstanceManagedByIgmError) GetTimestamp

func (x *InstanceManagedByIgmError) GetTimestamp() string

func (*InstanceManagedByIgmError) ProtoMessage

func (*InstanceManagedByIgmError) ProtoMessage()

func (*InstanceManagedByIgmError) ProtoReflect

func (*InstanceManagedByIgmError) Reset

func (x *InstanceManagedByIgmError) Reset()

func (*InstanceManagedByIgmError) String

func (x *InstanceManagedByIgmError) String() string

type InstanceManagedByIgmErrorInstanceActionDetails

type InstanceManagedByIgmErrorInstanceActionDetails struct {

	// [Output Only] Action that managed instance group was executing on the instance when the error occurred. Possible values:
	// Check the Action enum for the list of possible values.
	Action *string `protobuf:"bytes,187661878,opt,name=action,proto3,oneof" json:"action,omitempty"`
	// [Output Only] The URL of the instance. The URL can be set even if the instance has not yet been created.
	Instance *string `protobuf:"bytes,18257045,opt,name=instance,proto3,oneof" json:"instance,omitempty"`
	// [Output Only] Version this instance was created from, or was being created from, but the creation failed. Corresponds to one of the versions that were set on the Instance Group Manager resource at the time this instance was being created.
	Version *ManagedInstanceVersion `protobuf:"bytes,351608024,opt,name=version,proto3,oneof" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceManagedByIgmErrorInstanceActionDetails) Descriptor

Deprecated: Use InstanceManagedByIgmErrorInstanceActionDetails.ProtoReflect.Descriptor instead.

func (*InstanceManagedByIgmErrorInstanceActionDetails) GetAction

func (*InstanceManagedByIgmErrorInstanceActionDetails) GetInstance

func (*InstanceManagedByIgmErrorInstanceActionDetails) GetVersion

func (*InstanceManagedByIgmErrorInstanceActionDetails) ProtoMessage

func (*InstanceManagedByIgmErrorInstanceActionDetails) ProtoReflect

func (*InstanceManagedByIgmErrorInstanceActionDetails) Reset

func (*InstanceManagedByIgmErrorInstanceActionDetails) String

type InstanceManagedByIgmErrorInstanceActionDetails_Action

type InstanceManagedByIgmErrorInstanceActionDetails_Action int32

[Output Only] Action that managed instance group was executing on the instance when the error occurred. Possible values:

const (
	// A value indicating that the enum field is not set.
	InstanceManagedByIgmErrorInstanceActionDetails_UNDEFINED_ACTION InstanceManagedByIgmErrorInstanceActionDetails_Action = 0
	// The managed instance group is abandoning this instance. The instance will be removed from the instance group and from any target pools that are associated with this group.
	InstanceManagedByIgmErrorInstanceActionDetails_ABANDONING InstanceManagedByIgmErrorInstanceActionDetails_Action = 388244813
	// The managed instance group is creating this instance. If the group fails to create this instance, it will try again until it is successful.
	InstanceManagedByIgmErrorInstanceActionDetails_CREATING InstanceManagedByIgmErrorInstanceActionDetails_Action = 455564985
	// The managed instance group is attempting to create this instance only once. If the group fails to create this instance, it does not try again and the group's targetSize value is decreased.
	InstanceManagedByIgmErrorInstanceActionDetails_CREATING_WITHOUT_RETRIES InstanceManagedByIgmErrorInstanceActionDetails_Action = 428843785
	// The managed instance group is permanently deleting this instance.
	InstanceManagedByIgmErrorInstanceActionDetails_DELETING InstanceManagedByIgmErrorInstanceActionDetails_Action = 528602024
	// The managed instance group has not scheduled any actions for this instance.
	InstanceManagedByIgmErrorInstanceActionDetails_NONE InstanceManagedByIgmErrorInstanceActionDetails_Action = 2402104
	// The managed instance group is recreating this instance.
	InstanceManagedByIgmErrorInstanceActionDetails_RECREATING InstanceManagedByIgmErrorInstanceActionDetails_Action = 287278572
	// The managed instance group is applying configuration changes to the instance without stopping it. For example, the group can update the target pool list for an instance without stopping that instance.
	InstanceManagedByIgmErrorInstanceActionDetails_REFRESHING InstanceManagedByIgmErrorInstanceActionDetails_Action = 163266343
	// The managed instance group is restarting this instance.
	InstanceManagedByIgmErrorInstanceActionDetails_RESTARTING InstanceManagedByIgmErrorInstanceActionDetails_Action = 320534387
	// The managed instance group is resuming this instance.
	InstanceManagedByIgmErrorInstanceActionDetails_RESUMING InstanceManagedByIgmErrorInstanceActionDetails_Action = 446856618
	// The managed instance group is starting this instance.
	InstanceManagedByIgmErrorInstanceActionDetails_STARTING InstanceManagedByIgmErrorInstanceActionDetails_Action = 488820800
	// The managed instance group is stopping this instance.
	InstanceManagedByIgmErrorInstanceActionDetails_STOPPING InstanceManagedByIgmErrorInstanceActionDetails_Action = 350791796
	// The managed instance group is suspending this instance.
	InstanceManagedByIgmErrorInstanceActionDetails_SUSPENDING InstanceManagedByIgmErrorInstanceActionDetails_Action = 514206246
	// The managed instance group is verifying this already created instance. Verification happens every time the instance is (re)created or restarted and consists of: 1. Waiting until health check specified as part of this managed instance group's autohealing policy reports HEALTHY. Note: Applies only if autohealing policy has a health check specified 2. Waiting for addition verification steps performed as post-instance creation (subject to future extensions).
	InstanceManagedByIgmErrorInstanceActionDetails_VERIFYING InstanceManagedByIgmErrorInstanceActionDetails_Action = 16982185
)

func (InstanceManagedByIgmErrorInstanceActionDetails_Action) Descriptor

func (InstanceManagedByIgmErrorInstanceActionDetails_Action) Enum

func (InstanceManagedByIgmErrorInstanceActionDetails_Action) EnumDescriptor

Deprecated: Use InstanceManagedByIgmErrorInstanceActionDetails_Action.Descriptor instead.

func (InstanceManagedByIgmErrorInstanceActionDetails_Action) Number

func (InstanceManagedByIgmErrorInstanceActionDetails_Action) String

func (InstanceManagedByIgmErrorInstanceActionDetails_Action) Type

type InstanceManagedByIgmErrorManagedInstanceError

type InstanceManagedByIgmErrorManagedInstanceError struct {

	// [Output Only] Error code.
	Code *string `protobuf:"bytes,3059181,opt,name=code,proto3,oneof" json:"code,omitempty"`
	// [Output Only] Error message.
	Message *string `protobuf:"bytes,418054151,opt,name=message,proto3,oneof" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceManagedByIgmErrorManagedInstanceError) Descriptor

Deprecated: Use InstanceManagedByIgmErrorManagedInstanceError.ProtoReflect.Descriptor instead.

func (*InstanceManagedByIgmErrorManagedInstanceError) GetCode

func (*InstanceManagedByIgmErrorManagedInstanceError) GetMessage

func (*InstanceManagedByIgmErrorManagedInstanceError) ProtoMessage

func (*InstanceManagedByIgmErrorManagedInstanceError) ProtoReflect

func (*InstanceManagedByIgmErrorManagedInstanceError) Reset

func (*InstanceManagedByIgmErrorManagedInstanceError) String

type InstanceMoveRequest

type InstanceMoveRequest struct {

	// The URL of the destination zone to move the instance. This can be a full or partial URL. For example, the following are all valid URLs to a zone: - https://www.googleapis.com/compute/v1/projects/project/zones/zone - projects/project/zones/zone - zones/zone
	DestinationZone *string `protobuf:"bytes,131854653,opt,name=destination_zone,json=destinationZone,proto3,oneof" json:"destination_zone,omitempty"`
	// The URL of the target instance to move. This can be a full or partial URL. For example, the following are all valid URLs to an instance: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /instances/instance - projects/project/zones/zone/instances/instance - zones/zone/instances/instance
	TargetInstance *string `protobuf:"bytes,289769347,opt,name=target_instance,json=targetInstance,proto3,oneof" json:"target_instance,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceMoveRequest) Descriptor

func (*InstanceMoveRequest) Descriptor() ([]byte, []int)

Deprecated: Use InstanceMoveRequest.ProtoReflect.Descriptor instead.

func (*InstanceMoveRequest) GetDestinationZone

func (x *InstanceMoveRequest) GetDestinationZone() string

func (*InstanceMoveRequest) GetTargetInstance

func (x *InstanceMoveRequest) GetTargetInstance() string

func (*InstanceMoveRequest) ProtoMessage

func (*InstanceMoveRequest) ProtoMessage()

func (*InstanceMoveRequest) ProtoReflect

func (x *InstanceMoveRequest) ProtoReflect() protoreflect.Message

func (*InstanceMoveRequest) Reset

func (x *InstanceMoveRequest) Reset()

func (*InstanceMoveRequest) String

func (x *InstanceMoveRequest) String() string

type InstanceParams

type InstanceParams struct {

	// Resource manager tags to be bound to the instance. Tag keys and values have the same definition as resource manager tags. Keys must be in the format `tagKeys/{tag_key_id}`, and values are in the format `tagValues/456`. The field is ignored (both PUT & PATCH) when empty.
	ResourceManagerTags map[string]string `protobuf:"bytes,377671164,rep,name=resource_manager_tags,json=resourceManagerTags,proto3" json:"resource_manager_tags,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// contains filtered or unexported fields
}

Additional instance params.

func (*InstanceParams) Descriptor

func (*InstanceParams) Descriptor() ([]byte, []int)

Deprecated: Use InstanceParams.ProtoReflect.Descriptor instead.

func (*InstanceParams) GetResourceManagerTags

func (x *InstanceParams) GetResourceManagerTags() map[string]string

func (*InstanceParams) ProtoMessage

func (*InstanceParams) ProtoMessage()

func (*InstanceParams) ProtoReflect

func (x *InstanceParams) ProtoReflect() protoreflect.Message

func (*InstanceParams) Reset

func (x *InstanceParams) Reset()

func (*InstanceParams) String

func (x *InstanceParams) String() string

type InstanceProperties

type InstanceProperties struct {

	// Controls for advanced machine-related behavior features. Note that for MachineImage, this is not supported yet.
	AdvancedMachineFeatures *AdvancedMachineFeatures `protobuf:"bytes,409646002,opt,name=advanced_machine_features,json=advancedMachineFeatures,proto3,oneof" json:"advanced_machine_features,omitempty"`
	// Enables instances created based on these properties to send packets with source IP addresses other than their own and receive packets with destination IP addresses other than their own. If these instances will be used as an IP gateway or it will be set as the next-hop in a Route resource, specify true. If unsure, leave this set to false. See the Enable IP forwarding documentation for more information.
	CanIpForward *bool `protobuf:"varint,467731324,opt,name=can_ip_forward,json=canIpForward,proto3,oneof" json:"can_ip_forward,omitempty"`
	// Specifies the Confidential Instance options. Note that for MachineImage, this is not supported yet.
	ConfidentialInstanceConfig *ConfidentialInstanceConfig `protobuf:"bytes,490637685,opt,name=confidential_instance_config,json=confidentialInstanceConfig,proto3,oneof" json:"confidential_instance_config,omitempty"`
	// An optional text description for the instances that are created from these properties.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// An array of disks that are associated with the instances that are created from these properties.
	Disks []*AttachedDisk `protobuf:"bytes,95594102,rep,name=disks,proto3" json:"disks,omitempty"`
	// A list of guest accelerator cards' type and count to use for instances created from these properties.
	GuestAccelerators []*AcceleratorConfig `protobuf:"bytes,463595119,rep,name=guest_accelerators,json=guestAccelerators,proto3" json:"guest_accelerators,omitempty"`
	// KeyRevocationActionType of the instance. Supported options are "STOP" and "NONE". The default value is "NONE" if it is not specified.
	// Check the KeyRevocationActionType enum for the list of possible values.
	KeyRevocationActionType *string `protobuf:"bytes,235941474,opt,name=key_revocation_action_type,json=keyRevocationActionType,proto3,oneof" json:"key_revocation_action_type,omitempty"`
	// Labels to apply to instances that are created from these properties.
	Labels map[string]string `protobuf:"bytes,500195327,rep,name=labels,proto3" json:"labels,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// The machine type to use for instances that are created from these properties.
	MachineType *string `protobuf:"bytes,227711026,opt,name=machine_type,json=machineType,proto3,oneof" json:"machine_type,omitempty"`
	// The metadata key/value pairs to assign to instances that are created from these properties. These pairs can consist of custom metadata or predefined keys. See Project and instance metadata for more information.
	Metadata *Metadata `protobuf:"bytes,86866735,opt,name=metadata,proto3,oneof" json:"metadata,omitempty"`
	// Minimum cpu/platform to be used by instances. The instance may be scheduled on the specified or newer cpu/platform. Applicable values are the friendly names of CPU platforms, such as minCpuPlatform: "Intel Haswell" or minCpuPlatform: "Intel Sandy Bridge". For more information, read Specifying a Minimum CPU Platform.
	MinCpuPlatform *string `protobuf:"bytes,242912759,opt,name=min_cpu_platform,json=minCpuPlatform,proto3,oneof" json:"min_cpu_platform,omitempty"`
	// An array of network access configurations for this interface.
	NetworkInterfaces []*NetworkInterface `protobuf:"bytes,52735243,rep,name=network_interfaces,json=networkInterfaces,proto3" json:"network_interfaces,omitempty"`
	// Note that for MachineImage, this is not supported yet.
	NetworkPerformanceConfig *NetworkPerformanceConfig `protobuf:"bytes,398330850,opt,name=network_performance_config,json=networkPerformanceConfig,proto3,oneof" json:"network_performance_config,omitempty"`
	// The private IPv6 google access type for VMs. If not specified, use INHERIT_FROM_SUBNETWORK as default. Note that for MachineImage, this is not supported yet.
	// Check the PrivateIpv6GoogleAccess enum for the list of possible values.
	PrivateIpv6GoogleAccess *string `protobuf:"bytes,48277006,opt,name=private_ipv6_google_access,json=privateIpv6GoogleAccess,proto3,oneof" json:"private_ipv6_google_access,omitempty"`
	// Specifies the reservations that instances can consume from. Note that for MachineImage, this is not supported yet.
	ReservationAffinity *ReservationAffinity `protobuf:"bytes,157850683,opt,name=reservation_affinity,json=reservationAffinity,proto3,oneof" json:"reservation_affinity,omitempty"`
	// Resource manager tags to be bound to the instance. Tag keys and values have the same definition as resource manager tags. Keys must be in the format `tagKeys/{tag_key_id}`, and values are in the format `tagValues/456`. The field is ignored (both PUT & PATCH) when empty.
	ResourceManagerTags map[string]string `protobuf:"bytes,377671164,rep,name=resource_manager_tags,json=resourceManagerTags,proto3" json:"resource_manager_tags,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// Resource policies (names, not URLs) applied to instances created from these properties. Note that for MachineImage, this is not supported yet.
	ResourcePolicies []string `protobuf:"bytes,22220385,rep,name=resource_policies,json=resourcePolicies,proto3" json:"resource_policies,omitempty"`
	// Specifies the scheduling options for the instances that are created from these properties.
	Scheduling *Scheduling `protobuf:"bytes,386688404,opt,name=scheduling,proto3,oneof" json:"scheduling,omitempty"`
	// A list of service accounts with specified scopes. Access tokens for these service accounts are available to the instances that are created from these properties. Use metadata queries to obtain the access tokens for these instances.
	ServiceAccounts []*ServiceAccount `protobuf:"bytes,277537328,rep,name=service_accounts,json=serviceAccounts,proto3" json:"service_accounts,omitempty"`
	// Note that for MachineImage, this is not supported yet.
	ShieldedInstanceConfig *ShieldedInstanceConfig `protobuf:"bytes,12862901,opt,name=shielded_instance_config,json=shieldedInstanceConfig,proto3,oneof" json:"shielded_instance_config,omitempty"`
	// A list of tags to apply to the instances that are created from these properties. The tags identify valid sources or targets for network firewalls. The setTags method can modify this list of tags. Each tag within the list must comply with RFC1035.
	Tags *Tags `protobuf:"bytes,3552281,opt,name=tags,proto3,oneof" json:"tags,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceProperties) Descriptor

func (*InstanceProperties) Descriptor() ([]byte, []int)

Deprecated: Use InstanceProperties.ProtoReflect.Descriptor instead.

func (*InstanceProperties) GetAdvancedMachineFeatures

func (x *InstanceProperties) GetAdvancedMachineFeatures() *AdvancedMachineFeatures

func (*InstanceProperties) GetCanIpForward

func (x *InstanceProperties) GetCanIpForward() bool

func (*InstanceProperties) GetConfidentialInstanceConfig

func (x *InstanceProperties) GetConfidentialInstanceConfig() *ConfidentialInstanceConfig

func (*InstanceProperties) GetDescription

func (x *InstanceProperties) GetDescription() string

func (*InstanceProperties) GetDisks

func (x *InstanceProperties) GetDisks() []*AttachedDisk

func (*InstanceProperties) GetGuestAccelerators

func (x *InstanceProperties) GetGuestAccelerators() []*AcceleratorConfig

func (*InstanceProperties) GetKeyRevocationActionType

func (x *InstanceProperties) GetKeyRevocationActionType() string

func (*InstanceProperties) GetLabels

func (x *InstanceProperties) GetLabels() map[string]string

func (*InstanceProperties) GetMachineType

func (x *InstanceProperties) GetMachineType() string

func (*InstanceProperties) GetMetadata

func (x *InstanceProperties) GetMetadata() *Metadata

func (*InstanceProperties) GetMinCpuPlatform

func (x *InstanceProperties) GetMinCpuPlatform() string

func (*InstanceProperties) GetNetworkInterfaces

func (x *InstanceProperties) GetNetworkInterfaces() []*NetworkInterface

func (*InstanceProperties) GetNetworkPerformanceConfig

func (x *InstanceProperties) GetNetworkPerformanceConfig() *NetworkPerformanceConfig

func (*InstanceProperties) GetPrivateIpv6GoogleAccess

func (x *InstanceProperties) GetPrivateIpv6GoogleAccess() string

func (*InstanceProperties) GetReservationAffinity

func (x *InstanceProperties) GetReservationAffinity() *ReservationAffinity

func (*InstanceProperties) GetResourceManagerTags

func (x *InstanceProperties) GetResourceManagerTags() map[string]string

func (*InstanceProperties) GetResourcePolicies

func (x *InstanceProperties) GetResourcePolicies() []string

func (*InstanceProperties) GetScheduling

func (x *InstanceProperties) GetScheduling() *Scheduling

func (*InstanceProperties) GetServiceAccounts

func (x *InstanceProperties) GetServiceAccounts() []*ServiceAccount

func (*InstanceProperties) GetShieldedInstanceConfig

func (x *InstanceProperties) GetShieldedInstanceConfig() *ShieldedInstanceConfig

func (*InstanceProperties) GetTags

func (x *InstanceProperties) GetTags() *Tags

func (*InstanceProperties) ProtoMessage

func (*InstanceProperties) ProtoMessage()

func (*InstanceProperties) ProtoReflect

func (x *InstanceProperties) ProtoReflect() protoreflect.Message

func (*InstanceProperties) Reset

func (x *InstanceProperties) Reset()

func (*InstanceProperties) String

func (x *InstanceProperties) String() string

type InstanceProperties_KeyRevocationActionType

type InstanceProperties_KeyRevocationActionType int32

KeyRevocationActionType of the instance. Supported options are "STOP" and "NONE". The default value is "NONE" if it is not specified.

const (
	// A value indicating that the enum field is not set.
	InstanceProperties_UNDEFINED_KEY_REVOCATION_ACTION_TYPE InstanceProperties_KeyRevocationActionType = 0
	// Default value. This value is unused.
	InstanceProperties_KEY_REVOCATION_ACTION_TYPE_UNSPECIFIED InstanceProperties_KeyRevocationActionType = 467110106
	// Indicates user chose no operation.
	InstanceProperties_NONE InstanceProperties_KeyRevocationActionType = 2402104
	// Indicates user chose to opt for VM shutdown on key revocation.
	InstanceProperties_STOP InstanceProperties_KeyRevocationActionType = 2555906
)

func (InstanceProperties_KeyRevocationActionType) Descriptor

func (InstanceProperties_KeyRevocationActionType) Enum

func (InstanceProperties_KeyRevocationActionType) EnumDescriptor

func (InstanceProperties_KeyRevocationActionType) EnumDescriptor() ([]byte, []int)

Deprecated: Use InstanceProperties_KeyRevocationActionType.Descriptor instead.

func (InstanceProperties_KeyRevocationActionType) Number

func (InstanceProperties_KeyRevocationActionType) String

func (InstanceProperties_KeyRevocationActionType) Type

type InstanceProperties_PrivateIpv6GoogleAccess

type InstanceProperties_PrivateIpv6GoogleAccess int32

The private IPv6 google access type for VMs. If not specified, use INHERIT_FROM_SUBNETWORK as default. Note that for MachineImage, this is not supported yet.

const (
	// A value indicating that the enum field is not set.
	InstanceProperties_UNDEFINED_PRIVATE_IPV6_GOOGLE_ACCESS InstanceProperties_PrivateIpv6GoogleAccess = 0
	// Bidirectional private IPv6 access to/from Google services. If specified, the subnetwork who is attached to the instance's default network interface will be assigned an internal IPv6 prefix if it doesn't have before.
	InstanceProperties_ENABLE_BIDIRECTIONAL_ACCESS_TO_GOOGLE InstanceProperties_PrivateIpv6GoogleAccess = 427975994
	// Outbound private IPv6 access from VMs in this subnet to Google services. If specified, the subnetwork who is attached to the instance's default network interface will be assigned an internal IPv6 prefix if it doesn't have before.
	InstanceProperties_ENABLE_OUTBOUND_VM_ACCESS_TO_GOOGLE InstanceProperties_PrivateIpv6GoogleAccess = 288210263
	// Each network interface inherits PrivateIpv6GoogleAccess from its subnetwork.
	InstanceProperties_INHERIT_FROM_SUBNETWORK InstanceProperties_PrivateIpv6GoogleAccess = 530256959
)

func (InstanceProperties_PrivateIpv6GoogleAccess) Descriptor

func (InstanceProperties_PrivateIpv6GoogleAccess) Enum

func (InstanceProperties_PrivateIpv6GoogleAccess) EnumDescriptor

func (InstanceProperties_PrivateIpv6GoogleAccess) EnumDescriptor() ([]byte, []int)

Deprecated: Use InstanceProperties_PrivateIpv6GoogleAccess.Descriptor instead.

func (InstanceProperties_PrivateIpv6GoogleAccess) Number

func (InstanceProperties_PrivateIpv6GoogleAccess) String

func (InstanceProperties_PrivateIpv6GoogleAccess) Type

type InstanceReference

type InstanceReference struct {

	// The URL for a specific instance. @required compute.instancegroups.addInstances/removeInstances
	Instance *string `protobuf:"bytes,18257045,opt,name=instance,proto3,oneof" json:"instance,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceReference) Descriptor

func (*InstanceReference) Descriptor() ([]byte, []int)

Deprecated: Use InstanceReference.ProtoReflect.Descriptor instead.

func (*InstanceReference) GetInstance

func (x *InstanceReference) GetInstance() string

func (*InstanceReference) ProtoMessage

func (*InstanceReference) ProtoMessage()

func (*InstanceReference) ProtoReflect

func (x *InstanceReference) ProtoReflect() protoreflect.Message

func (*InstanceReference) Reset

func (x *InstanceReference) Reset()

func (*InstanceReference) String

func (x *InstanceReference) String() string

type InstanceTemplate

type InstanceTemplate struct {

	// [Output Only] The creation timestamp for this instance template in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// An optional description of this resource. Provide this property when you create the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// [Output Only] A unique identifier for this instance template. The server defines this identifier.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Output Only] The resource type, which is always compute#instanceTemplate for instance templates.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// The instance properties for this instance template.
	Properties *InstanceProperties `protobuf:"bytes,147688755,opt,name=properties,proto3,oneof" json:"properties,omitempty"`
	// [Output Only] URL of the region where the instance template resides. Only applicable for regional resources.
	Region *string `protobuf:"bytes,138946292,opt,name=region,proto3,oneof" json:"region,omitempty"`
	// [Output Only] The URL for this instance template. The server defines this URL.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// The source instance used to create the template. You can provide this as a partial or full URL to the resource. For example, the following are valid values: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /instances/instance - projects/project/zones/zone/instances/instance
	SourceInstance *string `protobuf:"bytes,396315705,opt,name=source_instance,json=sourceInstance,proto3,oneof" json:"source_instance,omitempty"`
	// The source instance params to use to create this instance template.
	SourceInstanceParams *SourceInstanceParams `protobuf:"bytes,135342156,opt,name=source_instance_params,json=sourceInstanceParams,proto3,oneof" json:"source_instance_params,omitempty"`
	// contains filtered or unexported fields
}

Represents an Instance Template resource. You can use instance templates to create VM instances and managed instance groups. For more information, read Instance Templates.

func (*InstanceTemplate) Descriptor

func (*InstanceTemplate) Descriptor() ([]byte, []int)

Deprecated: Use InstanceTemplate.ProtoReflect.Descriptor instead.

func (*InstanceTemplate) GetCreationTimestamp

func (x *InstanceTemplate) GetCreationTimestamp() string

func (*InstanceTemplate) GetDescription

func (x *InstanceTemplate) GetDescription() string

func (*InstanceTemplate) GetId

func (x *InstanceTemplate) GetId() uint64

func (*InstanceTemplate) GetKind

func (x *InstanceTemplate) GetKind() string

func (*InstanceTemplate) GetName

func (x *InstanceTemplate) GetName() string

func (*InstanceTemplate) GetProperties

func (x *InstanceTemplate) GetProperties() *InstanceProperties

func (*InstanceTemplate) GetRegion

func (x *InstanceTemplate) GetRegion() string
func (x *InstanceTemplate) GetSelfLink() string

func (*InstanceTemplate) GetSourceInstance

func (x *InstanceTemplate) GetSourceInstance() string

func (*InstanceTemplate) GetSourceInstanceParams

func (x *InstanceTemplate) GetSourceInstanceParams() *SourceInstanceParams

func (*InstanceTemplate) ProtoMessage

func (*InstanceTemplate) ProtoMessage()

func (*InstanceTemplate) ProtoReflect

func (x *InstanceTemplate) ProtoReflect() protoreflect.Message

func (*InstanceTemplate) Reset

func (x *InstanceTemplate) Reset()

func (*InstanceTemplate) String

func (x *InstanceTemplate) String() string

type InstanceTemplateAggregatedList

type InstanceTemplateAggregatedList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of InstanceTemplatesScopedList resources.
	Items map[string]*InstanceTemplatesScopedList `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// Type of resource.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

Contains a list of InstanceTemplatesScopedList.

func (*InstanceTemplateAggregatedList) Descriptor

func (*InstanceTemplateAggregatedList) Descriptor() ([]byte, []int)

Deprecated: Use InstanceTemplateAggregatedList.ProtoReflect.Descriptor instead.

func (*InstanceTemplateAggregatedList) GetId

func (*InstanceTemplateAggregatedList) GetItems

func (*InstanceTemplateAggregatedList) GetKind

func (*InstanceTemplateAggregatedList) GetNextPageToken

func (x *InstanceTemplateAggregatedList) GetNextPageToken() string
func (x *InstanceTemplateAggregatedList) GetSelfLink() string

func (*InstanceTemplateAggregatedList) GetWarning

func (x *InstanceTemplateAggregatedList) GetWarning() *Warning

func (*InstanceTemplateAggregatedList) ProtoMessage

func (*InstanceTemplateAggregatedList) ProtoMessage()

func (*InstanceTemplateAggregatedList) ProtoReflect

func (*InstanceTemplateAggregatedList) Reset

func (x *InstanceTemplateAggregatedList) Reset()

func (*InstanceTemplateAggregatedList) String

type InstanceTemplateList

type InstanceTemplateList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of InstanceTemplate resources.
	Items []*InstanceTemplate `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] The resource type, which is always compute#instanceTemplatesListResponse for instance template lists.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

A list of instance templates.

func (*InstanceTemplateList) Descriptor

func (*InstanceTemplateList) Descriptor() ([]byte, []int)

Deprecated: Use InstanceTemplateList.ProtoReflect.Descriptor instead.

func (*InstanceTemplateList) GetId

func (x *InstanceTemplateList) GetId() string

func (*InstanceTemplateList) GetItems

func (x *InstanceTemplateList) GetItems() []*InstanceTemplate

func (*InstanceTemplateList) GetKind

func (x *InstanceTemplateList) GetKind() string

func (*InstanceTemplateList) GetNextPageToken

func (x *InstanceTemplateList) GetNextPageToken() string
func (x *InstanceTemplateList) GetSelfLink() string

func (*InstanceTemplateList) GetWarning

func (x *InstanceTemplateList) GetWarning() *Warning

func (*InstanceTemplateList) ProtoMessage

func (*InstanceTemplateList) ProtoMessage()

func (*InstanceTemplateList) ProtoReflect

func (x *InstanceTemplateList) ProtoReflect() protoreflect.Message

func (*InstanceTemplateList) Reset

func (x *InstanceTemplateList) Reset()

func (*InstanceTemplateList) String

func (x *InstanceTemplateList) String() string

type InstanceTemplatesClient

type InstanceTemplatesClient interface {
	// Retrieves the list of all InstanceTemplates resources, regional and global, available to the specified project.
	AggregatedList(ctx context.Context, in *AggregatedListInstanceTemplatesRequest, opts ...grpc.CallOption) (*InstanceTemplateAggregatedList, error)
	// Deletes the specified instance template. Deleting an instance template is permanent and cannot be undone. It is not possible to delete templates that are already in use by a managed instance group.
	Delete(ctx context.Context, in *DeleteInstanceTemplateRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified instance template.
	Get(ctx context.Context, in *GetInstanceTemplateRequest, opts ...grpc.CallOption) (*InstanceTemplate, error)
	// Gets the access control policy for a resource. May be empty if no such policy or resource exists.
	GetIamPolicy(ctx context.Context, in *GetIamPolicyInstanceTemplateRequest, opts ...grpc.CallOption) (*Policy, error)
	// Creates an instance template in the specified project using the data that is included in the request. If you are creating a new template to update an existing instance group, your new instance template must use the same network or, if applicable, the same subnetwork as the original template.
	Insert(ctx context.Context, in *InsertInstanceTemplateRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves a list of instance templates that are contained within the specified project.
	List(ctx context.Context, in *ListInstanceTemplatesRequest, opts ...grpc.CallOption) (*InstanceTemplateList, error)
	// Sets the access control policy on the specified resource. Replaces any existing policy.
	SetIamPolicy(ctx context.Context, in *SetIamPolicyInstanceTemplateRequest, opts ...grpc.CallOption) (*Policy, error)
	// Returns permissions that a caller has on the specified resource.
	TestIamPermissions(ctx context.Context, in *TestIamPermissionsInstanceTemplateRequest, opts ...grpc.CallOption) (*TestPermissionsResponse, error)
}

InstanceTemplatesClient is the client API for InstanceTemplates service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewInstanceTemplatesClient

func NewInstanceTemplatesClient(cc grpc.ClientConnInterface) InstanceTemplatesClient

type InstanceTemplatesScopedList

type InstanceTemplatesScopedList struct {

	// [Output Only] A list of instance templates that are contained within the specified project and zone.
	InstanceTemplates []*InstanceTemplate `protobuf:"bytes,459889679,rep,name=instance_templates,json=instanceTemplates,proto3" json:"instance_templates,omitempty"`
	// [Output Only] An informational warning that replaces the list of instance templates when the list is empty.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceTemplatesScopedList) Descriptor

func (*InstanceTemplatesScopedList) Descriptor() ([]byte, []int)

Deprecated: Use InstanceTemplatesScopedList.ProtoReflect.Descriptor instead.

func (*InstanceTemplatesScopedList) GetInstanceTemplates

func (x *InstanceTemplatesScopedList) GetInstanceTemplates() []*InstanceTemplate

func (*InstanceTemplatesScopedList) GetWarning

func (x *InstanceTemplatesScopedList) GetWarning() *Warning

func (*InstanceTemplatesScopedList) ProtoMessage

func (*InstanceTemplatesScopedList) ProtoMessage()

func (*InstanceTemplatesScopedList) ProtoReflect

func (*InstanceTemplatesScopedList) Reset

func (x *InstanceTemplatesScopedList) Reset()

func (*InstanceTemplatesScopedList) String

func (x *InstanceTemplatesScopedList) String() string

type InstanceTemplatesServer

type InstanceTemplatesServer interface {
	// Retrieves the list of all InstanceTemplates resources, regional and global, available to the specified project.
	AggregatedList(context.Context, *AggregatedListInstanceTemplatesRequest) (*InstanceTemplateAggregatedList, error)
	// Deletes the specified instance template. Deleting an instance template is permanent and cannot be undone. It is not possible to delete templates that are already in use by a managed instance group.
	Delete(context.Context, *DeleteInstanceTemplateRequest) (*Operation, error)
	// Returns the specified instance template.
	Get(context.Context, *GetInstanceTemplateRequest) (*InstanceTemplate, error)
	// Gets the access control policy for a resource. May be empty if no such policy or resource exists.
	GetIamPolicy(context.Context, *GetIamPolicyInstanceTemplateRequest) (*Policy, error)
	// Creates an instance template in the specified project using the data that is included in the request. If you are creating a new template to update an existing instance group, your new instance template must use the same network or, if applicable, the same subnetwork as the original template.
	Insert(context.Context, *InsertInstanceTemplateRequest) (*Operation, error)
	// Retrieves a list of instance templates that are contained within the specified project.
	List(context.Context, *ListInstanceTemplatesRequest) (*InstanceTemplateList, error)
	// Sets the access control policy on the specified resource. Replaces any existing policy.
	SetIamPolicy(context.Context, *SetIamPolicyInstanceTemplateRequest) (*Policy, error)
	// Returns permissions that a caller has on the specified resource.
	TestIamPermissions(context.Context, *TestIamPermissionsInstanceTemplateRequest) (*TestPermissionsResponse, error)
}

InstanceTemplatesServer is the server API for InstanceTemplates service.

type InstanceWithNamedPorts

type InstanceWithNamedPorts struct {

	// [Output Only] The URL of the instance.
	Instance *string `protobuf:"bytes,18257045,opt,name=instance,proto3,oneof" json:"instance,omitempty"`
	// [Output Only] The named ports that belong to this instance group.
	NamedPorts []*NamedPort `protobuf:"bytes,427598732,rep,name=named_ports,json=namedPorts,proto3" json:"named_ports,omitempty"`
	// [Output Only] The status of the instance.
	// Check the Status enum for the list of possible values.
	Status *string `protobuf:"bytes,181260274,opt,name=status,proto3,oneof" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*InstanceWithNamedPorts) Descriptor

func (*InstanceWithNamedPorts) Descriptor() ([]byte, []int)

Deprecated: Use InstanceWithNamedPorts.ProtoReflect.Descriptor instead.

func (*InstanceWithNamedPorts) GetInstance

func (x *InstanceWithNamedPorts) GetInstance() string

func (*InstanceWithNamedPorts) GetNamedPorts

func (x *InstanceWithNamedPorts) GetNamedPorts() []*NamedPort

func (*InstanceWithNamedPorts) GetStatus

func (x *InstanceWithNamedPorts) GetStatus() string

func (*InstanceWithNamedPorts) ProtoMessage

func (*InstanceWithNamedPorts) ProtoMessage()

func (*InstanceWithNamedPorts) ProtoReflect

func (x *InstanceWithNamedPorts) ProtoReflect() protoreflect.Message

func (*InstanceWithNamedPorts) Reset

func (x *InstanceWithNamedPorts) Reset()

func (*InstanceWithNamedPorts) String

func (x *InstanceWithNamedPorts) String() string

type InstanceWithNamedPorts_Status

type InstanceWithNamedPorts_Status int32

[Output Only] The status of the instance.

const (
	// A value indicating that the enum field is not set.
	InstanceWithNamedPorts_UNDEFINED_STATUS InstanceWithNamedPorts_Status = 0
	// The instance is halted and we are performing tear down tasks like network deprogramming, releasing quota, IP, tearing down disks etc.
	InstanceWithNamedPorts_DEPROVISIONING InstanceWithNamedPorts_Status = 428935662
	// Resources are being allocated for the instance.
	InstanceWithNamedPorts_PROVISIONING InstanceWithNamedPorts_Status = 290896621
	// The instance is in repair.
	InstanceWithNamedPorts_REPAIRING InstanceWithNamedPorts_Status = 413483285
	// The instance is running.
	InstanceWithNamedPorts_RUNNING InstanceWithNamedPorts_Status = 121282975
	// All required resources have been allocated and the instance is being started.
	InstanceWithNamedPorts_STAGING InstanceWithNamedPorts_Status = 431072283
	// The instance has stopped successfully.
	InstanceWithNamedPorts_STOPPED InstanceWithNamedPorts_Status = 444276141
	// The instance is currently stopping (either being deleted or killed).
	InstanceWithNamedPorts_STOPPING InstanceWithNamedPorts_Status = 350791796
	// The instance has suspended.
	InstanceWithNamedPorts_SUSPENDED InstanceWithNamedPorts_Status = 51223995
	// The instance is suspending.
	InstanceWithNamedPorts_SUSPENDING InstanceWithNamedPorts_Status = 514206246
	// The instance has stopped (either by explicit action or underlying failure).
	InstanceWithNamedPorts_TERMINATED InstanceWithNamedPorts_Status = 250018339
)

func (InstanceWithNamedPorts_Status) Descriptor

func (InstanceWithNamedPorts_Status) Enum

func (InstanceWithNamedPorts_Status) EnumDescriptor

func (InstanceWithNamedPorts_Status) EnumDescriptor() ([]byte, []int)

Deprecated: Use InstanceWithNamedPorts_Status.Descriptor instead.

func (InstanceWithNamedPorts_Status) Number

func (InstanceWithNamedPorts_Status) String

func (InstanceWithNamedPorts_Status) Type

type Instance_KeyRevocationActionType

type Instance_KeyRevocationActionType int32

KeyRevocationActionType of the instance. Supported options are "STOP" and "NONE". The default value is "NONE" if it is not specified.

const (
	// A value indicating that the enum field is not set.
	Instance_UNDEFINED_KEY_REVOCATION_ACTION_TYPE Instance_KeyRevocationActionType = 0
	// Default value. This value is unused.
	Instance_KEY_REVOCATION_ACTION_TYPE_UNSPECIFIED Instance_KeyRevocationActionType = 467110106
	// Indicates user chose no operation.
	Instance_NONE Instance_KeyRevocationActionType = 2402104
	// Indicates user chose to opt for VM shutdown on key revocation.
	Instance_STOP Instance_KeyRevocationActionType = 2555906
)

func (Instance_KeyRevocationActionType) Descriptor

func (Instance_KeyRevocationActionType) Enum

func (Instance_KeyRevocationActionType) EnumDescriptor

func (Instance_KeyRevocationActionType) EnumDescriptor() ([]byte, []int)

Deprecated: Use Instance_KeyRevocationActionType.Descriptor instead.

func (Instance_KeyRevocationActionType) Number

func (Instance_KeyRevocationActionType) String

func (Instance_KeyRevocationActionType) Type

type Instance_PrivateIpv6GoogleAccess

type Instance_PrivateIpv6GoogleAccess int32

The private IPv6 google access type for the VM. If not specified, use INHERIT_FROM_SUBNETWORK as default.

const (
	// A value indicating that the enum field is not set.
	Instance_UNDEFINED_PRIVATE_IPV6_GOOGLE_ACCESS Instance_PrivateIpv6GoogleAccess = 0
	// Bidirectional private IPv6 access to/from Google services. If specified, the subnetwork who is attached to the instance's default network interface will be assigned an internal IPv6 prefix if it doesn't have before.
	Instance_ENABLE_BIDIRECTIONAL_ACCESS_TO_GOOGLE Instance_PrivateIpv6GoogleAccess = 427975994
	// Outbound private IPv6 access from VMs in this subnet to Google services. If specified, the subnetwork who is attached to the instance's default network interface will be assigned an internal IPv6 prefix if it doesn't have before.
	Instance_ENABLE_OUTBOUND_VM_ACCESS_TO_GOOGLE Instance_PrivateIpv6GoogleAccess = 288210263
	// Each network interface inherits PrivateIpv6GoogleAccess from its subnetwork.
	Instance_INHERIT_FROM_SUBNETWORK Instance_PrivateIpv6GoogleAccess = 530256959
)

func (Instance_PrivateIpv6GoogleAccess) Descriptor

func (Instance_PrivateIpv6GoogleAccess) Enum

func (Instance_PrivateIpv6GoogleAccess) EnumDescriptor

func (Instance_PrivateIpv6GoogleAccess) EnumDescriptor() ([]byte, []int)

Deprecated: Use Instance_PrivateIpv6GoogleAccess.Descriptor instead.

func (Instance_PrivateIpv6GoogleAccess) Number

func (Instance_PrivateIpv6GoogleAccess) String

func (Instance_PrivateIpv6GoogleAccess) Type

type Instance_Status

type Instance_Status int32

[Output Only] The status of the instance. One of the following values: PROVISIONING, STAGING, RUNNING, STOPPING, SUSPENDING, SUSPENDED, REPAIRING, and TERMINATED. For more information about the status of the instance, see Instance life cycle.

const (
	// A value indicating that the enum field is not set.
	Instance_UNDEFINED_STATUS Instance_Status = 0
	// The instance is halted and we are performing tear down tasks like network deprogramming, releasing quota, IP, tearing down disks etc.
	Instance_DEPROVISIONING Instance_Status = 428935662
	// Resources are being allocated for the instance.
	Instance_PROVISIONING Instance_Status = 290896621
	// The instance is in repair.
	Instance_REPAIRING Instance_Status = 413483285
	// The instance is running.
	Instance_RUNNING Instance_Status = 121282975
	// All required resources have been allocated and the instance is being started.
	Instance_STAGING Instance_Status = 431072283
	// The instance has stopped successfully.
	Instance_STOPPED Instance_Status = 444276141
	// The instance is currently stopping (either being deleted or killed).
	Instance_STOPPING Instance_Status = 350791796
	// The instance has suspended.
	Instance_SUSPENDED Instance_Status = 51223995
	// The instance is suspending.
	Instance_SUSPENDING Instance_Status = 514206246
	// The instance has stopped (either by explicit action or underlying failure).
	Instance_TERMINATED Instance_Status = 250018339
)

func (Instance_Status) Descriptor

func (Instance_Status) Enum

func (x Instance_Status) Enum() *Instance_Status

func (Instance_Status) EnumDescriptor

func (Instance_Status) EnumDescriptor() ([]byte, []int)

Deprecated: Use Instance_Status.Descriptor instead.

func (Instance_Status) Number

func (Instance_Status) String

func (x Instance_Status) String() string

func (Instance_Status) Type

type InstancesAddResourcePoliciesRequest

type InstancesAddResourcePoliciesRequest struct {

	// Resource policies to be added to this instance.
	ResourcePolicies []string `protobuf:"bytes,22220385,rep,name=resource_policies,json=resourcePolicies,proto3" json:"resource_policies,omitempty"`
	// contains filtered or unexported fields
}

func (*InstancesAddResourcePoliciesRequest) Descriptor

func (*InstancesAddResourcePoliciesRequest) Descriptor() ([]byte, []int)

Deprecated: Use InstancesAddResourcePoliciesRequest.ProtoReflect.Descriptor instead.

func (*InstancesAddResourcePoliciesRequest) GetResourcePolicies

func (x *InstancesAddResourcePoliciesRequest) GetResourcePolicies() []string

func (*InstancesAddResourcePoliciesRequest) ProtoMessage

func (*InstancesAddResourcePoliciesRequest) ProtoMessage()

func (*InstancesAddResourcePoliciesRequest) ProtoReflect

func (*InstancesAddResourcePoliciesRequest) Reset

func (*InstancesAddResourcePoliciesRequest) String

type InstancesClient

type InstancesClient interface {
	// Adds an access config to an instance's network interface.
	AddAccessConfig(ctx context.Context, in *AddAccessConfigInstanceRequest, opts ...grpc.CallOption) (*Operation, error)
	// Adds existing resource policies to an instance. You can only add one policy right now which will be applied to this instance for scheduling live migrations.
	AddResourcePolicies(ctx context.Context, in *AddResourcePoliciesInstanceRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves an aggregated list of all of the instances in your project across all regions and zones. The performance of this method degrades when a filter is specified on a project that has a very large number of instances.
	AggregatedList(ctx context.Context, in *AggregatedListInstancesRequest, opts ...grpc.CallOption) (*InstanceAggregatedList, error)
	// Attaches an existing Disk resource to an instance. You must first create the disk before you can attach it. It is not possible to create and attach a disk at the same time. For more information, read Adding a persistent disk to your instance.
	AttachDisk(ctx context.Context, in *AttachDiskInstanceRequest, opts ...grpc.CallOption) (*Operation, error)
	// Creates multiple instances. Count specifies the number of instances to create. For more information, see About bulk creation of VMs.
	BulkInsert(ctx context.Context, in *BulkInsertInstanceRequest, opts ...grpc.CallOption) (*Operation, error)
	// Deletes the specified Instance resource. For more information, see Deleting an instance.
	Delete(ctx context.Context, in *DeleteInstanceRequest, opts ...grpc.CallOption) (*Operation, error)
	// Deletes an access config from an instance's network interface.
	DeleteAccessConfig(ctx context.Context, in *DeleteAccessConfigInstanceRequest, opts ...grpc.CallOption) (*Operation, error)
	// Detaches a disk from an instance.
	DetachDisk(ctx context.Context, in *DetachDiskInstanceRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified Instance resource.
	Get(ctx context.Context, in *GetInstanceRequest, opts ...grpc.CallOption) (*Instance, error)
	// Returns effective firewalls applied to an interface of the instance.
	GetEffectiveFirewalls(ctx context.Context, in *GetEffectiveFirewallsInstanceRequest, opts ...grpc.CallOption) (*InstancesGetEffectiveFirewallsResponse, error)
	// Returns the specified guest attributes entry.
	GetGuestAttributes(ctx context.Context, in *GetGuestAttributesInstanceRequest, opts ...grpc.CallOption) (*GuestAttributes, error)
	// Gets the access control policy for a resource. May be empty if no such policy or resource exists.
	GetIamPolicy(ctx context.Context, in *GetIamPolicyInstanceRequest, opts ...grpc.CallOption) (*Policy, error)
	// Returns the screenshot from the specified instance.
	GetScreenshot(ctx context.Context, in *GetScreenshotInstanceRequest, opts ...grpc.CallOption) (*Screenshot, error)
	// Returns the last 1 MB of serial port output from the specified instance.
	GetSerialPortOutput(ctx context.Context, in *GetSerialPortOutputInstanceRequest, opts ...grpc.CallOption) (*SerialPortOutput, error)
	// Returns the Shielded Instance Identity of an instance
	GetShieldedInstanceIdentity(ctx context.Context, in *GetShieldedInstanceIdentityInstanceRequest, opts ...grpc.CallOption) (*ShieldedInstanceIdentity, error)
	// Creates an instance resource in the specified project using the data included in the request.
	Insert(ctx context.Context, in *InsertInstanceRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves the list of instances contained within the specified zone.
	List(ctx context.Context, in *ListInstancesRequest, opts ...grpc.CallOption) (*InstanceList, error)
	// Retrieves a list of resources that refer to the VM instance specified in the request. For example, if the VM instance is part of a managed or unmanaged instance group, the referrers list includes the instance group. For more information, read Viewing referrers to VM instances.
	ListReferrers(ctx context.Context, in *ListReferrersInstancesRequest, opts ...grpc.CallOption) (*InstanceListReferrers, error)
	// Removes resource policies from an instance.
	RemoveResourcePolicies(ctx context.Context, in *RemoveResourcePoliciesInstanceRequest, opts ...grpc.CallOption) (*Operation, error)
	// Performs a reset on the instance. This is a hard reset. The VM does not do a graceful shutdown. For more information, see Resetting an instance.
	Reset(ctx context.Context, in *ResetInstanceRequest, opts ...grpc.CallOption) (*Operation, error)
	// Resumes an instance that was suspended using the instances().suspend method.
	Resume(ctx context.Context, in *ResumeInstanceRequest, opts ...grpc.CallOption) (*Operation, error)
	// Sends diagnostic interrupt to the instance.
	SendDiagnosticInterrupt(ctx context.Context, in *SendDiagnosticInterruptInstanceRequest, opts ...grpc.CallOption) (*SendDiagnosticInterruptInstanceResponse, error)
	// Sets deletion protection on the instance.
	SetDeletionProtection(ctx context.Context, in *SetDeletionProtectionInstanceRequest, opts ...grpc.CallOption) (*Operation, error)
	// Sets the auto-delete flag for a disk attached to an instance.
	SetDiskAutoDelete(ctx context.Context, in *SetDiskAutoDeleteInstanceRequest, opts ...grpc.CallOption) (*Operation, error)
	// Sets the access control policy on the specified resource. Replaces any existing policy.
	SetIamPolicy(ctx context.Context, in *SetIamPolicyInstanceRequest, opts ...grpc.CallOption) (*Policy, error)
	// Sets labels on an instance. To learn more about labels, read the Labeling Resources documentation.
	SetLabels(ctx context.Context, in *SetLabelsInstanceRequest, opts ...grpc.CallOption) (*Operation, error)
	// Changes the number and/or type of accelerator for a stopped instance to the values specified in the request.
	SetMachineResources(ctx context.Context, in *SetMachineResourcesInstanceRequest, opts ...grpc.CallOption) (*Operation, error)
	// Changes the machine type for a stopped instance to the machine type specified in the request.
	SetMachineType(ctx context.Context, in *SetMachineTypeInstanceRequest, opts ...grpc.CallOption) (*Operation, error)
	// Sets metadata for the specified instance to the data included in the request.
	SetMetadata(ctx context.Context, in *SetMetadataInstanceRequest, opts ...grpc.CallOption) (*Operation, error)
	// Changes the minimum CPU platform that this instance should use. This method can only be called on a stopped instance. For more information, read Specifying a Minimum CPU Platform.
	SetMinCpuPlatform(ctx context.Context, in *SetMinCpuPlatformInstanceRequest, opts ...grpc.CallOption) (*Operation, error)
	// Sets name of an instance.
	SetName(ctx context.Context, in *SetNameInstanceRequest, opts ...grpc.CallOption) (*Operation, error)
	// Sets an instance's scheduling options. You can only call this method on a stopped instance, that is, a VM instance that is in a `TERMINATED` state. See Instance Life Cycle for more information on the possible instance states. For more information about setting scheduling options for a VM, see Set VM host maintenance policy.
	SetScheduling(ctx context.Context, in *SetSchedulingInstanceRequest, opts ...grpc.CallOption) (*Operation, error)
	// Sets the service account on the instance. For more information, read Changing the service account and access scopes for an instance.
	SetServiceAccount(ctx context.Context, in *SetServiceAccountInstanceRequest, opts ...grpc.CallOption) (*Operation, error)
	// Sets the Shielded Instance integrity policy for an instance. You can only use this method on a running instance. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
	SetShieldedInstanceIntegrityPolicy(ctx context.Context, in *SetShieldedInstanceIntegrityPolicyInstanceRequest, opts ...grpc.CallOption) (*Operation, error)
	// Sets network tags for the specified instance to the data included in the request.
	SetTags(ctx context.Context, in *SetTagsInstanceRequest, opts ...grpc.CallOption) (*Operation, error)
	// Simulates a host maintenance event on a VM. For more information, see Simulate a host maintenance event.
	SimulateMaintenanceEvent(ctx context.Context, in *SimulateMaintenanceEventInstanceRequest, opts ...grpc.CallOption) (*Operation, error)
	// Starts an instance that was stopped using the instances().stop method. For more information, see Restart an instance.
	Start(ctx context.Context, in *StartInstanceRequest, opts ...grpc.CallOption) (*Operation, error)
	// Starts an instance that was stopped using the instances().stop method. For more information, see Restart an instance.
	StartWithEncryptionKey(ctx context.Context, in *StartWithEncryptionKeyInstanceRequest, opts ...grpc.CallOption) (*Operation, error)
	// Stops a running instance, shutting it down cleanly, and allows you to restart the instance at a later time. Stopped instances do not incur VM usage charges while they are stopped. However, resources that the VM is using, such as persistent disks and static IP addresses, will continue to be charged until they are deleted. For more information, see Stopping an instance.
	Stop(ctx context.Context, in *StopInstanceRequest, opts ...grpc.CallOption) (*Operation, error)
	// This method suspends a running instance, saving its state to persistent storage, and allows you to resume the instance at a later time. Suspended instances have no compute costs (cores or RAM), and incur only storage charges for the saved VM memory and localSSD data. Any charged resources the virtual machine was using, such as persistent disks and static IP addresses, will continue to be charged while the instance is suspended. For more information, see Suspending and resuming an instance.
	Suspend(ctx context.Context, in *SuspendInstanceRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns permissions that a caller has on the specified resource.
	TestIamPermissions(ctx context.Context, in *TestIamPermissionsInstanceRequest, opts ...grpc.CallOption) (*TestPermissionsResponse, error)
	// Updates an instance only if the necessary resources are available. This method can update only a specific set of instance properties. See Updating a running instance for a list of updatable instance properties.
	Update(ctx context.Context, in *UpdateInstanceRequest, opts ...grpc.CallOption) (*Operation, error)
	// Updates the specified access config from an instance's network interface with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
	UpdateAccessConfig(ctx context.Context, in *UpdateAccessConfigInstanceRequest, opts ...grpc.CallOption) (*Operation, error)
	// Updates the Display config for a VM instance. You can only use this method on a stopped VM instance. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
	UpdateDisplayDevice(ctx context.Context, in *UpdateDisplayDeviceInstanceRequest, opts ...grpc.CallOption) (*Operation, error)
	// Updates an instance's network interface. This method can only update an interface's alias IP range and attached network. See Modifying alias IP ranges for an existing instance for instructions on changing alias IP ranges. See Migrating a VM between networks for instructions on migrating an interface. This method follows PATCH semantics.
	UpdateNetworkInterface(ctx context.Context, in *UpdateNetworkInterfaceInstanceRequest, opts ...grpc.CallOption) (*Operation, error)
	// Updates the Shielded Instance config for an instance. You can only use this method on a stopped instance. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
	UpdateShieldedInstanceConfig(ctx context.Context, in *UpdateShieldedInstanceConfigInstanceRequest, opts ...grpc.CallOption) (*Operation, error)
}

InstancesClient is the client API for Instances service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewInstancesClient

func NewInstancesClient(cc grpc.ClientConnInterface) InstancesClient

type InstancesGetEffectiveFirewallsResponse

type InstancesGetEffectiveFirewallsResponse struct {

	// Effective firewalls from firewall policies.
	FirewallPolicys []*InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy `protobuf:"bytes,410985794,rep,name=firewall_policys,json=firewallPolicys,proto3" json:"firewall_policys,omitempty"`
	// Effective firewalls on the instance.
	Firewalls []*Firewall `protobuf:"bytes,272245619,rep,name=firewalls,proto3" json:"firewalls,omitempty"`
	// contains filtered or unexported fields
}

func (*InstancesGetEffectiveFirewallsResponse) Descriptor

func (*InstancesGetEffectiveFirewallsResponse) Descriptor() ([]byte, []int)

Deprecated: Use InstancesGetEffectiveFirewallsResponse.ProtoReflect.Descriptor instead.

func (*InstancesGetEffectiveFirewallsResponse) GetFirewallPolicys

func (*InstancesGetEffectiveFirewallsResponse) GetFirewalls

func (x *InstancesGetEffectiveFirewallsResponse) GetFirewalls() []*Firewall

func (*InstancesGetEffectiveFirewallsResponse) ProtoMessage

func (*InstancesGetEffectiveFirewallsResponse) ProtoReflect

func (*InstancesGetEffectiveFirewallsResponse) Reset

func (*InstancesGetEffectiveFirewallsResponse) String

type InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy

type InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy struct {

	// [Output Only] Deprecated, please use short name instead. The display name of the firewall policy.
	DisplayName *string `protobuf:"bytes,4473832,opt,name=display_name,json=displayName,proto3,oneof" json:"display_name,omitempty"`
	// [Output Only] The name of the firewall policy.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// The rules that apply to the network.
	Rules []*FirewallPolicyRule `protobuf:"bytes,108873975,rep,name=rules,proto3" json:"rules,omitempty"`
	// [Output Only] The short name of the firewall policy.
	ShortName *string `protobuf:"bytes,492051566,opt,name=short_name,json=shortName,proto3,oneof" json:"short_name,omitempty"`
	// [Output Only] The type of the firewall policy. Can be one of HIERARCHY, NETWORK, NETWORK_REGIONAL.
	// Check the Type enum for the list of possible values.
	Type *string `protobuf:"bytes,3575610,opt,name=type,proto3,oneof" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy) Descriptor

Deprecated: Use InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy.ProtoReflect.Descriptor instead.

func (*InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy) GetDisplayName

func (*InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy) GetName

func (*InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy) GetRules

func (*InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy) GetShortName

func (*InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy) GetType

func (*InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy) ProtoMessage

func (*InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy) ProtoReflect

func (*InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy) Reset

func (*InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy) String

type InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type

type InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type int32

[Output Only] The type of the firewall policy. Can be one of HIERARCHY, NETWORK, NETWORK_REGIONAL.

const (
	// A value indicating that the enum field is not set.
	InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_UNDEFINED_TYPE   InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type = 0
	InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_HIERARCHY        InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type = 69902869
	InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_NETWORK          InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type = 413984270
	InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_NETWORK_REGIONAL InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type = 190804272
	InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_UNSPECIFIED      InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type = 526786327
)

func (InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type) Descriptor

func (InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type) Enum

func (InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type) EnumDescriptor

Deprecated: Use InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type.Descriptor instead.

func (InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type) Number

func (InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type) String

func (InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type) Type

type InstancesRemoveResourcePoliciesRequest

type InstancesRemoveResourcePoliciesRequest struct {

	// Resource policies to be removed from this instance.
	ResourcePolicies []string `protobuf:"bytes,22220385,rep,name=resource_policies,json=resourcePolicies,proto3" json:"resource_policies,omitempty"`
	// contains filtered or unexported fields
}

func (*InstancesRemoveResourcePoliciesRequest) Descriptor

func (*InstancesRemoveResourcePoliciesRequest) Descriptor() ([]byte, []int)

Deprecated: Use InstancesRemoveResourcePoliciesRequest.ProtoReflect.Descriptor instead.

func (*InstancesRemoveResourcePoliciesRequest) GetResourcePolicies

func (x *InstancesRemoveResourcePoliciesRequest) GetResourcePolicies() []string

func (*InstancesRemoveResourcePoliciesRequest) ProtoMessage

func (*InstancesRemoveResourcePoliciesRequest) ProtoReflect

func (*InstancesRemoveResourcePoliciesRequest) Reset

func (*InstancesRemoveResourcePoliciesRequest) String

type InstancesScopedList

type InstancesScopedList struct {

	// [Output Only] A list of instances contained in this scope.
	Instances []*Instance `protobuf:"bytes,29097598,rep,name=instances,proto3" json:"instances,omitempty"`
	// [Output Only] Informational warning which replaces the list of instances when the list is empty.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*InstancesScopedList) Descriptor

func (*InstancesScopedList) Descriptor() ([]byte, []int)

Deprecated: Use InstancesScopedList.ProtoReflect.Descriptor instead.

func (*InstancesScopedList) GetInstances

func (x *InstancesScopedList) GetInstances() []*Instance

func (*InstancesScopedList) GetWarning

func (x *InstancesScopedList) GetWarning() *Warning

func (*InstancesScopedList) ProtoMessage

func (*InstancesScopedList) ProtoMessage()

func (*InstancesScopedList) ProtoReflect

func (x *InstancesScopedList) ProtoReflect() protoreflect.Message

func (*InstancesScopedList) Reset

func (x *InstancesScopedList) Reset()

func (*InstancesScopedList) String

func (x *InstancesScopedList) String() string

type InstancesServer

type InstancesServer interface {
	// Adds an access config to an instance's network interface.
	AddAccessConfig(context.Context, *AddAccessConfigInstanceRequest) (*Operation, error)
	// Adds existing resource policies to an instance. You can only add one policy right now which will be applied to this instance for scheduling live migrations.
	AddResourcePolicies(context.Context, *AddResourcePoliciesInstanceRequest) (*Operation, error)
	// Retrieves an aggregated list of all of the instances in your project across all regions and zones. The performance of this method degrades when a filter is specified on a project that has a very large number of instances.
	AggregatedList(context.Context, *AggregatedListInstancesRequest) (*InstanceAggregatedList, error)
	// Attaches an existing Disk resource to an instance. You must first create the disk before you can attach it. It is not possible to create and attach a disk at the same time. For more information, read Adding a persistent disk to your instance.
	AttachDisk(context.Context, *AttachDiskInstanceRequest) (*Operation, error)
	// Creates multiple instances. Count specifies the number of instances to create. For more information, see About bulk creation of VMs.
	BulkInsert(context.Context, *BulkInsertInstanceRequest) (*Operation, error)
	// Deletes the specified Instance resource. For more information, see Deleting an instance.
	Delete(context.Context, *DeleteInstanceRequest) (*Operation, error)
	// Deletes an access config from an instance's network interface.
	DeleteAccessConfig(context.Context, *DeleteAccessConfigInstanceRequest) (*Operation, error)
	// Detaches a disk from an instance.
	DetachDisk(context.Context, *DetachDiskInstanceRequest) (*Operation, error)
	// Returns the specified Instance resource.
	Get(context.Context, *GetInstanceRequest) (*Instance, error)
	// Returns effective firewalls applied to an interface of the instance.
	GetEffectiveFirewalls(context.Context, *GetEffectiveFirewallsInstanceRequest) (*InstancesGetEffectiveFirewallsResponse, error)
	// Returns the specified guest attributes entry.
	GetGuestAttributes(context.Context, *GetGuestAttributesInstanceRequest) (*GuestAttributes, error)
	// Gets the access control policy for a resource. May be empty if no such policy or resource exists.
	GetIamPolicy(context.Context, *GetIamPolicyInstanceRequest) (*Policy, error)
	// Returns the screenshot from the specified instance.
	GetScreenshot(context.Context, *GetScreenshotInstanceRequest) (*Screenshot, error)
	// Returns the last 1 MB of serial port output from the specified instance.
	GetSerialPortOutput(context.Context, *GetSerialPortOutputInstanceRequest) (*SerialPortOutput, error)
	// Returns the Shielded Instance Identity of an instance
	GetShieldedInstanceIdentity(context.Context, *GetShieldedInstanceIdentityInstanceRequest) (*ShieldedInstanceIdentity, error)
	// Creates an instance resource in the specified project using the data included in the request.
	Insert(context.Context, *InsertInstanceRequest) (*Operation, error)
	// Retrieves the list of instances contained within the specified zone.
	List(context.Context, *ListInstancesRequest) (*InstanceList, error)
	// Retrieves a list of resources that refer to the VM instance specified in the request. For example, if the VM instance is part of a managed or unmanaged instance group, the referrers list includes the instance group. For more information, read Viewing referrers to VM instances.
	ListReferrers(context.Context, *ListReferrersInstancesRequest) (*InstanceListReferrers, error)
	// Removes resource policies from an instance.
	RemoveResourcePolicies(context.Context, *RemoveResourcePoliciesInstanceRequest) (*Operation, error)
	// Performs a reset on the instance. This is a hard reset. The VM does not do a graceful shutdown. For more information, see Resetting an instance.
	Reset(context.Context, *ResetInstanceRequest) (*Operation, error)
	// Resumes an instance that was suspended using the instances().suspend method.
	Resume(context.Context, *ResumeInstanceRequest) (*Operation, error)
	// Sends diagnostic interrupt to the instance.
	SendDiagnosticInterrupt(context.Context, *SendDiagnosticInterruptInstanceRequest) (*SendDiagnosticInterruptInstanceResponse, error)
	// Sets deletion protection on the instance.
	SetDeletionProtection(context.Context, *SetDeletionProtectionInstanceRequest) (*Operation, error)
	// Sets the auto-delete flag for a disk attached to an instance.
	SetDiskAutoDelete(context.Context, *SetDiskAutoDeleteInstanceRequest) (*Operation, error)
	// Sets the access control policy on the specified resource. Replaces any existing policy.
	SetIamPolicy(context.Context, *SetIamPolicyInstanceRequest) (*Policy, error)
	// Sets labels on an instance. To learn more about labels, read the Labeling Resources documentation.
	SetLabels(context.Context, *SetLabelsInstanceRequest) (*Operation, error)
	// Changes the number and/or type of accelerator for a stopped instance to the values specified in the request.
	SetMachineResources(context.Context, *SetMachineResourcesInstanceRequest) (*Operation, error)
	// Changes the machine type for a stopped instance to the machine type specified in the request.
	SetMachineType(context.Context, *SetMachineTypeInstanceRequest) (*Operation, error)
	// Sets metadata for the specified instance to the data included in the request.
	SetMetadata(context.Context, *SetMetadataInstanceRequest) (*Operation, error)
	// Changes the minimum CPU platform that this instance should use. This method can only be called on a stopped instance. For more information, read Specifying a Minimum CPU Platform.
	SetMinCpuPlatform(context.Context, *SetMinCpuPlatformInstanceRequest) (*Operation, error)
	// Sets name of an instance.
	SetName(context.Context, *SetNameInstanceRequest) (*Operation, error)
	// Sets an instance's scheduling options. You can only call this method on a stopped instance, that is, a VM instance that is in a `TERMINATED` state. See Instance Life Cycle for more information on the possible instance states. For more information about setting scheduling options for a VM, see Set VM host maintenance policy.
	SetScheduling(context.Context, *SetSchedulingInstanceRequest) (*Operation, error)
	// Sets the service account on the instance. For more information, read Changing the service account and access scopes for an instance.
	SetServiceAccount(context.Context, *SetServiceAccountInstanceRequest) (*Operation, error)
	// Sets the Shielded Instance integrity policy for an instance. You can only use this method on a running instance. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
	SetShieldedInstanceIntegrityPolicy(context.Context, *SetShieldedInstanceIntegrityPolicyInstanceRequest) (*Operation, error)
	// Sets network tags for the specified instance to the data included in the request.
	SetTags(context.Context, *SetTagsInstanceRequest) (*Operation, error)
	// Simulates a host maintenance event on a VM. For more information, see Simulate a host maintenance event.
	SimulateMaintenanceEvent(context.Context, *SimulateMaintenanceEventInstanceRequest) (*Operation, error)
	// Starts an instance that was stopped using the instances().stop method. For more information, see Restart an instance.
	Start(context.Context, *StartInstanceRequest) (*Operation, error)
	// Starts an instance that was stopped using the instances().stop method. For more information, see Restart an instance.
	StartWithEncryptionKey(context.Context, *StartWithEncryptionKeyInstanceRequest) (*Operation, error)
	// Stops a running instance, shutting it down cleanly, and allows you to restart the instance at a later time. Stopped instances do not incur VM usage charges while they are stopped. However, resources that the VM is using, such as persistent disks and static IP addresses, will continue to be charged until they are deleted. For more information, see Stopping an instance.
	Stop(context.Context, *StopInstanceRequest) (*Operation, error)
	// This method suspends a running instance, saving its state to persistent storage, and allows you to resume the instance at a later time. Suspended instances have no compute costs (cores or RAM), and incur only storage charges for the saved VM memory and localSSD data. Any charged resources the virtual machine was using, such as persistent disks and static IP addresses, will continue to be charged while the instance is suspended. For more information, see Suspending and resuming an instance.
	Suspend(context.Context, *SuspendInstanceRequest) (*Operation, error)
	// Returns permissions that a caller has on the specified resource.
	TestIamPermissions(context.Context, *TestIamPermissionsInstanceRequest) (*TestPermissionsResponse, error)
	// Updates an instance only if the necessary resources are available. This method can update only a specific set of instance properties. See Updating a running instance for a list of updatable instance properties.
	Update(context.Context, *UpdateInstanceRequest) (*Operation, error)
	// Updates the specified access config from an instance's network interface with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
	UpdateAccessConfig(context.Context, *UpdateAccessConfigInstanceRequest) (*Operation, error)
	// Updates the Display config for a VM instance. You can only use this method on a stopped VM instance. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
	UpdateDisplayDevice(context.Context, *UpdateDisplayDeviceInstanceRequest) (*Operation, error)
	// Updates an instance's network interface. This method can only update an interface's alias IP range and attached network. See Modifying alias IP ranges for an existing instance for instructions on changing alias IP ranges. See Migrating a VM between networks for instructions on migrating an interface. This method follows PATCH semantics.
	UpdateNetworkInterface(context.Context, *UpdateNetworkInterfaceInstanceRequest) (*Operation, error)
	// Updates the Shielded Instance config for an instance. You can only use this method on a stopped instance. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
	UpdateShieldedInstanceConfig(context.Context, *UpdateShieldedInstanceConfigInstanceRequest) (*Operation, error)
}

InstancesServer is the server API for Instances service.

type InstancesSetLabelsRequest

type InstancesSetLabelsRequest struct {

	// Fingerprint of the previous set of labels for this resource, used to prevent conflicts. Provide the latest fingerprint value when making a request to add or change labels.
	LabelFingerprint *string           `protobuf:"bytes,178124825,opt,name=label_fingerprint,json=labelFingerprint,proto3,oneof" json:"label_fingerprint,omitempty"`
	Labels           map[string]string `protobuf:"bytes,500195327,rep,name=labels,proto3" json:"labels,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// contains filtered or unexported fields
}

func (*InstancesSetLabelsRequest) Descriptor

func (*InstancesSetLabelsRequest) Descriptor() ([]byte, []int)

Deprecated: Use InstancesSetLabelsRequest.ProtoReflect.Descriptor instead.

func (*InstancesSetLabelsRequest) GetLabelFingerprint

func (x *InstancesSetLabelsRequest) GetLabelFingerprint() string

func (*InstancesSetLabelsRequest) GetLabels

func (x *InstancesSetLabelsRequest) GetLabels() map[string]string

func (*InstancesSetLabelsRequest) ProtoMessage

func (*InstancesSetLabelsRequest) ProtoMessage()

func (*InstancesSetLabelsRequest) ProtoReflect

func (*InstancesSetLabelsRequest) Reset

func (x *InstancesSetLabelsRequest) Reset()

func (*InstancesSetLabelsRequest) String

func (x *InstancesSetLabelsRequest) String() string

type InstancesSetMachineResourcesRequest

type InstancesSetMachineResourcesRequest struct {

	// A list of the type and count of accelerator cards attached to the instance.
	GuestAccelerators []*AcceleratorConfig `protobuf:"bytes,463595119,rep,name=guest_accelerators,json=guestAccelerators,proto3" json:"guest_accelerators,omitempty"`
	// contains filtered or unexported fields
}

func (*InstancesSetMachineResourcesRequest) Descriptor

func (*InstancesSetMachineResourcesRequest) Descriptor() ([]byte, []int)

Deprecated: Use InstancesSetMachineResourcesRequest.ProtoReflect.Descriptor instead.

func (*InstancesSetMachineResourcesRequest) GetGuestAccelerators

func (x *InstancesSetMachineResourcesRequest) GetGuestAccelerators() []*AcceleratorConfig

func (*InstancesSetMachineResourcesRequest) ProtoMessage

func (*InstancesSetMachineResourcesRequest) ProtoMessage()

func (*InstancesSetMachineResourcesRequest) ProtoReflect

func (*InstancesSetMachineResourcesRequest) Reset

func (*InstancesSetMachineResourcesRequest) String

type InstancesSetMachineTypeRequest

type InstancesSetMachineTypeRequest struct {

	// Full or partial URL of the machine type resource. See Machine Types for a full list of machine types. For example: zones/us-central1-f/machineTypes/n1-standard-1
	MachineType *string `protobuf:"bytes,227711026,opt,name=machine_type,json=machineType,proto3,oneof" json:"machine_type,omitempty"`
	// contains filtered or unexported fields
}

func (*InstancesSetMachineTypeRequest) Descriptor

func (*InstancesSetMachineTypeRequest) Descriptor() ([]byte, []int)

Deprecated: Use InstancesSetMachineTypeRequest.ProtoReflect.Descriptor instead.

func (*InstancesSetMachineTypeRequest) GetMachineType

func (x *InstancesSetMachineTypeRequest) GetMachineType() string

func (*InstancesSetMachineTypeRequest) ProtoMessage

func (*InstancesSetMachineTypeRequest) ProtoMessage()

func (*InstancesSetMachineTypeRequest) ProtoReflect

func (*InstancesSetMachineTypeRequest) Reset

func (x *InstancesSetMachineTypeRequest) Reset()

func (*InstancesSetMachineTypeRequest) String

type InstancesSetMinCpuPlatformRequest

type InstancesSetMinCpuPlatformRequest struct {

	// Minimum cpu/platform this instance should be started at.
	MinCpuPlatform *string `protobuf:"bytes,242912759,opt,name=min_cpu_platform,json=minCpuPlatform,proto3,oneof" json:"min_cpu_platform,omitempty"`
	// contains filtered or unexported fields
}

func (*InstancesSetMinCpuPlatformRequest) Descriptor

func (*InstancesSetMinCpuPlatformRequest) Descriptor() ([]byte, []int)

Deprecated: Use InstancesSetMinCpuPlatformRequest.ProtoReflect.Descriptor instead.

func (*InstancesSetMinCpuPlatformRequest) GetMinCpuPlatform

func (x *InstancesSetMinCpuPlatformRequest) GetMinCpuPlatform() string

func (*InstancesSetMinCpuPlatformRequest) ProtoMessage

func (*InstancesSetMinCpuPlatformRequest) ProtoMessage()

func (*InstancesSetMinCpuPlatformRequest) ProtoReflect

func (*InstancesSetMinCpuPlatformRequest) Reset

func (*InstancesSetMinCpuPlatformRequest) String

type InstancesSetNameRequest

type InstancesSetNameRequest struct {

	// The current name of this resource, used to prevent conflicts. Provide the latest name when making a request to change name.
	CurrentName *string `protobuf:"bytes,394983825,opt,name=current_name,json=currentName,proto3,oneof" json:"current_name,omitempty"`
	// The name to be applied to the instance. Needs to be RFC 1035 compliant.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*InstancesSetNameRequest) Descriptor

func (*InstancesSetNameRequest) Descriptor() ([]byte, []int)

Deprecated: Use InstancesSetNameRequest.ProtoReflect.Descriptor instead.

func (*InstancesSetNameRequest) GetCurrentName

func (x *InstancesSetNameRequest) GetCurrentName() string

func (*InstancesSetNameRequest) GetName

func (x *InstancesSetNameRequest) GetName() string

func (*InstancesSetNameRequest) ProtoMessage

func (*InstancesSetNameRequest) ProtoMessage()

func (*InstancesSetNameRequest) ProtoReflect

func (x *InstancesSetNameRequest) ProtoReflect() protoreflect.Message

func (*InstancesSetNameRequest) Reset

func (x *InstancesSetNameRequest) Reset()

func (*InstancesSetNameRequest) String

func (x *InstancesSetNameRequest) String() string

type InstancesSetServiceAccountRequest

type InstancesSetServiceAccountRequest struct {

	// Email address of the service account.
	Email *string `protobuf:"bytes,96619420,opt,name=email,proto3,oneof" json:"email,omitempty"`
	// The list of scopes to be made available for this service account.
	Scopes []string `protobuf:"bytes,165973151,rep,name=scopes,proto3" json:"scopes,omitempty"`
	// contains filtered or unexported fields
}

func (*InstancesSetServiceAccountRequest) Descriptor

func (*InstancesSetServiceAccountRequest) Descriptor() ([]byte, []int)

Deprecated: Use InstancesSetServiceAccountRequest.ProtoReflect.Descriptor instead.

func (*InstancesSetServiceAccountRequest) GetEmail

func (*InstancesSetServiceAccountRequest) GetScopes

func (x *InstancesSetServiceAccountRequest) GetScopes() []string

func (*InstancesSetServiceAccountRequest) ProtoMessage

func (*InstancesSetServiceAccountRequest) ProtoMessage()

func (*InstancesSetServiceAccountRequest) ProtoReflect

func (*InstancesSetServiceAccountRequest) Reset

func (*InstancesSetServiceAccountRequest) String

type InstancesStartWithEncryptionKeyRequest

type InstancesStartWithEncryptionKeyRequest struct {

	// Array of disks associated with this instance that are protected with a customer-supplied encryption key. In order to start the instance, the disk url and its corresponding key must be provided. If the disk is not protected with a customer-supplied encryption key it should not be specified.
	Disks []*CustomerEncryptionKeyProtectedDisk `protobuf:"bytes,95594102,rep,name=disks,proto3" json:"disks,omitempty"`
	// contains filtered or unexported fields
}

func (*InstancesStartWithEncryptionKeyRequest) Descriptor

func (*InstancesStartWithEncryptionKeyRequest) Descriptor() ([]byte, []int)

Deprecated: Use InstancesStartWithEncryptionKeyRequest.ProtoReflect.Descriptor instead.

func (*InstancesStartWithEncryptionKeyRequest) GetDisks

func (*InstancesStartWithEncryptionKeyRequest) ProtoMessage

func (*InstancesStartWithEncryptionKeyRequest) ProtoReflect

func (*InstancesStartWithEncryptionKeyRequest) Reset

func (*InstancesStartWithEncryptionKeyRequest) String

type Int64RangeMatch

type Int64RangeMatch struct {

	// The end of the range (exclusive) in signed long integer format.
	RangeEnd *int64 `protobuf:"varint,322439897,opt,name=range_end,json=rangeEnd,proto3,oneof" json:"range_end,omitempty"`
	// The start of the range (inclusive) in signed long integer format.
	RangeStart *int64 `protobuf:"varint,103333600,opt,name=range_start,json=rangeStart,proto3,oneof" json:"range_start,omitempty"`
	// contains filtered or unexported fields
}

HttpRouteRuleMatch criteria for field values that must stay within the specified integer range.

func (*Int64RangeMatch) Descriptor

func (*Int64RangeMatch) Descriptor() ([]byte, []int)

Deprecated: Use Int64RangeMatch.ProtoReflect.Descriptor instead.

func (*Int64RangeMatch) GetRangeEnd

func (x *Int64RangeMatch) GetRangeEnd() int64

func (*Int64RangeMatch) GetRangeStart

func (x *Int64RangeMatch) GetRangeStart() int64

func (*Int64RangeMatch) ProtoMessage

func (*Int64RangeMatch) ProtoMessage()

func (*Int64RangeMatch) ProtoReflect

func (x *Int64RangeMatch) ProtoReflect() protoreflect.Message

func (*Int64RangeMatch) Reset

func (x *Int64RangeMatch) Reset()

func (*Int64RangeMatch) String

func (x *Int64RangeMatch) String() string

type Interconnect

type Interconnect struct {

	// Administrative status of the interconnect. When this is set to true, the Interconnect is functional and can carry traffic. When set to false, no packets can be carried over the interconnect and no BGP routes are exchanged over it. By default, the status is set to true.
	AdminEnabled *bool `protobuf:"varint,445675089,opt,name=admin_enabled,json=adminEnabled,proto3,oneof" json:"admin_enabled,omitempty"`
	// [Output Only] A list of CircuitInfo objects, that describe the individual circuits in this LAG.
	CircuitInfos []*InterconnectCircuitInfo `protobuf:"bytes,164839855,rep,name=circuit_infos,json=circuitInfos,proto3" json:"circuit_infos,omitempty"`
	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// Customer name, to put in the Letter of Authorization as the party authorized to request a crossconnect.
	CustomerName *string `protobuf:"bytes,3665484,opt,name=customer_name,json=customerName,proto3,oneof" json:"customer_name,omitempty"`
	// An optional description of this resource. Provide this property when you create the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// [Output Only] A list of outages expected for this Interconnect.
	ExpectedOutages []*InterconnectOutageNotification `protobuf:"bytes,264484123,rep,name=expected_outages,json=expectedOutages,proto3" json:"expected_outages,omitempty"`
	// [Output Only] IP address configured on the Google side of the Interconnect link. This can be used only for ping tests.
	GoogleIpAddress *string `protobuf:"bytes,443105954,opt,name=google_ip_address,json=googleIpAddress,proto3,oneof" json:"google_ip_address,omitempty"`
	// [Output Only] Google reference ID to be used when raising support tickets with Google or otherwise to debug backend connectivity issues.
	GoogleReferenceId *string `protobuf:"bytes,534944469,opt,name=google_reference_id,json=googleReferenceId,proto3,oneof" json:"google_reference_id,omitempty"`
	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Output Only] A list of the URLs of all InterconnectAttachments configured to use this Interconnect.
	InterconnectAttachments []string `protobuf:"bytes,425388415,rep,name=interconnect_attachments,json=interconnectAttachments,proto3" json:"interconnect_attachments,omitempty"`
	// Type of interconnect, which can take one of the following values: - PARTNER: A partner-managed interconnection shared between customers though a partner. - DEDICATED: A dedicated physical interconnection with the customer. Note that a value IT_PRIVATE has been deprecated in favor of DEDICATED.
	// Check the InterconnectType enum for the list of possible values.
	InterconnectType *string `protobuf:"bytes,515165259,opt,name=interconnect_type,json=interconnectType,proto3,oneof" json:"interconnect_type,omitempty"`
	// [Output Only] Type of the resource. Always compute#interconnect for interconnects.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// A fingerprint for the labels being applied to this Interconnect, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve an Interconnect.
	LabelFingerprint *string `protobuf:"bytes,178124825,opt,name=label_fingerprint,json=labelFingerprint,proto3,oneof" json:"label_fingerprint,omitempty"`
	// Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.
	Labels map[string]string `protobuf:"bytes,500195327,rep,name=labels,proto3" json:"labels,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// Type of link requested, which can take one of the following values: - LINK_TYPE_ETHERNET_10G_LR: A 10G Ethernet with LR optics - LINK_TYPE_ETHERNET_100G_LR: A 100G Ethernet with LR optics. Note that this field indicates the speed of each of the links in the bundle, not the speed of the entire bundle.
	// Check the LinkType enum for the list of possible values.
	LinkType *string `protobuf:"bytes,523207775,opt,name=link_type,json=linkType,proto3,oneof" json:"link_type,omitempty"`
	// URL of the InterconnectLocation object that represents where this connection is to be provisioned.
	Location *string `protobuf:"bytes,290430901,opt,name=location,proto3,oneof" json:"location,omitempty"`
	// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// Email address to contact the customer NOC for operations and maintenance notifications regarding this Interconnect. If specified, this will be used for notifications in addition to all other forms described, such as Cloud Monitoring logs alerting and Cloud Notifications. This field is required for users who sign up for Cloud Interconnect using workforce identity federation.
	NocContactEmail *string `protobuf:"bytes,14072832,opt,name=noc_contact_email,json=nocContactEmail,proto3,oneof" json:"noc_contact_email,omitempty"`
	// [Output Only] The current status of this Interconnect's functionality, which can take one of the following values: - OS_ACTIVE: A valid Interconnect, which is turned up and is ready to use. Attachments may be provisioned on this Interconnect. - OS_UNPROVISIONED: An Interconnect that has not completed turnup. No attachments may be provisioned on this Interconnect. - OS_UNDER_MAINTENANCE: An Interconnect that is undergoing internal maintenance. No attachments may be provisioned or updated on this Interconnect.
	// Check the OperationalStatus enum for the list of possible values.
	OperationalStatus *string `protobuf:"bytes,201070847,opt,name=operational_status,json=operationalStatus,proto3,oneof" json:"operational_status,omitempty"`
	// [Output Only] IP address configured on the customer side of the Interconnect link. The customer should configure this IP address during turnup when prompted by Google NOC. This can be used only for ping tests.
	PeerIpAddress *string `protobuf:"bytes,207735769,opt,name=peer_ip_address,json=peerIpAddress,proto3,oneof" json:"peer_ip_address,omitempty"`
	// [Output Only] Number of links actually provisioned in this interconnect.
	ProvisionedLinkCount *int32 `protobuf:"varint,410888565,opt,name=provisioned_link_count,json=provisionedLinkCount,proto3,oneof" json:"provisioned_link_count,omitempty"`
	// Indicates that this is a Cross-Cloud Interconnect. This field specifies the location outside of Google's network that the interconnect is connected to.
	RemoteLocation *string `protobuf:"bytes,324388750,opt,name=remote_location,json=remoteLocation,proto3,oneof" json:"remote_location,omitempty"`
	// Target number of physical links in the link bundle, as requested by the customer.
	RequestedLinkCount *int32 `protobuf:"varint,45051387,opt,name=requested_link_count,json=requestedLinkCount,proto3,oneof" json:"requested_link_count,omitempty"`
	// [Output Only] Reserved for future use.
	SatisfiesPzs *bool `protobuf:"varint,480964267,opt,name=satisfies_pzs,json=satisfiesPzs,proto3,oneof" json:"satisfies_pzs,omitempty"`
	// [Output Only] Server-defined URL for the resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] The current state of Interconnect functionality, which can take one of the following values: - ACTIVE: The Interconnect is valid, turned up and ready to use. Attachments may be provisioned on this Interconnect. - UNPROVISIONED: The Interconnect has not completed turnup. No attachments may be provisioned on this Interconnect. - UNDER_MAINTENANCE: The Interconnect is undergoing internal maintenance. No attachments may be provisioned or updated on this Interconnect.
	// Check the State enum for the list of possible values.
	State *string `protobuf:"bytes,109757585,opt,name=state,proto3,oneof" json:"state,omitempty"`
	// contains filtered or unexported fields
}

Represents an Interconnect resource. An Interconnect resource is a dedicated connection between the Google Cloud network and your on-premises network. For more information, read the Dedicated Interconnect Overview.

func (*Interconnect) Descriptor

func (*Interconnect) Descriptor() ([]byte, []int)

Deprecated: Use Interconnect.ProtoReflect.Descriptor instead.

func (*Interconnect) GetAdminEnabled

func (x *Interconnect) GetAdminEnabled() bool

func (*Interconnect) GetCircuitInfos

func (x *Interconnect) GetCircuitInfos() []*InterconnectCircuitInfo

func (*Interconnect) GetCreationTimestamp

func (x *Interconnect) GetCreationTimestamp() string

func (*Interconnect) GetCustomerName

func (x *Interconnect) GetCustomerName() string

func (*Interconnect) GetDescription

func (x *Interconnect) GetDescription() string

func (*Interconnect) GetExpectedOutages

func (x *Interconnect) GetExpectedOutages() []*InterconnectOutageNotification

func (*Interconnect) GetGoogleIpAddress

func (x *Interconnect) GetGoogleIpAddress() string

func (*Interconnect) GetGoogleReferenceId

func (x *Interconnect) GetGoogleReferenceId() string

func (*Interconnect) GetId

func (x *Interconnect) GetId() uint64

func (*Interconnect) GetInterconnectAttachments

func (x *Interconnect) GetInterconnectAttachments() []string

func (*Interconnect) GetInterconnectType

func (x *Interconnect) GetInterconnectType() string

func (*Interconnect) GetKind

func (x *Interconnect) GetKind() string

func (*Interconnect) GetLabelFingerprint

func (x *Interconnect) GetLabelFingerprint() string

func (*Interconnect) GetLabels

func (x *Interconnect) GetLabels() map[string]string

func (*Interconnect) GetLinkType

func (x *Interconnect) GetLinkType() string

func (*Interconnect) GetLocation

func (x *Interconnect) GetLocation() string

func (*Interconnect) GetName

func (x *Interconnect) GetName() string

func (*Interconnect) GetNocContactEmail

func (x *Interconnect) GetNocContactEmail() string

func (*Interconnect) GetOperationalStatus

func (x *Interconnect) GetOperationalStatus() string

func (*Interconnect) GetPeerIpAddress

func (x *Interconnect) GetPeerIpAddress() string

func (*Interconnect) GetProvisionedLinkCount

func (x *Interconnect) GetProvisionedLinkCount() int32

func (*Interconnect) GetRemoteLocation

func (x *Interconnect) GetRemoteLocation() string

func (*Interconnect) GetRequestedLinkCount

func (x *Interconnect) GetRequestedLinkCount() int32

func (*Interconnect) GetSatisfiesPzs

func (x *Interconnect) GetSatisfiesPzs() bool
func (x *Interconnect) GetSelfLink() string

func (*Interconnect) GetState

func (x *Interconnect) GetState() string

func (*Interconnect) ProtoMessage

func (*Interconnect) ProtoMessage()

func (*Interconnect) ProtoReflect

func (x *Interconnect) ProtoReflect() protoreflect.Message

func (*Interconnect) Reset

func (x *Interconnect) Reset()

func (*Interconnect) String

func (x *Interconnect) String() string

type InterconnectAttachment

type InterconnectAttachment struct {

	// Determines whether this Attachment will carry packets. Not present for PARTNER_PROVIDER.
	AdminEnabled *bool `protobuf:"varint,445675089,opt,name=admin_enabled,json=adminEnabled,proto3,oneof" json:"admin_enabled,omitempty"`
	// Provisioned bandwidth capacity for the interconnect attachment. For attachments of type DEDICATED, the user can set the bandwidth. For attachments of type PARTNER, the Google Partner that is operating the interconnect must set the bandwidth. Output only for PARTNER type, mutable for PARTNER_PROVIDER and DEDICATED, and can take one of the following values: - BPS_50M: 50 Mbit/s - BPS_100M: 100 Mbit/s - BPS_200M: 200 Mbit/s - BPS_300M: 300 Mbit/s - BPS_400M: 400 Mbit/s - BPS_500M: 500 Mbit/s - BPS_1G: 1 Gbit/s - BPS_2G: 2 Gbit/s - BPS_5G: 5 Gbit/s - BPS_10G: 10 Gbit/s - BPS_20G: 20 Gbit/s - BPS_50G: 50 Gbit/s
	// Check the Bandwidth enum for the list of possible values.
	Bandwidth *string `protobuf:"bytes,181715121,opt,name=bandwidth,proto3,oneof" json:"bandwidth,omitempty"`
	// This field is not available.
	CandidateIpv6Subnets []string `protobuf:"bytes,70682522,rep,name=candidate_ipv6_subnets,json=candidateIpv6Subnets,proto3" json:"candidate_ipv6_subnets,omitempty"`
	// Up to 16 candidate prefixes that can be used to restrict the allocation of cloudRouterIpAddress and customerRouterIpAddress for this attachment. All prefixes must be within link-local address space (169.254.0.0/16) and must be /29 or shorter (/28, /27, etc). Google will attempt to select an unused /29 from the supplied candidate prefix(es). The request will fail if all possible /29s are in use on Google's edge. If not supplied, Google will randomly select an unused /29 from all of link-local space.
	CandidateSubnets []string `protobuf:"bytes,237842938,rep,name=candidate_subnets,json=candidateSubnets,proto3" json:"candidate_subnets,omitempty"`
	// [Output Only] IPv4 address + prefix length to be configured on Cloud Router Interface for this interconnect attachment.
	CloudRouterIpAddress *string `protobuf:"bytes,287392776,opt,name=cloud_router_ip_address,json=cloudRouterIpAddress,proto3,oneof" json:"cloud_router_ip_address,omitempty"`
	// [Output Only] IPv6 address + prefix length to be configured on Cloud Router Interface for this interconnect attachment.
	CloudRouterIpv6Address *string `protobuf:"bytes,451922376,opt,name=cloud_router_ipv6_address,json=cloudRouterIpv6Address,proto3,oneof" json:"cloud_router_ipv6_address,omitempty"`
	// This field is not available.
	CloudRouterIpv6InterfaceId *string `protobuf:"bytes,521282701,opt,name=cloud_router_ipv6_interface_id,json=cloudRouterIpv6InterfaceId,proto3,oneof" json:"cloud_router_ipv6_interface_id,omitempty"`
	// [Output Only] Constraints for this attachment, if any. The attachment does not work if these constraints are not met.
	ConfigurationConstraints *InterconnectAttachmentConfigurationConstraints `protobuf:"bytes,179681389,opt,name=configuration_constraints,json=configurationConstraints,proto3,oneof" json:"configuration_constraints,omitempty"`
	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// [Output Only] IPv4 address + prefix length to be configured on the customer router subinterface for this interconnect attachment.
	CustomerRouterIpAddress *string `protobuf:"bytes,332475761,opt,name=customer_router_ip_address,json=customerRouterIpAddress,proto3,oneof" json:"customer_router_ip_address,omitempty"`
	// [Output Only] IPv6 address + prefix length to be configured on the customer router subinterface for this interconnect attachment.
	CustomerRouterIpv6Address *string `protobuf:"bytes,290127089,opt,name=customer_router_ipv6_address,json=customerRouterIpv6Address,proto3,oneof" json:"customer_router_ipv6_address,omitempty"`
	// This field is not available.
	CustomerRouterIpv6InterfaceId *string `protobuf:"bytes,380994308,opt,name=customer_router_ipv6_interface_id,json=customerRouterIpv6InterfaceId,proto3,oneof" json:"customer_router_ipv6_interface_id,omitempty"`
	// [Output Only] Dataplane version for this InterconnectAttachment. This field is only present for Dataplane version 2 and higher. Absence of this field in the API output indicates that the Dataplane is version 1.
	DataplaneVersion *int32 `protobuf:"varint,34920075,opt,name=dataplane_version,json=dataplaneVersion,proto3,oneof" json:"dataplane_version,omitempty"`
	// An optional description of this resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// Desired availability domain for the attachment. Only available for type PARTNER, at creation time, and can take one of the following values: - AVAILABILITY_DOMAIN_ANY - AVAILABILITY_DOMAIN_1 - AVAILABILITY_DOMAIN_2 For improved reliability, customers should configure a pair of attachments, one per availability domain. The selected availability domain will be provided to the Partner via the pairing key, so that the provisioned circuit will lie in the specified domain. If not specified, the value will default to AVAILABILITY_DOMAIN_ANY.
	// Check the EdgeAvailabilityDomain enum for the list of possible values.
	EdgeAvailabilityDomain *string `protobuf:"bytes,71289510,opt,name=edge_availability_domain,json=edgeAvailabilityDomain,proto3,oneof" json:"edge_availability_domain,omitempty"`
	// Indicates the user-supplied encryption option of this VLAN attachment (interconnectAttachment). Can only be specified at attachment creation for PARTNER or DEDICATED attachments. Possible values are: - NONE - This is the default value, which means that the VLAN attachment carries unencrypted traffic. VMs are able to send traffic to, or receive traffic from, such a VLAN attachment. - IPSEC - The VLAN attachment carries only encrypted traffic that is encrypted by an IPsec device, such as an HA VPN gateway or third-party IPsec VPN. VMs cannot directly send traffic to, or receive traffic from, such a VLAN attachment. To use *HA VPN over Cloud Interconnect*, the VLAN attachment must be created with this option.
	// Check the Encryption enum for the list of possible values.
	Encryption *string `protobuf:"bytes,97980291,opt,name=encryption,proto3,oneof" json:"encryption,omitempty"`
	// [Output Only] Google reference ID, to be used when raising support tickets with Google or otherwise to debug backend connectivity issues. [Deprecated] This field is not used.
	GoogleReferenceId *string `protobuf:"bytes,534944469,opt,name=google_reference_id,json=googleReferenceId,proto3,oneof" json:"google_reference_id,omitempty"`
	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// URL of the underlying Interconnect object that this attachment's traffic will traverse through.
	Interconnect *string `protobuf:"bytes,224601230,opt,name=interconnect,proto3,oneof" json:"interconnect,omitempty"`
	// A list of URLs of addresses that have been reserved for the VLAN attachment. Used only for the VLAN attachment that has the encryption option as IPSEC. The addresses must be regional internal IP address ranges. When creating an HA VPN gateway over the VLAN attachment, if the attachment is configured to use a regional internal IP address, then the VPN gateway's IP address is allocated from the IP address range specified here. For example, if the HA VPN gateway's interface 0 is paired to this VLAN attachment, then a regional internal IP address for the VPN gateway interface 0 will be allocated from the IP address specified for this VLAN attachment. If this field is not specified when creating the VLAN attachment, then later on when creating an HA VPN gateway on this VLAN attachment, the HA VPN gateway's IP address is allocated from the regional external IP address pool.
	IpsecInternalAddresses []string `protobuf:"bytes,407648565,rep,name=ipsec_internal_addresses,json=ipsecInternalAddresses,proto3" json:"ipsec_internal_addresses,omitempty"`
	// [Output Only] Type of the resource. Always compute#interconnectAttachment for interconnect attachments.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// A fingerprint for the labels being applied to this InterconnectAttachment, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve an InterconnectAttachment.
	LabelFingerprint *string `protobuf:"bytes,178124825,opt,name=label_fingerprint,json=labelFingerprint,proto3,oneof" json:"label_fingerprint,omitempty"`
	// Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.
	Labels map[string]string `protobuf:"bytes,500195327,rep,name=labels,proto3" json:"labels,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// Maximum Transmission Unit (MTU), in bytes, of packets passing through this interconnect attachment. Only 1440 and 1500 are allowed. If not specified, the value will default to 1440.
	Mtu *int32 `protobuf:"varint,108462,opt,name=mtu,proto3,oneof" json:"mtu,omitempty"`
	// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// [Output Only] The current status of whether or not this interconnect attachment is functional, which can take one of the following values: - OS_ACTIVE: The attachment has been turned up and is ready to use. - OS_UNPROVISIONED: The attachment is not ready to use yet, because turnup is not complete.
	// Check the OperationalStatus enum for the list of possible values.
	OperationalStatus *string `protobuf:"bytes,201070847,opt,name=operational_status,json=operationalStatus,proto3,oneof" json:"operational_status,omitempty"`
	// [Output only for type PARTNER. Input only for PARTNER_PROVIDER. Not present for DEDICATED]. The opaque identifier of an PARTNER attachment used to initiate provisioning with a selected partner. Of the form "XXXXX/region/domain"
	PairingKey *string `protobuf:"bytes,439695464,opt,name=pairing_key,json=pairingKey,proto3,oneof" json:"pairing_key,omitempty"`
	// Optional BGP ASN for the router supplied by a Layer 3 Partner if they configured BGP on behalf of the customer. Output only for PARTNER type, input only for PARTNER_PROVIDER, not available for DEDICATED.
	PartnerAsn *int64 `protobuf:"varint,438166149,opt,name=partner_asn,json=partnerAsn,proto3,oneof" json:"partner_asn,omitempty"`
	// Informational metadata about Partner attachments from Partners to display to customers. Output only for for PARTNER type, mutable for PARTNER_PROVIDER, not available for DEDICATED.
	PartnerMetadata *InterconnectAttachmentPartnerMetadata `protobuf:"bytes,65908934,opt,name=partner_metadata,json=partnerMetadata,proto3,oneof" json:"partner_metadata,omitempty"`
	// [Output Only] Information specific to an InterconnectAttachment. This property is populated if the interconnect that this is attached to is of type DEDICATED.
	PrivateInterconnectInfo *InterconnectAttachmentPrivateInfo `protobuf:"bytes,237270531,opt,name=private_interconnect_info,json=privateInterconnectInfo,proto3,oneof" json:"private_interconnect_info,omitempty"`
	// [Output Only] URL of the region where the regional interconnect attachment resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
	Region *string `protobuf:"bytes,138946292,opt,name=region,proto3,oneof" json:"region,omitempty"`
	// [Output Only] If the attachment is on a Cross-Cloud Interconnect connection, this field contains the interconnect's remote location service provider. Example values: "Amazon Web Services" "Microsoft Azure". The field is set only for attachments on Cross-Cloud Interconnect connections. Its value is copied from the InterconnectRemoteLocation remoteService field.
	RemoteService *string `protobuf:"bytes,391954364,opt,name=remote_service,json=remoteService,proto3,oneof" json:"remote_service,omitempty"`
	// URL of the Cloud Router to be used for dynamic routing. This router must be in the same region as this InterconnectAttachment. The InterconnectAttachment will automatically connect the Interconnect to the network & region within which the Cloud Router is configured.
	Router *string `protobuf:"bytes,148608841,opt,name=router,proto3,oneof" json:"router,omitempty"`
	// [Output Only] Reserved for future use.
	SatisfiesPzs *bool `protobuf:"varint,480964267,opt,name=satisfies_pzs,json=satisfiesPzs,proto3,oneof" json:"satisfies_pzs,omitempty"`
	// [Output Only] Server-defined URL for the resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// The stack type for this interconnect attachment to identify whether the IPv6 feature is enabled or not. If not specified, IPV4_ONLY will be used. This field can be both set at interconnect attachments creation and update interconnect attachment operations.
	// Check the StackType enum for the list of possible values.
	StackType *string `protobuf:"bytes,425908881,opt,name=stack_type,json=stackType,proto3,oneof" json:"stack_type,omitempty"`
	// [Output Only] The current state of this attachment's functionality. Enum values ACTIVE and UNPROVISIONED are shared by DEDICATED/PRIVATE, PARTNER, and PARTNER_PROVIDER interconnect attachments, while enum values PENDING_PARTNER, PARTNER_REQUEST_RECEIVED, and PENDING_CUSTOMER are used for only PARTNER and PARTNER_PROVIDER interconnect attachments. This state can take one of the following values: - ACTIVE: The attachment has been turned up and is ready to use. - UNPROVISIONED: The attachment is not ready to use yet, because turnup is not complete. - PENDING_PARTNER: A newly-created PARTNER attachment that has not yet been configured on the Partner side. - PARTNER_REQUEST_RECEIVED: A PARTNER attachment is in the process of provisioning after a PARTNER_PROVIDER attachment was created that references it. - PENDING_CUSTOMER: A PARTNER or PARTNER_PROVIDER attachment that is waiting for a customer to activate it. - DEFUNCT: The attachment was deleted externally and is no longer functional. This could be because the associated Interconnect was removed, or because the other side of a Partner attachment was deleted.
	// Check the State enum for the list of possible values.
	State *string `protobuf:"bytes,109757585,opt,name=state,proto3,oneof" json:"state,omitempty"`
	// Length of the IPv4 subnet mask. Allowed values: - 29 (default) - 30 The default value is 29, except for Cross-Cloud Interconnect connections that use an InterconnectRemoteLocation with a constraints.subnetLengthRange.min equal to 30. For example, connections that use an Azure remote location fall into this category. In these cases, the default value is 30, and requesting 29 returns an error. Where both 29 and 30 are allowed, 29 is preferred, because it gives Google Cloud Support more debugging visibility.
	SubnetLength *int32 `protobuf:"varint,279831048,opt,name=subnet_length,json=subnetLength,proto3,oneof" json:"subnet_length,omitempty"`
	// The type of interconnect attachment this is, which can take one of the following values: - DEDICATED: an attachment to a Dedicated Interconnect. - PARTNER: an attachment to a Partner Interconnect, created by the customer. - PARTNER_PROVIDER: an attachment to a Partner Interconnect, created by the partner.
	// Check the Type enum for the list of possible values.
	Type *string `protobuf:"bytes,3575610,opt,name=type,proto3,oneof" json:"type,omitempty"`
	// The IEEE 802.1Q VLAN tag for this attachment, in the range 2-4093. Only specified at creation time.
	VlanTag8021Q *int32 `protobuf:"varint,119927836,opt,name=vlan_tag8021q,json=vlanTag8021q,proto3,oneof" json:"vlan_tag8021q,omitempty"`
	// contains filtered or unexported fields
}

Represents an Interconnect Attachment (VLAN) resource. You can use Interconnect attachments (VLANS) to connect your Virtual Private Cloud networks to your on-premises networks through an Interconnect. For more information, read Creating VLAN Attachments.

func (*InterconnectAttachment) Descriptor

func (*InterconnectAttachment) Descriptor() ([]byte, []int)

Deprecated: Use InterconnectAttachment.ProtoReflect.Descriptor instead.

func (*InterconnectAttachment) GetAdminEnabled

func (x *InterconnectAttachment) GetAdminEnabled() bool

func (*InterconnectAttachment) GetBandwidth

func (x *InterconnectAttachment) GetBandwidth() string

func (*InterconnectAttachment) GetCandidateIpv6Subnets

func (x *InterconnectAttachment) GetCandidateIpv6Subnets() []string

func (*InterconnectAttachment) GetCandidateSubnets

func (x *InterconnectAttachment) GetCandidateSubnets() []string

func (*InterconnectAttachment) GetCloudRouterIpAddress

func (x *InterconnectAttachment) GetCloudRouterIpAddress() string

func (*InterconnectAttachment) GetCloudRouterIpv6Address

func (x *InterconnectAttachment) GetCloudRouterIpv6Address() string

func (*InterconnectAttachment) GetCloudRouterIpv6InterfaceId

func (x *InterconnectAttachment) GetCloudRouterIpv6InterfaceId() string

func (*InterconnectAttachment) GetConfigurationConstraints

func (*InterconnectAttachment) GetCreationTimestamp

func (x *InterconnectAttachment) GetCreationTimestamp() string

func (*InterconnectAttachment) GetCustomerRouterIpAddress

func (x *InterconnectAttachment) GetCustomerRouterIpAddress() string

func (*InterconnectAttachment) GetCustomerRouterIpv6Address

func (x *InterconnectAttachment) GetCustomerRouterIpv6Address() string

func (*InterconnectAttachment) GetCustomerRouterIpv6InterfaceId

func (x *InterconnectAttachment) GetCustomerRouterIpv6InterfaceId() string

func (*InterconnectAttachment) GetDataplaneVersion

func (x *InterconnectAttachment) GetDataplaneVersion() int32

func (*InterconnectAttachment) GetDescription

func (x *InterconnectAttachment) GetDescription() string

func (*InterconnectAttachment) GetEdgeAvailabilityDomain

func (x *InterconnectAttachment) GetEdgeAvailabilityDomain() string

func (*InterconnectAttachment) GetEncryption

func (x *InterconnectAttachment) GetEncryption() string

func (*InterconnectAttachment) GetGoogleReferenceId

func (x *InterconnectAttachment) GetGoogleReferenceId() string

func (*InterconnectAttachment) GetId

func (x *InterconnectAttachment) GetId() uint64

func (*InterconnectAttachment) GetInterconnect

func (x *InterconnectAttachment) GetInterconnect() string

func (*InterconnectAttachment) GetIpsecInternalAddresses

func (x *InterconnectAttachment) GetIpsecInternalAddresses() []string

func (*InterconnectAttachment) GetKind

func (x *InterconnectAttachment) GetKind() string

func (*InterconnectAttachment) GetLabelFingerprint

func (x *InterconnectAttachment) GetLabelFingerprint() string

func (*InterconnectAttachment) GetLabels

func (x *InterconnectAttachment) GetLabels() map[string]string

func (*InterconnectAttachment) GetMtu

func (x *InterconnectAttachment) GetMtu() int32

func (*InterconnectAttachment) GetName

func (x *InterconnectAttachment) GetName() string

func (*InterconnectAttachment) GetOperationalStatus

func (x *InterconnectAttachment) GetOperationalStatus() string

func (*InterconnectAttachment) GetPairingKey

func (x *InterconnectAttachment) GetPairingKey() string

func (*InterconnectAttachment) GetPartnerAsn

func (x *InterconnectAttachment) GetPartnerAsn() int64

func (*InterconnectAttachment) GetPartnerMetadata

func (*InterconnectAttachment) GetPrivateInterconnectInfo

func (x *InterconnectAttachment) GetPrivateInterconnectInfo() *InterconnectAttachmentPrivateInfo

func (*InterconnectAttachment) GetRegion

func (x *InterconnectAttachment) GetRegion() string

func (*InterconnectAttachment) GetRemoteService

func (x *InterconnectAttachment) GetRemoteService() string

func (*InterconnectAttachment) GetRouter

func (x *InterconnectAttachment) GetRouter() string

func (*InterconnectAttachment) GetSatisfiesPzs

func (x *InterconnectAttachment) GetSatisfiesPzs() bool
func (x *InterconnectAttachment) GetSelfLink() string

func (*InterconnectAttachment) GetStackType

func (x *InterconnectAttachment) GetStackType() string

func (*InterconnectAttachment) GetState

func (x *InterconnectAttachment) GetState() string

func (*InterconnectAttachment) GetSubnetLength

func (x *InterconnectAttachment) GetSubnetLength() int32

func (*InterconnectAttachment) GetType

func (x *InterconnectAttachment) GetType() string

func (*InterconnectAttachment) GetVlanTag8021Q

func (x *InterconnectAttachment) GetVlanTag8021Q() int32

func (*InterconnectAttachment) ProtoMessage

func (*InterconnectAttachment) ProtoMessage()

func (*InterconnectAttachment) ProtoReflect

func (x *InterconnectAttachment) ProtoReflect() protoreflect.Message

func (*InterconnectAttachment) Reset

func (x *InterconnectAttachment) Reset()

func (*InterconnectAttachment) String

func (x *InterconnectAttachment) String() string

type InterconnectAttachmentAggregatedList

type InterconnectAttachmentAggregatedList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of InterconnectAttachmentsScopedList resources.
	Items map[string]*InterconnectAttachmentsScopedList `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// [Output Only] Type of resource. Always compute#interconnectAttachmentAggregatedList for aggregated lists of interconnect attachments.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Unreachable resources.
	Unreachables []string `protobuf:"bytes,243372063,rep,name=unreachables,proto3" json:"unreachables,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*InterconnectAttachmentAggregatedList) Descriptor

func (*InterconnectAttachmentAggregatedList) Descriptor() ([]byte, []int)

Deprecated: Use InterconnectAttachmentAggregatedList.ProtoReflect.Descriptor instead.

func (*InterconnectAttachmentAggregatedList) GetId

func (*InterconnectAttachmentAggregatedList) GetItems

func (*InterconnectAttachmentAggregatedList) GetKind

func (*InterconnectAttachmentAggregatedList) GetNextPageToken

func (x *InterconnectAttachmentAggregatedList) GetNextPageToken() string

func (*InterconnectAttachmentAggregatedList) GetUnreachables

func (x *InterconnectAttachmentAggregatedList) GetUnreachables() []string

func (*InterconnectAttachmentAggregatedList) GetWarning

func (*InterconnectAttachmentAggregatedList) ProtoMessage

func (*InterconnectAttachmentAggregatedList) ProtoMessage()

func (*InterconnectAttachmentAggregatedList) ProtoReflect

func (*InterconnectAttachmentAggregatedList) Reset

func (*InterconnectAttachmentAggregatedList) String

type InterconnectAttachmentConfigurationConstraints

type InterconnectAttachmentConfigurationConstraints struct {

	// [Output Only] Whether the attachment's BGP session requires/allows/disallows BGP MD5 authentication. This can take one of the following values: MD5_OPTIONAL, MD5_REQUIRED, MD5_UNSUPPORTED. For example, a Cross-Cloud Interconnect connection to a remote cloud provider that requires BGP MD5 authentication has the interconnectRemoteLocation attachment_configuration_constraints.bgp_md5 field set to MD5_REQUIRED, and that property is propagated to the attachment. Similarly, if BGP MD5 is MD5_UNSUPPORTED, an error is returned if MD5 is requested.
	// Check the BgpMd5 enum for the list of possible values.
	BgpMd5 *string `protobuf:"bytes,373093386,opt,name=bgp_md5,json=bgpMd5,proto3,oneof" json:"bgp_md5,omitempty"`
	// [Output Only] List of ASN ranges that the remote location is known to support. Formatted as an array of inclusive ranges {min: min-value, max: max-value}. For example, [{min: 123, max: 123}, {min: 64512, max: 65534}] allows the peer ASN to be 123 or anything in the range 64512-65534. This field is only advisory. Although the API accepts other ranges, these are the ranges that we recommend.
	BgpPeerAsnRanges []*InterconnectAttachmentConfigurationConstraintsBgpPeerASNRange `protobuf:"bytes,475946370,rep,name=bgp_peer_asn_ranges,json=bgpPeerAsnRanges,proto3" json:"bgp_peer_asn_ranges,omitempty"`
	// contains filtered or unexported fields
}

func (*InterconnectAttachmentConfigurationConstraints) Descriptor

Deprecated: Use InterconnectAttachmentConfigurationConstraints.ProtoReflect.Descriptor instead.

func (*InterconnectAttachmentConfigurationConstraints) GetBgpMd5

func (*InterconnectAttachmentConfigurationConstraints) GetBgpPeerAsnRanges

func (*InterconnectAttachmentConfigurationConstraints) ProtoMessage

func (*InterconnectAttachmentConfigurationConstraints) ProtoReflect

func (*InterconnectAttachmentConfigurationConstraints) Reset

func (*InterconnectAttachmentConfigurationConstraints) String

type InterconnectAttachmentConfigurationConstraintsBgpPeerASNRange

type InterconnectAttachmentConfigurationConstraintsBgpPeerASNRange struct {
	Max *uint32 `protobuf:"varint,107876,opt,name=max,proto3,oneof" json:"max,omitempty"`
	Min *uint32 `protobuf:"varint,108114,opt,name=min,proto3,oneof" json:"min,omitempty"`
	// contains filtered or unexported fields
}

func (*InterconnectAttachmentConfigurationConstraintsBgpPeerASNRange) Descriptor

Deprecated: Use InterconnectAttachmentConfigurationConstraintsBgpPeerASNRange.ProtoReflect.Descriptor instead.

func (*InterconnectAttachmentConfigurationConstraintsBgpPeerASNRange) GetMax

func (*InterconnectAttachmentConfigurationConstraintsBgpPeerASNRange) GetMin

func (*InterconnectAttachmentConfigurationConstraintsBgpPeerASNRange) ProtoMessage

func (*InterconnectAttachmentConfigurationConstraintsBgpPeerASNRange) ProtoReflect

func (*InterconnectAttachmentConfigurationConstraintsBgpPeerASNRange) Reset

func (*InterconnectAttachmentConfigurationConstraintsBgpPeerASNRange) String

type InterconnectAttachmentConfigurationConstraints_BgpMd5

type InterconnectAttachmentConfigurationConstraints_BgpMd5 int32

[Output Only] Whether the attachment's BGP session requires/allows/disallows BGP MD5 authentication. This can take one of the following values: MD5_OPTIONAL, MD5_REQUIRED, MD5_UNSUPPORTED. For example, a Cross-Cloud Interconnect connection to a remote cloud provider that requires BGP MD5 authentication has the interconnectRemoteLocation attachment_configuration_constraints.bgp_md5 field set to MD5_REQUIRED, and that property is propagated to the attachment. Similarly, if BGP MD5 is MD5_UNSUPPORTED, an error is returned if MD5 is requested.

const (
	// A value indicating that the enum field is not set.
	InterconnectAttachmentConfigurationConstraints_UNDEFINED_BGP_MD5 InterconnectAttachmentConfigurationConstraints_BgpMd5 = 0
	// MD5_OPTIONAL: BGP MD5 authentication is supported and can optionally be configured.
	InterconnectAttachmentConfigurationConstraints_MD5_OPTIONAL InterconnectAttachmentConfigurationConstraints_BgpMd5 = 532156673
	// MD5_REQUIRED: BGP MD5 authentication must be configured.
	InterconnectAttachmentConfigurationConstraints_MD5_REQUIRED InterconnectAttachmentConfigurationConstraints_BgpMd5 = 218034496
	// MD5_UNSUPPORTED: BGP MD5 authentication must not be configured
	InterconnectAttachmentConfigurationConstraints_MD5_UNSUPPORTED InterconnectAttachmentConfigurationConstraints_BgpMd5 = 86962388
)

func (InterconnectAttachmentConfigurationConstraints_BgpMd5) Descriptor

func (InterconnectAttachmentConfigurationConstraints_BgpMd5) Enum

func (InterconnectAttachmentConfigurationConstraints_BgpMd5) EnumDescriptor

Deprecated: Use InterconnectAttachmentConfigurationConstraints_BgpMd5.Descriptor instead.

func (InterconnectAttachmentConfigurationConstraints_BgpMd5) Number

func (InterconnectAttachmentConfigurationConstraints_BgpMd5) String

func (InterconnectAttachmentConfigurationConstraints_BgpMd5) Type

type InterconnectAttachmentList

type InterconnectAttachmentList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of InterconnectAttachment resources.
	Items []*InterconnectAttachment `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] Type of resource. Always compute#interconnectAttachmentList for lists of interconnect attachments.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

Response to the list request, and contains a list of interconnect attachments.

func (*InterconnectAttachmentList) Descriptor

func (*InterconnectAttachmentList) Descriptor() ([]byte, []int)

Deprecated: Use InterconnectAttachmentList.ProtoReflect.Descriptor instead.

func (*InterconnectAttachmentList) GetId

func (*InterconnectAttachmentList) GetItems

func (*InterconnectAttachmentList) GetKind

func (x *InterconnectAttachmentList) GetKind() string

func (*InterconnectAttachmentList) GetNextPageToken

func (x *InterconnectAttachmentList) GetNextPageToken() string
func (x *InterconnectAttachmentList) GetSelfLink() string

func (*InterconnectAttachmentList) GetWarning

func (x *InterconnectAttachmentList) GetWarning() *Warning

func (*InterconnectAttachmentList) ProtoMessage

func (*InterconnectAttachmentList) ProtoMessage()

func (*InterconnectAttachmentList) ProtoReflect

func (*InterconnectAttachmentList) Reset

func (x *InterconnectAttachmentList) Reset()

func (*InterconnectAttachmentList) String

func (x *InterconnectAttachmentList) String() string

type InterconnectAttachmentPartnerMetadata

type InterconnectAttachmentPartnerMetadata struct {

	// Plain text name of the Interconnect this attachment is connected to, as displayed in the Partner's portal. For instance "Chicago 1". This value may be validated to match approved Partner values.
	InterconnectName *string `protobuf:"bytes,514963356,opt,name=interconnect_name,json=interconnectName,proto3,oneof" json:"interconnect_name,omitempty"`
	// Plain text name of the Partner providing this attachment. This value may be validated to match approved Partner values.
	PartnerName *string `protobuf:"bytes,161747874,opt,name=partner_name,json=partnerName,proto3,oneof" json:"partner_name,omitempty"`
	// URL of the Partner's portal for this Attachment. Partners may customise this to be a deep link to the specific resource on the Partner portal. This value may be validated to match approved Partner values.
	PortalUrl *string `protobuf:"bytes,269182748,opt,name=portal_url,json=portalUrl,proto3,oneof" json:"portal_url,omitempty"`
	// contains filtered or unexported fields
}

Informational metadata about Partner attachments from Partners to display to customers. These fields are propagated from PARTNER_PROVIDER attachments to their corresponding PARTNER attachments.

func (*InterconnectAttachmentPartnerMetadata) Descriptor

func (*InterconnectAttachmentPartnerMetadata) Descriptor() ([]byte, []int)

Deprecated: Use InterconnectAttachmentPartnerMetadata.ProtoReflect.Descriptor instead.

func (*InterconnectAttachmentPartnerMetadata) GetInterconnectName

func (x *InterconnectAttachmentPartnerMetadata) GetInterconnectName() string

func (*InterconnectAttachmentPartnerMetadata) GetPartnerName

func (x *InterconnectAttachmentPartnerMetadata) GetPartnerName() string

func (*InterconnectAttachmentPartnerMetadata) GetPortalUrl

func (*InterconnectAttachmentPartnerMetadata) ProtoMessage

func (*InterconnectAttachmentPartnerMetadata) ProtoMessage()

func (*InterconnectAttachmentPartnerMetadata) ProtoReflect

func (*InterconnectAttachmentPartnerMetadata) Reset

func (*InterconnectAttachmentPartnerMetadata) String

type InterconnectAttachmentPrivateInfo

type InterconnectAttachmentPrivateInfo struct {

	// [Output Only] 802.1q encapsulation tag to be used for traffic between Google and the customer, going to and from this network and region.
	Tag8021Q *uint32 `protobuf:"varint,271820992,opt,name=tag8021q,proto3,oneof" json:"tag8021q,omitempty"`
	// contains filtered or unexported fields
}

Information for an interconnect attachment when this belongs to an interconnect of type DEDICATED.

func (*InterconnectAttachmentPrivateInfo) Descriptor

func (*InterconnectAttachmentPrivateInfo) Descriptor() ([]byte, []int)

Deprecated: Use InterconnectAttachmentPrivateInfo.ProtoReflect.Descriptor instead.

func (*InterconnectAttachmentPrivateInfo) GetTag8021Q

func (x *InterconnectAttachmentPrivateInfo) GetTag8021Q() uint32

func (*InterconnectAttachmentPrivateInfo) ProtoMessage

func (*InterconnectAttachmentPrivateInfo) ProtoMessage()

func (*InterconnectAttachmentPrivateInfo) ProtoReflect

func (*InterconnectAttachmentPrivateInfo) Reset

func (*InterconnectAttachmentPrivateInfo) String

type InterconnectAttachment_Bandwidth

type InterconnectAttachment_Bandwidth int32

Provisioned bandwidth capacity for the interconnect attachment. For attachments of type DEDICATED, the user can set the bandwidth. For attachments of type PARTNER, the Google Partner that is operating the interconnect must set the bandwidth. Output only for PARTNER type, mutable for PARTNER_PROVIDER and DEDICATED, and can take one of the following values: - BPS_50M: 50 Mbit/s - BPS_100M: 100 Mbit/s - BPS_200M: 200 Mbit/s - BPS_300M: 300 Mbit/s - BPS_400M: 400 Mbit/s - BPS_500M: 500 Mbit/s - BPS_1G: 1 Gbit/s - BPS_2G: 2 Gbit/s - BPS_5G: 5 Gbit/s - BPS_10G: 10 Gbit/s - BPS_20G: 20 Gbit/s - BPS_50G: 50 Gbit/s

const (
	// A value indicating that the enum field is not set.
	InterconnectAttachment_UNDEFINED_BANDWIDTH InterconnectAttachment_Bandwidth = 0
	// 100 Mbit/s
	InterconnectAttachment_BPS_100M InterconnectAttachment_Bandwidth = 49547958
	// 10 Gbit/s
	InterconnectAttachment_BPS_10G InterconnectAttachment_Bandwidth = 278693006
	// 1 Gbit/s
	InterconnectAttachment_BPS_1G InterconnectAttachment_Bandwidth = 355358448
	// 200 Mbit/s
	InterconnectAttachment_BPS_200M InterconnectAttachment_Bandwidth = 49577749
	// 20 Gbit/s
	InterconnectAttachment_BPS_20G InterconnectAttachment_Bandwidth = 278693967
	// 2 Gbit/s
	InterconnectAttachment_BPS_2G InterconnectAttachment_Bandwidth = 355358479
	// 300 Mbit/s
	InterconnectAttachment_BPS_300M InterconnectAttachment_Bandwidth = 49607540
	// 400 Mbit/s
	InterconnectAttachment_BPS_400M InterconnectAttachment_Bandwidth = 49637331
	// 500 Mbit/s
	InterconnectAttachment_BPS_500M InterconnectAttachment_Bandwidth = 49667122
	// 50 Gbit/s
	InterconnectAttachment_BPS_50G InterconnectAttachment_Bandwidth = 278696850
	// 50 Mbit/s
	InterconnectAttachment_BPS_50M InterconnectAttachment_Bandwidth = 278696856
	// 5 Gbit/s
	InterconnectAttachment_BPS_5G InterconnectAttachment_Bandwidth = 355358572
)

func (InterconnectAttachment_Bandwidth) Descriptor

func (InterconnectAttachment_Bandwidth) Enum

func (InterconnectAttachment_Bandwidth) EnumDescriptor

func (InterconnectAttachment_Bandwidth) EnumDescriptor() ([]byte, []int)

Deprecated: Use InterconnectAttachment_Bandwidth.Descriptor instead.

func (InterconnectAttachment_Bandwidth) Number

func (InterconnectAttachment_Bandwidth) String

func (InterconnectAttachment_Bandwidth) Type

type InterconnectAttachment_EdgeAvailabilityDomain

type InterconnectAttachment_EdgeAvailabilityDomain int32

Desired availability domain for the attachment. Only available for type PARTNER, at creation time, and can take one of the following values: - AVAILABILITY_DOMAIN_ANY - AVAILABILITY_DOMAIN_1 - AVAILABILITY_DOMAIN_2 For improved reliability, customers should configure a pair of attachments, one per availability domain. The selected availability domain will be provided to the Partner via the pairing key, so that the provisioned circuit will lie in the specified domain. If not specified, the value will default to AVAILABILITY_DOMAIN_ANY.

const (
	// A value indicating that the enum field is not set.
	InterconnectAttachment_UNDEFINED_EDGE_AVAILABILITY_DOMAIN InterconnectAttachment_EdgeAvailabilityDomain = 0
	InterconnectAttachment_AVAILABILITY_DOMAIN_1              InterconnectAttachment_EdgeAvailabilityDomain = 349552090
	InterconnectAttachment_AVAILABILITY_DOMAIN_2              InterconnectAttachment_EdgeAvailabilityDomain = 349552091
	InterconnectAttachment_AVAILABILITY_DOMAIN_ANY            InterconnectAttachment_EdgeAvailabilityDomain = 375256373
)

func (InterconnectAttachment_EdgeAvailabilityDomain) Descriptor

func (InterconnectAttachment_EdgeAvailabilityDomain) Enum

func (InterconnectAttachment_EdgeAvailabilityDomain) EnumDescriptor

func (InterconnectAttachment_EdgeAvailabilityDomain) EnumDescriptor() ([]byte, []int)

Deprecated: Use InterconnectAttachment_EdgeAvailabilityDomain.Descriptor instead.

func (InterconnectAttachment_EdgeAvailabilityDomain) Number

func (InterconnectAttachment_EdgeAvailabilityDomain) String

func (InterconnectAttachment_EdgeAvailabilityDomain) Type

type InterconnectAttachment_Encryption

type InterconnectAttachment_Encryption int32

Indicates the user-supplied encryption option of this VLAN attachment (interconnectAttachment). Can only be specified at attachment creation for PARTNER or DEDICATED attachments. Possible values are: - NONE - This is the default value, which means that the VLAN attachment carries unencrypted traffic. VMs are able to send traffic to, or receive traffic from, such a VLAN attachment. - IPSEC - The VLAN attachment carries only encrypted traffic that is encrypted by an IPsec device, such as an HA VPN gateway or third-party IPsec VPN. VMs cannot directly send traffic to, or receive traffic from, such a VLAN attachment. To use *HA VPN over Cloud Interconnect*, the VLAN attachment must be created with this option.

const (
	// A value indicating that the enum field is not set.
	InterconnectAttachment_UNDEFINED_ENCRYPTION InterconnectAttachment_Encryption = 0
	// The interconnect attachment will carry only encrypted traffic that is encrypted by an IPsec device such as HA VPN gateway; VMs cannot directly send traffic to or receive traffic from such an interconnect attachment. To use HA VPN over Cloud Interconnect, the interconnect attachment must be created with this option.
	InterconnectAttachment_IPSEC InterconnectAttachment_Encryption = 69882282
	// This is the default value, which means the Interconnect Attachment will carry unencrypted traffic. VMs will be able to send traffic to or receive traffic from such interconnect attachment.
	InterconnectAttachment_NONE InterconnectAttachment_Encryption = 2402104
)

func (InterconnectAttachment_Encryption) Descriptor

func (InterconnectAttachment_Encryption) Enum

func (InterconnectAttachment_Encryption) EnumDescriptor

func (InterconnectAttachment_Encryption) EnumDescriptor() ([]byte, []int)

Deprecated: Use InterconnectAttachment_Encryption.Descriptor instead.

func (InterconnectAttachment_Encryption) Number

func (InterconnectAttachment_Encryption) String

func (InterconnectAttachment_Encryption) Type

type InterconnectAttachment_OperationalStatus

type InterconnectAttachment_OperationalStatus int32

[Output Only] The current status of whether or not this interconnect attachment is functional, which can take one of the following values: - OS_ACTIVE: The attachment has been turned up and is ready to use. - OS_UNPROVISIONED: The attachment is not ready to use yet, because turnup is not complete.

const (
	// A value indicating that the enum field is not set.
	InterconnectAttachment_UNDEFINED_OPERATIONAL_STATUS InterconnectAttachment_OperationalStatus = 0
	// Indicates that attachment has been turned up and is ready to use.
	InterconnectAttachment_OS_ACTIVE InterconnectAttachment_OperationalStatus = 55721409
	// Indicates that attachment is not ready to use yet, because turnup is not complete.
	InterconnectAttachment_OS_UNPROVISIONED InterconnectAttachment_OperationalStatus = 239771840
)

func (InterconnectAttachment_OperationalStatus) Descriptor

func (InterconnectAttachment_OperationalStatus) Enum

func (InterconnectAttachment_OperationalStatus) EnumDescriptor

func (InterconnectAttachment_OperationalStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use InterconnectAttachment_OperationalStatus.Descriptor instead.

func (InterconnectAttachment_OperationalStatus) Number

func (InterconnectAttachment_OperationalStatus) String

func (InterconnectAttachment_OperationalStatus) Type

type InterconnectAttachment_StackType

type InterconnectAttachment_StackType int32

The stack type for this interconnect attachment to identify whether the IPv6 feature is enabled or not. If not specified, IPV4_ONLY will be used. This field can be both set at interconnect attachments creation and update interconnect attachment operations.

const (
	// A value indicating that the enum field is not set.
	InterconnectAttachment_UNDEFINED_STACK_TYPE InterconnectAttachment_StackType = 0
	// The interconnect attachment can have both IPv4 and IPv6 addresses.
	InterconnectAttachment_IPV4_IPV6 InterconnectAttachment_StackType = 22197249
	// The interconnect attachment will only be assigned IPv4 addresses.
	InterconnectAttachment_IPV4_ONLY InterconnectAttachment_StackType = 22373798
)

func (InterconnectAttachment_StackType) Descriptor

func (InterconnectAttachment_StackType) Enum

func (InterconnectAttachment_StackType) EnumDescriptor

func (InterconnectAttachment_StackType) EnumDescriptor() ([]byte, []int)

Deprecated: Use InterconnectAttachment_StackType.Descriptor instead.

func (InterconnectAttachment_StackType) Number

func (InterconnectAttachment_StackType) String

func (InterconnectAttachment_StackType) Type

type InterconnectAttachment_State

type InterconnectAttachment_State int32

[Output Only] The current state of this attachment's functionality. Enum values ACTIVE and UNPROVISIONED are shared by DEDICATED/PRIVATE, PARTNER, and PARTNER_PROVIDER interconnect attachments, while enum values PENDING_PARTNER, PARTNER_REQUEST_RECEIVED, and PENDING_CUSTOMER are used for only PARTNER and PARTNER_PROVIDER interconnect attachments. This state can take one of the following values: - ACTIVE: The attachment has been turned up and is ready to use. - UNPROVISIONED: The attachment is not ready to use yet, because turnup is not complete. - PENDING_PARTNER: A newly-created PARTNER attachment that has not yet been configured on the Partner side. - PARTNER_REQUEST_RECEIVED: A PARTNER attachment is in the process of provisioning after a PARTNER_PROVIDER attachment was created that references it. - PENDING_CUSTOMER: A PARTNER or PARTNER_PROVIDER attachment that is waiting for a customer to activate it. - DEFUNCT: The attachment was deleted externally and is no longer functional. This could be because the associated Interconnect was removed, or because the other side of a Partner attachment was deleted.

const (
	// A value indicating that the enum field is not set.
	InterconnectAttachment_UNDEFINED_STATE InterconnectAttachment_State = 0
	// Indicates that attachment has been turned up and is ready to use.
	InterconnectAttachment_ACTIVE InterconnectAttachment_State = 314733318
	// The attachment was deleted externally and is no longer functional. This could be because the associated Interconnect was wiped out, or because the other side of a Partner attachment was deleted.
	InterconnectAttachment_DEFUNCT InterconnectAttachment_State = 115891759
	// A PARTNER attachment is in the process of provisioning after a PARTNER_PROVIDER attachment was created that references it.
	InterconnectAttachment_PARTNER_REQUEST_RECEIVED InterconnectAttachment_State = 513587304
	// PARTNER or PARTNER_PROVIDER attachment that is waiting for the customer to activate.
	InterconnectAttachment_PENDING_CUSTOMER InterconnectAttachment_State = 167494054
	// A newly created PARTNER attachment that has not yet been configured on the Partner side.
	InterconnectAttachment_PENDING_PARTNER   InterconnectAttachment_State = 387890656
	InterconnectAttachment_STATE_UNSPECIFIED InterconnectAttachment_State = 470755401
	// Indicates that attachment is not ready to use yet, because turnup is not complete.
	InterconnectAttachment_UNPROVISIONED InterconnectAttachment_State = 517333979
)

func (InterconnectAttachment_State) Descriptor

func (InterconnectAttachment_State) Enum

func (InterconnectAttachment_State) EnumDescriptor

func (InterconnectAttachment_State) EnumDescriptor() ([]byte, []int)

Deprecated: Use InterconnectAttachment_State.Descriptor instead.

func (InterconnectAttachment_State) Number

func (InterconnectAttachment_State) String

func (InterconnectAttachment_State) Type

type InterconnectAttachment_Type

type InterconnectAttachment_Type int32

The type of interconnect attachment this is, which can take one of the following values: - DEDICATED: an attachment to a Dedicated Interconnect. - PARTNER: an attachment to a Partner Interconnect, created by the customer. - PARTNER_PROVIDER: an attachment to a Partner Interconnect, created by the partner.

const (
	// A value indicating that the enum field is not set.
	InterconnectAttachment_UNDEFINED_TYPE InterconnectAttachment_Type = 0
	// Attachment to a dedicated interconnect.
	InterconnectAttachment_DEDICATED InterconnectAttachment_Type = 258411983
	// Attachment to a partner interconnect, created by the customer.
	InterconnectAttachment_PARTNER InterconnectAttachment_Type = 461924520
	// Attachment to a partner interconnect, created by the partner.
	InterconnectAttachment_PARTNER_PROVIDER InterconnectAttachment_Type = 483261352
)

func (InterconnectAttachment_Type) Descriptor

func (InterconnectAttachment_Type) Enum

func (InterconnectAttachment_Type) EnumDescriptor

func (InterconnectAttachment_Type) EnumDescriptor() ([]byte, []int)

Deprecated: Use InterconnectAttachment_Type.Descriptor instead.

func (InterconnectAttachment_Type) Number

func (InterconnectAttachment_Type) String

func (InterconnectAttachment_Type) Type

type InterconnectAttachmentsClient

type InterconnectAttachmentsClient interface {
	// Retrieves an aggregated list of interconnect attachments.
	AggregatedList(ctx context.Context, in *AggregatedListInterconnectAttachmentsRequest, opts ...grpc.CallOption) (*InterconnectAttachmentAggregatedList, error)
	// Deletes the specified interconnect attachment.
	Delete(ctx context.Context, in *DeleteInterconnectAttachmentRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified interconnect attachment.
	Get(ctx context.Context, in *GetInterconnectAttachmentRequest, opts ...grpc.CallOption) (*InterconnectAttachment, error)
	// Creates an InterconnectAttachment in the specified project using the data included in the request.
	Insert(ctx context.Context, in *InsertInterconnectAttachmentRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves the list of interconnect attachments contained within the specified region.
	List(ctx context.Context, in *ListInterconnectAttachmentsRequest, opts ...grpc.CallOption) (*InterconnectAttachmentList, error)
	// Updates the specified interconnect attachment with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
	Patch(ctx context.Context, in *PatchInterconnectAttachmentRequest, opts ...grpc.CallOption) (*Operation, error)
	// Sets the labels on an InterconnectAttachment. To learn more about labels, read the Labeling Resources documentation.
	SetLabels(ctx context.Context, in *SetLabelsInterconnectAttachmentRequest, opts ...grpc.CallOption) (*Operation, error)
}

InterconnectAttachmentsClient is the client API for InterconnectAttachments service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewInterconnectAttachmentsClient

func NewInterconnectAttachmentsClient(cc grpc.ClientConnInterface) InterconnectAttachmentsClient

type InterconnectAttachmentsScopedList

type InterconnectAttachmentsScopedList struct {

	// A list of interconnect attachments contained in this scope.
	InterconnectAttachments []*InterconnectAttachment `protobuf:"bytes,425388415,rep,name=interconnect_attachments,json=interconnectAttachments,proto3" json:"interconnect_attachments,omitempty"`
	// Informational warning which replaces the list of addresses when the list is empty.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*InterconnectAttachmentsScopedList) Descriptor

func (*InterconnectAttachmentsScopedList) Descriptor() ([]byte, []int)

Deprecated: Use InterconnectAttachmentsScopedList.ProtoReflect.Descriptor instead.

func (*InterconnectAttachmentsScopedList) GetInterconnectAttachments

func (x *InterconnectAttachmentsScopedList) GetInterconnectAttachments() []*InterconnectAttachment

func (*InterconnectAttachmentsScopedList) GetWarning

func (x *InterconnectAttachmentsScopedList) GetWarning() *Warning

func (*InterconnectAttachmentsScopedList) ProtoMessage

func (*InterconnectAttachmentsScopedList) ProtoMessage()

func (*InterconnectAttachmentsScopedList) ProtoReflect

func (*InterconnectAttachmentsScopedList) Reset

func (*InterconnectAttachmentsScopedList) String

type InterconnectAttachmentsServer

type InterconnectAttachmentsServer interface {
	// Retrieves an aggregated list of interconnect attachments.
	AggregatedList(context.Context, *AggregatedListInterconnectAttachmentsRequest) (*InterconnectAttachmentAggregatedList, error)
	// Deletes the specified interconnect attachment.
	Delete(context.Context, *DeleteInterconnectAttachmentRequest) (*Operation, error)
	// Returns the specified interconnect attachment.
	Get(context.Context, *GetInterconnectAttachmentRequest) (*InterconnectAttachment, error)
	// Creates an InterconnectAttachment in the specified project using the data included in the request.
	Insert(context.Context, *InsertInterconnectAttachmentRequest) (*Operation, error)
	// Retrieves the list of interconnect attachments contained within the specified region.
	List(context.Context, *ListInterconnectAttachmentsRequest) (*InterconnectAttachmentList, error)
	// Updates the specified interconnect attachment with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
	Patch(context.Context, *PatchInterconnectAttachmentRequest) (*Operation, error)
	// Sets the labels on an InterconnectAttachment. To learn more about labels, read the Labeling Resources documentation.
	SetLabels(context.Context, *SetLabelsInterconnectAttachmentRequest) (*Operation, error)
}

InterconnectAttachmentsServer is the server API for InterconnectAttachments service.

type InterconnectCircuitInfo

type InterconnectCircuitInfo struct {

	// Customer-side demarc ID for this circuit.
	CustomerDemarcId *string `protobuf:"bytes,28771859,opt,name=customer_demarc_id,json=customerDemarcId,proto3,oneof" json:"customer_demarc_id,omitempty"`
	// Google-assigned unique ID for this circuit. Assigned at circuit turn-up.
	GoogleCircuitId *string `protobuf:"bytes,262014711,opt,name=google_circuit_id,json=googleCircuitId,proto3,oneof" json:"google_circuit_id,omitempty"`
	// Google-side demarc ID for this circuit. Assigned at circuit turn-up and provided by Google to the customer in the LOA.
	GoogleDemarcId *string `protobuf:"bytes,448196270,opt,name=google_demarc_id,json=googleDemarcId,proto3,oneof" json:"google_demarc_id,omitempty"`
	// contains filtered or unexported fields
}

Describes a single physical circuit between the Customer and Google. CircuitInfo objects are created by Google, so all fields are output only.

func (*InterconnectCircuitInfo) Descriptor

func (*InterconnectCircuitInfo) Descriptor() ([]byte, []int)

Deprecated: Use InterconnectCircuitInfo.ProtoReflect.Descriptor instead.

func (*InterconnectCircuitInfo) GetCustomerDemarcId

func (x *InterconnectCircuitInfo) GetCustomerDemarcId() string

func (*InterconnectCircuitInfo) GetGoogleCircuitId

func (x *InterconnectCircuitInfo) GetGoogleCircuitId() string

func (*InterconnectCircuitInfo) GetGoogleDemarcId

func (x *InterconnectCircuitInfo) GetGoogleDemarcId() string

func (*InterconnectCircuitInfo) ProtoMessage

func (*InterconnectCircuitInfo) ProtoMessage()

func (*InterconnectCircuitInfo) ProtoReflect

func (x *InterconnectCircuitInfo) ProtoReflect() protoreflect.Message

func (*InterconnectCircuitInfo) Reset

func (x *InterconnectCircuitInfo) Reset()

func (*InterconnectCircuitInfo) String

func (x *InterconnectCircuitInfo) String() string

type InterconnectDiagnostics

type InterconnectDiagnostics struct {

	// A list of InterconnectDiagnostics.ARPEntry objects, describing individual neighbors currently seen by the Google router in the ARP cache for the Interconnect. This will be empty when the Interconnect is not bundled.
	ArpCaches []*InterconnectDiagnosticsARPEntry `protobuf:"bytes,414591761,rep,name=arp_caches,json=arpCaches,proto3" json:"arp_caches,omitempty"`
	// The aggregation type of the bundle interface.
	// Check the BundleAggregationType enum for the list of possible values.
	BundleAggregationType *string `protobuf:"bytes,434939028,opt,name=bundle_aggregation_type,json=bundleAggregationType,proto3,oneof" json:"bundle_aggregation_type,omitempty"`
	// The operational status of the bundle interface.
	// Check the BundleOperationalStatus enum for the list of possible values.
	BundleOperationalStatus *string `protobuf:"bytes,106433500,opt,name=bundle_operational_status,json=bundleOperationalStatus,proto3,oneof" json:"bundle_operational_status,omitempty"`
	// A list of InterconnectDiagnostics.LinkStatus objects, describing the status for each link on the Interconnect.
	Links []*InterconnectDiagnosticsLinkStatus `protobuf:"bytes,102977465,rep,name=links,proto3" json:"links,omitempty"`
	// The MAC address of the Interconnect's bundle interface.
	MacAddress *string `protobuf:"bytes,332540164,opt,name=mac_address,json=macAddress,proto3,oneof" json:"mac_address,omitempty"`
	// contains filtered or unexported fields
}

Diagnostics information about the Interconnect connection, which contains detailed and current technical information about Google's side of the connection.

func (*InterconnectDiagnostics) Descriptor

func (*InterconnectDiagnostics) Descriptor() ([]byte, []int)

Deprecated: Use InterconnectDiagnostics.ProtoReflect.Descriptor instead.

func (*InterconnectDiagnostics) GetArpCaches

func (*InterconnectDiagnostics) GetBundleAggregationType

func (x *InterconnectDiagnostics) GetBundleAggregationType() string

func (*InterconnectDiagnostics) GetBundleOperationalStatus

func (x *InterconnectDiagnostics) GetBundleOperationalStatus() string

func (*InterconnectDiagnostics) GetMacAddress

func (x *InterconnectDiagnostics) GetMacAddress() string

func (*InterconnectDiagnostics) ProtoMessage

func (*InterconnectDiagnostics) ProtoMessage()

func (*InterconnectDiagnostics) ProtoReflect

func (x *InterconnectDiagnostics) ProtoReflect() protoreflect.Message

func (*InterconnectDiagnostics) Reset

func (x *InterconnectDiagnostics) Reset()

func (*InterconnectDiagnostics) String

func (x *InterconnectDiagnostics) String() string

type InterconnectDiagnosticsARPEntry

type InterconnectDiagnosticsARPEntry struct {

	// The IP address of this ARP neighbor.
	IpAddress *string `protobuf:"bytes,406272220,opt,name=ip_address,json=ipAddress,proto3,oneof" json:"ip_address,omitempty"`
	// The MAC address of this ARP neighbor.
	MacAddress *string `protobuf:"bytes,332540164,opt,name=mac_address,json=macAddress,proto3,oneof" json:"mac_address,omitempty"`
	// contains filtered or unexported fields
}

Describing the ARP neighbor entries seen on this link

func (*InterconnectDiagnosticsARPEntry) Descriptor

func (*InterconnectDiagnosticsARPEntry) Descriptor() ([]byte, []int)

Deprecated: Use InterconnectDiagnosticsARPEntry.ProtoReflect.Descriptor instead.

func (*InterconnectDiagnosticsARPEntry) GetIpAddress

func (x *InterconnectDiagnosticsARPEntry) GetIpAddress() string

func (*InterconnectDiagnosticsARPEntry) GetMacAddress

func (x *InterconnectDiagnosticsARPEntry) GetMacAddress() string

func (*InterconnectDiagnosticsARPEntry) ProtoMessage

func (*InterconnectDiagnosticsARPEntry) ProtoMessage()

func (*InterconnectDiagnosticsARPEntry) ProtoReflect

func (*InterconnectDiagnosticsARPEntry) Reset

func (*InterconnectDiagnosticsARPEntry) String

type InterconnectDiagnosticsLinkLACPStatus

type InterconnectDiagnosticsLinkLACPStatus struct {

	// System ID of the port on Google's side of the LACP exchange.
	GoogleSystemId *string `protobuf:"bytes,91210405,opt,name=google_system_id,json=googleSystemId,proto3,oneof" json:"google_system_id,omitempty"`
	// System ID of the port on the neighbor's side of the LACP exchange.
	NeighborSystemId *string `protobuf:"bytes,343821342,opt,name=neighbor_system_id,json=neighborSystemId,proto3,oneof" json:"neighbor_system_id,omitempty"`
	// The state of a LACP link, which can take one of the following values: - ACTIVE: The link is configured and active within the bundle. - DETACHED: The link is not configured within the bundle. This means that the rest of the object should be empty.
	// Check the State enum for the list of possible values.
	State *string `protobuf:"bytes,109757585,opt,name=state,proto3,oneof" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*InterconnectDiagnosticsLinkLACPStatus) Descriptor

func (*InterconnectDiagnosticsLinkLACPStatus) Descriptor() ([]byte, []int)

Deprecated: Use InterconnectDiagnosticsLinkLACPStatus.ProtoReflect.Descriptor instead.

func (*InterconnectDiagnosticsLinkLACPStatus) GetGoogleSystemId

func (x *InterconnectDiagnosticsLinkLACPStatus) GetGoogleSystemId() string

func (*InterconnectDiagnosticsLinkLACPStatus) GetNeighborSystemId

func (x *InterconnectDiagnosticsLinkLACPStatus) GetNeighborSystemId() string

func (*InterconnectDiagnosticsLinkLACPStatus) GetState

func (*InterconnectDiagnosticsLinkLACPStatus) ProtoMessage

func (*InterconnectDiagnosticsLinkLACPStatus) ProtoMessage()

func (*InterconnectDiagnosticsLinkLACPStatus) ProtoReflect

func (*InterconnectDiagnosticsLinkLACPStatus) Reset

func (*InterconnectDiagnosticsLinkLACPStatus) String

type InterconnectDiagnosticsLinkLACPStatus_State

type InterconnectDiagnosticsLinkLACPStatus_State int32

The state of a LACP link, which can take one of the following values: - ACTIVE: The link is configured and active within the bundle. - DETACHED: The link is not configured within the bundle. This means that the rest of the object should be empty.

const (
	// A value indicating that the enum field is not set.
	InterconnectDiagnosticsLinkLACPStatus_UNDEFINED_STATE InterconnectDiagnosticsLinkLACPStatus_State = 0
	// The link is configured and active within the bundle.
	InterconnectDiagnosticsLinkLACPStatus_ACTIVE InterconnectDiagnosticsLinkLACPStatus_State = 314733318
	// The link is not configured within the bundle, this means the rest of the object should be empty.
	InterconnectDiagnosticsLinkLACPStatus_DETACHED InterconnectDiagnosticsLinkLACPStatus_State = 216562546
)

func (InterconnectDiagnosticsLinkLACPStatus_State) Descriptor

func (InterconnectDiagnosticsLinkLACPStatus_State) Enum

func (InterconnectDiagnosticsLinkLACPStatus_State) EnumDescriptor

func (InterconnectDiagnosticsLinkLACPStatus_State) EnumDescriptor() ([]byte, []int)

Deprecated: Use InterconnectDiagnosticsLinkLACPStatus_State.Descriptor instead.

func (InterconnectDiagnosticsLinkLACPStatus_State) Number

func (InterconnectDiagnosticsLinkLACPStatus_State) String

func (InterconnectDiagnosticsLinkLACPStatus_State) Type

type InterconnectDiagnosticsLinkOpticalPower

type InterconnectDiagnosticsLinkOpticalPower struct {

	// The status of the current value when compared to the warning and alarm levels for the receiving or transmitting transceiver. Possible states include: - OK: The value has not crossed a warning threshold. - LOW_WARNING: The value has crossed below the low warning threshold. - HIGH_WARNING: The value has crossed above the high warning threshold. - LOW_ALARM: The value has crossed below the low alarm threshold. - HIGH_ALARM: The value has crossed above the high alarm threshold.
	// Check the State enum for the list of possible values.
	State *string `protobuf:"bytes,109757585,opt,name=state,proto3,oneof" json:"state,omitempty"`
	// Value of the current receiving or transmitting optical power, read in dBm. Take a known good optical value, give it a 10% margin and trigger warnings relative to that value. In general, a -7dBm warning and a -11dBm alarm are good optical value estimates for most links.
	Value *float32 `protobuf:"fixed32,111972721,opt,name=value,proto3,oneof" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*InterconnectDiagnosticsLinkOpticalPower) Descriptor

func (*InterconnectDiagnosticsLinkOpticalPower) Descriptor() ([]byte, []int)

Deprecated: Use InterconnectDiagnosticsLinkOpticalPower.ProtoReflect.Descriptor instead.

func (*InterconnectDiagnosticsLinkOpticalPower) GetState

func (*InterconnectDiagnosticsLinkOpticalPower) GetValue

func (*InterconnectDiagnosticsLinkOpticalPower) ProtoMessage

func (*InterconnectDiagnosticsLinkOpticalPower) ProtoReflect

func (*InterconnectDiagnosticsLinkOpticalPower) Reset

func (*InterconnectDiagnosticsLinkOpticalPower) String

type InterconnectDiagnosticsLinkOpticalPower_State

type InterconnectDiagnosticsLinkOpticalPower_State int32

The status of the current value when compared to the warning and alarm levels for the receiving or transmitting transceiver. Possible states include: - OK: The value has not crossed a warning threshold. - LOW_WARNING: The value has crossed below the low warning threshold. - HIGH_WARNING: The value has crossed above the high warning threshold. - LOW_ALARM: The value has crossed below the low alarm threshold. - HIGH_ALARM: The value has crossed above the high alarm threshold.

const (
	// A value indicating that the enum field is not set.
	InterconnectDiagnosticsLinkOpticalPower_UNDEFINED_STATE InterconnectDiagnosticsLinkOpticalPower_State = 0
	// The value has crossed above the high alarm threshold.
	InterconnectDiagnosticsLinkOpticalPower_HIGH_ALARM InterconnectDiagnosticsLinkOpticalPower_State = 305363284
	// The value of the current optical power has crossed above the high warning threshold.
	InterconnectDiagnosticsLinkOpticalPower_HIGH_WARNING InterconnectDiagnosticsLinkOpticalPower_State = 220984799
	// The value of the current optical power has crossed below the low alarm threshold.
	InterconnectDiagnosticsLinkOpticalPower_LOW_ALARM InterconnectDiagnosticsLinkOpticalPower_State = 316659046
	// The value of the current optical power has crossed below the low warning threshold.
	InterconnectDiagnosticsLinkOpticalPower_LOW_WARNING InterconnectDiagnosticsLinkOpticalPower_State = 338793841
	// The value of the current optical power has not crossed a warning threshold.
	InterconnectDiagnosticsLinkOpticalPower_OK InterconnectDiagnosticsLinkOpticalPower_State = 2524
)

func (InterconnectDiagnosticsLinkOpticalPower_State) Descriptor

func (InterconnectDiagnosticsLinkOpticalPower_State) Enum

func (InterconnectDiagnosticsLinkOpticalPower_State) EnumDescriptor

func (InterconnectDiagnosticsLinkOpticalPower_State) EnumDescriptor() ([]byte, []int)

Deprecated: Use InterconnectDiagnosticsLinkOpticalPower_State.Descriptor instead.

func (InterconnectDiagnosticsLinkOpticalPower_State) Number

func (InterconnectDiagnosticsLinkOpticalPower_State) String

func (InterconnectDiagnosticsLinkOpticalPower_State) Type

type InterconnectDiagnosticsLinkStatus

type InterconnectDiagnosticsLinkStatus struct {

	// A list of InterconnectDiagnostics.ARPEntry objects, describing the ARP neighbor entries seen on this link. This will be empty if the link is bundled
	ArpCaches []*InterconnectDiagnosticsARPEntry `protobuf:"bytes,414591761,rep,name=arp_caches,json=arpCaches,proto3" json:"arp_caches,omitempty"`
	// The unique ID for this link assigned during turn up by Google.
	CircuitId *string `protobuf:"bytes,225180977,opt,name=circuit_id,json=circuitId,proto3,oneof" json:"circuit_id,omitempty"`
	// The Demarc address assigned by Google and provided in the LoA.
	GoogleDemarc *string                                `protobuf:"bytes,51084,opt,name=google_demarc,json=googleDemarc,proto3,oneof" json:"google_demarc,omitempty"`
	LacpStatus   *InterconnectDiagnosticsLinkLACPStatus `protobuf:"bytes,361210415,opt,name=lacp_status,json=lacpStatus,proto3,oneof" json:"lacp_status,omitempty"`
	// The operational status of the link.
	// Check the OperationalStatus enum for the list of possible values.
	OperationalStatus *string `protobuf:"bytes,201070847,opt,name=operational_status,json=operationalStatus,proto3,oneof" json:"operational_status,omitempty"`
	// An InterconnectDiagnostics.LinkOpticalPower object, describing the current value and status of the received light level.
	ReceivingOpticalPower *InterconnectDiagnosticsLinkOpticalPower `protobuf:"bytes,244717279,opt,name=receiving_optical_power,json=receivingOpticalPower,proto3,oneof" json:"receiving_optical_power,omitempty"`
	// An InterconnectDiagnostics.LinkOpticalPower object, describing the current value and status of the transmitted light level.
	TransmittingOpticalPower *InterconnectDiagnosticsLinkOpticalPower `protobuf:"bytes,459431197,opt,name=transmitting_optical_power,json=transmittingOpticalPower,proto3,oneof" json:"transmitting_optical_power,omitempty"`
	// contains filtered or unexported fields
}

func (*InterconnectDiagnosticsLinkStatus) Descriptor

func (*InterconnectDiagnosticsLinkStatus) Descriptor() ([]byte, []int)

Deprecated: Use InterconnectDiagnosticsLinkStatus.ProtoReflect.Descriptor instead.

func (*InterconnectDiagnosticsLinkStatus) GetArpCaches

func (*InterconnectDiagnosticsLinkStatus) GetCircuitId

func (x *InterconnectDiagnosticsLinkStatus) GetCircuitId() string

func (*InterconnectDiagnosticsLinkStatus) GetGoogleDemarc

func (x *InterconnectDiagnosticsLinkStatus) GetGoogleDemarc() string

func (*InterconnectDiagnosticsLinkStatus) GetLacpStatus

func (*InterconnectDiagnosticsLinkStatus) GetOperationalStatus

func (x *InterconnectDiagnosticsLinkStatus) GetOperationalStatus() string

func (*InterconnectDiagnosticsLinkStatus) GetReceivingOpticalPower

func (*InterconnectDiagnosticsLinkStatus) GetTransmittingOpticalPower

func (*InterconnectDiagnosticsLinkStatus) ProtoMessage

func (*InterconnectDiagnosticsLinkStatus) ProtoMessage()

func (*InterconnectDiagnosticsLinkStatus) ProtoReflect

func (*InterconnectDiagnosticsLinkStatus) Reset

func (*InterconnectDiagnosticsLinkStatus) String

type InterconnectDiagnosticsLinkStatus_OperationalStatus

type InterconnectDiagnosticsLinkStatus_OperationalStatus int32

The operational status of the link.

const (
	// A value indicating that the enum field is not set.
	InterconnectDiagnosticsLinkStatus_UNDEFINED_OPERATIONAL_STATUS InterconnectDiagnosticsLinkStatus_OperationalStatus = 0
	// The interface is unable to communicate with the remote end.
	InterconnectDiagnosticsLinkStatus_LINK_OPERATIONAL_STATUS_DOWN InterconnectDiagnosticsLinkStatus_OperationalStatus = 281653885
	// The interface has low level communication with the remote end.
	InterconnectDiagnosticsLinkStatus_LINK_OPERATIONAL_STATUS_UP InterconnectDiagnosticsLinkStatus_OperationalStatus = 305879862
)

func (InterconnectDiagnosticsLinkStatus_OperationalStatus) Descriptor

func (InterconnectDiagnosticsLinkStatus_OperationalStatus) Enum

func (InterconnectDiagnosticsLinkStatus_OperationalStatus) EnumDescriptor

Deprecated: Use InterconnectDiagnosticsLinkStatus_OperationalStatus.Descriptor instead.

func (InterconnectDiagnosticsLinkStatus_OperationalStatus) Number

func (InterconnectDiagnosticsLinkStatus_OperationalStatus) String

func (InterconnectDiagnosticsLinkStatus_OperationalStatus) Type

type InterconnectDiagnostics_BundleAggregationType

type InterconnectDiagnostics_BundleAggregationType int32

The aggregation type of the bundle interface.

const (
	// A value indicating that the enum field is not set.
	InterconnectDiagnostics_UNDEFINED_BUNDLE_AGGREGATION_TYPE InterconnectDiagnostics_BundleAggregationType = 0
	// LACP is enabled.
	InterconnectDiagnostics_BUNDLE_AGGREGATION_TYPE_LACP InterconnectDiagnostics_BundleAggregationType = 27758925
	// LACP is disabled.
	InterconnectDiagnostics_BUNDLE_AGGREGATION_TYPE_STATIC InterconnectDiagnostics_BundleAggregationType = 50678873
)

func (InterconnectDiagnostics_BundleAggregationType) Descriptor

func (InterconnectDiagnostics_BundleAggregationType) Enum

func (InterconnectDiagnostics_BundleAggregationType) EnumDescriptor

func (InterconnectDiagnostics_BundleAggregationType) EnumDescriptor() ([]byte, []int)

Deprecated: Use InterconnectDiagnostics_BundleAggregationType.Descriptor instead.

func (InterconnectDiagnostics_BundleAggregationType) Number

func (InterconnectDiagnostics_BundleAggregationType) String

func (InterconnectDiagnostics_BundleAggregationType) Type

type InterconnectDiagnostics_BundleOperationalStatus

type InterconnectDiagnostics_BundleOperationalStatus int32

The operational status of the bundle interface.

const (
	// A value indicating that the enum field is not set.
	InterconnectDiagnostics_UNDEFINED_BUNDLE_OPERATIONAL_STATUS InterconnectDiagnostics_BundleOperationalStatus = 0
	// If bundleAggregationType is LACP: LACP is not established and/or all links in the bundle have DOWN operational status. If bundleAggregationType is STATIC: one or more links in the bundle has DOWN operational status.
	InterconnectDiagnostics_BUNDLE_OPERATIONAL_STATUS_DOWN InterconnectDiagnostics_BundleOperationalStatus = 453842693
	// If bundleAggregationType is LACP: LACP is established and at least one link in the bundle has UP operational status. If bundleAggregationType is STATIC: all links in the bundle (typically just one) have UP operational status.
	InterconnectDiagnostics_BUNDLE_OPERATIONAL_STATUS_UP InterconnectDiagnostics_BundleOperationalStatus = 161366462
)

func (InterconnectDiagnostics_BundleOperationalStatus) Descriptor

func (InterconnectDiagnostics_BundleOperationalStatus) Enum

func (InterconnectDiagnostics_BundleOperationalStatus) EnumDescriptor

Deprecated: Use InterconnectDiagnostics_BundleOperationalStatus.Descriptor instead.

func (InterconnectDiagnostics_BundleOperationalStatus) Number

func (InterconnectDiagnostics_BundleOperationalStatus) String

func (InterconnectDiagnostics_BundleOperationalStatus) Type

type InterconnectList

type InterconnectList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of Interconnect resources.
	Items []*Interconnect `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] Type of resource. Always compute#interconnectList for lists of interconnects.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

Response to the list request, and contains a list of interconnects.

func (*InterconnectList) Descriptor

func (*InterconnectList) Descriptor() ([]byte, []int)

Deprecated: Use InterconnectList.ProtoReflect.Descriptor instead.

func (*InterconnectList) GetId

func (x *InterconnectList) GetId() string

func (*InterconnectList) GetItems

func (x *InterconnectList) GetItems() []*Interconnect

func (*InterconnectList) GetKind

func (x *InterconnectList) GetKind() string

func (*InterconnectList) GetNextPageToken

func (x *InterconnectList) GetNextPageToken() string
func (x *InterconnectList) GetSelfLink() string

func (*InterconnectList) GetWarning

func (x *InterconnectList) GetWarning() *Warning

func (*InterconnectList) ProtoMessage

func (*InterconnectList) ProtoMessage()

func (*InterconnectList) ProtoReflect

func (x *InterconnectList) ProtoReflect() protoreflect.Message

func (*InterconnectList) Reset

func (x *InterconnectList) Reset()

func (*InterconnectList) String

func (x *InterconnectList) String() string

type InterconnectLocation

type InterconnectLocation struct {

	// [Output Only] The postal address of the Point of Presence, each line in the address is separated by a newline character.
	Address *string `protobuf:"bytes,462920692,opt,name=address,proto3,oneof" json:"address,omitempty"`
	// [Output Only] Availability zone for this InterconnectLocation. Within a metropolitan area (metro), maintenance will not be simultaneously scheduled in more than one availability zone. Example: "zone1" or "zone2".
	AvailabilityZone *string `protobuf:"bytes,158459920,opt,name=availability_zone,json=availabilityZone,proto3,oneof" json:"availability_zone,omitempty"`
	// [Output Only] Metropolitan area designator that indicates which city an interconnect is located. For example: "Chicago, IL", "Amsterdam, Netherlands".
	City *string `protobuf:"bytes,3053931,opt,name=city,proto3,oneof" json:"city,omitempty"`
	// [Output Only] Continent for this location, which can take one of the following values: - AFRICA - ASIA_PAC - EUROPE - NORTH_AMERICA - SOUTH_AMERICA
	// Check the Continent enum for the list of possible values.
	Continent *string `protobuf:"bytes,133442996,opt,name=continent,proto3,oneof" json:"continent,omitempty"`
	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// [Output Only] An optional description of the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// [Output Only] The name of the provider for this facility (e.g., EQUINIX).
	FacilityProvider *string `protobuf:"bytes,533303309,opt,name=facility_provider,json=facilityProvider,proto3,oneof" json:"facility_provider,omitempty"`
	// [Output Only] A provider-assigned Identifier for this facility (e.g., Ashburn-DC1).
	FacilityProviderFacilityId *string `protobuf:"bytes,87269125,opt,name=facility_provider_facility_id,json=facilityProviderFacilityId,proto3,oneof" json:"facility_provider_facility_id,omitempty"`
	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Output Only] Type of the resource. Always compute#interconnectLocation for interconnect locations.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] Name of the resource.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// [Output Only] The peeringdb identifier for this facility (corresponding with a netfac type in peeringdb).
	PeeringdbFacilityId *string `protobuf:"bytes,536567094,opt,name=peeringdb_facility_id,json=peeringdbFacilityId,proto3,oneof" json:"peeringdb_facility_id,omitempty"`
	// [Output Only] A list of InterconnectLocation.RegionInfo objects, that describe parameters pertaining to the relation between this InterconnectLocation and various Google Cloud regions.
	RegionInfos []*InterconnectLocationRegionInfo `protobuf:"bytes,312194170,rep,name=region_infos,json=regionInfos,proto3" json:"region_infos,omitempty"`
	// [Output Only] Server-defined URL for the resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] The status of this InterconnectLocation, which can take one of the following values: - CLOSED: The InterconnectLocation is closed and is unavailable for provisioning new Interconnects. - AVAILABLE: The InterconnectLocation is available for provisioning new Interconnects.
	// Check the Status enum for the list of possible values.
	Status *string `protobuf:"bytes,181260274,opt,name=status,proto3,oneof" json:"status,omitempty"`
	// [Output Only] Reserved for future use.
	SupportsPzs *bool `protobuf:"varint,83983214,opt,name=supports_pzs,json=supportsPzs,proto3,oneof" json:"supports_pzs,omitempty"`
	// contains filtered or unexported fields
}

Represents an Interconnect Attachment (VLAN) Location resource. You can use this resource to find location details about an Interconnect attachment (VLAN). For more information about interconnect attachments, read Creating VLAN Attachments.

func (*InterconnectLocation) Descriptor

func (*InterconnectLocation) Descriptor() ([]byte, []int)

Deprecated: Use InterconnectLocation.ProtoReflect.Descriptor instead.

func (*InterconnectLocation) GetAddress

func (x *InterconnectLocation) GetAddress() string

func (*InterconnectLocation) GetAvailabilityZone

func (x *InterconnectLocation) GetAvailabilityZone() string

func (*InterconnectLocation) GetCity

func (x *InterconnectLocation) GetCity() string

func (*InterconnectLocation) GetContinent

func (x *InterconnectLocation) GetContinent() string

func (*InterconnectLocation) GetCreationTimestamp

func (x *InterconnectLocation) GetCreationTimestamp() string

func (*InterconnectLocation) GetDescription

func (x *InterconnectLocation) GetDescription() string

func (*InterconnectLocation) GetFacilityProvider

func (x *InterconnectLocation) GetFacilityProvider() string

func (*InterconnectLocation) GetFacilityProviderFacilityId

func (x *InterconnectLocation) GetFacilityProviderFacilityId() string

func (*InterconnectLocation) GetId

func (x *InterconnectLocation) GetId() uint64

func (*InterconnectLocation) GetKind

func (x *InterconnectLocation) GetKind() string

func (*InterconnectLocation) GetName

func (x *InterconnectLocation) GetName() string

func (*InterconnectLocation) GetPeeringdbFacilityId

func (x *InterconnectLocation) GetPeeringdbFacilityId() string

func (*InterconnectLocation) GetRegionInfos

func (x *InterconnectLocation) GetSelfLink() string

func (*InterconnectLocation) GetStatus

func (x *InterconnectLocation) GetStatus() string

func (*InterconnectLocation) GetSupportsPzs

func (x *InterconnectLocation) GetSupportsPzs() bool

func (*InterconnectLocation) ProtoMessage

func (*InterconnectLocation) ProtoMessage()

func (*InterconnectLocation) ProtoReflect

func (x *InterconnectLocation) ProtoReflect() protoreflect.Message

func (*InterconnectLocation) Reset

func (x *InterconnectLocation) Reset()

func (*InterconnectLocation) String

func (x *InterconnectLocation) String() string

type InterconnectLocationList

type InterconnectLocationList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of InterconnectLocation resources.
	Items []*InterconnectLocation `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] Type of resource. Always compute#interconnectLocationList for lists of interconnect locations.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

Response to the list request, and contains a list of interconnect locations.

func (*InterconnectLocationList) Descriptor

func (*InterconnectLocationList) Descriptor() ([]byte, []int)

Deprecated: Use InterconnectLocationList.ProtoReflect.Descriptor instead.

func (*InterconnectLocationList) GetId

func (x *InterconnectLocationList) GetId() string

func (*InterconnectLocationList) GetItems

func (*InterconnectLocationList) GetKind

func (x *InterconnectLocationList) GetKind() string

func (*InterconnectLocationList) GetNextPageToken

func (x *InterconnectLocationList) GetNextPageToken() string
func (x *InterconnectLocationList) GetSelfLink() string

func (*InterconnectLocationList) GetWarning

func (x *InterconnectLocationList) GetWarning() *Warning

func (*InterconnectLocationList) ProtoMessage

func (*InterconnectLocationList) ProtoMessage()

func (*InterconnectLocationList) ProtoReflect

func (x *InterconnectLocationList) ProtoReflect() protoreflect.Message

func (*InterconnectLocationList) Reset

func (x *InterconnectLocationList) Reset()

func (*InterconnectLocationList) String

func (x *InterconnectLocationList) String() string

type InterconnectLocationRegionInfo

type InterconnectLocationRegionInfo struct {

	// Expected round-trip time in milliseconds, from this InterconnectLocation to a VM in this region.
	ExpectedRttMs *int64 `protobuf:"varint,422543866,opt,name=expected_rtt_ms,json=expectedRttMs,proto3,oneof" json:"expected_rtt_ms,omitempty"`
	// Identifies the network presence of this location.
	// Check the LocationPresence enum for the list of possible values.
	LocationPresence *string `protobuf:"bytes,101517893,opt,name=location_presence,json=locationPresence,proto3,oneof" json:"location_presence,omitempty"`
	// URL for the region of this location.
	Region *string `protobuf:"bytes,138946292,opt,name=region,proto3,oneof" json:"region,omitempty"`
	// contains filtered or unexported fields
}

Information about any potential InterconnectAttachments between an Interconnect at a specific InterconnectLocation, and a specific Cloud Region.

func (*InterconnectLocationRegionInfo) Descriptor

func (*InterconnectLocationRegionInfo) Descriptor() ([]byte, []int)

Deprecated: Use InterconnectLocationRegionInfo.ProtoReflect.Descriptor instead.

func (*InterconnectLocationRegionInfo) GetExpectedRttMs

func (x *InterconnectLocationRegionInfo) GetExpectedRttMs() int64

func (*InterconnectLocationRegionInfo) GetLocationPresence

func (x *InterconnectLocationRegionInfo) GetLocationPresence() string

func (*InterconnectLocationRegionInfo) GetRegion

func (x *InterconnectLocationRegionInfo) GetRegion() string

func (*InterconnectLocationRegionInfo) ProtoMessage

func (*InterconnectLocationRegionInfo) ProtoMessage()

func (*InterconnectLocationRegionInfo) ProtoReflect

func (*InterconnectLocationRegionInfo) Reset

func (x *InterconnectLocationRegionInfo) Reset()

func (*InterconnectLocationRegionInfo) String

type InterconnectLocationRegionInfo_LocationPresence

type InterconnectLocationRegionInfo_LocationPresence int32

Identifies the network presence of this location.

const (
	// A value indicating that the enum field is not set.
	InterconnectLocationRegionInfo_UNDEFINED_LOCATION_PRESENCE InterconnectLocationRegionInfo_LocationPresence = 0
	// This region is not in any common network presence with this InterconnectLocation.
	InterconnectLocationRegionInfo_GLOBAL InterconnectLocationRegionInfo_LocationPresence = 494663587
	// This region shares the same regional network presence as this InterconnectLocation.
	InterconnectLocationRegionInfo_LOCAL_REGION InterconnectLocationRegionInfo_LocationPresence = 403535464
	// [Deprecated] This region is not in any common network presence with this InterconnectLocation.
	InterconnectLocationRegionInfo_LP_GLOBAL InterconnectLocationRegionInfo_LocationPresence = 429584062
	// [Deprecated] This region shares the same regional network presence as this InterconnectLocation.
	InterconnectLocationRegionInfo_LP_LOCAL_REGION InterconnectLocationRegionInfo_LocationPresence = 488598851
)

func (InterconnectLocationRegionInfo_LocationPresence) Descriptor

func (InterconnectLocationRegionInfo_LocationPresence) Enum

func (InterconnectLocationRegionInfo_LocationPresence) EnumDescriptor

Deprecated: Use InterconnectLocationRegionInfo_LocationPresence.Descriptor instead.

func (InterconnectLocationRegionInfo_LocationPresence) Number

func (InterconnectLocationRegionInfo_LocationPresence) String

func (InterconnectLocationRegionInfo_LocationPresence) Type

type InterconnectLocation_Continent

type InterconnectLocation_Continent int32

[Output Only] Continent for this location, which can take one of the following values: - AFRICA - ASIA_PAC - EUROPE - NORTH_AMERICA - SOUTH_AMERICA

const (
	// A value indicating that the enum field is not set.
	InterconnectLocation_UNDEFINED_CONTINENT InterconnectLocation_Continent = 0
	InterconnectLocation_AFRICA              InterconnectLocation_Continent = 317443706
	InterconnectLocation_ASIA_PAC            InterconnectLocation_Continent = 119782269
	InterconnectLocation_C_AFRICA            InterconnectLocation_Continent = 71993846
	InterconnectLocation_C_ASIA_PAC          InterconnectLocation_Continent = 465668089
	InterconnectLocation_C_EUROPE            InterconnectLocation_Continent = 200369438
	InterconnectLocation_C_NORTH_AMERICA     InterconnectLocation_Continent = 275697048
	InterconnectLocation_C_SOUTH_AMERICA     InterconnectLocation_Continent = 397149792
	InterconnectLocation_EUROPE              InterconnectLocation_Continent = 445819298
	InterconnectLocation_NORTH_AMERICA       InterconnectLocation_Continent = 448015508
	InterconnectLocation_SOUTH_AMERICA       InterconnectLocation_Continent = 32597340
)

func (InterconnectLocation_Continent) Descriptor

func (InterconnectLocation_Continent) Enum

func (InterconnectLocation_Continent) EnumDescriptor

func (InterconnectLocation_Continent) EnumDescriptor() ([]byte, []int)

Deprecated: Use InterconnectLocation_Continent.Descriptor instead.

func (InterconnectLocation_Continent) Number

func (InterconnectLocation_Continent) String

func (InterconnectLocation_Continent) Type

type InterconnectLocation_Status

type InterconnectLocation_Status int32

[Output Only] The status of this InterconnectLocation, which can take one of the following values: - CLOSED: The InterconnectLocation is closed and is unavailable for provisioning new Interconnects. - AVAILABLE: The InterconnectLocation is available for provisioning new Interconnects.

const (
	// A value indicating that the enum field is not set.
	InterconnectLocation_UNDEFINED_STATUS InterconnectLocation_Status = 0
	// The InterconnectLocation is available for provisioning new Interconnects.
	InterconnectLocation_AVAILABLE InterconnectLocation_Status = 442079913
	// The InterconnectLocation is closed for provisioning new Interconnects.
	InterconnectLocation_CLOSED InterconnectLocation_Status = 380163436
)

func (InterconnectLocation_Status) Descriptor

func (InterconnectLocation_Status) Enum

func (InterconnectLocation_Status) EnumDescriptor

func (InterconnectLocation_Status) EnumDescriptor() ([]byte, []int)

Deprecated: Use InterconnectLocation_Status.Descriptor instead.

func (InterconnectLocation_Status) Number

func (InterconnectLocation_Status) String

func (InterconnectLocation_Status) Type

type InterconnectLocationsClient

type InterconnectLocationsClient interface {
	// Returns the details for the specified interconnect location. Gets a list of available interconnect locations by making a list() request.
	Get(ctx context.Context, in *GetInterconnectLocationRequest, opts ...grpc.CallOption) (*InterconnectLocation, error)
	// Retrieves the list of interconnect locations available to the specified project.
	List(ctx context.Context, in *ListInterconnectLocationsRequest, opts ...grpc.CallOption) (*InterconnectLocationList, error)
}

InterconnectLocationsClient is the client API for InterconnectLocations service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewInterconnectLocationsClient

func NewInterconnectLocationsClient(cc grpc.ClientConnInterface) InterconnectLocationsClient

type InterconnectLocationsServer

type InterconnectLocationsServer interface {
	// Returns the details for the specified interconnect location. Gets a list of available interconnect locations by making a list() request.
	Get(context.Context, *GetInterconnectLocationRequest) (*InterconnectLocation, error)
	// Retrieves the list of interconnect locations available to the specified project.
	List(context.Context, *ListInterconnectLocationsRequest) (*InterconnectLocationList, error)
}

InterconnectLocationsServer is the server API for InterconnectLocations service.

type InterconnectOutageNotification

type InterconnectOutageNotification struct {

	// If issue_type is IT_PARTIAL_OUTAGE, a list of the Google-side circuit IDs that will be affected.
	AffectedCircuits []string `protobuf:"bytes,177717013,rep,name=affected_circuits,json=affectedCircuits,proto3" json:"affected_circuits,omitempty"`
	// A description about the purpose of the outage.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// Scheduled end time for the outage (milliseconds since Unix epoch).
	EndTime *int64 `protobuf:"varint,114938801,opt,name=end_time,json=endTime,proto3,oneof" json:"end_time,omitempty"`
	// Form this outage is expected to take, which can take one of the following values: - OUTAGE: The Interconnect may be completely out of service for some or all of the specified window. - PARTIAL_OUTAGE: Some circuits comprising the Interconnect as a whole should remain up, but with reduced bandwidth. Note that the versions of this enum prefixed with "IT_" have been deprecated in favor of the unprefixed values.
	// Check the IssueType enum for the list of possible values.
	IssueType *string `protobuf:"bytes,369639136,opt,name=issue_type,json=issueType,proto3,oneof" json:"issue_type,omitempty"`
	// Unique identifier for this outage notification.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// The party that generated this notification, which can take the following value: - GOOGLE: this notification as generated by Google. Note that the value of NSRC_GOOGLE has been deprecated in favor of GOOGLE.
	// Check the Source enum for the list of possible values.
	Source *string `protobuf:"bytes,177235995,opt,name=source,proto3,oneof" json:"source,omitempty"`
	// Scheduled start time for the outage (milliseconds since Unix epoch).
	StartTime *int64 `protobuf:"varint,37467274,opt,name=start_time,json=startTime,proto3,oneof" json:"start_time,omitempty"`
	// State of this notification, which can take one of the following values: - ACTIVE: This outage notification is active. The event could be in the past, present, or future. See start_time and end_time for scheduling. - CANCELLED: The outage associated with this notification was cancelled before the outage was due to start. - COMPLETED: The outage associated with this notification is complete. Note that the versions of this enum prefixed with "NS_" have been deprecated in favor of the unprefixed values.
	// Check the State enum for the list of possible values.
	State *string `protobuf:"bytes,109757585,opt,name=state,proto3,oneof" json:"state,omitempty"`
	// contains filtered or unexported fields
}

Description of a planned outage on this Interconnect.

func (*InterconnectOutageNotification) Descriptor

func (*InterconnectOutageNotification) Descriptor() ([]byte, []int)

Deprecated: Use InterconnectOutageNotification.ProtoReflect.Descriptor instead.

func (*InterconnectOutageNotification) GetAffectedCircuits

func (x *InterconnectOutageNotification) GetAffectedCircuits() []string

func (*InterconnectOutageNotification) GetDescription

func (x *InterconnectOutageNotification) GetDescription() string

func (*InterconnectOutageNotification) GetEndTime

func (x *InterconnectOutageNotification) GetEndTime() int64

func (*InterconnectOutageNotification) GetIssueType

func (x *InterconnectOutageNotification) GetIssueType() string

func (*InterconnectOutageNotification) GetName

func (*InterconnectOutageNotification) GetSource

func (x *InterconnectOutageNotification) GetSource() string

func (*InterconnectOutageNotification) GetStartTime

func (x *InterconnectOutageNotification) GetStartTime() int64

func (*InterconnectOutageNotification) GetState

func (x *InterconnectOutageNotification) GetState() string

func (*InterconnectOutageNotification) ProtoMessage

func (*InterconnectOutageNotification) ProtoMessage()

func (*InterconnectOutageNotification) ProtoReflect

func (*InterconnectOutageNotification) Reset

func (x *InterconnectOutageNotification) Reset()

func (*InterconnectOutageNotification) String

type InterconnectOutageNotification_IssueType

type InterconnectOutageNotification_IssueType int32

Form this outage is expected to take, which can take one of the following values: - OUTAGE: The Interconnect may be completely out of service for some or all of the specified window. - PARTIAL_OUTAGE: Some circuits comprising the Interconnect as a whole should remain up, but with reduced bandwidth. Note that the versions of this enum prefixed with "IT_" have been deprecated in favor of the unprefixed values.

const (
	// A value indicating that the enum field is not set.
	InterconnectOutageNotification_UNDEFINED_ISSUE_TYPE InterconnectOutageNotification_IssueType = 0
	// [Deprecated] The Interconnect may be completely out of service for some or all of the specified window.
	InterconnectOutageNotification_IT_OUTAGE InterconnectOutageNotification_IssueType = 175779973
	// [Deprecated] Some circuits comprising the Interconnect will be out of service during the expected window. The interconnect as a whole should remain up, albeit with reduced bandwidth.
	InterconnectOutageNotification_IT_PARTIAL_OUTAGE InterconnectOutageNotification_IssueType = 92103971
	// The Interconnect may be completely out of service for some or all of the specified window.
	InterconnectOutageNotification_OUTAGE InterconnectOutageNotification_IssueType = 195285745
	// Some circuits comprising the Interconnect will be out of service during the expected window. The interconnect as a whole should remain up, albeit with reduced bandwidth.
	InterconnectOutageNotification_PARTIAL_OUTAGE InterconnectOutageNotification_IssueType = 147053455
)

func (InterconnectOutageNotification_IssueType) Descriptor

func (InterconnectOutageNotification_IssueType) Enum

func (InterconnectOutageNotification_IssueType) EnumDescriptor

func (InterconnectOutageNotification_IssueType) EnumDescriptor() ([]byte, []int)

Deprecated: Use InterconnectOutageNotification_IssueType.Descriptor instead.

func (InterconnectOutageNotification_IssueType) Number

func (InterconnectOutageNotification_IssueType) String

func (InterconnectOutageNotification_IssueType) Type

type InterconnectOutageNotification_Source

type InterconnectOutageNotification_Source int32

The party that generated this notification, which can take the following value: - GOOGLE: this notification as generated by Google. Note that the value of NSRC_GOOGLE has been deprecated in favor of GOOGLE.

const (
	// A value indicating that the enum field is not set.
	InterconnectOutageNotification_UNDEFINED_SOURCE InterconnectOutageNotification_Source = 0
	// This notification was generated by Google.
	InterconnectOutageNotification_GOOGLE InterconnectOutageNotification_Source = 497439289
	// [Deprecated] This notification was generated by Google.
	InterconnectOutageNotification_NSRC_GOOGLE InterconnectOutageNotification_Source = 510574562
)

func (InterconnectOutageNotification_Source) Descriptor

func (InterconnectOutageNotification_Source) Enum

func (InterconnectOutageNotification_Source) EnumDescriptor

func (InterconnectOutageNotification_Source) EnumDescriptor() ([]byte, []int)

Deprecated: Use InterconnectOutageNotification_Source.Descriptor instead.

func (InterconnectOutageNotification_Source) Number

func (InterconnectOutageNotification_Source) String

func (InterconnectOutageNotification_Source) Type

type InterconnectOutageNotification_State

type InterconnectOutageNotification_State int32

State of this notification, which can take one of the following values: - ACTIVE: This outage notification is active. The event could be in the past, present, or future. See start_time and end_time for scheduling. - CANCELLED: The outage associated with this notification was cancelled before the outage was due to start. - COMPLETED: The outage associated with this notification is complete. Note that the versions of this enum prefixed with "NS_" have been deprecated in favor of the unprefixed values.

const (
	// A value indicating that the enum field is not set.
	InterconnectOutageNotification_UNDEFINED_STATE InterconnectOutageNotification_State = 0
	// This outage notification is active. The event could be in the future, present, or past. See start_time and end_time for scheduling.
	InterconnectOutageNotification_ACTIVE InterconnectOutageNotification_State = 314733318
	// The outage associated with this notification was cancelled before the outage was due to start.
	InterconnectOutageNotification_CANCELLED InterconnectOutageNotification_State = 41957681
	// The outage associated with this notification is complete.
	InterconnectOutageNotification_COMPLETED InterconnectOutageNotification_State = 309921323
	// [Deprecated] This outage notification is active. The event could be in the future, present, or past. See start_time and end_time for scheduling.
	InterconnectOutageNotification_NS_ACTIVE InterconnectOutageNotification_State = 252563136
	// [Deprecated] The outage associated with this notification was canceled before the outage was due to start.
	InterconnectOutageNotification_NS_CANCELED InterconnectOutageNotification_State = 506579411
)

func (InterconnectOutageNotification_State) Descriptor

func (InterconnectOutageNotification_State) Enum

func (InterconnectOutageNotification_State) EnumDescriptor

func (InterconnectOutageNotification_State) EnumDescriptor() ([]byte, []int)

Deprecated: Use InterconnectOutageNotification_State.Descriptor instead.

func (InterconnectOutageNotification_State) Number

func (InterconnectOutageNotification_State) String

func (InterconnectOutageNotification_State) Type

type InterconnectRemoteLocation

type InterconnectRemoteLocation struct {

	// [Output Only] The postal address of the Point of Presence, each line in the address is separated by a newline character.
	Address *string `protobuf:"bytes,462920692,opt,name=address,proto3,oneof" json:"address,omitempty"`
	// [Output Only] Subset of fields from InterconnectAttachment's |configurationConstraints| field that apply to all attachments for this remote location.
	AttachmentConfigurationConstraints *InterconnectAttachmentConfigurationConstraints `protobuf:"bytes,326825041,opt,name=attachment_configuration_constraints,json=attachmentConfigurationConstraints,proto3,oneof" json:"attachment_configuration_constraints,omitempty"`
	// [Output Only] Metropolitan area designator that indicates which city an interconnect is located. For example: "Chicago, IL", "Amsterdam, Netherlands".
	City *string `protobuf:"bytes,3053931,opt,name=city,proto3,oneof" json:"city,omitempty"`
	// [Output Only] Constraints on the parameters for creating Cross-Cloud Interconnect and associated InterconnectAttachments.
	Constraints *InterconnectRemoteLocationConstraints `protobuf:"bytes,3909174,opt,name=constraints,proto3,oneof" json:"constraints,omitempty"`
	// [Output Only] Continent for this location, which can take one of the following values: - AFRICA - ASIA_PAC - EUROPE - NORTH_AMERICA - SOUTH_AMERICA
	// Check the Continent enum for the list of possible values.
	Continent *string `protobuf:"bytes,133442996,opt,name=continent,proto3,oneof" json:"continent,omitempty"`
	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// [Output Only] An optional description of the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// [Output Only] The name of the provider for this facility (e.g., EQUINIX).
	FacilityProvider *string `protobuf:"bytes,533303309,opt,name=facility_provider,json=facilityProvider,proto3,oneof" json:"facility_provider,omitempty"`
	// [Output Only] A provider-assigned Identifier for this facility (e.g., Ashburn-DC1).
	FacilityProviderFacilityId *string `protobuf:"bytes,87269125,opt,name=facility_provider_facility_id,json=facilityProviderFacilityId,proto3,oneof" json:"facility_provider_facility_id,omitempty"`
	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Output Only] Type of the resource. Always compute#interconnectRemoteLocation for interconnect remote locations.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] Link Aggregation Control Protocol (LACP) constraints, which can take one of the following values: LACP_SUPPORTED, LACP_UNSUPPORTED
	// Check the Lacp enum for the list of possible values.
	Lacp *string `protobuf:"bytes,3313826,opt,name=lacp,proto3,oneof" json:"lacp,omitempty"`
	// [Output Only] The maximum number of 100 Gbps ports supported in a link aggregation group (LAG). When linkType is 100 Gbps, requestedLinkCount cannot exceed max_lag_size_100_gbps.
	MaxLagSize100Gbps *int32 `protobuf:"varint,245219253,opt,name=max_lag_size100_gbps,json=maxLagSize100Gbps,proto3,oneof" json:"max_lag_size100_gbps,omitempty"`
	// [Output Only] The maximum number of 10 Gbps ports supported in a link aggregation group (LAG). When linkType is 10 Gbps, requestedLinkCount cannot exceed max_lag_size_10_gbps.
	MaxLagSize10Gbps *int32 `protobuf:"varint,294007573,opt,name=max_lag_size10_gbps,json=maxLagSize10Gbps,proto3,oneof" json:"max_lag_size10_gbps,omitempty"`
	// [Output Only] Name of the resource.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// [Output Only] The peeringdb identifier for this facility (corresponding with a netfac type in peeringdb).
	PeeringdbFacilityId *string `protobuf:"bytes,536567094,opt,name=peeringdb_facility_id,json=peeringdbFacilityId,proto3,oneof" json:"peeringdb_facility_id,omitempty"`
	// [Output Only] Permitted connections.
	PermittedConnections []*InterconnectRemoteLocationPermittedConnections `protobuf:"bytes,442063278,rep,name=permitted_connections,json=permittedConnections,proto3" json:"permitted_connections,omitempty"`
	// [Output Only] Indicates the service provider present at the remote location. Example values: "Amazon Web Services", "Microsoft Azure".
	RemoteService *string `protobuf:"bytes,391954364,opt,name=remote_service,json=remoteService,proto3,oneof" json:"remote_service,omitempty"`
	// [Output Only] Server-defined URL for the resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] The status of this InterconnectRemoteLocation, which can take one of the following values: - CLOSED: The InterconnectRemoteLocation is closed and is unavailable for provisioning new Cross-Cloud Interconnects. - AVAILABLE: The InterconnectRemoteLocation is available for provisioning new Cross-Cloud Interconnects.
	// Check the Status enum for the list of possible values.
	Status *string `protobuf:"bytes,181260274,opt,name=status,proto3,oneof" json:"status,omitempty"`
	// contains filtered or unexported fields
}

Represents a Cross-Cloud Interconnect Remote Location resource. You can use this resource to find remote location details about an Interconnect attachment (VLAN).

func (*InterconnectRemoteLocation) Descriptor

func (*InterconnectRemoteLocation) Descriptor() ([]byte, []int)

Deprecated: Use InterconnectRemoteLocation.ProtoReflect.Descriptor instead.

func (*InterconnectRemoteLocation) GetAddress

func (x *InterconnectRemoteLocation) GetAddress() string

func (*InterconnectRemoteLocation) GetAttachmentConfigurationConstraints

func (x *InterconnectRemoteLocation) GetAttachmentConfigurationConstraints() *InterconnectAttachmentConfigurationConstraints

func (*InterconnectRemoteLocation) GetCity

func (x *InterconnectRemoteLocation) GetCity() string

func (*InterconnectRemoteLocation) GetConstraints

func (*InterconnectRemoteLocation) GetContinent

func (x *InterconnectRemoteLocation) GetContinent() string

func (*InterconnectRemoteLocation) GetCreationTimestamp

func (x *InterconnectRemoteLocation) GetCreationTimestamp() string

func (*InterconnectRemoteLocation) GetDescription

func (x *InterconnectRemoteLocation) GetDescription() string

func (*InterconnectRemoteLocation) GetFacilityProvider

func (x *InterconnectRemoteLocation) GetFacilityProvider() string

func (*InterconnectRemoteLocation) GetFacilityProviderFacilityId

func (x *InterconnectRemoteLocation) GetFacilityProviderFacilityId() string

func (*InterconnectRemoteLocation) GetId

func (*InterconnectRemoteLocation) GetKind

func (x *InterconnectRemoteLocation) GetKind() string

func (*InterconnectRemoteLocation) GetLacp

func (x *InterconnectRemoteLocation) GetLacp() string

func (*InterconnectRemoteLocation) GetMaxLagSize100Gbps

func (x *InterconnectRemoteLocation) GetMaxLagSize100Gbps() int32

func (*InterconnectRemoteLocation) GetMaxLagSize10Gbps

func (x *InterconnectRemoteLocation) GetMaxLagSize10Gbps() int32

func (*InterconnectRemoteLocation) GetName

func (x *InterconnectRemoteLocation) GetName() string

func (*InterconnectRemoteLocation) GetPeeringdbFacilityId

func (x *InterconnectRemoteLocation) GetPeeringdbFacilityId() string

func (*InterconnectRemoteLocation) GetPermittedConnections

func (*InterconnectRemoteLocation) GetRemoteService

func (x *InterconnectRemoteLocation) GetRemoteService() string
func (x *InterconnectRemoteLocation) GetSelfLink() string

func (*InterconnectRemoteLocation) GetStatus

func (x *InterconnectRemoteLocation) GetStatus() string

func (*InterconnectRemoteLocation) ProtoMessage

func (*InterconnectRemoteLocation) ProtoMessage()

func (*InterconnectRemoteLocation) ProtoReflect

func (*InterconnectRemoteLocation) Reset

func (x *InterconnectRemoteLocation) Reset()

func (*InterconnectRemoteLocation) String

func (x *InterconnectRemoteLocation) String() string

type InterconnectRemoteLocationConstraints

type InterconnectRemoteLocationConstraints struct {

	// [Output Only] Port pair remote location constraints, which can take one of the following values: PORT_PAIR_UNCONSTRAINED_REMOTE_LOCATION, PORT_PAIR_MATCHING_REMOTE_LOCATION. GCP's API refers only to individual ports, but the UI uses this field when ordering a pair of ports, to prevent users from accidentally ordering something that is incompatible with their cloud provider. Specifically, when ordering a redundant pair of Cross-Cloud Interconnect ports, and one of them uses a remote location with portPairMatchingRemoteLocation set to matching, the UI requires that both ports use the same remote location.
	// Check the PortPairRemoteLocation enum for the list of possible values.
	PortPairRemoteLocation *string `protobuf:"bytes,495917351,opt,name=port_pair_remote_location,json=portPairRemoteLocation,proto3,oneof" json:"port_pair_remote_location,omitempty"`
	// [Output Only] Port pair VLAN constraints, which can take one of the following values: PORT_PAIR_UNCONSTRAINED_VLAN, PORT_PAIR_MATCHING_VLAN
	// Check the PortPairVlan enum for the list of possible values.
	PortPairVlan *string `protobuf:"bytes,478214506,opt,name=port_pair_vlan,json=portPairVlan,proto3,oneof" json:"port_pair_vlan,omitempty"`
	// [Output Only] [min-length, max-length] The minimum and maximum value (inclusive) for the IPv4 subnet length. For example, an interconnectRemoteLocation for Azure has {min: 30, max: 30} because Azure requires /30 subnets. This range specifies the values supported by both cloud providers. Interconnect currently supports /29 and /30 IPv4 subnet lengths. If a remote cloud has no constraint on IPv4 subnet length, the range would thus be {min: 29, max: 30}.
	SubnetLengthRange *InterconnectRemoteLocationConstraintsSubnetLengthRange `protobuf:"bytes,184473670,opt,name=subnet_length_range,json=subnetLengthRange,proto3,oneof" json:"subnet_length_range,omitempty"`
	// contains filtered or unexported fields
}

func (*InterconnectRemoteLocationConstraints) Descriptor

func (*InterconnectRemoteLocationConstraints) Descriptor() ([]byte, []int)

Deprecated: Use InterconnectRemoteLocationConstraints.ProtoReflect.Descriptor instead.

func (*InterconnectRemoteLocationConstraints) GetPortPairRemoteLocation

func (x *InterconnectRemoteLocationConstraints) GetPortPairRemoteLocation() string

func (*InterconnectRemoteLocationConstraints) GetPortPairVlan

func (x *InterconnectRemoteLocationConstraints) GetPortPairVlan() string

func (*InterconnectRemoteLocationConstraints) GetSubnetLengthRange

func (*InterconnectRemoteLocationConstraints) ProtoMessage

func (*InterconnectRemoteLocationConstraints) ProtoMessage()

func (*InterconnectRemoteLocationConstraints) ProtoReflect

func (*InterconnectRemoteLocationConstraints) Reset

func (*InterconnectRemoteLocationConstraints) String

type InterconnectRemoteLocationConstraintsSubnetLengthRange

type InterconnectRemoteLocationConstraintsSubnetLengthRange struct {
	Max *int32 `protobuf:"varint,107876,opt,name=max,proto3,oneof" json:"max,omitempty"`
	Min *int32 `protobuf:"varint,108114,opt,name=min,proto3,oneof" json:"min,omitempty"`
	// contains filtered or unexported fields
}

func (*InterconnectRemoteLocationConstraintsSubnetLengthRange) Descriptor

Deprecated: Use InterconnectRemoteLocationConstraintsSubnetLengthRange.ProtoReflect.Descriptor instead.

func (*InterconnectRemoteLocationConstraintsSubnetLengthRange) GetMax

func (*InterconnectRemoteLocationConstraintsSubnetLengthRange) GetMin

func (*InterconnectRemoteLocationConstraintsSubnetLengthRange) ProtoMessage

func (*InterconnectRemoteLocationConstraintsSubnetLengthRange) ProtoReflect

func (*InterconnectRemoteLocationConstraintsSubnetLengthRange) Reset

func (*InterconnectRemoteLocationConstraintsSubnetLengthRange) String

type InterconnectRemoteLocationConstraints_PortPairRemoteLocation

type InterconnectRemoteLocationConstraints_PortPairRemoteLocation int32

[Output Only] Port pair remote location constraints, which can take one of the following values: PORT_PAIR_UNCONSTRAINED_REMOTE_LOCATION, PORT_PAIR_MATCHING_REMOTE_LOCATION. GCP's API refers only to individual ports, but the UI uses this field when ordering a pair of ports, to prevent users from accidentally ordering something that is incompatible with their cloud provider. Specifically, when ordering a redundant pair of Cross-Cloud Interconnect ports, and one of them uses a remote location with portPairMatchingRemoteLocation set to matching, the UI requires that both ports use the same remote location.

const (
	// A value indicating that the enum field is not set.
	InterconnectRemoteLocationConstraints_UNDEFINED_PORT_PAIR_REMOTE_LOCATION InterconnectRemoteLocationConstraints_PortPairRemoteLocation = 0
	// If PORT_PAIR_MATCHING_REMOTE_LOCATION, the remote cloud provider allocates ports in pairs, and the user should choose the same remote location for both ports.
	InterconnectRemoteLocationConstraints_PORT_PAIR_MATCHING_REMOTE_LOCATION InterconnectRemoteLocationConstraints_PortPairRemoteLocation = 207291859
	// If PORT_PAIR_UNCONSTRAINED_REMOTE_LOCATION, a user may opt to provision a redundant pair of Cross-Cloud Interconnects using two different remote locations in the same city.
	InterconnectRemoteLocationConstraints_PORT_PAIR_UNCONSTRAINED_REMOTE_LOCATION InterconnectRemoteLocationConstraints_PortPairRemoteLocation = 60609829
)

func (InterconnectRemoteLocationConstraints_PortPairRemoteLocation) Descriptor

func (InterconnectRemoteLocationConstraints_PortPairRemoteLocation) Enum

func (InterconnectRemoteLocationConstraints_PortPairRemoteLocation) EnumDescriptor

Deprecated: Use InterconnectRemoteLocationConstraints_PortPairRemoteLocation.Descriptor instead.

func (InterconnectRemoteLocationConstraints_PortPairRemoteLocation) Number

func (InterconnectRemoteLocationConstraints_PortPairRemoteLocation) String

func (InterconnectRemoteLocationConstraints_PortPairRemoteLocation) Type

type InterconnectRemoteLocationConstraints_PortPairVlan

type InterconnectRemoteLocationConstraints_PortPairVlan int32

[Output Only] Port pair VLAN constraints, which can take one of the following values: PORT_PAIR_UNCONSTRAINED_VLAN, PORT_PAIR_MATCHING_VLAN

const (
	// A value indicating that the enum field is not set.
	InterconnectRemoteLocationConstraints_UNDEFINED_PORT_PAIR_VLAN InterconnectRemoteLocationConstraints_PortPairVlan = 0
	// If PORT_PAIR_MATCHING_VLAN, the Interconnect for this attachment is part of a pair of ports that should have matching VLAN allocations. This occurs with Cross-Cloud Interconnect to Azure remote locations. While GCP's API does not explicitly group pairs of ports, the UI uses this field to ensure matching VLAN ids when configuring a redundant VLAN pair.
	InterconnectRemoteLocationConstraints_PORT_PAIR_MATCHING_VLAN InterconnectRemoteLocationConstraints_PortPairVlan = 250295358
	// PORT_PAIR_UNCONSTRAINED_VLAN means there is no constraint.
	InterconnectRemoteLocationConstraints_PORT_PAIR_UNCONSTRAINED_VLAN InterconnectRemoteLocationConstraints_PortPairVlan = 175227948
)

func (InterconnectRemoteLocationConstraints_PortPairVlan) Descriptor

func (InterconnectRemoteLocationConstraints_PortPairVlan) Enum

func (InterconnectRemoteLocationConstraints_PortPairVlan) EnumDescriptor

Deprecated: Use InterconnectRemoteLocationConstraints_PortPairVlan.Descriptor instead.

func (InterconnectRemoteLocationConstraints_PortPairVlan) Number

func (InterconnectRemoteLocationConstraints_PortPairVlan) String

func (InterconnectRemoteLocationConstraints_PortPairVlan) Type

type InterconnectRemoteLocationList

type InterconnectRemoteLocationList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of InterconnectRemoteLocation resources.
	Items []*InterconnectRemoteLocation `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] Type of resource. Always compute#interconnectRemoteLocationList for lists of interconnect remote locations.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token lets you get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

Response to the list request, and contains a list of interconnect remote locations.

func (*InterconnectRemoteLocationList) Descriptor

func (*InterconnectRemoteLocationList) Descriptor() ([]byte, []int)

Deprecated: Use InterconnectRemoteLocationList.ProtoReflect.Descriptor instead.

func (*InterconnectRemoteLocationList) GetId

func (*InterconnectRemoteLocationList) GetItems

func (*InterconnectRemoteLocationList) GetKind

func (*InterconnectRemoteLocationList) GetNextPageToken

func (x *InterconnectRemoteLocationList) GetNextPageToken() string
func (x *InterconnectRemoteLocationList) GetSelfLink() string

func (*InterconnectRemoteLocationList) GetWarning

func (x *InterconnectRemoteLocationList) GetWarning() *Warning

func (*InterconnectRemoteLocationList) ProtoMessage

func (*InterconnectRemoteLocationList) ProtoMessage()

func (*InterconnectRemoteLocationList) ProtoReflect

func (*InterconnectRemoteLocationList) Reset

func (x *InterconnectRemoteLocationList) Reset()

func (*InterconnectRemoteLocationList) String

type InterconnectRemoteLocationPermittedConnections

type InterconnectRemoteLocationPermittedConnections struct {

	// [Output Only] URL of an Interconnect location that is permitted to connect to this Interconnect remote location.
	InterconnectLocation *string `protobuf:"bytes,492235846,opt,name=interconnect_location,json=interconnectLocation,proto3,oneof" json:"interconnect_location,omitempty"`
	// contains filtered or unexported fields
}

func (*InterconnectRemoteLocationPermittedConnections) Descriptor

Deprecated: Use InterconnectRemoteLocationPermittedConnections.ProtoReflect.Descriptor instead.

func (*InterconnectRemoteLocationPermittedConnections) GetInterconnectLocation

func (x *InterconnectRemoteLocationPermittedConnections) GetInterconnectLocation() string

func (*InterconnectRemoteLocationPermittedConnections) ProtoMessage

func (*InterconnectRemoteLocationPermittedConnections) ProtoReflect

func (*InterconnectRemoteLocationPermittedConnections) Reset

func (*InterconnectRemoteLocationPermittedConnections) String

type InterconnectRemoteLocation_Continent

type InterconnectRemoteLocation_Continent int32

[Output Only] Continent for this location, which can take one of the following values: - AFRICA - ASIA_PAC - EUROPE - NORTH_AMERICA - SOUTH_AMERICA

const (
	// A value indicating that the enum field is not set.
	InterconnectRemoteLocation_UNDEFINED_CONTINENT InterconnectRemoteLocation_Continent = 0
	InterconnectRemoteLocation_AFRICA              InterconnectRemoteLocation_Continent = 317443706
	InterconnectRemoteLocation_ASIA_PAC            InterconnectRemoteLocation_Continent = 119782269
	InterconnectRemoteLocation_EUROPE              InterconnectRemoteLocation_Continent = 445819298
	InterconnectRemoteLocation_NORTH_AMERICA       InterconnectRemoteLocation_Continent = 448015508
	InterconnectRemoteLocation_SOUTH_AMERICA       InterconnectRemoteLocation_Continent = 32597340
)

func (InterconnectRemoteLocation_Continent) Descriptor

func (InterconnectRemoteLocation_Continent) Enum

func (InterconnectRemoteLocation_Continent) EnumDescriptor

func (InterconnectRemoteLocation_Continent) EnumDescriptor() ([]byte, []int)

Deprecated: Use InterconnectRemoteLocation_Continent.Descriptor instead.

func (InterconnectRemoteLocation_Continent) Number

func (InterconnectRemoteLocation_Continent) String

func (InterconnectRemoteLocation_Continent) Type

type InterconnectRemoteLocation_Lacp

type InterconnectRemoteLocation_Lacp int32

[Output Only] Link Aggregation Control Protocol (LACP) constraints, which can take one of the following values: LACP_SUPPORTED, LACP_UNSUPPORTED

const (
	// A value indicating that the enum field is not set.
	InterconnectRemoteLocation_UNDEFINED_LACP InterconnectRemoteLocation_Lacp = 0
	// LACP_SUPPORTED: LACP is supported, and enabled by default on the Cross-Cloud Interconnect.
	InterconnectRemoteLocation_LACP_SUPPORTED InterconnectRemoteLocation_Lacp = 339576113
	// LACP_UNSUPPORTED: LACP is not supported and is not be enabled on this port. GetDiagnostics shows bundleAggregationType as "static". GCP does not support LAGs without LACP, so requestedLinkCount must be 1.
	InterconnectRemoteLocation_LACP_UNSUPPORTED InterconnectRemoteLocation_Lacp = 203930104
)

func (InterconnectRemoteLocation_Lacp) Descriptor

func (InterconnectRemoteLocation_Lacp) Enum

func (InterconnectRemoteLocation_Lacp) EnumDescriptor

func (InterconnectRemoteLocation_Lacp) EnumDescriptor() ([]byte, []int)

Deprecated: Use InterconnectRemoteLocation_Lacp.Descriptor instead.

func (InterconnectRemoteLocation_Lacp) Number

func (InterconnectRemoteLocation_Lacp) String

func (InterconnectRemoteLocation_Lacp) Type

type InterconnectRemoteLocation_Status

type InterconnectRemoteLocation_Status int32

[Output Only] The status of this InterconnectRemoteLocation, which can take one of the following values: - CLOSED: The InterconnectRemoteLocation is closed and is unavailable for provisioning new Cross-Cloud Interconnects. - AVAILABLE: The InterconnectRemoteLocation is available for provisioning new Cross-Cloud Interconnects.

const (
	// A value indicating that the enum field is not set.
	InterconnectRemoteLocation_UNDEFINED_STATUS InterconnectRemoteLocation_Status = 0
	// The InterconnectRemoteLocation is available for provisioning new Cross-Cloud Interconnects.
	InterconnectRemoteLocation_AVAILABLE InterconnectRemoteLocation_Status = 442079913
	// The InterconnectRemoteLocation is closed for provisioning new Cross-Cloud Interconnects.
	InterconnectRemoteLocation_CLOSED InterconnectRemoteLocation_Status = 380163436
)

func (InterconnectRemoteLocation_Status) Descriptor

func (InterconnectRemoteLocation_Status) Enum

func (InterconnectRemoteLocation_Status) EnumDescriptor

func (InterconnectRemoteLocation_Status) EnumDescriptor() ([]byte, []int)

Deprecated: Use InterconnectRemoteLocation_Status.Descriptor instead.

func (InterconnectRemoteLocation_Status) Number

func (InterconnectRemoteLocation_Status) String

func (InterconnectRemoteLocation_Status) Type

type InterconnectRemoteLocationsClient

type InterconnectRemoteLocationsClient interface {
	// Returns the details for the specified interconnect remote location. Gets a list of available interconnect remote locations by making a list() request.
	Get(ctx context.Context, in *GetInterconnectRemoteLocationRequest, opts ...grpc.CallOption) (*InterconnectRemoteLocation, error)
	// Retrieves the list of interconnect remote locations available to the specified project.
	List(ctx context.Context, in *ListInterconnectRemoteLocationsRequest, opts ...grpc.CallOption) (*InterconnectRemoteLocationList, error)
}

InterconnectRemoteLocationsClient is the client API for InterconnectRemoteLocations service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewInterconnectRemoteLocationsClient

func NewInterconnectRemoteLocationsClient(cc grpc.ClientConnInterface) InterconnectRemoteLocationsClient

type InterconnectRemoteLocationsServer

type InterconnectRemoteLocationsServer interface {
	// Returns the details for the specified interconnect remote location. Gets a list of available interconnect remote locations by making a list() request.
	Get(context.Context, *GetInterconnectRemoteLocationRequest) (*InterconnectRemoteLocation, error)
	// Retrieves the list of interconnect remote locations available to the specified project.
	List(context.Context, *ListInterconnectRemoteLocationsRequest) (*InterconnectRemoteLocationList, error)
}

InterconnectRemoteLocationsServer is the server API for InterconnectRemoteLocations service.

type Interconnect_InterconnectType

type Interconnect_InterconnectType int32

Type of interconnect, which can take one of the following values: - PARTNER: A partner-managed interconnection shared between customers though a partner. - DEDICATED: A dedicated physical interconnection with the customer. Note that a value IT_PRIVATE has been deprecated in favor of DEDICATED.

const (
	// A value indicating that the enum field is not set.
	Interconnect_UNDEFINED_INTERCONNECT_TYPE Interconnect_InterconnectType = 0
	// A dedicated physical interconnection with the customer.
	Interconnect_DEDICATED Interconnect_InterconnectType = 258411983
	// [Deprecated] A private, physical interconnection with the customer.
	Interconnect_IT_PRIVATE Interconnect_InterconnectType = 335677007
	// A partner-managed interconnection shared between customers via partner.
	Interconnect_PARTNER Interconnect_InterconnectType = 461924520
)

func (Interconnect_InterconnectType) Descriptor

func (Interconnect_InterconnectType) Enum

func (Interconnect_InterconnectType) EnumDescriptor

func (Interconnect_InterconnectType) EnumDescriptor() ([]byte, []int)

Deprecated: Use Interconnect_InterconnectType.Descriptor instead.

func (Interconnect_InterconnectType) Number

func (Interconnect_InterconnectType) String

func (Interconnect_InterconnectType) Type

type Interconnect_LinkType

type Interconnect_LinkType int32

Type of link requested, which can take one of the following values: - LINK_TYPE_ETHERNET_10G_LR: A 10G Ethernet with LR optics - LINK_TYPE_ETHERNET_100G_LR: A 100G Ethernet with LR optics. Note that this field indicates the speed of each of the links in the bundle, not the speed of the entire bundle.

const (
	// A value indicating that the enum field is not set.
	Interconnect_UNDEFINED_LINK_TYPE Interconnect_LinkType = 0
	// 100G Ethernet, LR Optics.
	Interconnect_LINK_TYPE_ETHERNET_100G_LR Interconnect_LinkType = 337672551
	// 10G Ethernet, LR Optics. [(rate_bps) = 10000000000];
	Interconnect_LINK_TYPE_ETHERNET_10G_LR Interconnect_LinkType = 236739749
)

func (Interconnect_LinkType) Descriptor

func (Interconnect_LinkType) Enum

func (Interconnect_LinkType) EnumDescriptor

func (Interconnect_LinkType) EnumDescriptor() ([]byte, []int)

Deprecated: Use Interconnect_LinkType.Descriptor instead.

func (Interconnect_LinkType) Number

func (Interconnect_LinkType) String

func (x Interconnect_LinkType) String() string

func (Interconnect_LinkType) Type

type Interconnect_OperationalStatus

type Interconnect_OperationalStatus int32

[Output Only] The current status of this Interconnect's functionality, which can take one of the following values: - OS_ACTIVE: A valid Interconnect, which is turned up and is ready to use. Attachments may be provisioned on this Interconnect. - OS_UNPROVISIONED: An Interconnect that has not completed turnup. No attachments may be provisioned on this Interconnect. - OS_UNDER_MAINTENANCE: An Interconnect that is undergoing internal maintenance. No attachments may be provisioned or updated on this Interconnect.

const (
	// A value indicating that the enum field is not set.
	Interconnect_UNDEFINED_OPERATIONAL_STATUS Interconnect_OperationalStatus = 0
	// The interconnect is valid, turned up, and ready to use. Attachments may be provisioned on this interconnect.
	Interconnect_OS_ACTIVE Interconnect_OperationalStatus = 55721409
	// The interconnect has not completed turnup. No attachments may be provisioned on this interconnect.
	Interconnect_OS_UNPROVISIONED Interconnect_OperationalStatus = 239771840
)

func (Interconnect_OperationalStatus) Descriptor

func (Interconnect_OperationalStatus) Enum

func (Interconnect_OperationalStatus) EnumDescriptor

func (Interconnect_OperationalStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use Interconnect_OperationalStatus.Descriptor instead.

func (Interconnect_OperationalStatus) Number

func (Interconnect_OperationalStatus) String

func (Interconnect_OperationalStatus) Type

type Interconnect_State

type Interconnect_State int32

[Output Only] The current state of Interconnect functionality, which can take one of the following values: - ACTIVE: The Interconnect is valid, turned up and ready to use. Attachments may be provisioned on this Interconnect. - UNPROVISIONED: The Interconnect has not completed turnup. No attachments may be provisioned on this Interconnect. - UNDER_MAINTENANCE: The Interconnect is undergoing internal maintenance. No attachments may be provisioned or updated on this Interconnect.

const (
	// A value indicating that the enum field is not set.
	Interconnect_UNDEFINED_STATE Interconnect_State = 0
	// The interconnect is valid, turned up, and ready to use. Attachments may be provisioned on this interconnect.
	Interconnect_ACTIVE Interconnect_State = 314733318
	// The interconnect has not completed turnup. No attachments may be provisioned on this interconnect.
	Interconnect_UNPROVISIONED Interconnect_State = 517333979
)

func (Interconnect_State) Descriptor

func (Interconnect_State) Enum

func (Interconnect_State) EnumDescriptor

func (Interconnect_State) EnumDescriptor() ([]byte, []int)

Deprecated: Use Interconnect_State.Descriptor instead.

func (Interconnect_State) Number

func (Interconnect_State) String

func (x Interconnect_State) String() string

func (Interconnect_State) Type

type InterconnectsClient

type InterconnectsClient interface {
	// Deletes the specified Interconnect.
	Delete(ctx context.Context, in *DeleteInterconnectRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified Interconnect. Get a list of available Interconnects by making a list() request.
	Get(ctx context.Context, in *GetInterconnectRequest, opts ...grpc.CallOption) (*Interconnect, error)
	// Returns the interconnectDiagnostics for the specified Interconnect.
	GetDiagnostics(ctx context.Context, in *GetDiagnosticsInterconnectRequest, opts ...grpc.CallOption) (*InterconnectsGetDiagnosticsResponse, error)
	// Creates an Interconnect in the specified project using the data included in the request.
	Insert(ctx context.Context, in *InsertInterconnectRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves the list of Interconnects available to the specified project.
	List(ctx context.Context, in *ListInterconnectsRequest, opts ...grpc.CallOption) (*InterconnectList, error)
	// Updates the specified Interconnect with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
	Patch(ctx context.Context, in *PatchInterconnectRequest, opts ...grpc.CallOption) (*Operation, error)
	// Sets the labels on an Interconnect. To learn more about labels, read the Labeling Resources documentation.
	SetLabels(ctx context.Context, in *SetLabelsInterconnectRequest, opts ...grpc.CallOption) (*Operation, error)
}

InterconnectsClient is the client API for Interconnects service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewInterconnectsClient

func NewInterconnectsClient(cc grpc.ClientConnInterface) InterconnectsClient

type InterconnectsGetDiagnosticsResponse

type InterconnectsGetDiagnosticsResponse struct {
	Result *InterconnectDiagnostics `protobuf:"bytes,139315229,opt,name=result,proto3,oneof" json:"result,omitempty"`
	// contains filtered or unexported fields
}

Response for the InterconnectsGetDiagnosticsRequest.

func (*InterconnectsGetDiagnosticsResponse) Descriptor

func (*InterconnectsGetDiagnosticsResponse) Descriptor() ([]byte, []int)

Deprecated: Use InterconnectsGetDiagnosticsResponse.ProtoReflect.Descriptor instead.

func (*InterconnectsGetDiagnosticsResponse) GetResult

func (*InterconnectsGetDiagnosticsResponse) ProtoMessage

func (*InterconnectsGetDiagnosticsResponse) ProtoMessage()

func (*InterconnectsGetDiagnosticsResponse) ProtoReflect

func (*InterconnectsGetDiagnosticsResponse) Reset

func (*InterconnectsGetDiagnosticsResponse) String

type InterconnectsServer

type InterconnectsServer interface {
	// Deletes the specified Interconnect.
	Delete(context.Context, *DeleteInterconnectRequest) (*Operation, error)
	// Returns the specified Interconnect. Get a list of available Interconnects by making a list() request.
	Get(context.Context, *GetInterconnectRequest) (*Interconnect, error)
	// Returns the interconnectDiagnostics for the specified Interconnect.
	GetDiagnostics(context.Context, *GetDiagnosticsInterconnectRequest) (*InterconnectsGetDiagnosticsResponse, error)
	// Creates an Interconnect in the specified project using the data included in the request.
	Insert(context.Context, *InsertInterconnectRequest) (*Operation, error)
	// Retrieves the list of Interconnects available to the specified project.
	List(context.Context, *ListInterconnectsRequest) (*InterconnectList, error)
	// Updates the specified Interconnect with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
	Patch(context.Context, *PatchInterconnectRequest) (*Operation, error)
	// Sets the labels on an Interconnect. To learn more about labels, read the Labeling Resources documentation.
	SetLabels(context.Context, *SetLabelsInterconnectRequest) (*Operation, error)
}

InterconnectsServer is the server API for Interconnects service.

type InvalidateCacheUrlMapRequest

type InvalidateCacheUrlMapRequest struct {

	// The body resource for this request
	CacheInvalidationRuleResource *CacheInvalidationRule `protobuf:"bytes,312795565,opt,name=cache_invalidation_rule_resource,json=cacheInvalidationRuleResource,proto3" json:"cache_invalidation_rule_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the UrlMap scoping this request.
	UrlMap string `protobuf:"bytes,367020684,opt,name=url_map,json=urlMap,proto3" json:"url_map,omitempty"`
	// contains filtered or unexported fields
}

A request message for UrlMaps.InvalidateCache. See the method description for details.

func (*InvalidateCacheUrlMapRequest) Descriptor

func (*InvalidateCacheUrlMapRequest) Descriptor() ([]byte, []int)

Deprecated: Use InvalidateCacheUrlMapRequest.ProtoReflect.Descriptor instead.

func (*InvalidateCacheUrlMapRequest) GetCacheInvalidationRuleResource

func (x *InvalidateCacheUrlMapRequest) GetCacheInvalidationRuleResource() *CacheInvalidationRule

func (*InvalidateCacheUrlMapRequest) GetProject

func (x *InvalidateCacheUrlMapRequest) GetProject() string

func (*InvalidateCacheUrlMapRequest) GetRequestId

func (x *InvalidateCacheUrlMapRequest) GetRequestId() string

func (*InvalidateCacheUrlMapRequest) GetUrlMap

func (x *InvalidateCacheUrlMapRequest) GetUrlMap() string

func (*InvalidateCacheUrlMapRequest) ProtoMessage

func (*InvalidateCacheUrlMapRequest) ProtoMessage()

func (*InvalidateCacheUrlMapRequest) ProtoReflect

func (*InvalidateCacheUrlMapRequest) Reset

func (x *InvalidateCacheUrlMapRequest) Reset()

func (*InvalidateCacheUrlMapRequest) String

type Items

type Items struct {

	// Key for the metadata entry. Keys must conform to the following regexp: [a-zA-Z0-9-_]+, and be less than 128 bytes in length. This is reflected as part of a URL in the metadata server. Additionally, to avoid ambiguity, keys must not conflict with any other metadata keys for the project.
	Key *string `protobuf:"bytes,106079,opt,name=key,proto3,oneof" json:"key,omitempty"`
	// Value for the metadata entry. These are free-form strings, and only have meaning as interpreted by the image running in the instance. The only restriction placed on values is that their size must be less than or equal to 262144 bytes (256 KiB).
	Value *string `protobuf:"bytes,111972721,opt,name=value,proto3,oneof" json:"value,omitempty"`
	// contains filtered or unexported fields
}

Metadata

func (*Items) Descriptor

func (*Items) Descriptor() ([]byte, []int)

Deprecated: Use Items.ProtoReflect.Descriptor instead.

func (*Items) GetKey

func (x *Items) GetKey() string

func (*Items) GetValue

func (x *Items) GetValue() string

func (*Items) ProtoMessage

func (*Items) ProtoMessage()

func (*Items) ProtoReflect

func (x *Items) ProtoReflect() protoreflect.Message

func (*Items) Reset

func (x *Items) Reset()

func (*Items) String

func (x *Items) String() string

type License

type License struct {

	// [Output Only] Deprecated. This field no longer reflects whether a license charges a usage fee.
	ChargesUseFee *bool `protobuf:"varint,372412622,opt,name=charges_use_fee,json=chargesUseFee,proto3,oneof" json:"charges_use_fee,omitempty"`
	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// An optional textual description of the resource; provided by the client when the resource is created.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Output Only] Type of resource. Always compute#license for licenses.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] The unique code used to attach this license to images, snapshots, and disks.
	LicenseCode *uint64 `protobuf:"varint,1467179,opt,name=license_code,json=licenseCode,proto3,oneof" json:"license_code,omitempty"`
	// Name of the resource. The name must be 1-63 characters long and comply with RFC1035.
	Name                 *string                      `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	ResourceRequirements *LicenseResourceRequirements `protobuf:"bytes,214292769,opt,name=resource_requirements,json=resourceRequirements,proto3,oneof" json:"resource_requirements,omitempty"`
	// [Output Only] Server-defined URL for the resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// If false, licenses will not be copied from the source resource when creating an image from a disk, disk from snapshot, or snapshot from disk.
	Transferable *bool `protobuf:"varint,4349893,opt,name=transferable,proto3,oneof" json:"transferable,omitempty"`
	// contains filtered or unexported fields
}

Represents a License resource. A License represents billing and aggregate usage data for public and marketplace images. *Caution* This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.

func (*License) Descriptor

func (*License) Descriptor() ([]byte, []int)

Deprecated: Use License.ProtoReflect.Descriptor instead.

func (*License) GetChargesUseFee

func (x *License) GetChargesUseFee() bool

func (*License) GetCreationTimestamp

func (x *License) GetCreationTimestamp() string

func (*License) GetDescription

func (x *License) GetDescription() string

func (*License) GetId

func (x *License) GetId() uint64

func (*License) GetKind

func (x *License) GetKind() string

func (*License) GetLicenseCode

func (x *License) GetLicenseCode() uint64

func (*License) GetName

func (x *License) GetName() string

func (*License) GetResourceRequirements

func (x *License) GetResourceRequirements() *LicenseResourceRequirements
func (x *License) GetSelfLink() string

func (*License) GetTransferable

func (x *License) GetTransferable() bool

func (*License) ProtoMessage

func (*License) ProtoMessage()

func (*License) ProtoReflect

func (x *License) ProtoReflect() protoreflect.Message

func (*License) Reset

func (x *License) Reset()

func (*License) String

func (x *License) String() string

type LicenseCode

type LicenseCode struct {

	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// [Output Only] Description of this License Code.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Output Only] Type of resource. Always compute#licenseCode for licenses.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] URL and description aliases of Licenses with the same License Code.
	LicenseAlias []*LicenseCodeLicenseAlias `protobuf:"bytes,43550930,rep,name=license_alias,json=licenseAlias,proto3" json:"license_alias,omitempty"`
	// [Output Only] Name of the resource. The name is 1-20 characters long and must be a valid 64 bit integer.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// [Output Only] Server-defined URL for the resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Current state of this License Code.
	// Check the State enum for the list of possible values.
	State *string `protobuf:"bytes,109757585,opt,name=state,proto3,oneof" json:"state,omitempty"`
	// [Output Only] If true, the license will remain attached when creating images or snapshots from disks. Otherwise, the license is not transferred.
	Transferable *bool `protobuf:"varint,4349893,opt,name=transferable,proto3,oneof" json:"transferable,omitempty"`
	// contains filtered or unexported fields
}

Represents a License Code resource. A License Code is a unique identifier used to represent a license resource. *Caution* This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.

func (*LicenseCode) Descriptor

func (*LicenseCode) Descriptor() ([]byte, []int)

Deprecated: Use LicenseCode.ProtoReflect.Descriptor instead.

func (*LicenseCode) GetCreationTimestamp

func (x *LicenseCode) GetCreationTimestamp() string

func (*LicenseCode) GetDescription

func (x *LicenseCode) GetDescription() string

func (*LicenseCode) GetId

func (x *LicenseCode) GetId() uint64

func (*LicenseCode) GetKind

func (x *LicenseCode) GetKind() string

func (*LicenseCode) GetLicenseAlias

func (x *LicenseCode) GetLicenseAlias() []*LicenseCodeLicenseAlias

func (*LicenseCode) GetName

func (x *LicenseCode) GetName() string
func (x *LicenseCode) GetSelfLink() string

func (*LicenseCode) GetState

func (x *LicenseCode) GetState() string

func (*LicenseCode) GetTransferable

func (x *LicenseCode) GetTransferable() bool

func (*LicenseCode) ProtoMessage

func (*LicenseCode) ProtoMessage()

func (*LicenseCode) ProtoReflect

func (x *LicenseCode) ProtoReflect() protoreflect.Message

func (*LicenseCode) Reset

func (x *LicenseCode) Reset()

func (*LicenseCode) String

func (x *LicenseCode) String() string

type LicenseCodeLicenseAlias

type LicenseCodeLicenseAlias struct {

	// [Output Only] Description of this License Code.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// [Output Only] URL of license corresponding to this License Code.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// contains filtered or unexported fields
}

func (*LicenseCodeLicenseAlias) Descriptor

func (*LicenseCodeLicenseAlias) Descriptor() ([]byte, []int)

Deprecated: Use LicenseCodeLicenseAlias.ProtoReflect.Descriptor instead.

func (*LicenseCodeLicenseAlias) GetDescription

func (x *LicenseCodeLicenseAlias) GetDescription() string
func (x *LicenseCodeLicenseAlias) GetSelfLink() string

func (*LicenseCodeLicenseAlias) ProtoMessage

func (*LicenseCodeLicenseAlias) ProtoMessage()

func (*LicenseCodeLicenseAlias) ProtoReflect

func (x *LicenseCodeLicenseAlias) ProtoReflect() protoreflect.Message

func (*LicenseCodeLicenseAlias) Reset

func (x *LicenseCodeLicenseAlias) Reset()

func (*LicenseCodeLicenseAlias) String

func (x *LicenseCodeLicenseAlias) String() string

type LicenseCode_State

type LicenseCode_State int32

[Output Only] Current state of this License Code.

const (
	// A value indicating that the enum field is not set.
	LicenseCode_UNDEFINED_STATE LicenseCode_State = 0
	// Machines are not allowed to attach boot disks with this License Code. Requests to create new resources with this license will be rejected.
	LicenseCode_DISABLED LicenseCode_State = 516696700
	// Use is allowed for anyone with USE_READ_ONLY access to this License Code.
	LicenseCode_ENABLED LicenseCode_State = 182130465
	// Use of this license is limited to a project whitelist.
	LicenseCode_RESTRICTED        LicenseCode_State = 261551195
	LicenseCode_STATE_UNSPECIFIED LicenseCode_State = 470755401
	// Reserved state.
	LicenseCode_TERMINATED LicenseCode_State = 250018339
)

func (LicenseCode_State) Descriptor

func (LicenseCode_State) Enum

func (LicenseCode_State) EnumDescriptor

func (LicenseCode_State) EnumDescriptor() ([]byte, []int)

Deprecated: Use LicenseCode_State.Descriptor instead.

func (LicenseCode_State) Number

func (LicenseCode_State) String

func (x LicenseCode_State) String() string

func (LicenseCode_State) Type

type LicenseCodesClient

type LicenseCodesClient interface {
	// Return a specified license code. License codes are mirrored across all projects that have permissions to read the License Code. *Caution* This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.
	Get(ctx context.Context, in *GetLicenseCodeRequest, opts ...grpc.CallOption) (*LicenseCode, error)
	// Returns permissions that a caller has on the specified resource. *Caution* This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.
	TestIamPermissions(ctx context.Context, in *TestIamPermissionsLicenseCodeRequest, opts ...grpc.CallOption) (*TestPermissionsResponse, error)
}

LicenseCodesClient is the client API for LicenseCodes service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewLicenseCodesClient

func NewLicenseCodesClient(cc grpc.ClientConnInterface) LicenseCodesClient

type LicenseCodesServer

type LicenseCodesServer interface {
	// Return a specified license code. License codes are mirrored across all projects that have permissions to read the License Code. *Caution* This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.
	Get(context.Context, *GetLicenseCodeRequest) (*LicenseCode, error)
	// Returns permissions that a caller has on the specified resource. *Caution* This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.
	TestIamPermissions(context.Context, *TestIamPermissionsLicenseCodeRequest) (*TestPermissionsResponse, error)
}

LicenseCodesServer is the server API for LicenseCodes service.

type LicenseResourceCommitment

type LicenseResourceCommitment struct {

	// The number of licenses purchased.
	Amount *int64 `protobuf:"varint,196759640,opt,name=amount,proto3,oneof" json:"amount,omitempty"`
	// Specifies the core range of the instance for which this license applies.
	CoresPerLicense *string `protobuf:"bytes,32482324,opt,name=cores_per_license,json=coresPerLicense,proto3,oneof" json:"cores_per_license,omitempty"`
	// Any applicable license URI.
	License *string `protobuf:"bytes,166757441,opt,name=license,proto3,oneof" json:"license,omitempty"`
	// contains filtered or unexported fields
}

Commitment for a particular license resource.

func (*LicenseResourceCommitment) Descriptor

func (*LicenseResourceCommitment) Descriptor() ([]byte, []int)

Deprecated: Use LicenseResourceCommitment.ProtoReflect.Descriptor instead.

func (*LicenseResourceCommitment) GetAmount

func (x *LicenseResourceCommitment) GetAmount() int64

func (*LicenseResourceCommitment) GetCoresPerLicense

func (x *LicenseResourceCommitment) GetCoresPerLicense() string

func (*LicenseResourceCommitment) GetLicense

func (x *LicenseResourceCommitment) GetLicense() string

func (*LicenseResourceCommitment) ProtoMessage

func (*LicenseResourceCommitment) ProtoMessage()

func (*LicenseResourceCommitment) ProtoReflect

func (*LicenseResourceCommitment) Reset

func (x *LicenseResourceCommitment) Reset()

func (*LicenseResourceCommitment) String

func (x *LicenseResourceCommitment) String() string

type LicenseResourceRequirements

type LicenseResourceRequirements struct {

	// Minimum number of guest cpus required to use the Instance. Enforced at Instance creation and Instance start.
	MinGuestCpuCount *int32 `protobuf:"varint,477964836,opt,name=min_guest_cpu_count,json=minGuestCpuCount,proto3,oneof" json:"min_guest_cpu_count,omitempty"`
	// Minimum memory required to use the Instance. Enforced at Instance creation and Instance start.
	MinMemoryMb *int32 `protobuf:"varint,504785894,opt,name=min_memory_mb,json=minMemoryMb,proto3,oneof" json:"min_memory_mb,omitempty"`
	// contains filtered or unexported fields
}

func (*LicenseResourceRequirements) Descriptor

func (*LicenseResourceRequirements) Descriptor() ([]byte, []int)

Deprecated: Use LicenseResourceRequirements.ProtoReflect.Descriptor instead.

func (*LicenseResourceRequirements) GetMinGuestCpuCount

func (x *LicenseResourceRequirements) GetMinGuestCpuCount() int32

func (*LicenseResourceRequirements) GetMinMemoryMb

func (x *LicenseResourceRequirements) GetMinMemoryMb() int32

func (*LicenseResourceRequirements) ProtoMessage

func (*LicenseResourceRequirements) ProtoMessage()

func (*LicenseResourceRequirements) ProtoReflect

func (*LicenseResourceRequirements) Reset

func (x *LicenseResourceRequirements) Reset()

func (*LicenseResourceRequirements) String

func (x *LicenseResourceRequirements) String() string

type LicensesClient

type LicensesClient interface {
	// Deletes the specified license. *Caution* This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.
	Delete(ctx context.Context, in *DeleteLicenseRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified License resource. *Caution* This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.
	Get(ctx context.Context, in *GetLicenseRequest, opts ...grpc.CallOption) (*License, error)
	// Gets the access control policy for a resource. May be empty if no such policy or resource exists. *Caution* This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.
	GetIamPolicy(ctx context.Context, in *GetIamPolicyLicenseRequest, opts ...grpc.CallOption) (*Policy, error)
	// Create a License resource in the specified project. *Caution* This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.
	Insert(ctx context.Context, in *InsertLicenseRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves the list of licenses available in the specified project. This method does not get any licenses that belong to other projects, including licenses attached to publicly-available images, like Debian 9. If you want to get a list of publicly-available licenses, use this method to make a request to the respective image project, such as debian-cloud or windows-cloud. *Caution* This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.
	List(ctx context.Context, in *ListLicensesRequest, opts ...grpc.CallOption) (*LicensesListResponse, error)
	// Sets the access control policy on the specified resource. Replaces any existing policy. *Caution* This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.
	SetIamPolicy(ctx context.Context, in *SetIamPolicyLicenseRequest, opts ...grpc.CallOption) (*Policy, error)
	// Returns permissions that a caller has on the specified resource. *Caution* This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.
	TestIamPermissions(ctx context.Context, in *TestIamPermissionsLicenseRequest, opts ...grpc.CallOption) (*TestPermissionsResponse, error)
}

LicensesClient is the client API for Licenses service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewLicensesClient

func NewLicensesClient(cc grpc.ClientConnInterface) LicensesClient

type LicensesListResponse

type LicensesListResponse struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of License resources.
	Items []*License `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*LicensesListResponse) Descriptor

func (*LicensesListResponse) Descriptor() ([]byte, []int)

Deprecated: Use LicensesListResponse.ProtoReflect.Descriptor instead.

func (*LicensesListResponse) GetId

func (x *LicensesListResponse) GetId() string

func (*LicensesListResponse) GetItems

func (x *LicensesListResponse) GetItems() []*License

func (*LicensesListResponse) GetNextPageToken

func (x *LicensesListResponse) GetNextPageToken() string
func (x *LicensesListResponse) GetSelfLink() string

func (*LicensesListResponse) GetWarning

func (x *LicensesListResponse) GetWarning() *Warning

func (*LicensesListResponse) ProtoMessage

func (*LicensesListResponse) ProtoMessage()

func (*LicensesListResponse) ProtoReflect

func (x *LicensesListResponse) ProtoReflect() protoreflect.Message

func (*LicensesListResponse) Reset

func (x *LicensesListResponse) Reset()

func (*LicensesListResponse) String

func (x *LicensesListResponse) String() string

type LicensesServer

type LicensesServer interface {
	// Deletes the specified license. *Caution* This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.
	Delete(context.Context, *DeleteLicenseRequest) (*Operation, error)
	// Returns the specified License resource. *Caution* This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.
	Get(context.Context, *GetLicenseRequest) (*License, error)
	// Gets the access control policy for a resource. May be empty if no such policy or resource exists. *Caution* This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.
	GetIamPolicy(context.Context, *GetIamPolicyLicenseRequest) (*Policy, error)
	// Create a License resource in the specified project. *Caution* This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.
	Insert(context.Context, *InsertLicenseRequest) (*Operation, error)
	// Retrieves the list of licenses available in the specified project. This method does not get any licenses that belong to other projects, including licenses attached to publicly-available images, like Debian 9. If you want to get a list of publicly-available licenses, use this method to make a request to the respective image project, such as debian-cloud or windows-cloud. *Caution* This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.
	List(context.Context, *ListLicensesRequest) (*LicensesListResponse, error)
	// Sets the access control policy on the specified resource. Replaces any existing policy. *Caution* This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.
	SetIamPolicy(context.Context, *SetIamPolicyLicenseRequest) (*Policy, error)
	// Returns permissions that a caller has on the specified resource. *Caution* This resource is intended for use only by third-party partners who are creating Cloud Marketplace images.
	TestIamPermissions(context.Context, *TestIamPermissionsLicenseRequest) (*TestPermissionsResponse, error)
}

LicensesServer is the server API for Licenses service.

type ListAcceleratorTypesRequest

type ListAcceleratorTypesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for AcceleratorTypes.List. See the method description for details.

func (*ListAcceleratorTypesRequest) Descriptor

func (*ListAcceleratorTypesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListAcceleratorTypesRequest.ProtoReflect.Descriptor instead.

func (*ListAcceleratorTypesRequest) GetFilter

func (x *ListAcceleratorTypesRequest) GetFilter() string

func (*ListAcceleratorTypesRequest) GetMaxResults

func (x *ListAcceleratorTypesRequest) GetMaxResults() uint32

func (*ListAcceleratorTypesRequest) GetOrderBy

func (x *ListAcceleratorTypesRequest) GetOrderBy() string

func (*ListAcceleratorTypesRequest) GetPageToken

func (x *ListAcceleratorTypesRequest) GetPageToken() string

func (*ListAcceleratorTypesRequest) GetProject

func (x *ListAcceleratorTypesRequest) GetProject() string

func (*ListAcceleratorTypesRequest) GetReturnPartialSuccess

func (x *ListAcceleratorTypesRequest) GetReturnPartialSuccess() bool

func (*ListAcceleratorTypesRequest) GetZone

func (x *ListAcceleratorTypesRequest) GetZone() string

func (*ListAcceleratorTypesRequest) ProtoMessage

func (*ListAcceleratorTypesRequest) ProtoMessage()

func (*ListAcceleratorTypesRequest) ProtoReflect

func (*ListAcceleratorTypesRequest) Reset

func (x *ListAcceleratorTypesRequest) Reset()

func (*ListAcceleratorTypesRequest) String

func (x *ListAcceleratorTypesRequest) String() string

type ListAddressesRequest

type ListAddressesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for Addresses.List. See the method description for details.

func (*ListAddressesRequest) Descriptor

func (*ListAddressesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListAddressesRequest.ProtoReflect.Descriptor instead.

func (*ListAddressesRequest) GetFilter

func (x *ListAddressesRequest) GetFilter() string

func (*ListAddressesRequest) GetMaxResults

func (x *ListAddressesRequest) GetMaxResults() uint32

func (*ListAddressesRequest) GetOrderBy

func (x *ListAddressesRequest) GetOrderBy() string

func (*ListAddressesRequest) GetPageToken

func (x *ListAddressesRequest) GetPageToken() string

func (*ListAddressesRequest) GetProject

func (x *ListAddressesRequest) GetProject() string

func (*ListAddressesRequest) GetRegion

func (x *ListAddressesRequest) GetRegion() string

func (*ListAddressesRequest) GetReturnPartialSuccess

func (x *ListAddressesRequest) GetReturnPartialSuccess() bool

func (*ListAddressesRequest) ProtoMessage

func (*ListAddressesRequest) ProtoMessage()

func (*ListAddressesRequest) ProtoReflect

func (x *ListAddressesRequest) ProtoReflect() protoreflect.Message

func (*ListAddressesRequest) Reset

func (x *ListAddressesRequest) Reset()

func (*ListAddressesRequest) String

func (x *ListAddressesRequest) String() string

type ListAssociationsFirewallPolicyRequest

type ListAssociationsFirewallPolicyRequest struct {

	// The target resource to list associations. It is an organization, or a folder.
	TargetResource *string `protobuf:"bytes,467318524,opt,name=target_resource,json=targetResource,proto3,oneof" json:"target_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for FirewallPolicies.ListAssociations. See the method description for details.

func (*ListAssociationsFirewallPolicyRequest) Descriptor

func (*ListAssociationsFirewallPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListAssociationsFirewallPolicyRequest.ProtoReflect.Descriptor instead.

func (*ListAssociationsFirewallPolicyRequest) GetTargetResource

func (x *ListAssociationsFirewallPolicyRequest) GetTargetResource() string

func (*ListAssociationsFirewallPolicyRequest) ProtoMessage

func (*ListAssociationsFirewallPolicyRequest) ProtoMessage()

func (*ListAssociationsFirewallPolicyRequest) ProtoReflect

func (*ListAssociationsFirewallPolicyRequest) Reset

func (*ListAssociationsFirewallPolicyRequest) String

type ListAutoscalersRequest

type ListAutoscalersRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// Name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Autoscalers.List. See the method description for details.

func (*ListAutoscalersRequest) Descriptor

func (*ListAutoscalersRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListAutoscalersRequest.ProtoReflect.Descriptor instead.

func (*ListAutoscalersRequest) GetFilter

func (x *ListAutoscalersRequest) GetFilter() string

func (*ListAutoscalersRequest) GetMaxResults

func (x *ListAutoscalersRequest) GetMaxResults() uint32

func (*ListAutoscalersRequest) GetOrderBy

func (x *ListAutoscalersRequest) GetOrderBy() string

func (*ListAutoscalersRequest) GetPageToken

func (x *ListAutoscalersRequest) GetPageToken() string

func (*ListAutoscalersRequest) GetProject

func (x *ListAutoscalersRequest) GetProject() string

func (*ListAutoscalersRequest) GetReturnPartialSuccess

func (x *ListAutoscalersRequest) GetReturnPartialSuccess() bool

func (*ListAutoscalersRequest) GetZone

func (x *ListAutoscalersRequest) GetZone() string

func (*ListAutoscalersRequest) ProtoMessage

func (*ListAutoscalersRequest) ProtoMessage()

func (*ListAutoscalersRequest) ProtoReflect

func (x *ListAutoscalersRequest) ProtoReflect() protoreflect.Message

func (*ListAutoscalersRequest) Reset

func (x *ListAutoscalersRequest) Reset()

func (*ListAutoscalersRequest) String

func (x *ListAutoscalersRequest) String() string

type ListAvailableFeaturesRegionSslPoliciesRequest

type ListAvailableFeaturesRegionSslPoliciesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionSslPolicies.ListAvailableFeatures. See the method description for details.

func (*ListAvailableFeaturesRegionSslPoliciesRequest) Descriptor

Deprecated: Use ListAvailableFeaturesRegionSslPoliciesRequest.ProtoReflect.Descriptor instead.

func (*ListAvailableFeaturesRegionSslPoliciesRequest) GetFilter

func (*ListAvailableFeaturesRegionSslPoliciesRequest) GetMaxResults

func (*ListAvailableFeaturesRegionSslPoliciesRequest) GetOrderBy

func (*ListAvailableFeaturesRegionSslPoliciesRequest) GetPageToken

func (*ListAvailableFeaturesRegionSslPoliciesRequest) GetProject

func (*ListAvailableFeaturesRegionSslPoliciesRequest) GetRegion

func (*ListAvailableFeaturesRegionSslPoliciesRequest) GetReturnPartialSuccess

func (x *ListAvailableFeaturesRegionSslPoliciesRequest) GetReturnPartialSuccess() bool

func (*ListAvailableFeaturesRegionSslPoliciesRequest) ProtoMessage

func (*ListAvailableFeaturesRegionSslPoliciesRequest) ProtoReflect

func (*ListAvailableFeaturesRegionSslPoliciesRequest) Reset

func (*ListAvailableFeaturesRegionSslPoliciesRequest) String

type ListAvailableFeaturesSslPoliciesRequest

type ListAvailableFeaturesSslPoliciesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for SslPolicies.ListAvailableFeatures. See the method description for details.

func (*ListAvailableFeaturesSslPoliciesRequest) Descriptor

func (*ListAvailableFeaturesSslPoliciesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListAvailableFeaturesSslPoliciesRequest.ProtoReflect.Descriptor instead.

func (*ListAvailableFeaturesSslPoliciesRequest) GetFilter

func (*ListAvailableFeaturesSslPoliciesRequest) GetMaxResults

func (*ListAvailableFeaturesSslPoliciesRequest) GetOrderBy

func (*ListAvailableFeaturesSslPoliciesRequest) GetPageToken

func (*ListAvailableFeaturesSslPoliciesRequest) GetProject

func (*ListAvailableFeaturesSslPoliciesRequest) GetReturnPartialSuccess

func (x *ListAvailableFeaturesSslPoliciesRequest) GetReturnPartialSuccess() bool

func (*ListAvailableFeaturesSslPoliciesRequest) ProtoMessage

func (*ListAvailableFeaturesSslPoliciesRequest) ProtoReflect

func (*ListAvailableFeaturesSslPoliciesRequest) Reset

func (*ListAvailableFeaturesSslPoliciesRequest) String

type ListBackendBucketsRequest

type ListBackendBucketsRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for BackendBuckets.List. See the method description for details.

func (*ListBackendBucketsRequest) Descriptor

func (*ListBackendBucketsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListBackendBucketsRequest.ProtoReflect.Descriptor instead.

func (*ListBackendBucketsRequest) GetFilter

func (x *ListBackendBucketsRequest) GetFilter() string

func (*ListBackendBucketsRequest) GetMaxResults

func (x *ListBackendBucketsRequest) GetMaxResults() uint32

func (*ListBackendBucketsRequest) GetOrderBy

func (x *ListBackendBucketsRequest) GetOrderBy() string

func (*ListBackendBucketsRequest) GetPageToken

func (x *ListBackendBucketsRequest) GetPageToken() string

func (*ListBackendBucketsRequest) GetProject

func (x *ListBackendBucketsRequest) GetProject() string

func (*ListBackendBucketsRequest) GetReturnPartialSuccess

func (x *ListBackendBucketsRequest) GetReturnPartialSuccess() bool

func (*ListBackendBucketsRequest) ProtoMessage

func (*ListBackendBucketsRequest) ProtoMessage()

func (*ListBackendBucketsRequest) ProtoReflect

func (*ListBackendBucketsRequest) Reset

func (x *ListBackendBucketsRequest) Reset()

func (*ListBackendBucketsRequest) String

func (x *ListBackendBucketsRequest) String() string

type ListBackendServicesRequest

type ListBackendServicesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for BackendServices.List. See the method description for details.

func (*ListBackendServicesRequest) Descriptor

func (*ListBackendServicesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListBackendServicesRequest.ProtoReflect.Descriptor instead.

func (*ListBackendServicesRequest) GetFilter

func (x *ListBackendServicesRequest) GetFilter() string

func (*ListBackendServicesRequest) GetMaxResults

func (x *ListBackendServicesRequest) GetMaxResults() uint32

func (*ListBackendServicesRequest) GetOrderBy

func (x *ListBackendServicesRequest) GetOrderBy() string

func (*ListBackendServicesRequest) GetPageToken

func (x *ListBackendServicesRequest) GetPageToken() string

func (*ListBackendServicesRequest) GetProject

func (x *ListBackendServicesRequest) GetProject() string

func (*ListBackendServicesRequest) GetReturnPartialSuccess

func (x *ListBackendServicesRequest) GetReturnPartialSuccess() bool

func (*ListBackendServicesRequest) ProtoMessage

func (*ListBackendServicesRequest) ProtoMessage()

func (*ListBackendServicesRequest) ProtoReflect

func (*ListBackendServicesRequest) Reset

func (x *ListBackendServicesRequest) Reset()

func (*ListBackendServicesRequest) String

func (x *ListBackendServicesRequest) String() string

type ListDiskTypesRequest

type ListDiskTypesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for DiskTypes.List. See the method description for details.

func (*ListDiskTypesRequest) Descriptor

func (*ListDiskTypesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListDiskTypesRequest.ProtoReflect.Descriptor instead.

func (*ListDiskTypesRequest) GetFilter

func (x *ListDiskTypesRequest) GetFilter() string

func (*ListDiskTypesRequest) GetMaxResults

func (x *ListDiskTypesRequest) GetMaxResults() uint32

func (*ListDiskTypesRequest) GetOrderBy

func (x *ListDiskTypesRequest) GetOrderBy() string

func (*ListDiskTypesRequest) GetPageToken

func (x *ListDiskTypesRequest) GetPageToken() string

func (*ListDiskTypesRequest) GetProject

func (x *ListDiskTypesRequest) GetProject() string

func (*ListDiskTypesRequest) GetReturnPartialSuccess

func (x *ListDiskTypesRequest) GetReturnPartialSuccess() bool

func (*ListDiskTypesRequest) GetZone

func (x *ListDiskTypesRequest) GetZone() string

func (*ListDiskTypesRequest) ProtoMessage

func (*ListDiskTypesRequest) ProtoMessage()

func (*ListDiskTypesRequest) ProtoReflect

func (x *ListDiskTypesRequest) ProtoReflect() protoreflect.Message

func (*ListDiskTypesRequest) Reset

func (x *ListDiskTypesRequest) Reset()

func (*ListDiskTypesRequest) String

func (x *ListDiskTypesRequest) String() string

type ListDisksRequest

type ListDisksRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Disks.List. See the method description for details.

func (*ListDisksRequest) Descriptor

func (*ListDisksRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListDisksRequest.ProtoReflect.Descriptor instead.

func (*ListDisksRequest) GetFilter

func (x *ListDisksRequest) GetFilter() string

func (*ListDisksRequest) GetMaxResults

func (x *ListDisksRequest) GetMaxResults() uint32

func (*ListDisksRequest) GetOrderBy

func (x *ListDisksRequest) GetOrderBy() string

func (*ListDisksRequest) GetPageToken

func (x *ListDisksRequest) GetPageToken() string

func (*ListDisksRequest) GetProject

func (x *ListDisksRequest) GetProject() string

func (*ListDisksRequest) GetReturnPartialSuccess

func (x *ListDisksRequest) GetReturnPartialSuccess() bool

func (*ListDisksRequest) GetZone

func (x *ListDisksRequest) GetZone() string

func (*ListDisksRequest) ProtoMessage

func (*ListDisksRequest) ProtoMessage()

func (*ListDisksRequest) ProtoReflect

func (x *ListDisksRequest) ProtoReflect() protoreflect.Message

func (*ListDisksRequest) Reset

func (x *ListDisksRequest) Reset()

func (*ListDisksRequest) String

func (x *ListDisksRequest) String() string

type ListErrorsInstanceGroupManagersRequest

type ListErrorsInstanceGroupManagersRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The name of the managed instance group. It must be a string that meets the requirements in RFC1035, or an unsigned long integer: must match regexp pattern: (?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?)|1-9{0,19}.
	InstanceGroupManager string `protobuf:"bytes,249363395,opt,name=instance_group_manager,json=instanceGroupManager,proto3" json:"instance_group_manager,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// The name of the zone where the managed instance group is located. It should conform to RFC1035.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for InstanceGroupManagers.ListErrors. See the method description for details.

func (*ListErrorsInstanceGroupManagersRequest) Descriptor

func (*ListErrorsInstanceGroupManagersRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListErrorsInstanceGroupManagersRequest.ProtoReflect.Descriptor instead.

func (*ListErrorsInstanceGroupManagersRequest) GetFilter

func (*ListErrorsInstanceGroupManagersRequest) GetInstanceGroupManager

func (x *ListErrorsInstanceGroupManagersRequest) GetInstanceGroupManager() string

func (*ListErrorsInstanceGroupManagersRequest) GetMaxResults

func (*ListErrorsInstanceGroupManagersRequest) GetOrderBy

func (*ListErrorsInstanceGroupManagersRequest) GetPageToken

func (*ListErrorsInstanceGroupManagersRequest) GetProject

func (*ListErrorsInstanceGroupManagersRequest) GetReturnPartialSuccess

func (x *ListErrorsInstanceGroupManagersRequest) GetReturnPartialSuccess() bool

func (*ListErrorsInstanceGroupManagersRequest) GetZone

func (*ListErrorsInstanceGroupManagersRequest) ProtoMessage

func (*ListErrorsInstanceGroupManagersRequest) ProtoReflect

func (*ListErrorsInstanceGroupManagersRequest) Reset

func (*ListErrorsInstanceGroupManagersRequest) String

type ListErrorsRegionInstanceGroupManagersRequest

type ListErrorsRegionInstanceGroupManagersRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The name of the managed instance group. It must be a string that meets the requirements in RFC1035, or an unsigned long integer: must match regexp pattern: (?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?)|1-9{0,19}.
	InstanceGroupManager string `protobuf:"bytes,249363395,opt,name=instance_group_manager,json=instanceGroupManager,proto3" json:"instance_group_manager,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request. This should conform to RFC1035.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionInstanceGroupManagers.ListErrors. See the method description for details.

func (*ListErrorsRegionInstanceGroupManagersRequest) Descriptor

Deprecated: Use ListErrorsRegionInstanceGroupManagersRequest.ProtoReflect.Descriptor instead.

func (*ListErrorsRegionInstanceGroupManagersRequest) GetFilter

func (*ListErrorsRegionInstanceGroupManagersRequest) GetInstanceGroupManager

func (x *ListErrorsRegionInstanceGroupManagersRequest) GetInstanceGroupManager() string

func (*ListErrorsRegionInstanceGroupManagersRequest) GetMaxResults

func (*ListErrorsRegionInstanceGroupManagersRequest) GetOrderBy

func (*ListErrorsRegionInstanceGroupManagersRequest) GetPageToken

func (*ListErrorsRegionInstanceGroupManagersRequest) GetProject

func (*ListErrorsRegionInstanceGroupManagersRequest) GetRegion

func (*ListErrorsRegionInstanceGroupManagersRequest) GetReturnPartialSuccess

func (x *ListErrorsRegionInstanceGroupManagersRequest) GetReturnPartialSuccess() bool

func (*ListErrorsRegionInstanceGroupManagersRequest) ProtoMessage

func (*ListErrorsRegionInstanceGroupManagersRequest) ProtoReflect

func (*ListErrorsRegionInstanceGroupManagersRequest) Reset

func (*ListErrorsRegionInstanceGroupManagersRequest) String

type ListExternalVpnGatewaysRequest

type ListExternalVpnGatewaysRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for ExternalVpnGateways.List. See the method description for details.

func (*ListExternalVpnGatewaysRequest) Descriptor

func (*ListExternalVpnGatewaysRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListExternalVpnGatewaysRequest.ProtoReflect.Descriptor instead.

func (*ListExternalVpnGatewaysRequest) GetFilter

func (x *ListExternalVpnGatewaysRequest) GetFilter() string

func (*ListExternalVpnGatewaysRequest) GetMaxResults

func (x *ListExternalVpnGatewaysRequest) GetMaxResults() uint32

func (*ListExternalVpnGatewaysRequest) GetOrderBy

func (x *ListExternalVpnGatewaysRequest) GetOrderBy() string

func (*ListExternalVpnGatewaysRequest) GetPageToken

func (x *ListExternalVpnGatewaysRequest) GetPageToken() string

func (*ListExternalVpnGatewaysRequest) GetProject

func (x *ListExternalVpnGatewaysRequest) GetProject() string

func (*ListExternalVpnGatewaysRequest) GetReturnPartialSuccess

func (x *ListExternalVpnGatewaysRequest) GetReturnPartialSuccess() bool

func (*ListExternalVpnGatewaysRequest) ProtoMessage

func (*ListExternalVpnGatewaysRequest) ProtoMessage()

func (*ListExternalVpnGatewaysRequest) ProtoReflect

func (*ListExternalVpnGatewaysRequest) Reset

func (x *ListExternalVpnGatewaysRequest) Reset()

func (*ListExternalVpnGatewaysRequest) String

type ListFirewallPoliciesRequest

type ListFirewallPoliciesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Parent ID for this request. The ID can be either be "folders/[FOLDER_ID]" if the parent is a folder or "organizations/[ORGANIZATION_ID]" if the parent is an organization.
	ParentId *string `protobuf:"bytes,459714768,opt,name=parent_id,json=parentId,proto3,oneof" json:"parent_id,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for FirewallPolicies.List. See the method description for details.

func (*ListFirewallPoliciesRequest) Descriptor

func (*ListFirewallPoliciesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListFirewallPoliciesRequest.ProtoReflect.Descriptor instead.

func (*ListFirewallPoliciesRequest) GetFilter

func (x *ListFirewallPoliciesRequest) GetFilter() string

func (*ListFirewallPoliciesRequest) GetMaxResults

func (x *ListFirewallPoliciesRequest) GetMaxResults() uint32

func (*ListFirewallPoliciesRequest) GetOrderBy

func (x *ListFirewallPoliciesRequest) GetOrderBy() string

func (*ListFirewallPoliciesRequest) GetPageToken

func (x *ListFirewallPoliciesRequest) GetPageToken() string

func (*ListFirewallPoliciesRequest) GetParentId

func (x *ListFirewallPoliciesRequest) GetParentId() string

func (*ListFirewallPoliciesRequest) GetReturnPartialSuccess

func (x *ListFirewallPoliciesRequest) GetReturnPartialSuccess() bool

func (*ListFirewallPoliciesRequest) ProtoMessage

func (*ListFirewallPoliciesRequest) ProtoMessage()

func (*ListFirewallPoliciesRequest) ProtoReflect

func (*ListFirewallPoliciesRequest) Reset

func (x *ListFirewallPoliciesRequest) Reset()

func (*ListFirewallPoliciesRequest) String

func (x *ListFirewallPoliciesRequest) String() string

type ListFirewallsRequest

type ListFirewallsRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for Firewalls.List. See the method description for details.

func (*ListFirewallsRequest) Descriptor

func (*ListFirewallsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListFirewallsRequest.ProtoReflect.Descriptor instead.

func (*ListFirewallsRequest) GetFilter

func (x *ListFirewallsRequest) GetFilter() string

func (*ListFirewallsRequest) GetMaxResults

func (x *ListFirewallsRequest) GetMaxResults() uint32

func (*ListFirewallsRequest) GetOrderBy

func (x *ListFirewallsRequest) GetOrderBy() string

func (*ListFirewallsRequest) GetPageToken

func (x *ListFirewallsRequest) GetPageToken() string

func (*ListFirewallsRequest) GetProject

func (x *ListFirewallsRequest) GetProject() string

func (*ListFirewallsRequest) GetReturnPartialSuccess

func (x *ListFirewallsRequest) GetReturnPartialSuccess() bool

func (*ListFirewallsRequest) ProtoMessage

func (*ListFirewallsRequest) ProtoMessage()

func (*ListFirewallsRequest) ProtoReflect

func (x *ListFirewallsRequest) ProtoReflect() protoreflect.Message

func (*ListFirewallsRequest) Reset

func (x *ListFirewallsRequest) Reset()

func (*ListFirewallsRequest) String

func (x *ListFirewallsRequest) String() string

type ListForwardingRulesRequest

type ListForwardingRulesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for ForwardingRules.List. See the method description for details.

func (*ListForwardingRulesRequest) Descriptor

func (*ListForwardingRulesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListForwardingRulesRequest.ProtoReflect.Descriptor instead.

func (*ListForwardingRulesRequest) GetFilter

func (x *ListForwardingRulesRequest) GetFilter() string

func (*ListForwardingRulesRequest) GetMaxResults

func (x *ListForwardingRulesRequest) GetMaxResults() uint32

func (*ListForwardingRulesRequest) GetOrderBy

func (x *ListForwardingRulesRequest) GetOrderBy() string

func (*ListForwardingRulesRequest) GetPageToken

func (x *ListForwardingRulesRequest) GetPageToken() string

func (*ListForwardingRulesRequest) GetProject

func (x *ListForwardingRulesRequest) GetProject() string

func (*ListForwardingRulesRequest) GetRegion

func (x *ListForwardingRulesRequest) GetRegion() string

func (*ListForwardingRulesRequest) GetReturnPartialSuccess

func (x *ListForwardingRulesRequest) GetReturnPartialSuccess() bool

func (*ListForwardingRulesRequest) ProtoMessage

func (*ListForwardingRulesRequest) ProtoMessage()

func (*ListForwardingRulesRequest) ProtoReflect

func (*ListForwardingRulesRequest) Reset

func (x *ListForwardingRulesRequest) Reset()

func (*ListForwardingRulesRequest) String

func (x *ListForwardingRulesRequest) String() string

type ListGlobalAddressesRequest

type ListGlobalAddressesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for GlobalAddresses.List. See the method description for details.

func (*ListGlobalAddressesRequest) Descriptor

func (*ListGlobalAddressesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListGlobalAddressesRequest.ProtoReflect.Descriptor instead.

func (*ListGlobalAddressesRequest) GetFilter

func (x *ListGlobalAddressesRequest) GetFilter() string

func (*ListGlobalAddressesRequest) GetMaxResults

func (x *ListGlobalAddressesRequest) GetMaxResults() uint32

func (*ListGlobalAddressesRequest) GetOrderBy

func (x *ListGlobalAddressesRequest) GetOrderBy() string

func (*ListGlobalAddressesRequest) GetPageToken

func (x *ListGlobalAddressesRequest) GetPageToken() string

func (*ListGlobalAddressesRequest) GetProject

func (x *ListGlobalAddressesRequest) GetProject() string

func (*ListGlobalAddressesRequest) GetReturnPartialSuccess

func (x *ListGlobalAddressesRequest) GetReturnPartialSuccess() bool

func (*ListGlobalAddressesRequest) ProtoMessage

func (*ListGlobalAddressesRequest) ProtoMessage()

func (*ListGlobalAddressesRequest) ProtoReflect

func (*ListGlobalAddressesRequest) Reset

func (x *ListGlobalAddressesRequest) Reset()

func (*ListGlobalAddressesRequest) String

func (x *ListGlobalAddressesRequest) String() string

type ListGlobalForwardingRulesRequest

type ListGlobalForwardingRulesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for GlobalForwardingRules.List. See the method description for details.

func (*ListGlobalForwardingRulesRequest) Descriptor

func (*ListGlobalForwardingRulesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListGlobalForwardingRulesRequest.ProtoReflect.Descriptor instead.

func (*ListGlobalForwardingRulesRequest) GetFilter

func (*ListGlobalForwardingRulesRequest) GetMaxResults

func (x *ListGlobalForwardingRulesRequest) GetMaxResults() uint32

func (*ListGlobalForwardingRulesRequest) GetOrderBy

func (x *ListGlobalForwardingRulesRequest) GetOrderBy() string

func (*ListGlobalForwardingRulesRequest) GetPageToken

func (x *ListGlobalForwardingRulesRequest) GetPageToken() string

func (*ListGlobalForwardingRulesRequest) GetProject

func (x *ListGlobalForwardingRulesRequest) GetProject() string

func (*ListGlobalForwardingRulesRequest) GetReturnPartialSuccess

func (x *ListGlobalForwardingRulesRequest) GetReturnPartialSuccess() bool

func (*ListGlobalForwardingRulesRequest) ProtoMessage

func (*ListGlobalForwardingRulesRequest) ProtoMessage()

func (*ListGlobalForwardingRulesRequest) ProtoReflect

func (*ListGlobalForwardingRulesRequest) Reset

func (*ListGlobalForwardingRulesRequest) String

type ListGlobalNetworkEndpointGroupsRequest

type ListGlobalNetworkEndpointGroupsRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for GlobalNetworkEndpointGroups.List. See the method description for details.

func (*ListGlobalNetworkEndpointGroupsRequest) Descriptor

func (*ListGlobalNetworkEndpointGroupsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListGlobalNetworkEndpointGroupsRequest.ProtoReflect.Descriptor instead.

func (*ListGlobalNetworkEndpointGroupsRequest) GetFilter

func (*ListGlobalNetworkEndpointGroupsRequest) GetMaxResults

func (*ListGlobalNetworkEndpointGroupsRequest) GetOrderBy

func (*ListGlobalNetworkEndpointGroupsRequest) GetPageToken

func (*ListGlobalNetworkEndpointGroupsRequest) GetProject

func (*ListGlobalNetworkEndpointGroupsRequest) GetReturnPartialSuccess

func (x *ListGlobalNetworkEndpointGroupsRequest) GetReturnPartialSuccess() bool

func (*ListGlobalNetworkEndpointGroupsRequest) ProtoMessage

func (*ListGlobalNetworkEndpointGroupsRequest) ProtoReflect

func (*ListGlobalNetworkEndpointGroupsRequest) Reset

func (*ListGlobalNetworkEndpointGroupsRequest) String

type ListGlobalOperationsRequest

type ListGlobalOperationsRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for GlobalOperations.List. See the method description for details.

func (*ListGlobalOperationsRequest) Descriptor

func (*ListGlobalOperationsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListGlobalOperationsRequest.ProtoReflect.Descriptor instead.

func (*ListGlobalOperationsRequest) GetFilter

func (x *ListGlobalOperationsRequest) GetFilter() string

func (*ListGlobalOperationsRequest) GetMaxResults

func (x *ListGlobalOperationsRequest) GetMaxResults() uint32

func (*ListGlobalOperationsRequest) GetOrderBy

func (x *ListGlobalOperationsRequest) GetOrderBy() string

func (*ListGlobalOperationsRequest) GetPageToken

func (x *ListGlobalOperationsRequest) GetPageToken() string

func (*ListGlobalOperationsRequest) GetProject

func (x *ListGlobalOperationsRequest) GetProject() string

func (*ListGlobalOperationsRequest) GetReturnPartialSuccess

func (x *ListGlobalOperationsRequest) GetReturnPartialSuccess() bool

func (*ListGlobalOperationsRequest) ProtoMessage

func (*ListGlobalOperationsRequest) ProtoMessage()

func (*ListGlobalOperationsRequest) ProtoReflect

func (*ListGlobalOperationsRequest) Reset

func (x *ListGlobalOperationsRequest) Reset()

func (*ListGlobalOperationsRequest) String

func (x *ListGlobalOperationsRequest) String() string

type ListGlobalOrganizationOperationsRequest

type ListGlobalOrganizationOperationsRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Parent ID for this request.
	ParentId *string `protobuf:"bytes,459714768,opt,name=parent_id,json=parentId,proto3,oneof" json:"parent_id,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for GlobalOrganizationOperations.List. See the method description for details.

func (*ListGlobalOrganizationOperationsRequest) Descriptor

func (*ListGlobalOrganizationOperationsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListGlobalOrganizationOperationsRequest.ProtoReflect.Descriptor instead.

func (*ListGlobalOrganizationOperationsRequest) GetFilter

func (*ListGlobalOrganizationOperationsRequest) GetMaxResults

func (*ListGlobalOrganizationOperationsRequest) GetOrderBy

func (*ListGlobalOrganizationOperationsRequest) GetPageToken

func (*ListGlobalOrganizationOperationsRequest) GetParentId

func (*ListGlobalOrganizationOperationsRequest) GetReturnPartialSuccess

func (x *ListGlobalOrganizationOperationsRequest) GetReturnPartialSuccess() bool

func (*ListGlobalOrganizationOperationsRequest) ProtoMessage

func (*ListGlobalOrganizationOperationsRequest) ProtoReflect

func (*ListGlobalOrganizationOperationsRequest) Reset

func (*ListGlobalOrganizationOperationsRequest) String

type ListGlobalPublicDelegatedPrefixesRequest

type ListGlobalPublicDelegatedPrefixesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for GlobalPublicDelegatedPrefixes.List. See the method description for details.

func (*ListGlobalPublicDelegatedPrefixesRequest) Descriptor

func (*ListGlobalPublicDelegatedPrefixesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListGlobalPublicDelegatedPrefixesRequest.ProtoReflect.Descriptor instead.

func (*ListGlobalPublicDelegatedPrefixesRequest) GetFilter

func (*ListGlobalPublicDelegatedPrefixesRequest) GetMaxResults

func (*ListGlobalPublicDelegatedPrefixesRequest) GetOrderBy

func (*ListGlobalPublicDelegatedPrefixesRequest) GetPageToken

func (*ListGlobalPublicDelegatedPrefixesRequest) GetProject

func (*ListGlobalPublicDelegatedPrefixesRequest) GetReturnPartialSuccess

func (x *ListGlobalPublicDelegatedPrefixesRequest) GetReturnPartialSuccess() bool

func (*ListGlobalPublicDelegatedPrefixesRequest) ProtoMessage

func (*ListGlobalPublicDelegatedPrefixesRequest) ProtoReflect

func (*ListGlobalPublicDelegatedPrefixesRequest) Reset

func (*ListGlobalPublicDelegatedPrefixesRequest) String

type ListHealthChecksRequest

type ListHealthChecksRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for HealthChecks.List. See the method description for details.

func (*ListHealthChecksRequest) Descriptor

func (*ListHealthChecksRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListHealthChecksRequest.ProtoReflect.Descriptor instead.

func (*ListHealthChecksRequest) GetFilter

func (x *ListHealthChecksRequest) GetFilter() string

func (*ListHealthChecksRequest) GetMaxResults

func (x *ListHealthChecksRequest) GetMaxResults() uint32

func (*ListHealthChecksRequest) GetOrderBy

func (x *ListHealthChecksRequest) GetOrderBy() string

func (*ListHealthChecksRequest) GetPageToken

func (x *ListHealthChecksRequest) GetPageToken() string

func (*ListHealthChecksRequest) GetProject

func (x *ListHealthChecksRequest) GetProject() string

func (*ListHealthChecksRequest) GetReturnPartialSuccess

func (x *ListHealthChecksRequest) GetReturnPartialSuccess() bool

func (*ListHealthChecksRequest) ProtoMessage

func (*ListHealthChecksRequest) ProtoMessage()

func (*ListHealthChecksRequest) ProtoReflect

func (x *ListHealthChecksRequest) ProtoReflect() protoreflect.Message

func (*ListHealthChecksRequest) Reset

func (x *ListHealthChecksRequest) Reset()

func (*ListHealthChecksRequest) String

func (x *ListHealthChecksRequest) String() string

type ListImagesRequest

type ListImagesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for Images.List. See the method description for details.

func (*ListImagesRequest) Descriptor

func (*ListImagesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListImagesRequest.ProtoReflect.Descriptor instead.

func (*ListImagesRequest) GetFilter

func (x *ListImagesRequest) GetFilter() string

func (*ListImagesRequest) GetMaxResults

func (x *ListImagesRequest) GetMaxResults() uint32

func (*ListImagesRequest) GetOrderBy

func (x *ListImagesRequest) GetOrderBy() string

func (*ListImagesRequest) GetPageToken

func (x *ListImagesRequest) GetPageToken() string

func (*ListImagesRequest) GetProject

func (x *ListImagesRequest) GetProject() string

func (*ListImagesRequest) GetReturnPartialSuccess

func (x *ListImagesRequest) GetReturnPartialSuccess() bool

func (*ListImagesRequest) ProtoMessage

func (*ListImagesRequest) ProtoMessage()

func (*ListImagesRequest) ProtoReflect

func (x *ListImagesRequest) ProtoReflect() protoreflect.Message

func (*ListImagesRequest) Reset

func (x *ListImagesRequest) Reset()

func (*ListImagesRequest) String

func (x *ListImagesRequest) String() string

type ListInstanceGroupManagersRequest

type ListInstanceGroupManagersRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// The name of the zone where the managed instance group is located.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for InstanceGroupManagers.List. See the method description for details.

func (*ListInstanceGroupManagersRequest) Descriptor

func (*ListInstanceGroupManagersRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListInstanceGroupManagersRequest.ProtoReflect.Descriptor instead.

func (*ListInstanceGroupManagersRequest) GetFilter

func (*ListInstanceGroupManagersRequest) GetMaxResults

func (x *ListInstanceGroupManagersRequest) GetMaxResults() uint32

func (*ListInstanceGroupManagersRequest) GetOrderBy

func (x *ListInstanceGroupManagersRequest) GetOrderBy() string

func (*ListInstanceGroupManagersRequest) GetPageToken

func (x *ListInstanceGroupManagersRequest) GetPageToken() string

func (*ListInstanceGroupManagersRequest) GetProject

func (x *ListInstanceGroupManagersRequest) GetProject() string

func (*ListInstanceGroupManagersRequest) GetReturnPartialSuccess

func (x *ListInstanceGroupManagersRequest) GetReturnPartialSuccess() bool

func (*ListInstanceGroupManagersRequest) GetZone

func (*ListInstanceGroupManagersRequest) ProtoMessage

func (*ListInstanceGroupManagersRequest) ProtoMessage()

func (*ListInstanceGroupManagersRequest) ProtoReflect

func (*ListInstanceGroupManagersRequest) Reset

func (*ListInstanceGroupManagersRequest) String

type ListInstanceGroupsRequest

type ListInstanceGroupsRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// The name of the zone where the instance group is located.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for InstanceGroups.List. See the method description for details.

func (*ListInstanceGroupsRequest) Descriptor

func (*ListInstanceGroupsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListInstanceGroupsRequest.ProtoReflect.Descriptor instead.

func (*ListInstanceGroupsRequest) GetFilter

func (x *ListInstanceGroupsRequest) GetFilter() string

func (*ListInstanceGroupsRequest) GetMaxResults

func (x *ListInstanceGroupsRequest) GetMaxResults() uint32

func (*ListInstanceGroupsRequest) GetOrderBy

func (x *ListInstanceGroupsRequest) GetOrderBy() string

func (*ListInstanceGroupsRequest) GetPageToken

func (x *ListInstanceGroupsRequest) GetPageToken() string

func (*ListInstanceGroupsRequest) GetProject

func (x *ListInstanceGroupsRequest) GetProject() string

func (*ListInstanceGroupsRequest) GetReturnPartialSuccess

func (x *ListInstanceGroupsRequest) GetReturnPartialSuccess() bool

func (*ListInstanceGroupsRequest) GetZone

func (x *ListInstanceGroupsRequest) GetZone() string

func (*ListInstanceGroupsRequest) ProtoMessage

func (*ListInstanceGroupsRequest) ProtoMessage()

func (*ListInstanceGroupsRequest) ProtoReflect

func (*ListInstanceGroupsRequest) Reset

func (x *ListInstanceGroupsRequest) Reset()

func (*ListInstanceGroupsRequest) String

func (x *ListInstanceGroupsRequest) String() string

type ListInstanceTemplatesRequest

type ListInstanceTemplatesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for InstanceTemplates.List. See the method description for details.

func (*ListInstanceTemplatesRequest) Descriptor

func (*ListInstanceTemplatesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListInstanceTemplatesRequest.ProtoReflect.Descriptor instead.

func (*ListInstanceTemplatesRequest) GetFilter

func (x *ListInstanceTemplatesRequest) GetFilter() string

func (*ListInstanceTemplatesRequest) GetMaxResults

func (x *ListInstanceTemplatesRequest) GetMaxResults() uint32

func (*ListInstanceTemplatesRequest) GetOrderBy

func (x *ListInstanceTemplatesRequest) GetOrderBy() string

func (*ListInstanceTemplatesRequest) GetPageToken

func (x *ListInstanceTemplatesRequest) GetPageToken() string

func (*ListInstanceTemplatesRequest) GetProject

func (x *ListInstanceTemplatesRequest) GetProject() string

func (*ListInstanceTemplatesRequest) GetReturnPartialSuccess

func (x *ListInstanceTemplatesRequest) GetReturnPartialSuccess() bool

func (*ListInstanceTemplatesRequest) ProtoMessage

func (*ListInstanceTemplatesRequest) ProtoMessage()

func (*ListInstanceTemplatesRequest) ProtoReflect

func (*ListInstanceTemplatesRequest) Reset

func (x *ListInstanceTemplatesRequest) Reset()

func (*ListInstanceTemplatesRequest) String

type ListInstancesInstanceGroupsRequest

type ListInstancesInstanceGroupsRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The name of the instance group from which you want to generate a list of included instances.
	InstanceGroup string `protobuf:"bytes,81095253,opt,name=instance_group,json=instanceGroup,proto3" json:"instance_group,omitempty"`
	// The body resource for this request
	InstanceGroupsListInstancesRequestResource *InstanceGroupsListInstancesRequest `protobuf:"bytes,476255263,opt,name=instance_groups_list_instances_request_resource,json=instanceGroupsListInstancesRequestResource,proto3" json:"instance_groups_list_instances_request_resource,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// The name of the zone where the instance group is located.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for InstanceGroups.ListInstances. See the method description for details.

func (*ListInstancesInstanceGroupsRequest) Descriptor

func (*ListInstancesInstanceGroupsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListInstancesInstanceGroupsRequest.ProtoReflect.Descriptor instead.

func (*ListInstancesInstanceGroupsRequest) GetFilter

func (*ListInstancesInstanceGroupsRequest) GetInstanceGroup

func (x *ListInstancesInstanceGroupsRequest) GetInstanceGroup() string

func (*ListInstancesInstanceGroupsRequest) GetInstanceGroupsListInstancesRequestResource

func (x *ListInstancesInstanceGroupsRequest) GetInstanceGroupsListInstancesRequestResource() *InstanceGroupsListInstancesRequest

func (*ListInstancesInstanceGroupsRequest) GetMaxResults

func (x *ListInstancesInstanceGroupsRequest) GetMaxResults() uint32

func (*ListInstancesInstanceGroupsRequest) GetOrderBy

func (*ListInstancesInstanceGroupsRequest) GetPageToken

func (x *ListInstancesInstanceGroupsRequest) GetPageToken() string

func (*ListInstancesInstanceGroupsRequest) GetProject

func (*ListInstancesInstanceGroupsRequest) GetReturnPartialSuccess

func (x *ListInstancesInstanceGroupsRequest) GetReturnPartialSuccess() bool

func (*ListInstancesInstanceGroupsRequest) GetZone

func (*ListInstancesInstanceGroupsRequest) ProtoMessage

func (*ListInstancesInstanceGroupsRequest) ProtoMessage()

func (*ListInstancesInstanceGroupsRequest) ProtoReflect

func (*ListInstancesInstanceGroupsRequest) Reset

func (*ListInstancesInstanceGroupsRequest) String

type ListInstancesRegionInstanceGroupsRequest

type ListInstancesRegionInstanceGroupsRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// Name of the regional instance group for which we want to list the instances.
	InstanceGroup string `protobuf:"bytes,81095253,opt,name=instance_group,json=instanceGroup,proto3" json:"instance_group,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// The body resource for this request
	RegionInstanceGroupsListInstancesRequestResource *RegionInstanceGroupsListInstancesRequest `protobuf:"bytes,48239828,opt,name=region_instance_groups_list_instances_request_resource,json=regionInstanceGroupsListInstancesRequestResource,proto3" json:"region_instance_groups_list_instances_request_resource,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionInstanceGroups.ListInstances. See the method description for details.

func (*ListInstancesRegionInstanceGroupsRequest) Descriptor

func (*ListInstancesRegionInstanceGroupsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListInstancesRegionInstanceGroupsRequest.ProtoReflect.Descriptor instead.

func (*ListInstancesRegionInstanceGroupsRequest) GetFilter

func (*ListInstancesRegionInstanceGroupsRequest) GetInstanceGroup

func (x *ListInstancesRegionInstanceGroupsRequest) GetInstanceGroup() string

func (*ListInstancesRegionInstanceGroupsRequest) GetMaxResults

func (*ListInstancesRegionInstanceGroupsRequest) GetOrderBy

func (*ListInstancesRegionInstanceGroupsRequest) GetPageToken

func (*ListInstancesRegionInstanceGroupsRequest) GetProject

func (*ListInstancesRegionInstanceGroupsRequest) GetRegion

func (*ListInstancesRegionInstanceGroupsRequest) GetRegionInstanceGroupsListInstancesRequestResource

func (x *ListInstancesRegionInstanceGroupsRequest) GetRegionInstanceGroupsListInstancesRequestResource() *RegionInstanceGroupsListInstancesRequest

func (*ListInstancesRegionInstanceGroupsRequest) GetReturnPartialSuccess

func (x *ListInstancesRegionInstanceGroupsRequest) GetReturnPartialSuccess() bool

func (*ListInstancesRegionInstanceGroupsRequest) ProtoMessage

func (*ListInstancesRegionInstanceGroupsRequest) ProtoReflect

func (*ListInstancesRegionInstanceGroupsRequest) Reset

func (*ListInstancesRegionInstanceGroupsRequest) String

type ListInstancesRequest

type ListInstancesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Instances.List. See the method description for details.

func (*ListInstancesRequest) Descriptor

func (*ListInstancesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListInstancesRequest.ProtoReflect.Descriptor instead.

func (*ListInstancesRequest) GetFilter

func (x *ListInstancesRequest) GetFilter() string

func (*ListInstancesRequest) GetMaxResults

func (x *ListInstancesRequest) GetMaxResults() uint32

func (*ListInstancesRequest) GetOrderBy

func (x *ListInstancesRequest) GetOrderBy() string

func (*ListInstancesRequest) GetPageToken

func (x *ListInstancesRequest) GetPageToken() string

func (*ListInstancesRequest) GetProject

func (x *ListInstancesRequest) GetProject() string

func (*ListInstancesRequest) GetReturnPartialSuccess

func (x *ListInstancesRequest) GetReturnPartialSuccess() bool

func (*ListInstancesRequest) GetZone

func (x *ListInstancesRequest) GetZone() string

func (*ListInstancesRequest) ProtoMessage

func (*ListInstancesRequest) ProtoMessage()

func (*ListInstancesRequest) ProtoReflect

func (x *ListInstancesRequest) ProtoReflect() protoreflect.Message

func (*ListInstancesRequest) Reset

func (x *ListInstancesRequest) Reset()

func (*ListInstancesRequest) String

func (x *ListInstancesRequest) String() string

type ListInterconnectAttachmentsRequest

type ListInterconnectAttachmentsRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for InterconnectAttachments.List. See the method description for details.

func (*ListInterconnectAttachmentsRequest) Descriptor

func (*ListInterconnectAttachmentsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListInterconnectAttachmentsRequest.ProtoReflect.Descriptor instead.

func (*ListInterconnectAttachmentsRequest) GetFilter

func (*ListInterconnectAttachmentsRequest) GetMaxResults

func (x *ListInterconnectAttachmentsRequest) GetMaxResults() uint32

func (*ListInterconnectAttachmentsRequest) GetOrderBy

func (*ListInterconnectAttachmentsRequest) GetPageToken

func (x *ListInterconnectAttachmentsRequest) GetPageToken() string

func (*ListInterconnectAttachmentsRequest) GetProject

func (*ListInterconnectAttachmentsRequest) GetRegion

func (*ListInterconnectAttachmentsRequest) GetReturnPartialSuccess

func (x *ListInterconnectAttachmentsRequest) GetReturnPartialSuccess() bool

func (*ListInterconnectAttachmentsRequest) ProtoMessage

func (*ListInterconnectAttachmentsRequest) ProtoMessage()

func (*ListInterconnectAttachmentsRequest) ProtoReflect

func (*ListInterconnectAttachmentsRequest) Reset

func (*ListInterconnectAttachmentsRequest) String

type ListInterconnectLocationsRequest

type ListInterconnectLocationsRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for InterconnectLocations.List. See the method description for details.

func (*ListInterconnectLocationsRequest) Descriptor

func (*ListInterconnectLocationsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListInterconnectLocationsRequest.ProtoReflect.Descriptor instead.

func (*ListInterconnectLocationsRequest) GetFilter

func (*ListInterconnectLocationsRequest) GetMaxResults

func (x *ListInterconnectLocationsRequest) GetMaxResults() uint32

func (*ListInterconnectLocationsRequest) GetOrderBy

func (x *ListInterconnectLocationsRequest) GetOrderBy() string

func (*ListInterconnectLocationsRequest) GetPageToken

func (x *ListInterconnectLocationsRequest) GetPageToken() string

func (*ListInterconnectLocationsRequest) GetProject

func (x *ListInterconnectLocationsRequest) GetProject() string

func (*ListInterconnectLocationsRequest) GetReturnPartialSuccess

func (x *ListInterconnectLocationsRequest) GetReturnPartialSuccess() bool

func (*ListInterconnectLocationsRequest) ProtoMessage

func (*ListInterconnectLocationsRequest) ProtoMessage()

func (*ListInterconnectLocationsRequest) ProtoReflect

func (*ListInterconnectLocationsRequest) Reset

func (*ListInterconnectLocationsRequest) String

type ListInterconnectRemoteLocationsRequest

type ListInterconnectRemoteLocationsRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for InterconnectRemoteLocations.List. See the method description for details.

func (*ListInterconnectRemoteLocationsRequest) Descriptor

func (*ListInterconnectRemoteLocationsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListInterconnectRemoteLocationsRequest.ProtoReflect.Descriptor instead.

func (*ListInterconnectRemoteLocationsRequest) GetFilter

func (*ListInterconnectRemoteLocationsRequest) GetMaxResults

func (*ListInterconnectRemoteLocationsRequest) GetOrderBy

func (*ListInterconnectRemoteLocationsRequest) GetPageToken

func (*ListInterconnectRemoteLocationsRequest) GetProject

func (*ListInterconnectRemoteLocationsRequest) GetReturnPartialSuccess

func (x *ListInterconnectRemoteLocationsRequest) GetReturnPartialSuccess() bool

func (*ListInterconnectRemoteLocationsRequest) ProtoMessage

func (*ListInterconnectRemoteLocationsRequest) ProtoReflect

func (*ListInterconnectRemoteLocationsRequest) Reset

func (*ListInterconnectRemoteLocationsRequest) String

type ListInterconnectsRequest

type ListInterconnectsRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for Interconnects.List. See the method description for details.

func (*ListInterconnectsRequest) Descriptor

func (*ListInterconnectsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListInterconnectsRequest.ProtoReflect.Descriptor instead.

func (*ListInterconnectsRequest) GetFilter

func (x *ListInterconnectsRequest) GetFilter() string

func (*ListInterconnectsRequest) GetMaxResults

func (x *ListInterconnectsRequest) GetMaxResults() uint32

func (*ListInterconnectsRequest) GetOrderBy

func (x *ListInterconnectsRequest) GetOrderBy() string

func (*ListInterconnectsRequest) GetPageToken

func (x *ListInterconnectsRequest) GetPageToken() string

func (*ListInterconnectsRequest) GetProject

func (x *ListInterconnectsRequest) GetProject() string

func (*ListInterconnectsRequest) GetReturnPartialSuccess

func (x *ListInterconnectsRequest) GetReturnPartialSuccess() bool

func (*ListInterconnectsRequest) ProtoMessage

func (*ListInterconnectsRequest) ProtoMessage()

func (*ListInterconnectsRequest) ProtoReflect

func (x *ListInterconnectsRequest) ProtoReflect() protoreflect.Message

func (*ListInterconnectsRequest) Reset

func (x *ListInterconnectsRequest) Reset()

func (*ListInterconnectsRequest) String

func (x *ListInterconnectsRequest) String() string

type ListLicensesRequest

type ListLicensesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for Licenses.List. See the method description for details.

func (*ListLicensesRequest) Descriptor

func (*ListLicensesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListLicensesRequest.ProtoReflect.Descriptor instead.

func (*ListLicensesRequest) GetFilter

func (x *ListLicensesRequest) GetFilter() string

func (*ListLicensesRequest) GetMaxResults

func (x *ListLicensesRequest) GetMaxResults() uint32

func (*ListLicensesRequest) GetOrderBy

func (x *ListLicensesRequest) GetOrderBy() string

func (*ListLicensesRequest) GetPageToken

func (x *ListLicensesRequest) GetPageToken() string

func (*ListLicensesRequest) GetProject

func (x *ListLicensesRequest) GetProject() string

func (*ListLicensesRequest) GetReturnPartialSuccess

func (x *ListLicensesRequest) GetReturnPartialSuccess() bool

func (*ListLicensesRequest) ProtoMessage

func (*ListLicensesRequest) ProtoMessage()

func (*ListLicensesRequest) ProtoReflect

func (x *ListLicensesRequest) ProtoReflect() protoreflect.Message

func (*ListLicensesRequest) Reset

func (x *ListLicensesRequest) Reset()

func (*ListLicensesRequest) String

func (x *ListLicensesRequest) String() string

type ListMachineImagesRequest

type ListMachineImagesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for MachineImages.List. See the method description for details.

func (*ListMachineImagesRequest) Descriptor

func (*ListMachineImagesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListMachineImagesRequest.ProtoReflect.Descriptor instead.

func (*ListMachineImagesRequest) GetFilter

func (x *ListMachineImagesRequest) GetFilter() string

func (*ListMachineImagesRequest) GetMaxResults

func (x *ListMachineImagesRequest) GetMaxResults() uint32

func (*ListMachineImagesRequest) GetOrderBy

func (x *ListMachineImagesRequest) GetOrderBy() string

func (*ListMachineImagesRequest) GetPageToken

func (x *ListMachineImagesRequest) GetPageToken() string

func (*ListMachineImagesRequest) GetProject

func (x *ListMachineImagesRequest) GetProject() string

func (*ListMachineImagesRequest) GetReturnPartialSuccess

func (x *ListMachineImagesRequest) GetReturnPartialSuccess() bool

func (*ListMachineImagesRequest) ProtoMessage

func (*ListMachineImagesRequest) ProtoMessage()

func (*ListMachineImagesRequest) ProtoReflect

func (x *ListMachineImagesRequest) ProtoReflect() protoreflect.Message

func (*ListMachineImagesRequest) Reset

func (x *ListMachineImagesRequest) Reset()

func (*ListMachineImagesRequest) String

func (x *ListMachineImagesRequest) String() string

type ListMachineTypesRequest

type ListMachineTypesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for MachineTypes.List. See the method description for details.

func (*ListMachineTypesRequest) Descriptor

func (*ListMachineTypesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListMachineTypesRequest.ProtoReflect.Descriptor instead.

func (*ListMachineTypesRequest) GetFilter

func (x *ListMachineTypesRequest) GetFilter() string

func (*ListMachineTypesRequest) GetMaxResults

func (x *ListMachineTypesRequest) GetMaxResults() uint32

func (*ListMachineTypesRequest) GetOrderBy

func (x *ListMachineTypesRequest) GetOrderBy() string

func (*ListMachineTypesRequest) GetPageToken

func (x *ListMachineTypesRequest) GetPageToken() string

func (*ListMachineTypesRequest) GetProject

func (x *ListMachineTypesRequest) GetProject() string

func (*ListMachineTypesRequest) GetReturnPartialSuccess

func (x *ListMachineTypesRequest) GetReturnPartialSuccess() bool

func (*ListMachineTypesRequest) GetZone

func (x *ListMachineTypesRequest) GetZone() string

func (*ListMachineTypesRequest) ProtoMessage

func (*ListMachineTypesRequest) ProtoMessage()

func (*ListMachineTypesRequest) ProtoReflect

func (x *ListMachineTypesRequest) ProtoReflect() protoreflect.Message

func (*ListMachineTypesRequest) Reset

func (x *ListMachineTypesRequest) Reset()

func (*ListMachineTypesRequest) String

func (x *ListMachineTypesRequest) String() string

type ListManagedInstancesInstanceGroupManagersRequest

type ListManagedInstancesInstanceGroupManagersRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The name of the managed instance group.
	InstanceGroupManager string `protobuf:"bytes,249363395,opt,name=instance_group_manager,json=instanceGroupManager,proto3" json:"instance_group_manager,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// The name of the zone where the managed instance group is located.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for InstanceGroupManagers.ListManagedInstances. See the method description for details.

func (*ListManagedInstancesInstanceGroupManagersRequest) Descriptor

Deprecated: Use ListManagedInstancesInstanceGroupManagersRequest.ProtoReflect.Descriptor instead.

func (*ListManagedInstancesInstanceGroupManagersRequest) GetFilter

func (*ListManagedInstancesInstanceGroupManagersRequest) GetInstanceGroupManager

func (x *ListManagedInstancesInstanceGroupManagersRequest) GetInstanceGroupManager() string

func (*ListManagedInstancesInstanceGroupManagersRequest) GetMaxResults

func (*ListManagedInstancesInstanceGroupManagersRequest) GetOrderBy

func (*ListManagedInstancesInstanceGroupManagersRequest) GetPageToken

func (*ListManagedInstancesInstanceGroupManagersRequest) GetProject

func (*ListManagedInstancesInstanceGroupManagersRequest) GetReturnPartialSuccess

func (x *ListManagedInstancesInstanceGroupManagersRequest) GetReturnPartialSuccess() bool

func (*ListManagedInstancesInstanceGroupManagersRequest) GetZone

func (*ListManagedInstancesInstanceGroupManagersRequest) ProtoMessage

func (*ListManagedInstancesInstanceGroupManagersRequest) ProtoReflect

func (*ListManagedInstancesInstanceGroupManagersRequest) Reset

func (*ListManagedInstancesInstanceGroupManagersRequest) String

type ListManagedInstancesRegionInstanceGroupManagersRequest

type ListManagedInstancesRegionInstanceGroupManagersRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The name of the managed instance group.
	InstanceGroupManager string `protobuf:"bytes,249363395,opt,name=instance_group_manager,json=instanceGroupManager,proto3" json:"instance_group_manager,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionInstanceGroupManagers.ListManagedInstances. See the method description for details.

func (*ListManagedInstancesRegionInstanceGroupManagersRequest) Descriptor

Deprecated: Use ListManagedInstancesRegionInstanceGroupManagersRequest.ProtoReflect.Descriptor instead.

func (*ListManagedInstancesRegionInstanceGroupManagersRequest) GetFilter

func (*ListManagedInstancesRegionInstanceGroupManagersRequest) GetInstanceGroupManager

func (*ListManagedInstancesRegionInstanceGroupManagersRequest) GetMaxResults

func (*ListManagedInstancesRegionInstanceGroupManagersRequest) GetOrderBy

func (*ListManagedInstancesRegionInstanceGroupManagersRequest) GetPageToken

func (*ListManagedInstancesRegionInstanceGroupManagersRequest) GetProject

func (*ListManagedInstancesRegionInstanceGroupManagersRequest) GetRegion

func (*ListManagedInstancesRegionInstanceGroupManagersRequest) GetReturnPartialSuccess

func (x *ListManagedInstancesRegionInstanceGroupManagersRequest) GetReturnPartialSuccess() bool

func (*ListManagedInstancesRegionInstanceGroupManagersRequest) ProtoMessage

func (*ListManagedInstancesRegionInstanceGroupManagersRequest) ProtoReflect

func (*ListManagedInstancesRegionInstanceGroupManagersRequest) Reset

func (*ListManagedInstancesRegionInstanceGroupManagersRequest) String

type ListNetworkAttachmentsRequest

type ListNetworkAttachmentsRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region of this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for NetworkAttachments.List. See the method description for details.

func (*ListNetworkAttachmentsRequest) Descriptor

func (*ListNetworkAttachmentsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListNetworkAttachmentsRequest.ProtoReflect.Descriptor instead.

func (*ListNetworkAttachmentsRequest) GetFilter

func (x *ListNetworkAttachmentsRequest) GetFilter() string

func (*ListNetworkAttachmentsRequest) GetMaxResults

func (x *ListNetworkAttachmentsRequest) GetMaxResults() uint32

func (*ListNetworkAttachmentsRequest) GetOrderBy

func (x *ListNetworkAttachmentsRequest) GetOrderBy() string

func (*ListNetworkAttachmentsRequest) GetPageToken

func (x *ListNetworkAttachmentsRequest) GetPageToken() string

func (*ListNetworkAttachmentsRequest) GetProject

func (x *ListNetworkAttachmentsRequest) GetProject() string

func (*ListNetworkAttachmentsRequest) GetRegion

func (x *ListNetworkAttachmentsRequest) GetRegion() string

func (*ListNetworkAttachmentsRequest) GetReturnPartialSuccess

func (x *ListNetworkAttachmentsRequest) GetReturnPartialSuccess() bool

func (*ListNetworkAttachmentsRequest) ProtoMessage

func (*ListNetworkAttachmentsRequest) ProtoMessage()

func (*ListNetworkAttachmentsRequest) ProtoReflect

func (*ListNetworkAttachmentsRequest) Reset

func (x *ListNetworkAttachmentsRequest) Reset()

func (*ListNetworkAttachmentsRequest) String

type ListNetworkEndpointGroupsRequest

type ListNetworkEndpointGroupsRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// The name of the zone where the network endpoint group is located. It should comply with RFC1035.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for NetworkEndpointGroups.List. See the method description for details.

func (*ListNetworkEndpointGroupsRequest) Descriptor

func (*ListNetworkEndpointGroupsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListNetworkEndpointGroupsRequest.ProtoReflect.Descriptor instead.

func (*ListNetworkEndpointGroupsRequest) GetFilter

func (*ListNetworkEndpointGroupsRequest) GetMaxResults

func (x *ListNetworkEndpointGroupsRequest) GetMaxResults() uint32

func (*ListNetworkEndpointGroupsRequest) GetOrderBy

func (x *ListNetworkEndpointGroupsRequest) GetOrderBy() string

func (*ListNetworkEndpointGroupsRequest) GetPageToken

func (x *ListNetworkEndpointGroupsRequest) GetPageToken() string

func (*ListNetworkEndpointGroupsRequest) GetProject

func (x *ListNetworkEndpointGroupsRequest) GetProject() string

func (*ListNetworkEndpointGroupsRequest) GetReturnPartialSuccess

func (x *ListNetworkEndpointGroupsRequest) GetReturnPartialSuccess() bool

func (*ListNetworkEndpointGroupsRequest) GetZone

func (*ListNetworkEndpointGroupsRequest) ProtoMessage

func (*ListNetworkEndpointGroupsRequest) ProtoMessage()

func (*ListNetworkEndpointGroupsRequest) ProtoReflect

func (*ListNetworkEndpointGroupsRequest) Reset

func (*ListNetworkEndpointGroupsRequest) String

type ListNetworkEndpointsGlobalNetworkEndpointGroupsRequest

type ListNetworkEndpointsGlobalNetworkEndpointGroupsRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// The name of the network endpoint group from which you want to generate a list of included network endpoints. It should comply with RFC1035.
	NetworkEndpointGroup string `protobuf:"bytes,433907078,opt,name=network_endpoint_group,json=networkEndpointGroup,proto3" json:"network_endpoint_group,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for GlobalNetworkEndpointGroups.ListNetworkEndpoints. See the method description for details.

func (*ListNetworkEndpointsGlobalNetworkEndpointGroupsRequest) Descriptor

Deprecated: Use ListNetworkEndpointsGlobalNetworkEndpointGroupsRequest.ProtoReflect.Descriptor instead.

func (*ListNetworkEndpointsGlobalNetworkEndpointGroupsRequest) GetFilter

func (*ListNetworkEndpointsGlobalNetworkEndpointGroupsRequest) GetMaxResults

func (*ListNetworkEndpointsGlobalNetworkEndpointGroupsRequest) GetNetworkEndpointGroup

func (*ListNetworkEndpointsGlobalNetworkEndpointGroupsRequest) GetOrderBy

func (*ListNetworkEndpointsGlobalNetworkEndpointGroupsRequest) GetPageToken

func (*ListNetworkEndpointsGlobalNetworkEndpointGroupsRequest) GetProject

func (*ListNetworkEndpointsGlobalNetworkEndpointGroupsRequest) GetReturnPartialSuccess

func (x *ListNetworkEndpointsGlobalNetworkEndpointGroupsRequest) GetReturnPartialSuccess() bool

func (*ListNetworkEndpointsGlobalNetworkEndpointGroupsRequest) ProtoMessage

func (*ListNetworkEndpointsGlobalNetworkEndpointGroupsRequest) ProtoReflect

func (*ListNetworkEndpointsGlobalNetworkEndpointGroupsRequest) Reset

func (*ListNetworkEndpointsGlobalNetworkEndpointGroupsRequest) String

type ListNetworkEndpointsNetworkEndpointGroupsRequest

type ListNetworkEndpointsNetworkEndpointGroupsRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// The name of the network endpoint group from which you want to generate a list of included network endpoints. It should comply with RFC1035.
	NetworkEndpointGroup string `protobuf:"bytes,433907078,opt,name=network_endpoint_group,json=networkEndpointGroup,proto3" json:"network_endpoint_group,omitempty"`
	// The body resource for this request
	NetworkEndpointGroupsListEndpointsRequestResource *NetworkEndpointGroupsListEndpointsRequest `protobuf:"bytes,59493390,opt,name=network_endpoint_groups_list_endpoints_request_resource,json=networkEndpointGroupsListEndpointsRequestResource,proto3" json:"network_endpoint_groups_list_endpoints_request_resource,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// The name of the zone where the network endpoint group is located. It should comply with RFC1035.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for NetworkEndpointGroups.ListNetworkEndpoints. See the method description for details.

func (*ListNetworkEndpointsNetworkEndpointGroupsRequest) Descriptor

Deprecated: Use ListNetworkEndpointsNetworkEndpointGroupsRequest.ProtoReflect.Descriptor instead.

func (*ListNetworkEndpointsNetworkEndpointGroupsRequest) GetFilter

func (*ListNetworkEndpointsNetworkEndpointGroupsRequest) GetMaxResults

func (*ListNetworkEndpointsNetworkEndpointGroupsRequest) GetNetworkEndpointGroup

func (x *ListNetworkEndpointsNetworkEndpointGroupsRequest) GetNetworkEndpointGroup() string

func (*ListNetworkEndpointsNetworkEndpointGroupsRequest) GetNetworkEndpointGroupsListEndpointsRequestResource

func (x *ListNetworkEndpointsNetworkEndpointGroupsRequest) GetNetworkEndpointGroupsListEndpointsRequestResource() *NetworkEndpointGroupsListEndpointsRequest

func (*ListNetworkEndpointsNetworkEndpointGroupsRequest) GetOrderBy

func (*ListNetworkEndpointsNetworkEndpointGroupsRequest) GetPageToken

func (*ListNetworkEndpointsNetworkEndpointGroupsRequest) GetProject

func (*ListNetworkEndpointsNetworkEndpointGroupsRequest) GetReturnPartialSuccess

func (x *ListNetworkEndpointsNetworkEndpointGroupsRequest) GetReturnPartialSuccess() bool

func (*ListNetworkEndpointsNetworkEndpointGroupsRequest) GetZone

func (*ListNetworkEndpointsNetworkEndpointGroupsRequest) ProtoMessage

func (*ListNetworkEndpointsNetworkEndpointGroupsRequest) ProtoReflect

func (*ListNetworkEndpointsNetworkEndpointGroupsRequest) Reset

func (*ListNetworkEndpointsNetworkEndpointGroupsRequest) String

type ListNetworkFirewallPoliciesRequest

type ListNetworkFirewallPoliciesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for NetworkFirewallPolicies.List. See the method description for details.

func (*ListNetworkFirewallPoliciesRequest) Descriptor

func (*ListNetworkFirewallPoliciesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListNetworkFirewallPoliciesRequest.ProtoReflect.Descriptor instead.

func (*ListNetworkFirewallPoliciesRequest) GetFilter

func (*ListNetworkFirewallPoliciesRequest) GetMaxResults

func (x *ListNetworkFirewallPoliciesRequest) GetMaxResults() uint32

func (*ListNetworkFirewallPoliciesRequest) GetOrderBy

func (*ListNetworkFirewallPoliciesRequest) GetPageToken

func (x *ListNetworkFirewallPoliciesRequest) GetPageToken() string

func (*ListNetworkFirewallPoliciesRequest) GetProject

func (*ListNetworkFirewallPoliciesRequest) GetReturnPartialSuccess

func (x *ListNetworkFirewallPoliciesRequest) GetReturnPartialSuccess() bool

func (*ListNetworkFirewallPoliciesRequest) ProtoMessage

func (*ListNetworkFirewallPoliciesRequest) ProtoMessage()

func (*ListNetworkFirewallPoliciesRequest) ProtoReflect

func (*ListNetworkFirewallPoliciesRequest) Reset

func (*ListNetworkFirewallPoliciesRequest) String

type ListNetworksRequest

type ListNetworksRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for Networks.List. See the method description for details.

func (*ListNetworksRequest) Descriptor

func (*ListNetworksRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListNetworksRequest.ProtoReflect.Descriptor instead.

func (*ListNetworksRequest) GetFilter

func (x *ListNetworksRequest) GetFilter() string

func (*ListNetworksRequest) GetMaxResults

func (x *ListNetworksRequest) GetMaxResults() uint32

func (*ListNetworksRequest) GetOrderBy

func (x *ListNetworksRequest) GetOrderBy() string

func (*ListNetworksRequest) GetPageToken

func (x *ListNetworksRequest) GetPageToken() string

func (*ListNetworksRequest) GetProject

func (x *ListNetworksRequest) GetProject() string

func (*ListNetworksRequest) GetReturnPartialSuccess

func (x *ListNetworksRequest) GetReturnPartialSuccess() bool

func (*ListNetworksRequest) ProtoMessage

func (*ListNetworksRequest) ProtoMessage()

func (*ListNetworksRequest) ProtoReflect

func (x *ListNetworksRequest) ProtoReflect() protoreflect.Message

func (*ListNetworksRequest) Reset

func (x *ListNetworksRequest) Reset()

func (*ListNetworksRequest) String

func (x *ListNetworksRequest) String() string

type ListNodeGroupsRequest

type ListNodeGroupsRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for NodeGroups.List. See the method description for details.

func (*ListNodeGroupsRequest) Descriptor

func (*ListNodeGroupsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListNodeGroupsRequest.ProtoReflect.Descriptor instead.

func (*ListNodeGroupsRequest) GetFilter

func (x *ListNodeGroupsRequest) GetFilter() string

func (*ListNodeGroupsRequest) GetMaxResults

func (x *ListNodeGroupsRequest) GetMaxResults() uint32

func (*ListNodeGroupsRequest) GetOrderBy

func (x *ListNodeGroupsRequest) GetOrderBy() string

func (*ListNodeGroupsRequest) GetPageToken

func (x *ListNodeGroupsRequest) GetPageToken() string

func (*ListNodeGroupsRequest) GetProject

func (x *ListNodeGroupsRequest) GetProject() string

func (*ListNodeGroupsRequest) GetReturnPartialSuccess

func (x *ListNodeGroupsRequest) GetReturnPartialSuccess() bool

func (*ListNodeGroupsRequest) GetZone

func (x *ListNodeGroupsRequest) GetZone() string

func (*ListNodeGroupsRequest) ProtoMessage

func (*ListNodeGroupsRequest) ProtoMessage()

func (*ListNodeGroupsRequest) ProtoReflect

func (x *ListNodeGroupsRequest) ProtoReflect() protoreflect.Message

func (*ListNodeGroupsRequest) Reset

func (x *ListNodeGroupsRequest) Reset()

func (*ListNodeGroupsRequest) String

func (x *ListNodeGroupsRequest) String() string

type ListNodeTemplatesRequest

type ListNodeTemplatesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for NodeTemplates.List. See the method description for details.

func (*ListNodeTemplatesRequest) Descriptor

func (*ListNodeTemplatesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListNodeTemplatesRequest.ProtoReflect.Descriptor instead.

func (*ListNodeTemplatesRequest) GetFilter

func (x *ListNodeTemplatesRequest) GetFilter() string

func (*ListNodeTemplatesRequest) GetMaxResults

func (x *ListNodeTemplatesRequest) GetMaxResults() uint32

func (*ListNodeTemplatesRequest) GetOrderBy

func (x *ListNodeTemplatesRequest) GetOrderBy() string

func (*ListNodeTemplatesRequest) GetPageToken

func (x *ListNodeTemplatesRequest) GetPageToken() string

func (*ListNodeTemplatesRequest) GetProject

func (x *ListNodeTemplatesRequest) GetProject() string

func (*ListNodeTemplatesRequest) GetRegion

func (x *ListNodeTemplatesRequest) GetRegion() string

func (*ListNodeTemplatesRequest) GetReturnPartialSuccess

func (x *ListNodeTemplatesRequest) GetReturnPartialSuccess() bool

func (*ListNodeTemplatesRequest) ProtoMessage

func (*ListNodeTemplatesRequest) ProtoMessage()

func (*ListNodeTemplatesRequest) ProtoReflect

func (x *ListNodeTemplatesRequest) ProtoReflect() protoreflect.Message

func (*ListNodeTemplatesRequest) Reset

func (x *ListNodeTemplatesRequest) Reset()

func (*ListNodeTemplatesRequest) String

func (x *ListNodeTemplatesRequest) String() string

type ListNodeTypesRequest

type ListNodeTypesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for NodeTypes.List. See the method description for details.

func (*ListNodeTypesRequest) Descriptor

func (*ListNodeTypesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListNodeTypesRequest.ProtoReflect.Descriptor instead.

func (*ListNodeTypesRequest) GetFilter

func (x *ListNodeTypesRequest) GetFilter() string

func (*ListNodeTypesRequest) GetMaxResults

func (x *ListNodeTypesRequest) GetMaxResults() uint32

func (*ListNodeTypesRequest) GetOrderBy

func (x *ListNodeTypesRequest) GetOrderBy() string

func (*ListNodeTypesRequest) GetPageToken

func (x *ListNodeTypesRequest) GetPageToken() string

func (*ListNodeTypesRequest) GetProject

func (x *ListNodeTypesRequest) GetProject() string

func (*ListNodeTypesRequest) GetReturnPartialSuccess

func (x *ListNodeTypesRequest) GetReturnPartialSuccess() bool

func (*ListNodeTypesRequest) GetZone

func (x *ListNodeTypesRequest) GetZone() string

func (*ListNodeTypesRequest) ProtoMessage

func (*ListNodeTypesRequest) ProtoMessage()

func (*ListNodeTypesRequest) ProtoReflect

func (x *ListNodeTypesRequest) ProtoReflect() protoreflect.Message

func (*ListNodeTypesRequest) Reset

func (x *ListNodeTypesRequest) Reset()

func (*ListNodeTypesRequest) String

func (x *ListNodeTypesRequest) String() string

type ListNodesNodeGroupsRequest

type ListNodesNodeGroupsRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Name of the NodeGroup resource whose nodes you want to list.
	NodeGroup string `protobuf:"bytes,469958146,opt,name=node_group,json=nodeGroup,proto3" json:"node_group,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for NodeGroups.ListNodes. See the method description for details.

func (*ListNodesNodeGroupsRequest) Descriptor

func (*ListNodesNodeGroupsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListNodesNodeGroupsRequest.ProtoReflect.Descriptor instead.

func (*ListNodesNodeGroupsRequest) GetFilter

func (x *ListNodesNodeGroupsRequest) GetFilter() string

func (*ListNodesNodeGroupsRequest) GetMaxResults

func (x *ListNodesNodeGroupsRequest) GetMaxResults() uint32

func (*ListNodesNodeGroupsRequest) GetNodeGroup

func (x *ListNodesNodeGroupsRequest) GetNodeGroup() string

func (*ListNodesNodeGroupsRequest) GetOrderBy

func (x *ListNodesNodeGroupsRequest) GetOrderBy() string

func (*ListNodesNodeGroupsRequest) GetPageToken

func (x *ListNodesNodeGroupsRequest) GetPageToken() string

func (*ListNodesNodeGroupsRequest) GetProject

func (x *ListNodesNodeGroupsRequest) GetProject() string

func (*ListNodesNodeGroupsRequest) GetReturnPartialSuccess

func (x *ListNodesNodeGroupsRequest) GetReturnPartialSuccess() bool

func (*ListNodesNodeGroupsRequest) GetZone

func (x *ListNodesNodeGroupsRequest) GetZone() string

func (*ListNodesNodeGroupsRequest) ProtoMessage

func (*ListNodesNodeGroupsRequest) ProtoMessage()

func (*ListNodesNodeGroupsRequest) ProtoReflect

func (*ListNodesNodeGroupsRequest) Reset

func (x *ListNodesNodeGroupsRequest) Reset()

func (*ListNodesNodeGroupsRequest) String

func (x *ListNodesNodeGroupsRequest) String() string

type ListPacketMirroringsRequest

type ListPacketMirroringsRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for PacketMirrorings.List. See the method description for details.

func (*ListPacketMirroringsRequest) Descriptor

func (*ListPacketMirroringsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListPacketMirroringsRequest.ProtoReflect.Descriptor instead.

func (*ListPacketMirroringsRequest) GetFilter

func (x *ListPacketMirroringsRequest) GetFilter() string

func (*ListPacketMirroringsRequest) GetMaxResults

func (x *ListPacketMirroringsRequest) GetMaxResults() uint32

func (*ListPacketMirroringsRequest) GetOrderBy

func (x *ListPacketMirroringsRequest) GetOrderBy() string

func (*ListPacketMirroringsRequest) GetPageToken

func (x *ListPacketMirroringsRequest) GetPageToken() string

func (*ListPacketMirroringsRequest) GetProject

func (x *ListPacketMirroringsRequest) GetProject() string

func (*ListPacketMirroringsRequest) GetRegion

func (x *ListPacketMirroringsRequest) GetRegion() string

func (*ListPacketMirroringsRequest) GetReturnPartialSuccess

func (x *ListPacketMirroringsRequest) GetReturnPartialSuccess() bool

func (*ListPacketMirroringsRequest) ProtoMessage

func (*ListPacketMirroringsRequest) ProtoMessage()

func (*ListPacketMirroringsRequest) ProtoReflect

func (*ListPacketMirroringsRequest) Reset

func (x *ListPacketMirroringsRequest) Reset()

func (*ListPacketMirroringsRequest) String

func (x *ListPacketMirroringsRequest) String() string

type ListPeeringRoutesNetworksRequest

type ListPeeringRoutesNetworksRequest struct {

	// The direction of the exchanged routes.
	// Check the Direction enum for the list of possible values.
	Direction *string `protobuf:"bytes,111150975,opt,name=direction,proto3,oneof" json:"direction,omitempty"`
	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Name of the network for this request.
	Network string `protobuf:"bytes,232872494,opt,name=network,proto3" json:"network,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// The response will show routes exchanged over the given peering connection.
	PeeringName *string `protobuf:"bytes,249571370,opt,name=peering_name,json=peeringName,proto3,oneof" json:"peering_name,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The region of the request. The response will include all subnet routes, static routes and dynamic routes in the region.
	Region *string `protobuf:"bytes,138946292,opt,name=region,proto3,oneof" json:"region,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for Networks.ListPeeringRoutes. See the method description for details.

func (*ListPeeringRoutesNetworksRequest) Descriptor

func (*ListPeeringRoutesNetworksRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListPeeringRoutesNetworksRequest.ProtoReflect.Descriptor instead.

func (*ListPeeringRoutesNetworksRequest) GetDirection

func (x *ListPeeringRoutesNetworksRequest) GetDirection() string

func (*ListPeeringRoutesNetworksRequest) GetFilter

func (*ListPeeringRoutesNetworksRequest) GetMaxResults

func (x *ListPeeringRoutesNetworksRequest) GetMaxResults() uint32

func (*ListPeeringRoutesNetworksRequest) GetNetwork

func (x *ListPeeringRoutesNetworksRequest) GetNetwork() string

func (*ListPeeringRoutesNetworksRequest) GetOrderBy

func (x *ListPeeringRoutesNetworksRequest) GetOrderBy() string

func (*ListPeeringRoutesNetworksRequest) GetPageToken

func (x *ListPeeringRoutesNetworksRequest) GetPageToken() string

func (*ListPeeringRoutesNetworksRequest) GetPeeringName

func (x *ListPeeringRoutesNetworksRequest) GetPeeringName() string

func (*ListPeeringRoutesNetworksRequest) GetProject

func (x *ListPeeringRoutesNetworksRequest) GetProject() string

func (*ListPeeringRoutesNetworksRequest) GetRegion

func (*ListPeeringRoutesNetworksRequest) GetReturnPartialSuccess

func (x *ListPeeringRoutesNetworksRequest) GetReturnPartialSuccess() bool

func (*ListPeeringRoutesNetworksRequest) ProtoMessage

func (*ListPeeringRoutesNetworksRequest) ProtoMessage()

func (*ListPeeringRoutesNetworksRequest) ProtoReflect

func (*ListPeeringRoutesNetworksRequest) Reset

func (*ListPeeringRoutesNetworksRequest) String

type ListPeeringRoutesNetworksRequest_Direction

type ListPeeringRoutesNetworksRequest_Direction int32

The direction of the exchanged routes.

const (
	// A value indicating that the enum field is not set.
	ListPeeringRoutesNetworksRequest_UNDEFINED_DIRECTION ListPeeringRoutesNetworksRequest_Direction = 0
	// For routes exported from peer network.
	ListPeeringRoutesNetworksRequest_INCOMING ListPeeringRoutesNetworksRequest_Direction = 338552870
	// For routes exported from local network.
	ListPeeringRoutesNetworksRequest_OUTGOING ListPeeringRoutesNetworksRequest_Direction = 307438444
)

func (ListPeeringRoutesNetworksRequest_Direction) Descriptor

func (ListPeeringRoutesNetworksRequest_Direction) Enum

func (ListPeeringRoutesNetworksRequest_Direction) EnumDescriptor

func (ListPeeringRoutesNetworksRequest_Direction) EnumDescriptor() ([]byte, []int)

Deprecated: Use ListPeeringRoutesNetworksRequest_Direction.Descriptor instead.

func (ListPeeringRoutesNetworksRequest_Direction) Number

func (ListPeeringRoutesNetworksRequest_Direction) String

func (ListPeeringRoutesNetworksRequest_Direction) Type

type ListPerInstanceConfigsInstanceGroupManagersRequest

type ListPerInstanceConfigsInstanceGroupManagersRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The name of the managed instance group. It should conform to RFC1035.
	InstanceGroupManager string `protobuf:"bytes,249363395,opt,name=instance_group_manager,json=instanceGroupManager,proto3" json:"instance_group_manager,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// The name of the zone where the managed instance group is located. It should conform to RFC1035.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for InstanceGroupManagers.ListPerInstanceConfigs. See the method description for details.

func (*ListPerInstanceConfigsInstanceGroupManagersRequest) Descriptor

Deprecated: Use ListPerInstanceConfigsInstanceGroupManagersRequest.ProtoReflect.Descriptor instead.

func (*ListPerInstanceConfigsInstanceGroupManagersRequest) GetFilter

func (*ListPerInstanceConfigsInstanceGroupManagersRequest) GetInstanceGroupManager

func (x *ListPerInstanceConfigsInstanceGroupManagersRequest) GetInstanceGroupManager() string

func (*ListPerInstanceConfigsInstanceGroupManagersRequest) GetMaxResults

func (*ListPerInstanceConfigsInstanceGroupManagersRequest) GetOrderBy

func (*ListPerInstanceConfigsInstanceGroupManagersRequest) GetPageToken

func (*ListPerInstanceConfigsInstanceGroupManagersRequest) GetProject

func (*ListPerInstanceConfigsInstanceGroupManagersRequest) GetReturnPartialSuccess

func (x *ListPerInstanceConfigsInstanceGroupManagersRequest) GetReturnPartialSuccess() bool

func (*ListPerInstanceConfigsInstanceGroupManagersRequest) GetZone

func (*ListPerInstanceConfigsInstanceGroupManagersRequest) ProtoMessage

func (*ListPerInstanceConfigsInstanceGroupManagersRequest) ProtoReflect

func (*ListPerInstanceConfigsInstanceGroupManagersRequest) Reset

func (*ListPerInstanceConfigsInstanceGroupManagersRequest) String

type ListPerInstanceConfigsRegionInstanceGroupManagersRequest

type ListPerInstanceConfigsRegionInstanceGroupManagersRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The name of the managed instance group. It should conform to RFC1035.
	InstanceGroupManager string `protobuf:"bytes,249363395,opt,name=instance_group_manager,json=instanceGroupManager,proto3" json:"instance_group_manager,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request, should conform to RFC1035.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionInstanceGroupManagers.ListPerInstanceConfigs. See the method description for details.

func (*ListPerInstanceConfigsRegionInstanceGroupManagersRequest) Descriptor

Deprecated: Use ListPerInstanceConfigsRegionInstanceGroupManagersRequest.ProtoReflect.Descriptor instead.

func (*ListPerInstanceConfigsRegionInstanceGroupManagersRequest) GetFilter

func (*ListPerInstanceConfigsRegionInstanceGroupManagersRequest) GetInstanceGroupManager

func (*ListPerInstanceConfigsRegionInstanceGroupManagersRequest) GetMaxResults

func (*ListPerInstanceConfigsRegionInstanceGroupManagersRequest) GetOrderBy

func (*ListPerInstanceConfigsRegionInstanceGroupManagersRequest) GetPageToken

func (*ListPerInstanceConfigsRegionInstanceGroupManagersRequest) GetProject

func (*ListPerInstanceConfigsRegionInstanceGroupManagersRequest) GetRegion

func (*ListPerInstanceConfigsRegionInstanceGroupManagersRequest) GetReturnPartialSuccess

func (*ListPerInstanceConfigsRegionInstanceGroupManagersRequest) ProtoMessage

func (*ListPerInstanceConfigsRegionInstanceGroupManagersRequest) ProtoReflect

func (*ListPerInstanceConfigsRegionInstanceGroupManagersRequest) Reset

func (*ListPerInstanceConfigsRegionInstanceGroupManagersRequest) String

type ListPreconfiguredExpressionSetsSecurityPoliciesRequest

type ListPreconfiguredExpressionSetsSecurityPoliciesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for SecurityPolicies.ListPreconfiguredExpressionSets. See the method description for details.

func (*ListPreconfiguredExpressionSetsSecurityPoliciesRequest) Descriptor

Deprecated: Use ListPreconfiguredExpressionSetsSecurityPoliciesRequest.ProtoReflect.Descriptor instead.

func (*ListPreconfiguredExpressionSetsSecurityPoliciesRequest) GetFilter

func (*ListPreconfiguredExpressionSetsSecurityPoliciesRequest) GetMaxResults

func (*ListPreconfiguredExpressionSetsSecurityPoliciesRequest) GetOrderBy

func (*ListPreconfiguredExpressionSetsSecurityPoliciesRequest) GetPageToken

func (*ListPreconfiguredExpressionSetsSecurityPoliciesRequest) GetProject

func (*ListPreconfiguredExpressionSetsSecurityPoliciesRequest) GetReturnPartialSuccess

func (x *ListPreconfiguredExpressionSetsSecurityPoliciesRequest) GetReturnPartialSuccess() bool

func (*ListPreconfiguredExpressionSetsSecurityPoliciesRequest) ProtoMessage

func (*ListPreconfiguredExpressionSetsSecurityPoliciesRequest) ProtoReflect

func (*ListPreconfiguredExpressionSetsSecurityPoliciesRequest) Reset

func (*ListPreconfiguredExpressionSetsSecurityPoliciesRequest) String

type ListPublicAdvertisedPrefixesRequest

type ListPublicAdvertisedPrefixesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for PublicAdvertisedPrefixes.List. See the method description for details.

func (*ListPublicAdvertisedPrefixesRequest) Descriptor

func (*ListPublicAdvertisedPrefixesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListPublicAdvertisedPrefixesRequest.ProtoReflect.Descriptor instead.

func (*ListPublicAdvertisedPrefixesRequest) GetFilter

func (*ListPublicAdvertisedPrefixesRequest) GetMaxResults

func (x *ListPublicAdvertisedPrefixesRequest) GetMaxResults() uint32

func (*ListPublicAdvertisedPrefixesRequest) GetOrderBy

func (*ListPublicAdvertisedPrefixesRequest) GetPageToken

func (x *ListPublicAdvertisedPrefixesRequest) GetPageToken() string

func (*ListPublicAdvertisedPrefixesRequest) GetProject

func (*ListPublicAdvertisedPrefixesRequest) GetReturnPartialSuccess

func (x *ListPublicAdvertisedPrefixesRequest) GetReturnPartialSuccess() bool

func (*ListPublicAdvertisedPrefixesRequest) ProtoMessage

func (*ListPublicAdvertisedPrefixesRequest) ProtoMessage()

func (*ListPublicAdvertisedPrefixesRequest) ProtoReflect

func (*ListPublicAdvertisedPrefixesRequest) Reset

func (*ListPublicAdvertisedPrefixesRequest) String

type ListPublicDelegatedPrefixesRequest

type ListPublicDelegatedPrefixesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region of this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for PublicDelegatedPrefixes.List. See the method description for details.

func (*ListPublicDelegatedPrefixesRequest) Descriptor

func (*ListPublicDelegatedPrefixesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListPublicDelegatedPrefixesRequest.ProtoReflect.Descriptor instead.

func (*ListPublicDelegatedPrefixesRequest) GetFilter

func (*ListPublicDelegatedPrefixesRequest) GetMaxResults

func (x *ListPublicDelegatedPrefixesRequest) GetMaxResults() uint32

func (*ListPublicDelegatedPrefixesRequest) GetOrderBy

func (*ListPublicDelegatedPrefixesRequest) GetPageToken

func (x *ListPublicDelegatedPrefixesRequest) GetPageToken() string

func (*ListPublicDelegatedPrefixesRequest) GetProject

func (*ListPublicDelegatedPrefixesRequest) GetRegion

func (*ListPublicDelegatedPrefixesRequest) GetReturnPartialSuccess

func (x *ListPublicDelegatedPrefixesRequest) GetReturnPartialSuccess() bool

func (*ListPublicDelegatedPrefixesRequest) ProtoMessage

func (*ListPublicDelegatedPrefixesRequest) ProtoMessage()

func (*ListPublicDelegatedPrefixesRequest) ProtoReflect

func (*ListPublicDelegatedPrefixesRequest) Reset

func (*ListPublicDelegatedPrefixesRequest) String

type ListReferrersInstancesRequest

type ListReferrersInstancesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// Name of the target instance scoping this request, or '-' if the request should span over all instances in the container.
	Instance string `protobuf:"bytes,18257045,opt,name=instance,proto3" json:"instance,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Instances.ListReferrers. See the method description for details.

func (*ListReferrersInstancesRequest) Descriptor

func (*ListReferrersInstancesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListReferrersInstancesRequest.ProtoReflect.Descriptor instead.

func (*ListReferrersInstancesRequest) GetFilter

func (x *ListReferrersInstancesRequest) GetFilter() string

func (*ListReferrersInstancesRequest) GetInstance

func (x *ListReferrersInstancesRequest) GetInstance() string

func (*ListReferrersInstancesRequest) GetMaxResults

func (x *ListReferrersInstancesRequest) GetMaxResults() uint32

func (*ListReferrersInstancesRequest) GetOrderBy

func (x *ListReferrersInstancesRequest) GetOrderBy() string

func (*ListReferrersInstancesRequest) GetPageToken

func (x *ListReferrersInstancesRequest) GetPageToken() string

func (*ListReferrersInstancesRequest) GetProject

func (x *ListReferrersInstancesRequest) GetProject() string

func (*ListReferrersInstancesRequest) GetReturnPartialSuccess

func (x *ListReferrersInstancesRequest) GetReturnPartialSuccess() bool

func (*ListReferrersInstancesRequest) GetZone

func (*ListReferrersInstancesRequest) ProtoMessage

func (*ListReferrersInstancesRequest) ProtoMessage()

func (*ListReferrersInstancesRequest) ProtoReflect

func (*ListReferrersInstancesRequest) Reset

func (x *ListReferrersInstancesRequest) Reset()

func (*ListReferrersInstancesRequest) String

type ListRegionAutoscalersRequest

type ListRegionAutoscalersRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionAutoscalers.List. See the method description for details.

func (*ListRegionAutoscalersRequest) Descriptor

func (*ListRegionAutoscalersRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListRegionAutoscalersRequest.ProtoReflect.Descriptor instead.

func (*ListRegionAutoscalersRequest) GetFilter

func (x *ListRegionAutoscalersRequest) GetFilter() string

func (*ListRegionAutoscalersRequest) GetMaxResults

func (x *ListRegionAutoscalersRequest) GetMaxResults() uint32

func (*ListRegionAutoscalersRequest) GetOrderBy

func (x *ListRegionAutoscalersRequest) GetOrderBy() string

func (*ListRegionAutoscalersRequest) GetPageToken

func (x *ListRegionAutoscalersRequest) GetPageToken() string

func (*ListRegionAutoscalersRequest) GetProject

func (x *ListRegionAutoscalersRequest) GetProject() string

func (*ListRegionAutoscalersRequest) GetRegion

func (x *ListRegionAutoscalersRequest) GetRegion() string

func (*ListRegionAutoscalersRequest) GetReturnPartialSuccess

func (x *ListRegionAutoscalersRequest) GetReturnPartialSuccess() bool

func (*ListRegionAutoscalersRequest) ProtoMessage

func (*ListRegionAutoscalersRequest) ProtoMessage()

func (*ListRegionAutoscalersRequest) ProtoReflect

func (*ListRegionAutoscalersRequest) Reset

func (x *ListRegionAutoscalersRequest) Reset()

func (*ListRegionAutoscalersRequest) String

type ListRegionBackendServicesRequest

type ListRegionBackendServicesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionBackendServices.List. See the method description for details.

func (*ListRegionBackendServicesRequest) Descriptor

func (*ListRegionBackendServicesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListRegionBackendServicesRequest.ProtoReflect.Descriptor instead.

func (*ListRegionBackendServicesRequest) GetFilter

func (*ListRegionBackendServicesRequest) GetMaxResults

func (x *ListRegionBackendServicesRequest) GetMaxResults() uint32

func (*ListRegionBackendServicesRequest) GetOrderBy

func (x *ListRegionBackendServicesRequest) GetOrderBy() string

func (*ListRegionBackendServicesRequest) GetPageToken

func (x *ListRegionBackendServicesRequest) GetPageToken() string

func (*ListRegionBackendServicesRequest) GetProject

func (x *ListRegionBackendServicesRequest) GetProject() string

func (*ListRegionBackendServicesRequest) GetRegion

func (*ListRegionBackendServicesRequest) GetReturnPartialSuccess

func (x *ListRegionBackendServicesRequest) GetReturnPartialSuccess() bool

func (*ListRegionBackendServicesRequest) ProtoMessage

func (*ListRegionBackendServicesRequest) ProtoMessage()

func (*ListRegionBackendServicesRequest) ProtoReflect

func (*ListRegionBackendServicesRequest) Reset

func (*ListRegionBackendServicesRequest) String

type ListRegionCommitmentsRequest

type ListRegionCommitmentsRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionCommitments.List. See the method description for details.

func (*ListRegionCommitmentsRequest) Descriptor

func (*ListRegionCommitmentsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListRegionCommitmentsRequest.ProtoReflect.Descriptor instead.

func (*ListRegionCommitmentsRequest) GetFilter

func (x *ListRegionCommitmentsRequest) GetFilter() string

func (*ListRegionCommitmentsRequest) GetMaxResults

func (x *ListRegionCommitmentsRequest) GetMaxResults() uint32

func (*ListRegionCommitmentsRequest) GetOrderBy

func (x *ListRegionCommitmentsRequest) GetOrderBy() string

func (*ListRegionCommitmentsRequest) GetPageToken

func (x *ListRegionCommitmentsRequest) GetPageToken() string

func (*ListRegionCommitmentsRequest) GetProject

func (x *ListRegionCommitmentsRequest) GetProject() string

func (*ListRegionCommitmentsRequest) GetRegion

func (x *ListRegionCommitmentsRequest) GetRegion() string

func (*ListRegionCommitmentsRequest) GetReturnPartialSuccess

func (x *ListRegionCommitmentsRequest) GetReturnPartialSuccess() bool

func (*ListRegionCommitmentsRequest) ProtoMessage

func (*ListRegionCommitmentsRequest) ProtoMessage()

func (*ListRegionCommitmentsRequest) ProtoReflect

func (*ListRegionCommitmentsRequest) Reset

func (x *ListRegionCommitmentsRequest) Reset()

func (*ListRegionCommitmentsRequest) String

type ListRegionDiskTypesRequest

type ListRegionDiskTypesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionDiskTypes.List. See the method description for details.

func (*ListRegionDiskTypesRequest) Descriptor

func (*ListRegionDiskTypesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListRegionDiskTypesRequest.ProtoReflect.Descriptor instead.

func (*ListRegionDiskTypesRequest) GetFilter

func (x *ListRegionDiskTypesRequest) GetFilter() string

func (*ListRegionDiskTypesRequest) GetMaxResults

func (x *ListRegionDiskTypesRequest) GetMaxResults() uint32

func (*ListRegionDiskTypesRequest) GetOrderBy

func (x *ListRegionDiskTypesRequest) GetOrderBy() string

func (*ListRegionDiskTypesRequest) GetPageToken

func (x *ListRegionDiskTypesRequest) GetPageToken() string

func (*ListRegionDiskTypesRequest) GetProject

func (x *ListRegionDiskTypesRequest) GetProject() string

func (*ListRegionDiskTypesRequest) GetRegion

func (x *ListRegionDiskTypesRequest) GetRegion() string

func (*ListRegionDiskTypesRequest) GetReturnPartialSuccess

func (x *ListRegionDiskTypesRequest) GetReturnPartialSuccess() bool

func (*ListRegionDiskTypesRequest) ProtoMessage

func (*ListRegionDiskTypesRequest) ProtoMessage()

func (*ListRegionDiskTypesRequest) ProtoReflect

func (*ListRegionDiskTypesRequest) Reset

func (x *ListRegionDiskTypesRequest) Reset()

func (*ListRegionDiskTypesRequest) String

func (x *ListRegionDiskTypesRequest) String() string

type ListRegionDisksRequest

type ListRegionDisksRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionDisks.List. See the method description for details.

func (*ListRegionDisksRequest) Descriptor

func (*ListRegionDisksRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListRegionDisksRequest.ProtoReflect.Descriptor instead.

func (*ListRegionDisksRequest) GetFilter

func (x *ListRegionDisksRequest) GetFilter() string

func (*ListRegionDisksRequest) GetMaxResults

func (x *ListRegionDisksRequest) GetMaxResults() uint32

func (*ListRegionDisksRequest) GetOrderBy

func (x *ListRegionDisksRequest) GetOrderBy() string

func (*ListRegionDisksRequest) GetPageToken

func (x *ListRegionDisksRequest) GetPageToken() string

func (*ListRegionDisksRequest) GetProject

func (x *ListRegionDisksRequest) GetProject() string

func (*ListRegionDisksRequest) GetRegion

func (x *ListRegionDisksRequest) GetRegion() string

func (*ListRegionDisksRequest) GetReturnPartialSuccess

func (x *ListRegionDisksRequest) GetReturnPartialSuccess() bool

func (*ListRegionDisksRequest) ProtoMessage

func (*ListRegionDisksRequest) ProtoMessage()

func (*ListRegionDisksRequest) ProtoReflect

func (x *ListRegionDisksRequest) ProtoReflect() protoreflect.Message

func (*ListRegionDisksRequest) Reset

func (x *ListRegionDisksRequest) Reset()

func (*ListRegionDisksRequest) String

func (x *ListRegionDisksRequest) String() string

type ListRegionHealthCheckServicesRequest

type ListRegionHealthCheckServicesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionHealthCheckServices.List. See the method description for details.

func (*ListRegionHealthCheckServicesRequest) Descriptor

func (*ListRegionHealthCheckServicesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListRegionHealthCheckServicesRequest.ProtoReflect.Descriptor instead.

func (*ListRegionHealthCheckServicesRequest) GetFilter

func (*ListRegionHealthCheckServicesRequest) GetMaxResults

func (x *ListRegionHealthCheckServicesRequest) GetMaxResults() uint32

func (*ListRegionHealthCheckServicesRequest) GetOrderBy

func (*ListRegionHealthCheckServicesRequest) GetPageToken

func (x *ListRegionHealthCheckServicesRequest) GetPageToken() string

func (*ListRegionHealthCheckServicesRequest) GetProject

func (*ListRegionHealthCheckServicesRequest) GetRegion

func (*ListRegionHealthCheckServicesRequest) GetReturnPartialSuccess

func (x *ListRegionHealthCheckServicesRequest) GetReturnPartialSuccess() bool

func (*ListRegionHealthCheckServicesRequest) ProtoMessage

func (*ListRegionHealthCheckServicesRequest) ProtoMessage()

func (*ListRegionHealthCheckServicesRequest) ProtoReflect

func (*ListRegionHealthCheckServicesRequest) Reset

func (*ListRegionHealthCheckServicesRequest) String

type ListRegionHealthChecksRequest

type ListRegionHealthChecksRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionHealthChecks.List. See the method description for details.

func (*ListRegionHealthChecksRequest) Descriptor

func (*ListRegionHealthChecksRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListRegionHealthChecksRequest.ProtoReflect.Descriptor instead.

func (*ListRegionHealthChecksRequest) GetFilter

func (x *ListRegionHealthChecksRequest) GetFilter() string

func (*ListRegionHealthChecksRequest) GetMaxResults

func (x *ListRegionHealthChecksRequest) GetMaxResults() uint32

func (*ListRegionHealthChecksRequest) GetOrderBy

func (x *ListRegionHealthChecksRequest) GetOrderBy() string

func (*ListRegionHealthChecksRequest) GetPageToken

func (x *ListRegionHealthChecksRequest) GetPageToken() string

func (*ListRegionHealthChecksRequest) GetProject

func (x *ListRegionHealthChecksRequest) GetProject() string

func (*ListRegionHealthChecksRequest) GetRegion

func (x *ListRegionHealthChecksRequest) GetRegion() string

func (*ListRegionHealthChecksRequest) GetReturnPartialSuccess

func (x *ListRegionHealthChecksRequest) GetReturnPartialSuccess() bool

func (*ListRegionHealthChecksRequest) ProtoMessage

func (*ListRegionHealthChecksRequest) ProtoMessage()

func (*ListRegionHealthChecksRequest) ProtoReflect

func (*ListRegionHealthChecksRequest) Reset

func (x *ListRegionHealthChecksRequest) Reset()

func (*ListRegionHealthChecksRequest) String

type ListRegionInstanceGroupManagersRequest

type ListRegionInstanceGroupManagersRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionInstanceGroupManagers.List. See the method description for details.

func (*ListRegionInstanceGroupManagersRequest) Descriptor

func (*ListRegionInstanceGroupManagersRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListRegionInstanceGroupManagersRequest.ProtoReflect.Descriptor instead.

func (*ListRegionInstanceGroupManagersRequest) GetFilter

func (*ListRegionInstanceGroupManagersRequest) GetMaxResults

func (*ListRegionInstanceGroupManagersRequest) GetOrderBy

func (*ListRegionInstanceGroupManagersRequest) GetPageToken

func (*ListRegionInstanceGroupManagersRequest) GetProject

func (*ListRegionInstanceGroupManagersRequest) GetRegion

func (*ListRegionInstanceGroupManagersRequest) GetReturnPartialSuccess

func (x *ListRegionInstanceGroupManagersRequest) GetReturnPartialSuccess() bool

func (*ListRegionInstanceGroupManagersRequest) ProtoMessage

func (*ListRegionInstanceGroupManagersRequest) ProtoReflect

func (*ListRegionInstanceGroupManagersRequest) Reset

func (*ListRegionInstanceGroupManagersRequest) String

type ListRegionInstanceGroupsRequest

type ListRegionInstanceGroupsRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionInstanceGroups.List. See the method description for details.

func (*ListRegionInstanceGroupsRequest) Descriptor

func (*ListRegionInstanceGroupsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListRegionInstanceGroupsRequest.ProtoReflect.Descriptor instead.

func (*ListRegionInstanceGroupsRequest) GetFilter

func (x *ListRegionInstanceGroupsRequest) GetFilter() string

func (*ListRegionInstanceGroupsRequest) GetMaxResults

func (x *ListRegionInstanceGroupsRequest) GetMaxResults() uint32

func (*ListRegionInstanceGroupsRequest) GetOrderBy

func (x *ListRegionInstanceGroupsRequest) GetOrderBy() string

func (*ListRegionInstanceGroupsRequest) GetPageToken

func (x *ListRegionInstanceGroupsRequest) GetPageToken() string

func (*ListRegionInstanceGroupsRequest) GetProject

func (x *ListRegionInstanceGroupsRequest) GetProject() string

func (*ListRegionInstanceGroupsRequest) GetRegion

func (x *ListRegionInstanceGroupsRequest) GetRegion() string

func (*ListRegionInstanceGroupsRequest) GetReturnPartialSuccess

func (x *ListRegionInstanceGroupsRequest) GetReturnPartialSuccess() bool

func (*ListRegionInstanceGroupsRequest) ProtoMessage

func (*ListRegionInstanceGroupsRequest) ProtoMessage()

func (*ListRegionInstanceGroupsRequest) ProtoReflect

func (*ListRegionInstanceGroupsRequest) Reset

func (*ListRegionInstanceGroupsRequest) String

type ListRegionInstanceTemplatesRequest

type ListRegionInstanceTemplatesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the regions for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionInstanceTemplates.List. See the method description for details.

func (*ListRegionInstanceTemplatesRequest) Descriptor

func (*ListRegionInstanceTemplatesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListRegionInstanceTemplatesRequest.ProtoReflect.Descriptor instead.

func (*ListRegionInstanceTemplatesRequest) GetFilter

func (*ListRegionInstanceTemplatesRequest) GetMaxResults

func (x *ListRegionInstanceTemplatesRequest) GetMaxResults() uint32

func (*ListRegionInstanceTemplatesRequest) GetOrderBy

func (*ListRegionInstanceTemplatesRequest) GetPageToken

func (x *ListRegionInstanceTemplatesRequest) GetPageToken() string

func (*ListRegionInstanceTemplatesRequest) GetProject

func (*ListRegionInstanceTemplatesRequest) GetRegion

func (*ListRegionInstanceTemplatesRequest) GetReturnPartialSuccess

func (x *ListRegionInstanceTemplatesRequest) GetReturnPartialSuccess() bool

func (*ListRegionInstanceTemplatesRequest) ProtoMessage

func (*ListRegionInstanceTemplatesRequest) ProtoMessage()

func (*ListRegionInstanceTemplatesRequest) ProtoReflect

func (*ListRegionInstanceTemplatesRequest) Reset

func (*ListRegionInstanceTemplatesRequest) String

type ListRegionNetworkEndpointGroupsRequest

type ListRegionNetworkEndpointGroupsRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the region where the network endpoint group is located. It should comply with RFC1035.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionNetworkEndpointGroups.List. See the method description for details.

func (*ListRegionNetworkEndpointGroupsRequest) Descriptor

func (*ListRegionNetworkEndpointGroupsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListRegionNetworkEndpointGroupsRequest.ProtoReflect.Descriptor instead.

func (*ListRegionNetworkEndpointGroupsRequest) GetFilter

func (*ListRegionNetworkEndpointGroupsRequest) GetMaxResults

func (*ListRegionNetworkEndpointGroupsRequest) GetOrderBy

func (*ListRegionNetworkEndpointGroupsRequest) GetPageToken

func (*ListRegionNetworkEndpointGroupsRequest) GetProject

func (*ListRegionNetworkEndpointGroupsRequest) GetRegion

func (*ListRegionNetworkEndpointGroupsRequest) GetReturnPartialSuccess

func (x *ListRegionNetworkEndpointGroupsRequest) GetReturnPartialSuccess() bool

func (*ListRegionNetworkEndpointGroupsRequest) ProtoMessage

func (*ListRegionNetworkEndpointGroupsRequest) ProtoReflect

func (*ListRegionNetworkEndpointGroupsRequest) Reset

func (*ListRegionNetworkEndpointGroupsRequest) String

type ListRegionNetworkFirewallPoliciesRequest

type ListRegionNetworkFirewallPoliciesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionNetworkFirewallPolicies.List. See the method description for details.

func (*ListRegionNetworkFirewallPoliciesRequest) Descriptor

func (*ListRegionNetworkFirewallPoliciesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListRegionNetworkFirewallPoliciesRequest.ProtoReflect.Descriptor instead.

func (*ListRegionNetworkFirewallPoliciesRequest) GetFilter

func (*ListRegionNetworkFirewallPoliciesRequest) GetMaxResults

func (*ListRegionNetworkFirewallPoliciesRequest) GetOrderBy

func (*ListRegionNetworkFirewallPoliciesRequest) GetPageToken

func (*ListRegionNetworkFirewallPoliciesRequest) GetProject

func (*ListRegionNetworkFirewallPoliciesRequest) GetRegion

func (*ListRegionNetworkFirewallPoliciesRequest) GetReturnPartialSuccess

func (x *ListRegionNetworkFirewallPoliciesRequest) GetReturnPartialSuccess() bool

func (*ListRegionNetworkFirewallPoliciesRequest) ProtoMessage

func (*ListRegionNetworkFirewallPoliciesRequest) ProtoReflect

func (*ListRegionNetworkFirewallPoliciesRequest) Reset

func (*ListRegionNetworkFirewallPoliciesRequest) String

type ListRegionNotificationEndpointsRequest

type ListRegionNotificationEndpointsRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionNotificationEndpoints.List. See the method description for details.

func (*ListRegionNotificationEndpointsRequest) Descriptor

func (*ListRegionNotificationEndpointsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListRegionNotificationEndpointsRequest.ProtoReflect.Descriptor instead.

func (*ListRegionNotificationEndpointsRequest) GetFilter

func (*ListRegionNotificationEndpointsRequest) GetMaxResults

func (*ListRegionNotificationEndpointsRequest) GetOrderBy

func (*ListRegionNotificationEndpointsRequest) GetPageToken

func (*ListRegionNotificationEndpointsRequest) GetProject

func (*ListRegionNotificationEndpointsRequest) GetRegion

func (*ListRegionNotificationEndpointsRequest) GetReturnPartialSuccess

func (x *ListRegionNotificationEndpointsRequest) GetReturnPartialSuccess() bool

func (*ListRegionNotificationEndpointsRequest) ProtoMessage

func (*ListRegionNotificationEndpointsRequest) ProtoReflect

func (*ListRegionNotificationEndpointsRequest) Reset

func (*ListRegionNotificationEndpointsRequest) String

type ListRegionOperationsRequest

type ListRegionOperationsRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionOperations.List. See the method description for details.

func (*ListRegionOperationsRequest) Descriptor

func (*ListRegionOperationsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListRegionOperationsRequest.ProtoReflect.Descriptor instead.

func (*ListRegionOperationsRequest) GetFilter

func (x *ListRegionOperationsRequest) GetFilter() string

func (*ListRegionOperationsRequest) GetMaxResults

func (x *ListRegionOperationsRequest) GetMaxResults() uint32

func (*ListRegionOperationsRequest) GetOrderBy

func (x *ListRegionOperationsRequest) GetOrderBy() string

func (*ListRegionOperationsRequest) GetPageToken

func (x *ListRegionOperationsRequest) GetPageToken() string

func (*ListRegionOperationsRequest) GetProject

func (x *ListRegionOperationsRequest) GetProject() string

func (*ListRegionOperationsRequest) GetRegion

func (x *ListRegionOperationsRequest) GetRegion() string

func (*ListRegionOperationsRequest) GetReturnPartialSuccess

func (x *ListRegionOperationsRequest) GetReturnPartialSuccess() bool

func (*ListRegionOperationsRequest) ProtoMessage

func (*ListRegionOperationsRequest) ProtoMessage()

func (*ListRegionOperationsRequest) ProtoReflect

func (*ListRegionOperationsRequest) Reset

func (x *ListRegionOperationsRequest) Reset()

func (*ListRegionOperationsRequest) String

func (x *ListRegionOperationsRequest) String() string

type ListRegionSecurityPoliciesRequest

type ListRegionSecurityPoliciesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionSecurityPolicies.List. See the method description for details.

func (*ListRegionSecurityPoliciesRequest) Descriptor

func (*ListRegionSecurityPoliciesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListRegionSecurityPoliciesRequest.ProtoReflect.Descriptor instead.

func (*ListRegionSecurityPoliciesRequest) GetFilter

func (*ListRegionSecurityPoliciesRequest) GetMaxResults

func (x *ListRegionSecurityPoliciesRequest) GetMaxResults() uint32

func (*ListRegionSecurityPoliciesRequest) GetOrderBy

func (x *ListRegionSecurityPoliciesRequest) GetOrderBy() string

func (*ListRegionSecurityPoliciesRequest) GetPageToken

func (x *ListRegionSecurityPoliciesRequest) GetPageToken() string

func (*ListRegionSecurityPoliciesRequest) GetProject

func (x *ListRegionSecurityPoliciesRequest) GetProject() string

func (*ListRegionSecurityPoliciesRequest) GetRegion

func (*ListRegionSecurityPoliciesRequest) GetReturnPartialSuccess

func (x *ListRegionSecurityPoliciesRequest) GetReturnPartialSuccess() bool

func (*ListRegionSecurityPoliciesRequest) ProtoMessage

func (*ListRegionSecurityPoliciesRequest) ProtoMessage()

func (*ListRegionSecurityPoliciesRequest) ProtoReflect

func (*ListRegionSecurityPoliciesRequest) Reset

func (*ListRegionSecurityPoliciesRequest) String

type ListRegionSslCertificatesRequest

type ListRegionSslCertificatesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionSslCertificates.List. See the method description for details.

func (*ListRegionSslCertificatesRequest) Descriptor

func (*ListRegionSslCertificatesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListRegionSslCertificatesRequest.ProtoReflect.Descriptor instead.

func (*ListRegionSslCertificatesRequest) GetFilter

func (*ListRegionSslCertificatesRequest) GetMaxResults

func (x *ListRegionSslCertificatesRequest) GetMaxResults() uint32

func (*ListRegionSslCertificatesRequest) GetOrderBy

func (x *ListRegionSslCertificatesRequest) GetOrderBy() string

func (*ListRegionSslCertificatesRequest) GetPageToken

func (x *ListRegionSslCertificatesRequest) GetPageToken() string

func (*ListRegionSslCertificatesRequest) GetProject

func (x *ListRegionSslCertificatesRequest) GetProject() string

func (*ListRegionSslCertificatesRequest) GetRegion

func (*ListRegionSslCertificatesRequest) GetReturnPartialSuccess

func (x *ListRegionSslCertificatesRequest) GetReturnPartialSuccess() bool

func (*ListRegionSslCertificatesRequest) ProtoMessage

func (*ListRegionSslCertificatesRequest) ProtoMessage()

func (*ListRegionSslCertificatesRequest) ProtoReflect

func (*ListRegionSslCertificatesRequest) Reset

func (*ListRegionSslCertificatesRequest) String

type ListRegionSslPoliciesRequest

type ListRegionSslPoliciesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionSslPolicies.List. See the method description for details.

func (*ListRegionSslPoliciesRequest) Descriptor

func (*ListRegionSslPoliciesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListRegionSslPoliciesRequest.ProtoReflect.Descriptor instead.

func (*ListRegionSslPoliciesRequest) GetFilter

func (x *ListRegionSslPoliciesRequest) GetFilter() string

func (*ListRegionSslPoliciesRequest) GetMaxResults

func (x *ListRegionSslPoliciesRequest) GetMaxResults() uint32

func (*ListRegionSslPoliciesRequest) GetOrderBy

func (x *ListRegionSslPoliciesRequest) GetOrderBy() string

func (*ListRegionSslPoliciesRequest) GetPageToken

func (x *ListRegionSslPoliciesRequest) GetPageToken() string

func (*ListRegionSslPoliciesRequest) GetProject

func (x *ListRegionSslPoliciesRequest) GetProject() string

func (*ListRegionSslPoliciesRequest) GetRegion

func (x *ListRegionSslPoliciesRequest) GetRegion() string

func (*ListRegionSslPoliciesRequest) GetReturnPartialSuccess

func (x *ListRegionSslPoliciesRequest) GetReturnPartialSuccess() bool

func (*ListRegionSslPoliciesRequest) ProtoMessage

func (*ListRegionSslPoliciesRequest) ProtoMessage()

func (*ListRegionSslPoliciesRequest) ProtoReflect

func (*ListRegionSslPoliciesRequest) Reset

func (x *ListRegionSslPoliciesRequest) Reset()

func (*ListRegionSslPoliciesRequest) String

type ListRegionTargetHttpProxiesRequest

type ListRegionTargetHttpProxiesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionTargetHttpProxies.List. See the method description for details.

func (*ListRegionTargetHttpProxiesRequest) Descriptor

func (*ListRegionTargetHttpProxiesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListRegionTargetHttpProxiesRequest.ProtoReflect.Descriptor instead.

func (*ListRegionTargetHttpProxiesRequest) GetFilter

func (*ListRegionTargetHttpProxiesRequest) GetMaxResults

func (x *ListRegionTargetHttpProxiesRequest) GetMaxResults() uint32

func (*ListRegionTargetHttpProxiesRequest) GetOrderBy

func (*ListRegionTargetHttpProxiesRequest) GetPageToken

func (x *ListRegionTargetHttpProxiesRequest) GetPageToken() string

func (*ListRegionTargetHttpProxiesRequest) GetProject

func (*ListRegionTargetHttpProxiesRequest) GetRegion

func (*ListRegionTargetHttpProxiesRequest) GetReturnPartialSuccess

func (x *ListRegionTargetHttpProxiesRequest) GetReturnPartialSuccess() bool

func (*ListRegionTargetHttpProxiesRequest) ProtoMessage

func (*ListRegionTargetHttpProxiesRequest) ProtoMessage()

func (*ListRegionTargetHttpProxiesRequest) ProtoReflect

func (*ListRegionTargetHttpProxiesRequest) Reset

func (*ListRegionTargetHttpProxiesRequest) String

type ListRegionTargetHttpsProxiesRequest

type ListRegionTargetHttpsProxiesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionTargetHttpsProxies.List. See the method description for details.

func (*ListRegionTargetHttpsProxiesRequest) Descriptor

func (*ListRegionTargetHttpsProxiesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListRegionTargetHttpsProxiesRequest.ProtoReflect.Descriptor instead.

func (*ListRegionTargetHttpsProxiesRequest) GetFilter

func (*ListRegionTargetHttpsProxiesRequest) GetMaxResults

func (x *ListRegionTargetHttpsProxiesRequest) GetMaxResults() uint32

func (*ListRegionTargetHttpsProxiesRequest) GetOrderBy

func (*ListRegionTargetHttpsProxiesRequest) GetPageToken

func (x *ListRegionTargetHttpsProxiesRequest) GetPageToken() string

func (*ListRegionTargetHttpsProxiesRequest) GetProject

func (*ListRegionTargetHttpsProxiesRequest) GetRegion

func (*ListRegionTargetHttpsProxiesRequest) GetReturnPartialSuccess

func (x *ListRegionTargetHttpsProxiesRequest) GetReturnPartialSuccess() bool

func (*ListRegionTargetHttpsProxiesRequest) ProtoMessage

func (*ListRegionTargetHttpsProxiesRequest) ProtoMessage()

func (*ListRegionTargetHttpsProxiesRequest) ProtoReflect

func (*ListRegionTargetHttpsProxiesRequest) Reset

func (*ListRegionTargetHttpsProxiesRequest) String

type ListRegionTargetTcpProxiesRequest

type ListRegionTargetTcpProxiesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionTargetTcpProxies.List. See the method description for details.

func (*ListRegionTargetTcpProxiesRequest) Descriptor

func (*ListRegionTargetTcpProxiesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListRegionTargetTcpProxiesRequest.ProtoReflect.Descriptor instead.

func (*ListRegionTargetTcpProxiesRequest) GetFilter

func (*ListRegionTargetTcpProxiesRequest) GetMaxResults

func (x *ListRegionTargetTcpProxiesRequest) GetMaxResults() uint32

func (*ListRegionTargetTcpProxiesRequest) GetOrderBy

func (x *ListRegionTargetTcpProxiesRequest) GetOrderBy() string

func (*ListRegionTargetTcpProxiesRequest) GetPageToken

func (x *ListRegionTargetTcpProxiesRequest) GetPageToken() string

func (*ListRegionTargetTcpProxiesRequest) GetProject

func (x *ListRegionTargetTcpProxiesRequest) GetProject() string

func (*ListRegionTargetTcpProxiesRequest) GetRegion

func (*ListRegionTargetTcpProxiesRequest) GetReturnPartialSuccess

func (x *ListRegionTargetTcpProxiesRequest) GetReturnPartialSuccess() bool

func (*ListRegionTargetTcpProxiesRequest) ProtoMessage

func (*ListRegionTargetTcpProxiesRequest) ProtoMessage()

func (*ListRegionTargetTcpProxiesRequest) ProtoReflect

func (*ListRegionTargetTcpProxiesRequest) Reset

func (*ListRegionTargetTcpProxiesRequest) String

type ListRegionUrlMapsRequest

type ListRegionUrlMapsRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionUrlMaps.List. See the method description for details.

func (*ListRegionUrlMapsRequest) Descriptor

func (*ListRegionUrlMapsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListRegionUrlMapsRequest.ProtoReflect.Descriptor instead.

func (*ListRegionUrlMapsRequest) GetFilter

func (x *ListRegionUrlMapsRequest) GetFilter() string

func (*ListRegionUrlMapsRequest) GetMaxResults

func (x *ListRegionUrlMapsRequest) GetMaxResults() uint32

func (*ListRegionUrlMapsRequest) GetOrderBy

func (x *ListRegionUrlMapsRequest) GetOrderBy() string

func (*ListRegionUrlMapsRequest) GetPageToken

func (x *ListRegionUrlMapsRequest) GetPageToken() string

func (*ListRegionUrlMapsRequest) GetProject

func (x *ListRegionUrlMapsRequest) GetProject() string

func (*ListRegionUrlMapsRequest) GetRegion

func (x *ListRegionUrlMapsRequest) GetRegion() string

func (*ListRegionUrlMapsRequest) GetReturnPartialSuccess

func (x *ListRegionUrlMapsRequest) GetReturnPartialSuccess() bool

func (*ListRegionUrlMapsRequest) ProtoMessage

func (*ListRegionUrlMapsRequest) ProtoMessage()

func (*ListRegionUrlMapsRequest) ProtoReflect

func (x *ListRegionUrlMapsRequest) ProtoReflect() protoreflect.Message

func (*ListRegionUrlMapsRequest) Reset

func (x *ListRegionUrlMapsRequest) Reset()

func (*ListRegionUrlMapsRequest) String

func (x *ListRegionUrlMapsRequest) String() string

type ListRegionsRequest

type ListRegionsRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for Regions.List. See the method description for details.

func (*ListRegionsRequest) Descriptor

func (*ListRegionsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListRegionsRequest.ProtoReflect.Descriptor instead.

func (*ListRegionsRequest) GetFilter

func (x *ListRegionsRequest) GetFilter() string

func (*ListRegionsRequest) GetMaxResults

func (x *ListRegionsRequest) GetMaxResults() uint32

func (*ListRegionsRequest) GetOrderBy

func (x *ListRegionsRequest) GetOrderBy() string

func (*ListRegionsRequest) GetPageToken

func (x *ListRegionsRequest) GetPageToken() string

func (*ListRegionsRequest) GetProject

func (x *ListRegionsRequest) GetProject() string

func (*ListRegionsRequest) GetReturnPartialSuccess

func (x *ListRegionsRequest) GetReturnPartialSuccess() bool

func (*ListRegionsRequest) ProtoMessage

func (*ListRegionsRequest) ProtoMessage()

func (*ListRegionsRequest) ProtoReflect

func (x *ListRegionsRequest) ProtoReflect() protoreflect.Message

func (*ListRegionsRequest) Reset

func (x *ListRegionsRequest) Reset()

func (*ListRegionsRequest) String

func (x *ListRegionsRequest) String() string

type ListReservationsRequest

type ListReservationsRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// Name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Reservations.List. See the method description for details.

func (*ListReservationsRequest) Descriptor

func (*ListReservationsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListReservationsRequest.ProtoReflect.Descriptor instead.

func (*ListReservationsRequest) GetFilter

func (x *ListReservationsRequest) GetFilter() string

func (*ListReservationsRequest) GetMaxResults

func (x *ListReservationsRequest) GetMaxResults() uint32

func (*ListReservationsRequest) GetOrderBy

func (x *ListReservationsRequest) GetOrderBy() string

func (*ListReservationsRequest) GetPageToken

func (x *ListReservationsRequest) GetPageToken() string

func (*ListReservationsRequest) GetProject

func (x *ListReservationsRequest) GetProject() string

func (*ListReservationsRequest) GetReturnPartialSuccess

func (x *ListReservationsRequest) GetReturnPartialSuccess() bool

func (*ListReservationsRequest) GetZone

func (x *ListReservationsRequest) GetZone() string

func (*ListReservationsRequest) ProtoMessage

func (*ListReservationsRequest) ProtoMessage()

func (*ListReservationsRequest) ProtoReflect

func (x *ListReservationsRequest) ProtoReflect() protoreflect.Message

func (*ListReservationsRequest) Reset

func (x *ListReservationsRequest) Reset()

func (*ListReservationsRequest) String

func (x *ListReservationsRequest) String() string

type ListResourcePoliciesRequest

type ListResourcePoliciesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for ResourcePolicies.List. See the method description for details.

func (*ListResourcePoliciesRequest) Descriptor

func (*ListResourcePoliciesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListResourcePoliciesRequest.ProtoReflect.Descriptor instead.

func (*ListResourcePoliciesRequest) GetFilter

func (x *ListResourcePoliciesRequest) GetFilter() string

func (*ListResourcePoliciesRequest) GetMaxResults

func (x *ListResourcePoliciesRequest) GetMaxResults() uint32

func (*ListResourcePoliciesRequest) GetOrderBy

func (x *ListResourcePoliciesRequest) GetOrderBy() string

func (*ListResourcePoliciesRequest) GetPageToken

func (x *ListResourcePoliciesRequest) GetPageToken() string

func (*ListResourcePoliciesRequest) GetProject

func (x *ListResourcePoliciesRequest) GetProject() string

func (*ListResourcePoliciesRequest) GetRegion

func (x *ListResourcePoliciesRequest) GetRegion() string

func (*ListResourcePoliciesRequest) GetReturnPartialSuccess

func (x *ListResourcePoliciesRequest) GetReturnPartialSuccess() bool

func (*ListResourcePoliciesRequest) ProtoMessage

func (*ListResourcePoliciesRequest) ProtoMessage()

func (*ListResourcePoliciesRequest) ProtoReflect

func (*ListResourcePoliciesRequest) Reset

func (x *ListResourcePoliciesRequest) Reset()

func (*ListResourcePoliciesRequest) String

func (x *ListResourcePoliciesRequest) String() string

type ListRoutersRequest

type ListRoutersRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for Routers.List. See the method description for details.

func (*ListRoutersRequest) Descriptor

func (*ListRoutersRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListRoutersRequest.ProtoReflect.Descriptor instead.

func (*ListRoutersRequest) GetFilter

func (x *ListRoutersRequest) GetFilter() string

func (*ListRoutersRequest) GetMaxResults

func (x *ListRoutersRequest) GetMaxResults() uint32

func (*ListRoutersRequest) GetOrderBy

func (x *ListRoutersRequest) GetOrderBy() string

func (*ListRoutersRequest) GetPageToken

func (x *ListRoutersRequest) GetPageToken() string

func (*ListRoutersRequest) GetProject

func (x *ListRoutersRequest) GetProject() string

func (*ListRoutersRequest) GetRegion

func (x *ListRoutersRequest) GetRegion() string

func (*ListRoutersRequest) GetReturnPartialSuccess

func (x *ListRoutersRequest) GetReturnPartialSuccess() bool

func (*ListRoutersRequest) ProtoMessage

func (*ListRoutersRequest) ProtoMessage()

func (*ListRoutersRequest) ProtoReflect

func (x *ListRoutersRequest) ProtoReflect() protoreflect.Message

func (*ListRoutersRequest) Reset

func (x *ListRoutersRequest) Reset()

func (*ListRoutersRequest) String

func (x *ListRoutersRequest) String() string

type ListRoutesRequest

type ListRoutesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for Routes.List. See the method description for details.

func (*ListRoutesRequest) Descriptor

func (*ListRoutesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListRoutesRequest.ProtoReflect.Descriptor instead.

func (*ListRoutesRequest) GetFilter

func (x *ListRoutesRequest) GetFilter() string

func (*ListRoutesRequest) GetMaxResults

func (x *ListRoutesRequest) GetMaxResults() uint32

func (*ListRoutesRequest) GetOrderBy

func (x *ListRoutesRequest) GetOrderBy() string

func (*ListRoutesRequest) GetPageToken

func (x *ListRoutesRequest) GetPageToken() string

func (*ListRoutesRequest) GetProject

func (x *ListRoutesRequest) GetProject() string

func (*ListRoutesRequest) GetReturnPartialSuccess

func (x *ListRoutesRequest) GetReturnPartialSuccess() bool

func (*ListRoutesRequest) ProtoMessage

func (*ListRoutesRequest) ProtoMessage()

func (*ListRoutesRequest) ProtoReflect

func (x *ListRoutesRequest) ProtoReflect() protoreflect.Message

func (*ListRoutesRequest) Reset

func (x *ListRoutesRequest) Reset()

func (*ListRoutesRequest) String

func (x *ListRoutesRequest) String() string

type ListSecurityPoliciesRequest

type ListSecurityPoliciesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for SecurityPolicies.List. See the method description for details.

func (*ListSecurityPoliciesRequest) Descriptor

func (*ListSecurityPoliciesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListSecurityPoliciesRequest.ProtoReflect.Descriptor instead.

func (*ListSecurityPoliciesRequest) GetFilter

func (x *ListSecurityPoliciesRequest) GetFilter() string

func (*ListSecurityPoliciesRequest) GetMaxResults

func (x *ListSecurityPoliciesRequest) GetMaxResults() uint32

func (*ListSecurityPoliciesRequest) GetOrderBy

func (x *ListSecurityPoliciesRequest) GetOrderBy() string

func (*ListSecurityPoliciesRequest) GetPageToken

func (x *ListSecurityPoliciesRequest) GetPageToken() string

func (*ListSecurityPoliciesRequest) GetProject

func (x *ListSecurityPoliciesRequest) GetProject() string

func (*ListSecurityPoliciesRequest) GetReturnPartialSuccess

func (x *ListSecurityPoliciesRequest) GetReturnPartialSuccess() bool

func (*ListSecurityPoliciesRequest) ProtoMessage

func (*ListSecurityPoliciesRequest) ProtoMessage()

func (*ListSecurityPoliciesRequest) ProtoReflect

func (*ListSecurityPoliciesRequest) Reset

func (x *ListSecurityPoliciesRequest) Reset()

func (*ListSecurityPoliciesRequest) String

func (x *ListSecurityPoliciesRequest) String() string

type ListServiceAttachmentsRequest

type ListServiceAttachmentsRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region of this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for ServiceAttachments.List. See the method description for details.

func (*ListServiceAttachmentsRequest) Descriptor

func (*ListServiceAttachmentsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListServiceAttachmentsRequest.ProtoReflect.Descriptor instead.

func (*ListServiceAttachmentsRequest) GetFilter

func (x *ListServiceAttachmentsRequest) GetFilter() string

func (*ListServiceAttachmentsRequest) GetMaxResults

func (x *ListServiceAttachmentsRequest) GetMaxResults() uint32

func (*ListServiceAttachmentsRequest) GetOrderBy

func (x *ListServiceAttachmentsRequest) GetOrderBy() string

func (*ListServiceAttachmentsRequest) GetPageToken

func (x *ListServiceAttachmentsRequest) GetPageToken() string

func (*ListServiceAttachmentsRequest) GetProject

func (x *ListServiceAttachmentsRequest) GetProject() string

func (*ListServiceAttachmentsRequest) GetRegion

func (x *ListServiceAttachmentsRequest) GetRegion() string

func (*ListServiceAttachmentsRequest) GetReturnPartialSuccess

func (x *ListServiceAttachmentsRequest) GetReturnPartialSuccess() bool

func (*ListServiceAttachmentsRequest) ProtoMessage

func (*ListServiceAttachmentsRequest) ProtoMessage()

func (*ListServiceAttachmentsRequest) ProtoReflect

func (*ListServiceAttachmentsRequest) Reset

func (x *ListServiceAttachmentsRequest) Reset()

func (*ListServiceAttachmentsRequest) String

type ListSnapshotsRequest

type ListSnapshotsRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for Snapshots.List. See the method description for details.

func (*ListSnapshotsRequest) Descriptor

func (*ListSnapshotsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListSnapshotsRequest.ProtoReflect.Descriptor instead.

func (*ListSnapshotsRequest) GetFilter

func (x *ListSnapshotsRequest) GetFilter() string

func (*ListSnapshotsRequest) GetMaxResults

func (x *ListSnapshotsRequest) GetMaxResults() uint32

func (*ListSnapshotsRequest) GetOrderBy

func (x *ListSnapshotsRequest) GetOrderBy() string

func (*ListSnapshotsRequest) GetPageToken

func (x *ListSnapshotsRequest) GetPageToken() string

func (*ListSnapshotsRequest) GetProject

func (x *ListSnapshotsRequest) GetProject() string

func (*ListSnapshotsRequest) GetReturnPartialSuccess

func (x *ListSnapshotsRequest) GetReturnPartialSuccess() bool

func (*ListSnapshotsRequest) ProtoMessage

func (*ListSnapshotsRequest) ProtoMessage()

func (*ListSnapshotsRequest) ProtoReflect

func (x *ListSnapshotsRequest) ProtoReflect() protoreflect.Message

func (*ListSnapshotsRequest) Reset

func (x *ListSnapshotsRequest) Reset()

func (*ListSnapshotsRequest) String

func (x *ListSnapshotsRequest) String() string

type ListSslCertificatesRequest

type ListSslCertificatesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for SslCertificates.List. See the method description for details.

func (*ListSslCertificatesRequest) Descriptor

func (*ListSslCertificatesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListSslCertificatesRequest.ProtoReflect.Descriptor instead.

func (*ListSslCertificatesRequest) GetFilter

func (x *ListSslCertificatesRequest) GetFilter() string

func (*ListSslCertificatesRequest) GetMaxResults

func (x *ListSslCertificatesRequest) GetMaxResults() uint32

func (*ListSslCertificatesRequest) GetOrderBy

func (x *ListSslCertificatesRequest) GetOrderBy() string

func (*ListSslCertificatesRequest) GetPageToken

func (x *ListSslCertificatesRequest) GetPageToken() string

func (*ListSslCertificatesRequest) GetProject

func (x *ListSslCertificatesRequest) GetProject() string

func (*ListSslCertificatesRequest) GetReturnPartialSuccess

func (x *ListSslCertificatesRequest) GetReturnPartialSuccess() bool

func (*ListSslCertificatesRequest) ProtoMessage

func (*ListSslCertificatesRequest) ProtoMessage()

func (*ListSslCertificatesRequest) ProtoReflect

func (*ListSslCertificatesRequest) Reset

func (x *ListSslCertificatesRequest) Reset()

func (*ListSslCertificatesRequest) String

func (x *ListSslCertificatesRequest) String() string

type ListSslPoliciesRequest

type ListSslPoliciesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for SslPolicies.List. See the method description for details.

func (*ListSslPoliciesRequest) Descriptor

func (*ListSslPoliciesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListSslPoliciesRequest.ProtoReflect.Descriptor instead.

func (*ListSslPoliciesRequest) GetFilter

func (x *ListSslPoliciesRequest) GetFilter() string

func (*ListSslPoliciesRequest) GetMaxResults

func (x *ListSslPoliciesRequest) GetMaxResults() uint32

func (*ListSslPoliciesRequest) GetOrderBy

func (x *ListSslPoliciesRequest) GetOrderBy() string

func (*ListSslPoliciesRequest) GetPageToken

func (x *ListSslPoliciesRequest) GetPageToken() string

func (*ListSslPoliciesRequest) GetProject

func (x *ListSslPoliciesRequest) GetProject() string

func (*ListSslPoliciesRequest) GetReturnPartialSuccess

func (x *ListSslPoliciesRequest) GetReturnPartialSuccess() bool

func (*ListSslPoliciesRequest) ProtoMessage

func (*ListSslPoliciesRequest) ProtoMessage()

func (*ListSslPoliciesRequest) ProtoReflect

func (x *ListSslPoliciesRequest) ProtoReflect() protoreflect.Message

func (*ListSslPoliciesRequest) Reset

func (x *ListSslPoliciesRequest) Reset()

func (*ListSslPoliciesRequest) String

func (x *ListSslPoliciesRequest) String() string

type ListSubnetworksRequest

type ListSubnetworksRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for Subnetworks.List. See the method description for details.

func (*ListSubnetworksRequest) Descriptor

func (*ListSubnetworksRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListSubnetworksRequest.ProtoReflect.Descriptor instead.

func (*ListSubnetworksRequest) GetFilter

func (x *ListSubnetworksRequest) GetFilter() string

func (*ListSubnetworksRequest) GetMaxResults

func (x *ListSubnetworksRequest) GetMaxResults() uint32

func (*ListSubnetworksRequest) GetOrderBy

func (x *ListSubnetworksRequest) GetOrderBy() string

func (*ListSubnetworksRequest) GetPageToken

func (x *ListSubnetworksRequest) GetPageToken() string

func (*ListSubnetworksRequest) GetProject

func (x *ListSubnetworksRequest) GetProject() string

func (*ListSubnetworksRequest) GetRegion

func (x *ListSubnetworksRequest) GetRegion() string

func (*ListSubnetworksRequest) GetReturnPartialSuccess

func (x *ListSubnetworksRequest) GetReturnPartialSuccess() bool

func (*ListSubnetworksRequest) ProtoMessage

func (*ListSubnetworksRequest) ProtoMessage()

func (*ListSubnetworksRequest) ProtoReflect

func (x *ListSubnetworksRequest) ProtoReflect() protoreflect.Message

func (*ListSubnetworksRequest) Reset

func (x *ListSubnetworksRequest) Reset()

func (*ListSubnetworksRequest) String

func (x *ListSubnetworksRequest) String() string

type ListTargetGrpcProxiesRequest

type ListTargetGrpcProxiesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetGrpcProxies.List. See the method description for details.

func (*ListTargetGrpcProxiesRequest) Descriptor

func (*ListTargetGrpcProxiesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListTargetGrpcProxiesRequest.ProtoReflect.Descriptor instead.

func (*ListTargetGrpcProxiesRequest) GetFilter

func (x *ListTargetGrpcProxiesRequest) GetFilter() string

func (*ListTargetGrpcProxiesRequest) GetMaxResults

func (x *ListTargetGrpcProxiesRequest) GetMaxResults() uint32

func (*ListTargetGrpcProxiesRequest) GetOrderBy

func (x *ListTargetGrpcProxiesRequest) GetOrderBy() string

func (*ListTargetGrpcProxiesRequest) GetPageToken

func (x *ListTargetGrpcProxiesRequest) GetPageToken() string

func (*ListTargetGrpcProxiesRequest) GetProject

func (x *ListTargetGrpcProxiesRequest) GetProject() string

func (*ListTargetGrpcProxiesRequest) GetReturnPartialSuccess

func (x *ListTargetGrpcProxiesRequest) GetReturnPartialSuccess() bool

func (*ListTargetGrpcProxiesRequest) ProtoMessage

func (*ListTargetGrpcProxiesRequest) ProtoMessage()

func (*ListTargetGrpcProxiesRequest) ProtoReflect

func (*ListTargetGrpcProxiesRequest) Reset

func (x *ListTargetGrpcProxiesRequest) Reset()

func (*ListTargetGrpcProxiesRequest) String

type ListTargetHttpProxiesRequest

type ListTargetHttpProxiesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetHttpProxies.List. See the method description for details.

func (*ListTargetHttpProxiesRequest) Descriptor

func (*ListTargetHttpProxiesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListTargetHttpProxiesRequest.ProtoReflect.Descriptor instead.

func (*ListTargetHttpProxiesRequest) GetFilter

func (x *ListTargetHttpProxiesRequest) GetFilter() string

func (*ListTargetHttpProxiesRequest) GetMaxResults

func (x *ListTargetHttpProxiesRequest) GetMaxResults() uint32

func (*ListTargetHttpProxiesRequest) GetOrderBy

func (x *ListTargetHttpProxiesRequest) GetOrderBy() string

func (*ListTargetHttpProxiesRequest) GetPageToken

func (x *ListTargetHttpProxiesRequest) GetPageToken() string

func (*ListTargetHttpProxiesRequest) GetProject

func (x *ListTargetHttpProxiesRequest) GetProject() string

func (*ListTargetHttpProxiesRequest) GetReturnPartialSuccess

func (x *ListTargetHttpProxiesRequest) GetReturnPartialSuccess() bool

func (*ListTargetHttpProxiesRequest) ProtoMessage

func (*ListTargetHttpProxiesRequest) ProtoMessage()

func (*ListTargetHttpProxiesRequest) ProtoReflect

func (*ListTargetHttpProxiesRequest) Reset

func (x *ListTargetHttpProxiesRequest) Reset()

func (*ListTargetHttpProxiesRequest) String

type ListTargetHttpsProxiesRequest

type ListTargetHttpsProxiesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetHttpsProxies.List. See the method description for details.

func (*ListTargetHttpsProxiesRequest) Descriptor

func (*ListTargetHttpsProxiesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListTargetHttpsProxiesRequest.ProtoReflect.Descriptor instead.

func (*ListTargetHttpsProxiesRequest) GetFilter

func (x *ListTargetHttpsProxiesRequest) GetFilter() string

func (*ListTargetHttpsProxiesRequest) GetMaxResults

func (x *ListTargetHttpsProxiesRequest) GetMaxResults() uint32

func (*ListTargetHttpsProxiesRequest) GetOrderBy

func (x *ListTargetHttpsProxiesRequest) GetOrderBy() string

func (*ListTargetHttpsProxiesRequest) GetPageToken

func (x *ListTargetHttpsProxiesRequest) GetPageToken() string

func (*ListTargetHttpsProxiesRequest) GetProject

func (x *ListTargetHttpsProxiesRequest) GetProject() string

func (*ListTargetHttpsProxiesRequest) GetReturnPartialSuccess

func (x *ListTargetHttpsProxiesRequest) GetReturnPartialSuccess() bool

func (*ListTargetHttpsProxiesRequest) ProtoMessage

func (*ListTargetHttpsProxiesRequest) ProtoMessage()

func (*ListTargetHttpsProxiesRequest) ProtoReflect

func (*ListTargetHttpsProxiesRequest) Reset

func (x *ListTargetHttpsProxiesRequest) Reset()

func (*ListTargetHttpsProxiesRequest) String

type ListTargetInstancesRequest

type ListTargetInstancesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// Name of the zone scoping this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetInstances.List. See the method description for details.

func (*ListTargetInstancesRequest) Descriptor

func (*ListTargetInstancesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListTargetInstancesRequest.ProtoReflect.Descriptor instead.

func (*ListTargetInstancesRequest) GetFilter

func (x *ListTargetInstancesRequest) GetFilter() string

func (*ListTargetInstancesRequest) GetMaxResults

func (x *ListTargetInstancesRequest) GetMaxResults() uint32

func (*ListTargetInstancesRequest) GetOrderBy

func (x *ListTargetInstancesRequest) GetOrderBy() string

func (*ListTargetInstancesRequest) GetPageToken

func (x *ListTargetInstancesRequest) GetPageToken() string

func (*ListTargetInstancesRequest) GetProject

func (x *ListTargetInstancesRequest) GetProject() string

func (*ListTargetInstancesRequest) GetReturnPartialSuccess

func (x *ListTargetInstancesRequest) GetReturnPartialSuccess() bool

func (*ListTargetInstancesRequest) GetZone

func (x *ListTargetInstancesRequest) GetZone() string

func (*ListTargetInstancesRequest) ProtoMessage

func (*ListTargetInstancesRequest) ProtoMessage()

func (*ListTargetInstancesRequest) ProtoReflect

func (*ListTargetInstancesRequest) Reset

func (x *ListTargetInstancesRequest) Reset()

func (*ListTargetInstancesRequest) String

func (x *ListTargetInstancesRequest) String() string

type ListTargetPoolsRequest

type ListTargetPoolsRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetPools.List. See the method description for details.

func (*ListTargetPoolsRequest) Descriptor

func (*ListTargetPoolsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListTargetPoolsRequest.ProtoReflect.Descriptor instead.

func (*ListTargetPoolsRequest) GetFilter

func (x *ListTargetPoolsRequest) GetFilter() string

func (*ListTargetPoolsRequest) GetMaxResults

func (x *ListTargetPoolsRequest) GetMaxResults() uint32

func (*ListTargetPoolsRequest) GetOrderBy

func (x *ListTargetPoolsRequest) GetOrderBy() string

func (*ListTargetPoolsRequest) GetPageToken

func (x *ListTargetPoolsRequest) GetPageToken() string

func (*ListTargetPoolsRequest) GetProject

func (x *ListTargetPoolsRequest) GetProject() string

func (*ListTargetPoolsRequest) GetRegion

func (x *ListTargetPoolsRequest) GetRegion() string

func (*ListTargetPoolsRequest) GetReturnPartialSuccess

func (x *ListTargetPoolsRequest) GetReturnPartialSuccess() bool

func (*ListTargetPoolsRequest) ProtoMessage

func (*ListTargetPoolsRequest) ProtoMessage()

func (*ListTargetPoolsRequest) ProtoReflect

func (x *ListTargetPoolsRequest) ProtoReflect() protoreflect.Message

func (*ListTargetPoolsRequest) Reset

func (x *ListTargetPoolsRequest) Reset()

func (*ListTargetPoolsRequest) String

func (x *ListTargetPoolsRequest) String() string

type ListTargetSslProxiesRequest

type ListTargetSslProxiesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetSslProxies.List. See the method description for details.

func (*ListTargetSslProxiesRequest) Descriptor

func (*ListTargetSslProxiesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListTargetSslProxiesRequest.ProtoReflect.Descriptor instead.

func (*ListTargetSslProxiesRequest) GetFilter

func (x *ListTargetSslProxiesRequest) GetFilter() string

func (*ListTargetSslProxiesRequest) GetMaxResults

func (x *ListTargetSslProxiesRequest) GetMaxResults() uint32

func (*ListTargetSslProxiesRequest) GetOrderBy

func (x *ListTargetSslProxiesRequest) GetOrderBy() string

func (*ListTargetSslProxiesRequest) GetPageToken

func (x *ListTargetSslProxiesRequest) GetPageToken() string

func (*ListTargetSslProxiesRequest) GetProject

func (x *ListTargetSslProxiesRequest) GetProject() string

func (*ListTargetSslProxiesRequest) GetReturnPartialSuccess

func (x *ListTargetSslProxiesRequest) GetReturnPartialSuccess() bool

func (*ListTargetSslProxiesRequest) ProtoMessage

func (*ListTargetSslProxiesRequest) ProtoMessage()

func (*ListTargetSslProxiesRequest) ProtoReflect

func (*ListTargetSslProxiesRequest) Reset

func (x *ListTargetSslProxiesRequest) Reset()

func (*ListTargetSslProxiesRequest) String

func (x *ListTargetSslProxiesRequest) String() string

type ListTargetTcpProxiesRequest

type ListTargetTcpProxiesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetTcpProxies.List. See the method description for details.

func (*ListTargetTcpProxiesRequest) Descriptor

func (*ListTargetTcpProxiesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListTargetTcpProxiesRequest.ProtoReflect.Descriptor instead.

func (*ListTargetTcpProxiesRequest) GetFilter

func (x *ListTargetTcpProxiesRequest) GetFilter() string

func (*ListTargetTcpProxiesRequest) GetMaxResults

func (x *ListTargetTcpProxiesRequest) GetMaxResults() uint32

func (*ListTargetTcpProxiesRequest) GetOrderBy

func (x *ListTargetTcpProxiesRequest) GetOrderBy() string

func (*ListTargetTcpProxiesRequest) GetPageToken

func (x *ListTargetTcpProxiesRequest) GetPageToken() string

func (*ListTargetTcpProxiesRequest) GetProject

func (x *ListTargetTcpProxiesRequest) GetProject() string

func (*ListTargetTcpProxiesRequest) GetReturnPartialSuccess

func (x *ListTargetTcpProxiesRequest) GetReturnPartialSuccess() bool

func (*ListTargetTcpProxiesRequest) ProtoMessage

func (*ListTargetTcpProxiesRequest) ProtoMessage()

func (*ListTargetTcpProxiesRequest) ProtoReflect

func (*ListTargetTcpProxiesRequest) Reset

func (x *ListTargetTcpProxiesRequest) Reset()

func (*ListTargetTcpProxiesRequest) String

func (x *ListTargetTcpProxiesRequest) String() string

type ListTargetVpnGatewaysRequest

type ListTargetVpnGatewaysRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetVpnGateways.List. See the method description for details.

func (*ListTargetVpnGatewaysRequest) Descriptor

func (*ListTargetVpnGatewaysRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListTargetVpnGatewaysRequest.ProtoReflect.Descriptor instead.

func (*ListTargetVpnGatewaysRequest) GetFilter

func (x *ListTargetVpnGatewaysRequest) GetFilter() string

func (*ListTargetVpnGatewaysRequest) GetMaxResults

func (x *ListTargetVpnGatewaysRequest) GetMaxResults() uint32

func (*ListTargetVpnGatewaysRequest) GetOrderBy

func (x *ListTargetVpnGatewaysRequest) GetOrderBy() string

func (*ListTargetVpnGatewaysRequest) GetPageToken

func (x *ListTargetVpnGatewaysRequest) GetPageToken() string

func (*ListTargetVpnGatewaysRequest) GetProject

func (x *ListTargetVpnGatewaysRequest) GetProject() string

func (*ListTargetVpnGatewaysRequest) GetRegion

func (x *ListTargetVpnGatewaysRequest) GetRegion() string

func (*ListTargetVpnGatewaysRequest) GetReturnPartialSuccess

func (x *ListTargetVpnGatewaysRequest) GetReturnPartialSuccess() bool

func (*ListTargetVpnGatewaysRequest) ProtoMessage

func (*ListTargetVpnGatewaysRequest) ProtoMessage()

func (*ListTargetVpnGatewaysRequest) ProtoReflect

func (*ListTargetVpnGatewaysRequest) Reset

func (x *ListTargetVpnGatewaysRequest) Reset()

func (*ListTargetVpnGatewaysRequest) String

type ListUrlMapsRequest

type ListUrlMapsRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for UrlMaps.List. See the method description for details.

func (*ListUrlMapsRequest) Descriptor

func (*ListUrlMapsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListUrlMapsRequest.ProtoReflect.Descriptor instead.

func (*ListUrlMapsRequest) GetFilter

func (x *ListUrlMapsRequest) GetFilter() string

func (*ListUrlMapsRequest) GetMaxResults

func (x *ListUrlMapsRequest) GetMaxResults() uint32

func (*ListUrlMapsRequest) GetOrderBy

func (x *ListUrlMapsRequest) GetOrderBy() string

func (*ListUrlMapsRequest) GetPageToken

func (x *ListUrlMapsRequest) GetPageToken() string

func (*ListUrlMapsRequest) GetProject

func (x *ListUrlMapsRequest) GetProject() string

func (*ListUrlMapsRequest) GetReturnPartialSuccess

func (x *ListUrlMapsRequest) GetReturnPartialSuccess() bool

func (*ListUrlMapsRequest) ProtoMessage

func (*ListUrlMapsRequest) ProtoMessage()

func (*ListUrlMapsRequest) ProtoReflect

func (x *ListUrlMapsRequest) ProtoReflect() protoreflect.Message

func (*ListUrlMapsRequest) Reset

func (x *ListUrlMapsRequest) Reset()

func (*ListUrlMapsRequest) String

func (x *ListUrlMapsRequest) String() string

type ListUsableSubnetworksRequest

type ListUsableSubnetworksRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for Subnetworks.ListUsable. See the method description for details.

func (*ListUsableSubnetworksRequest) Descriptor

func (*ListUsableSubnetworksRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListUsableSubnetworksRequest.ProtoReflect.Descriptor instead.

func (*ListUsableSubnetworksRequest) GetFilter

func (x *ListUsableSubnetworksRequest) GetFilter() string

func (*ListUsableSubnetworksRequest) GetMaxResults

func (x *ListUsableSubnetworksRequest) GetMaxResults() uint32

func (*ListUsableSubnetworksRequest) GetOrderBy

func (x *ListUsableSubnetworksRequest) GetOrderBy() string

func (*ListUsableSubnetworksRequest) GetPageToken

func (x *ListUsableSubnetworksRequest) GetPageToken() string

func (*ListUsableSubnetworksRequest) GetProject

func (x *ListUsableSubnetworksRequest) GetProject() string

func (*ListUsableSubnetworksRequest) GetReturnPartialSuccess

func (x *ListUsableSubnetworksRequest) GetReturnPartialSuccess() bool

func (*ListUsableSubnetworksRequest) ProtoMessage

func (*ListUsableSubnetworksRequest) ProtoMessage()

func (*ListUsableSubnetworksRequest) ProtoReflect

func (*ListUsableSubnetworksRequest) Reset

func (x *ListUsableSubnetworksRequest) Reset()

func (*ListUsableSubnetworksRequest) String

type ListVpnGatewaysRequest

type ListVpnGatewaysRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for VpnGateways.List. See the method description for details.

func (*ListVpnGatewaysRequest) Descriptor

func (*ListVpnGatewaysRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListVpnGatewaysRequest.ProtoReflect.Descriptor instead.

func (*ListVpnGatewaysRequest) GetFilter

func (x *ListVpnGatewaysRequest) GetFilter() string

func (*ListVpnGatewaysRequest) GetMaxResults

func (x *ListVpnGatewaysRequest) GetMaxResults() uint32

func (*ListVpnGatewaysRequest) GetOrderBy

func (x *ListVpnGatewaysRequest) GetOrderBy() string

func (*ListVpnGatewaysRequest) GetPageToken

func (x *ListVpnGatewaysRequest) GetPageToken() string

func (*ListVpnGatewaysRequest) GetProject

func (x *ListVpnGatewaysRequest) GetProject() string

func (*ListVpnGatewaysRequest) GetRegion

func (x *ListVpnGatewaysRequest) GetRegion() string

func (*ListVpnGatewaysRequest) GetReturnPartialSuccess

func (x *ListVpnGatewaysRequest) GetReturnPartialSuccess() bool

func (*ListVpnGatewaysRequest) ProtoMessage

func (*ListVpnGatewaysRequest) ProtoMessage()

func (*ListVpnGatewaysRequest) ProtoReflect

func (x *ListVpnGatewaysRequest) ProtoReflect() protoreflect.Message

func (*ListVpnGatewaysRequest) Reset

func (x *ListVpnGatewaysRequest) Reset()

func (*ListVpnGatewaysRequest) String

func (x *ListVpnGatewaysRequest) String() string

type ListVpnTunnelsRequest

type ListVpnTunnelsRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for VpnTunnels.List. See the method description for details.

func (*ListVpnTunnelsRequest) Descriptor

func (*ListVpnTunnelsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListVpnTunnelsRequest.ProtoReflect.Descriptor instead.

func (*ListVpnTunnelsRequest) GetFilter

func (x *ListVpnTunnelsRequest) GetFilter() string

func (*ListVpnTunnelsRequest) GetMaxResults

func (x *ListVpnTunnelsRequest) GetMaxResults() uint32

func (*ListVpnTunnelsRequest) GetOrderBy

func (x *ListVpnTunnelsRequest) GetOrderBy() string

func (*ListVpnTunnelsRequest) GetPageToken

func (x *ListVpnTunnelsRequest) GetPageToken() string

func (*ListVpnTunnelsRequest) GetProject

func (x *ListVpnTunnelsRequest) GetProject() string

func (*ListVpnTunnelsRequest) GetRegion

func (x *ListVpnTunnelsRequest) GetRegion() string

func (*ListVpnTunnelsRequest) GetReturnPartialSuccess

func (x *ListVpnTunnelsRequest) GetReturnPartialSuccess() bool

func (*ListVpnTunnelsRequest) ProtoMessage

func (*ListVpnTunnelsRequest) ProtoMessage()

func (*ListVpnTunnelsRequest) ProtoReflect

func (x *ListVpnTunnelsRequest) ProtoReflect() protoreflect.Message

func (*ListVpnTunnelsRequest) Reset

func (x *ListVpnTunnelsRequest) Reset()

func (*ListVpnTunnelsRequest) String

func (x *ListVpnTunnelsRequest) String() string

type ListXpnHostsProjectsRequest

type ListXpnHostsProjectsRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The body resource for this request
	ProjectsListXpnHostsRequestResource *ProjectsListXpnHostsRequest `protobuf:"bytes,238266391,opt,name=projects_list_xpn_hosts_request_resource,json=projectsListXpnHostsRequestResource,proto3" json:"projects_list_xpn_hosts_request_resource,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for Projects.ListXpnHosts. See the method description for details.

func (*ListXpnHostsProjectsRequest) Descriptor

func (*ListXpnHostsProjectsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListXpnHostsProjectsRequest.ProtoReflect.Descriptor instead.

func (*ListXpnHostsProjectsRequest) GetFilter

func (x *ListXpnHostsProjectsRequest) GetFilter() string

func (*ListXpnHostsProjectsRequest) GetMaxResults

func (x *ListXpnHostsProjectsRequest) GetMaxResults() uint32

func (*ListXpnHostsProjectsRequest) GetOrderBy

func (x *ListXpnHostsProjectsRequest) GetOrderBy() string

func (*ListXpnHostsProjectsRequest) GetPageToken

func (x *ListXpnHostsProjectsRequest) GetPageToken() string

func (*ListXpnHostsProjectsRequest) GetProject

func (x *ListXpnHostsProjectsRequest) GetProject() string

func (*ListXpnHostsProjectsRequest) GetProjectsListXpnHostsRequestResource

func (x *ListXpnHostsProjectsRequest) GetProjectsListXpnHostsRequestResource() *ProjectsListXpnHostsRequest

func (*ListXpnHostsProjectsRequest) GetReturnPartialSuccess

func (x *ListXpnHostsProjectsRequest) GetReturnPartialSuccess() bool

func (*ListXpnHostsProjectsRequest) ProtoMessage

func (*ListXpnHostsProjectsRequest) ProtoMessage()

func (*ListXpnHostsProjectsRequest) ProtoReflect

func (*ListXpnHostsProjectsRequest) Reset

func (x *ListXpnHostsProjectsRequest) Reset()

func (*ListXpnHostsProjectsRequest) String

func (x *ListXpnHostsProjectsRequest) String() string

type ListZoneOperationsRequest

type ListZoneOperationsRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// Name of the zone for request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for ZoneOperations.List. See the method description for details.

func (*ListZoneOperationsRequest) Descriptor

func (*ListZoneOperationsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListZoneOperationsRequest.ProtoReflect.Descriptor instead.

func (*ListZoneOperationsRequest) GetFilter

func (x *ListZoneOperationsRequest) GetFilter() string

func (*ListZoneOperationsRequest) GetMaxResults

func (x *ListZoneOperationsRequest) GetMaxResults() uint32

func (*ListZoneOperationsRequest) GetOrderBy

func (x *ListZoneOperationsRequest) GetOrderBy() string

func (*ListZoneOperationsRequest) GetPageToken

func (x *ListZoneOperationsRequest) GetPageToken() string

func (*ListZoneOperationsRequest) GetProject

func (x *ListZoneOperationsRequest) GetProject() string

func (*ListZoneOperationsRequest) GetReturnPartialSuccess

func (x *ListZoneOperationsRequest) GetReturnPartialSuccess() bool

func (*ListZoneOperationsRequest) GetZone

func (x *ListZoneOperationsRequest) GetZone() string

func (*ListZoneOperationsRequest) ProtoMessage

func (*ListZoneOperationsRequest) ProtoMessage()

func (*ListZoneOperationsRequest) ProtoReflect

func (*ListZoneOperationsRequest) Reset

func (x *ListZoneOperationsRequest) Reset()

func (*ListZoneOperationsRequest) String

func (x *ListZoneOperationsRequest) String() string

type ListZonesRequest

type ListZonesRequest struct {

	// A filter expression that filters resources listed in the response. Most Compute resources support two types of filter expressions: expressions that support regular expressions and expressions that follow API improvement proposal AIP-160. If you want to use AIP-160, your expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") AND (scheduling.automaticRestart = true) ``` If you want to use a regular expression, use the `eq` (equal) or `ne` (not equal) operator against a single un-parenthesized expression with or without quotes or against multiple parenthesized expressions. Examples: `fieldname eq unquoted literal` `fieldname eq 'single quoted literal'` `fieldname eq "double quoted literal"` `(fieldname1 eq literal) (fieldname2 ne "literal")` The literal value is interpreted as a regular expression using Google RE2 library syntax. The literal value must match the entire field. For example, to filter for instances that do not end with name "instance", you would use `name ne .*instance`.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)
	MaxResults *uint32 `protobuf:"varint,54715419,opt,name=max_results,json=maxResults,proto3,oneof" json:"max_results,omitempty"`
	// Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy="creationTimestamp desc"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.
	OrderBy *string `protobuf:"bytes,160562920,opt,name=order_by,json=orderBy,proto3,oneof" json:"order_by,omitempty"`
	// Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.
	PageToken *string `protobuf:"bytes,19994697,opt,name=page_token,json=pageToken,proto3,oneof" json:"page_token,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.
	ReturnPartialSuccess *bool `protobuf:"varint,517198390,opt,name=return_partial_success,json=returnPartialSuccess,proto3,oneof" json:"return_partial_success,omitempty"`
	// contains filtered or unexported fields
}

A request message for Zones.List. See the method description for details.

func (*ListZonesRequest) Descriptor

func (*ListZonesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListZonesRequest.ProtoReflect.Descriptor instead.

func (*ListZonesRequest) GetFilter

func (x *ListZonesRequest) GetFilter() string

func (*ListZonesRequest) GetMaxResults

func (x *ListZonesRequest) GetMaxResults() uint32

func (*ListZonesRequest) GetOrderBy

func (x *ListZonesRequest) GetOrderBy() string

func (*ListZonesRequest) GetPageToken

func (x *ListZonesRequest) GetPageToken() string

func (*ListZonesRequest) GetProject

func (x *ListZonesRequest) GetProject() string

func (*ListZonesRequest) GetReturnPartialSuccess

func (x *ListZonesRequest) GetReturnPartialSuccess() bool

func (*ListZonesRequest) ProtoMessage

func (*ListZonesRequest) ProtoMessage()

func (*ListZonesRequest) ProtoReflect

func (x *ListZonesRequest) ProtoReflect() protoreflect.Message

func (*ListZonesRequest) Reset

func (x *ListZonesRequest) Reset()

func (*ListZonesRequest) String

func (x *ListZonesRequest) String() string

type LocalDisk

type LocalDisk struct {

	// Specifies the number of such disks.
	DiskCount *int32 `protobuf:"varint,182933485,opt,name=disk_count,json=diskCount,proto3,oneof" json:"disk_count,omitempty"`
	// Specifies the size of the disk in base-2 GB.
	DiskSizeGb *int32 `protobuf:"varint,316263735,opt,name=disk_size_gb,json=diskSizeGb,proto3,oneof" json:"disk_size_gb,omitempty"`
	// Specifies the desired disk type on the node. This disk type must be a local storage type (e.g.: local-ssd). Note that for nodeTemplates, this should be the name of the disk type and not its URL.
	DiskType *string `protobuf:"bytes,93009052,opt,name=disk_type,json=diskType,proto3,oneof" json:"disk_type,omitempty"`
	// contains filtered or unexported fields
}

func (*LocalDisk) Descriptor

func (*LocalDisk) Descriptor() ([]byte, []int)

Deprecated: Use LocalDisk.ProtoReflect.Descriptor instead.

func (*LocalDisk) GetDiskCount

func (x *LocalDisk) GetDiskCount() int32

func (*LocalDisk) GetDiskSizeGb

func (x *LocalDisk) GetDiskSizeGb() int32

func (*LocalDisk) GetDiskType

func (x *LocalDisk) GetDiskType() string

func (*LocalDisk) ProtoMessage

func (*LocalDisk) ProtoMessage()

func (*LocalDisk) ProtoReflect

func (x *LocalDisk) ProtoReflect() protoreflect.Message

func (*LocalDisk) Reset

func (x *LocalDisk) Reset()

func (*LocalDisk) String

func (x *LocalDisk) String() string

type LocalizedMessage

type LocalizedMessage struct {

	// The locale used following the specification defined at https://www.rfc-editor.org/rfc/bcp/bcp47.txt. Examples are: "en-US", "fr-CH", "es-MX"
	Locale *string `protobuf:"bytes,513150554,opt,name=locale,proto3,oneof" json:"locale,omitempty"`
	// The localized error message in the above locale.
	Message *string `protobuf:"bytes,418054151,opt,name=message,proto3,oneof" json:"message,omitempty"`
	// contains filtered or unexported fields
}

Provides a localized error message that is safe to return to the user which can be attached to an RPC error.

func (*LocalizedMessage) Descriptor

func (*LocalizedMessage) Descriptor() ([]byte, []int)

Deprecated: Use LocalizedMessage.ProtoReflect.Descriptor instead.

func (*LocalizedMessage) GetLocale

func (x *LocalizedMessage) GetLocale() string

func (*LocalizedMessage) GetMessage

func (x *LocalizedMessage) GetMessage() string

func (*LocalizedMessage) ProtoMessage

func (*LocalizedMessage) ProtoMessage()

func (*LocalizedMessage) ProtoReflect

func (x *LocalizedMessage) ProtoReflect() protoreflect.Message

func (*LocalizedMessage) Reset

func (x *LocalizedMessage) Reset()

func (*LocalizedMessage) String

func (x *LocalizedMessage) String() string

type LocationPolicy

type LocationPolicy struct {

	// Location configurations mapped by location name. Currently only zone names are supported and must be represented as valid internal URLs, such as zones/us-central1-a.
	Locations map[string]*LocationPolicyLocation `protobuf:"bytes,413423454,rep,name=locations,proto3" json:"locations,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// Strategy for distributing VMs across zones in a region.
	// Check the TargetShape enum for the list of possible values.
	TargetShape *string `protobuf:"bytes,338621299,opt,name=target_shape,json=targetShape,proto3,oneof" json:"target_shape,omitempty"`
	// contains filtered or unexported fields
}

Configuration for location policy among multiple possible locations (e.g. preferences for zone selection among zones in a single region).

func (*LocationPolicy) Descriptor

func (*LocationPolicy) Descriptor() ([]byte, []int)

Deprecated: Use LocationPolicy.ProtoReflect.Descriptor instead.

func (*LocationPolicy) GetLocations

func (x *LocationPolicy) GetLocations() map[string]*LocationPolicyLocation

func (*LocationPolicy) GetTargetShape

func (x *LocationPolicy) GetTargetShape() string

func (*LocationPolicy) ProtoMessage

func (*LocationPolicy) ProtoMessage()

func (*LocationPolicy) ProtoReflect

func (x *LocationPolicy) ProtoReflect() protoreflect.Message

func (*LocationPolicy) Reset

func (x *LocationPolicy) Reset()

func (*LocationPolicy) String

func (x *LocationPolicy) String() string

type LocationPolicyLocation

type LocationPolicyLocation struct {

	// Constraints that the caller requires on the result distribution in this zone.
	Constraints *LocationPolicyLocationConstraints `protobuf:"bytes,3909174,opt,name=constraints,proto3,oneof" json:"constraints,omitempty"`
	// Preference for a given location. Set to either ALLOW or DENY.
	// Check the Preference enum for the list of possible values.
	Preference *string `protobuf:"bytes,150781147,opt,name=preference,proto3,oneof" json:"preference,omitempty"`
	// contains filtered or unexported fields
}

func (*LocationPolicyLocation) Descriptor

func (*LocationPolicyLocation) Descriptor() ([]byte, []int)

Deprecated: Use LocationPolicyLocation.ProtoReflect.Descriptor instead.

func (*LocationPolicyLocation) GetConstraints

func (*LocationPolicyLocation) GetPreference

func (x *LocationPolicyLocation) GetPreference() string

func (*LocationPolicyLocation) ProtoMessage

func (*LocationPolicyLocation) ProtoMessage()

func (*LocationPolicyLocation) ProtoReflect

func (x *LocationPolicyLocation) ProtoReflect() protoreflect.Message

func (*LocationPolicyLocation) Reset

func (x *LocationPolicyLocation) Reset()

func (*LocationPolicyLocation) String

func (x *LocationPolicyLocation) String() string

type LocationPolicyLocationConstraints

type LocationPolicyLocationConstraints struct {

	// Maximum number of items that are allowed to be placed in this zone. The value must be non-negative.
	MaxCount *int32 `protobuf:"varint,287620724,opt,name=max_count,json=maxCount,proto3,oneof" json:"max_count,omitempty"`
	// contains filtered or unexported fields
}

Per-zone constraints on location policy for this zone.

func (*LocationPolicyLocationConstraints) Descriptor

func (*LocationPolicyLocationConstraints) Descriptor() ([]byte, []int)

Deprecated: Use LocationPolicyLocationConstraints.ProtoReflect.Descriptor instead.

func (*LocationPolicyLocationConstraints) GetMaxCount

func (x *LocationPolicyLocationConstraints) GetMaxCount() int32

func (*LocationPolicyLocationConstraints) ProtoMessage

func (*LocationPolicyLocationConstraints) ProtoMessage()

func (*LocationPolicyLocationConstraints) ProtoReflect

func (*LocationPolicyLocationConstraints) Reset

func (*LocationPolicyLocationConstraints) String

type LocationPolicyLocation_Preference

type LocationPolicyLocation_Preference int32

Preference for a given location. Set to either ALLOW or DENY.

const (
	// A value indicating that the enum field is not set.
	LocationPolicyLocation_UNDEFINED_PREFERENCE LocationPolicyLocation_Preference = 0
	// Location is allowed for use.
	LocationPolicyLocation_ALLOW LocationPolicyLocation_Preference = 62368553
	// Location is prohibited.
	LocationPolicyLocation_DENY LocationPolicyLocation_Preference = 2094604
	// Default value, unused.
	LocationPolicyLocation_PREFERENCE_UNSPECIFIED LocationPolicyLocation_Preference = 496219571
)

func (LocationPolicyLocation_Preference) Descriptor

func (LocationPolicyLocation_Preference) Enum

func (LocationPolicyLocation_Preference) EnumDescriptor

func (LocationPolicyLocation_Preference) EnumDescriptor() ([]byte, []int)

Deprecated: Use LocationPolicyLocation_Preference.Descriptor instead.

func (LocationPolicyLocation_Preference) Number

func (LocationPolicyLocation_Preference) String

func (LocationPolicyLocation_Preference) Type

type LocationPolicy_TargetShape

type LocationPolicy_TargetShape int32

Strategy for distributing VMs across zones in a region.

const (
	// A value indicating that the enum field is not set.
	LocationPolicy_UNDEFINED_TARGET_SHAPE LocationPolicy_TargetShape = 0
	// GCE picks zones for creating VM instances to fulfill the requested number of VMs within present resource constraints and to maximize utilization of unused zonal reservations. Recommended for batch workloads that do not require high availability.
	LocationPolicy_ANY LocationPolicy_TargetShape = 64972
	// GCE always selects a single zone for all the VMs, optimizing for resource quotas, available reservations and general capacity. Recommended for batch workloads that cannot tollerate distribution over multiple zones. This the default shape in Bulk Insert and Capacity Advisor APIs.
	LocationPolicy_ANY_SINGLE_ZONE LocationPolicy_TargetShape = 61100880
	// GCE prioritizes acquisition of resources, scheduling VMs in zones where resources are available while distributing VMs as evenly as possible across allowed zones to minimize the impact of zonal failure. Recommended for highly available serving workloads.
	LocationPolicy_BALANCED LocationPolicy_TargetShape = 468409608
)

func (LocationPolicy_TargetShape) Descriptor

func (LocationPolicy_TargetShape) Enum

func (LocationPolicy_TargetShape) EnumDescriptor

func (LocationPolicy_TargetShape) EnumDescriptor() ([]byte, []int)

Deprecated: Use LocationPolicy_TargetShape.Descriptor instead.

func (LocationPolicy_TargetShape) Number

func (LocationPolicy_TargetShape) String

func (LocationPolicy_TargetShape) Type

type LogConfig

type LogConfig struct {

	// This is deprecated and has no effect. Do not use.
	CloudAudit *LogConfigCloudAuditOptions `protobuf:"bytes,412852561,opt,name=cloud_audit,json=cloudAudit,proto3,oneof" json:"cloud_audit,omitempty"`
	// This is deprecated and has no effect. Do not use.
	Counter *LogConfigCounterOptions `protobuf:"bytes,420959740,opt,name=counter,proto3,oneof" json:"counter,omitempty"`
	// This is deprecated and has no effect. Do not use.
	DataAccess *LogConfigDataAccessOptions `protobuf:"bytes,286633881,opt,name=data_access,json=dataAccess,proto3,oneof" json:"data_access,omitempty"`
	// contains filtered or unexported fields
}

This is deprecated and has no effect. Do not use.

func (*LogConfig) Descriptor

func (*LogConfig) Descriptor() ([]byte, []int)

Deprecated: Use LogConfig.ProtoReflect.Descriptor instead.

func (*LogConfig) GetCloudAudit

func (x *LogConfig) GetCloudAudit() *LogConfigCloudAuditOptions

func (*LogConfig) GetCounter

func (x *LogConfig) GetCounter() *LogConfigCounterOptions

func (*LogConfig) GetDataAccess

func (x *LogConfig) GetDataAccess() *LogConfigDataAccessOptions

func (*LogConfig) ProtoMessage

func (*LogConfig) ProtoMessage()

func (*LogConfig) ProtoReflect

func (x *LogConfig) ProtoReflect() protoreflect.Message

func (*LogConfig) Reset

func (x *LogConfig) Reset()

func (*LogConfig) String

func (x *LogConfig) String() string

type LogConfigCloudAuditOptions

type LogConfigCloudAuditOptions struct {

	// This is deprecated and has no effect. Do not use.
	AuthorizationLoggingOptions *AuthorizationLoggingOptions `protobuf:"bytes,217861624,opt,name=authorization_logging_options,json=authorizationLoggingOptions,proto3,oneof" json:"authorization_logging_options,omitempty"`
	// This is deprecated and has no effect. Do not use.
	// Check the LogName enum for the list of possible values.
	LogName *string `protobuf:"bytes,402913958,opt,name=log_name,json=logName,proto3,oneof" json:"log_name,omitempty"`
	// contains filtered or unexported fields
}

This is deprecated and has no effect. Do not use.

func (*LogConfigCloudAuditOptions) Descriptor

func (*LogConfigCloudAuditOptions) Descriptor() ([]byte, []int)

Deprecated: Use LogConfigCloudAuditOptions.ProtoReflect.Descriptor instead.

func (*LogConfigCloudAuditOptions) GetAuthorizationLoggingOptions

func (x *LogConfigCloudAuditOptions) GetAuthorizationLoggingOptions() *AuthorizationLoggingOptions

func (*LogConfigCloudAuditOptions) GetLogName

func (x *LogConfigCloudAuditOptions) GetLogName() string

func (*LogConfigCloudAuditOptions) ProtoMessage

func (*LogConfigCloudAuditOptions) ProtoMessage()

func (*LogConfigCloudAuditOptions) ProtoReflect

func (*LogConfigCloudAuditOptions) Reset

func (x *LogConfigCloudAuditOptions) Reset()

func (*LogConfigCloudAuditOptions) String

func (x *LogConfigCloudAuditOptions) String() string

type LogConfigCloudAuditOptions_LogName

type LogConfigCloudAuditOptions_LogName int32

This is deprecated and has no effect. Do not use.

const (
	// A value indicating that the enum field is not set.
	LogConfigCloudAuditOptions_UNDEFINED_LOG_NAME LogConfigCloudAuditOptions_LogName = 0
	// This is deprecated and has no effect. Do not use.
	LogConfigCloudAuditOptions_ADMIN_ACTIVITY LogConfigCloudAuditOptions_LogName = 427503135
	// This is deprecated and has no effect. Do not use.
	LogConfigCloudAuditOptions_DATA_ACCESS LogConfigCloudAuditOptions_LogName = 238070681
	// This is deprecated and has no effect. Do not use.
	LogConfigCloudAuditOptions_UNSPECIFIED_LOG_NAME LogConfigCloudAuditOptions_LogName = 410515182
)

func (LogConfigCloudAuditOptions_LogName) Descriptor

func (LogConfigCloudAuditOptions_LogName) Enum

func (LogConfigCloudAuditOptions_LogName) EnumDescriptor

func (LogConfigCloudAuditOptions_LogName) EnumDescriptor() ([]byte, []int)

Deprecated: Use LogConfigCloudAuditOptions_LogName.Descriptor instead.

func (LogConfigCloudAuditOptions_LogName) Number

func (LogConfigCloudAuditOptions_LogName) String

func (LogConfigCloudAuditOptions_LogName) Type

type LogConfigCounterOptions

type LogConfigCounterOptions struct {

	// This is deprecated and has no effect. Do not use.
	CustomFields []*LogConfigCounterOptionsCustomField `protobuf:"bytes,249651015,rep,name=custom_fields,json=customFields,proto3" json:"custom_fields,omitempty"`
	// This is deprecated and has no effect. Do not use.
	Field *string `protobuf:"bytes,97427706,opt,name=field,proto3,oneof" json:"field,omitempty"`
	// This is deprecated and has no effect. Do not use.
	Metric *string `protobuf:"bytes,533067184,opt,name=metric,proto3,oneof" json:"metric,omitempty"`
	// contains filtered or unexported fields
}

This is deprecated and has no effect. Do not use.

func (*LogConfigCounterOptions) Descriptor

func (*LogConfigCounterOptions) Descriptor() ([]byte, []int)

Deprecated: Use LogConfigCounterOptions.ProtoReflect.Descriptor instead.

func (*LogConfigCounterOptions) GetCustomFields

func (*LogConfigCounterOptions) GetField

func (x *LogConfigCounterOptions) GetField() string

func (*LogConfigCounterOptions) GetMetric

func (x *LogConfigCounterOptions) GetMetric() string

func (*LogConfigCounterOptions) ProtoMessage

func (*LogConfigCounterOptions) ProtoMessage()

func (*LogConfigCounterOptions) ProtoReflect

func (x *LogConfigCounterOptions) ProtoReflect() protoreflect.Message

func (*LogConfigCounterOptions) Reset

func (x *LogConfigCounterOptions) Reset()

func (*LogConfigCounterOptions) String

func (x *LogConfigCounterOptions) String() string

type LogConfigCounterOptionsCustomField

type LogConfigCounterOptionsCustomField struct {

	// This is deprecated and has no effect. Do not use.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// This is deprecated and has no effect. Do not use.
	Value *string `protobuf:"bytes,111972721,opt,name=value,proto3,oneof" json:"value,omitempty"`
	// contains filtered or unexported fields
}

This is deprecated and has no effect. Do not use.

func (*LogConfigCounterOptionsCustomField) Descriptor

func (*LogConfigCounterOptionsCustomField) Descriptor() ([]byte, []int)

Deprecated: Use LogConfigCounterOptionsCustomField.ProtoReflect.Descriptor instead.

func (*LogConfigCounterOptionsCustomField) GetName

func (*LogConfigCounterOptionsCustomField) GetValue

func (*LogConfigCounterOptionsCustomField) ProtoMessage

func (*LogConfigCounterOptionsCustomField) ProtoMessage()

func (*LogConfigCounterOptionsCustomField) ProtoReflect

func (*LogConfigCounterOptionsCustomField) Reset

func (*LogConfigCounterOptionsCustomField) String

type LogConfigDataAccessOptions

type LogConfigDataAccessOptions struct {

	// This is deprecated and has no effect. Do not use.
	// Check the LogMode enum for the list of possible values.
	LogMode *string `protobuf:"bytes,402897342,opt,name=log_mode,json=logMode,proto3,oneof" json:"log_mode,omitempty"`
	// contains filtered or unexported fields
}

This is deprecated and has no effect. Do not use.

func (*LogConfigDataAccessOptions) Descriptor

func (*LogConfigDataAccessOptions) Descriptor() ([]byte, []int)

Deprecated: Use LogConfigDataAccessOptions.ProtoReflect.Descriptor instead.

func (*LogConfigDataAccessOptions) GetLogMode

func (x *LogConfigDataAccessOptions) GetLogMode() string

func (*LogConfigDataAccessOptions) ProtoMessage

func (*LogConfigDataAccessOptions) ProtoMessage()

func (*LogConfigDataAccessOptions) ProtoReflect

func (*LogConfigDataAccessOptions) Reset

func (x *LogConfigDataAccessOptions) Reset()

func (*LogConfigDataAccessOptions) String

func (x *LogConfigDataAccessOptions) String() string

type LogConfigDataAccessOptions_LogMode

type LogConfigDataAccessOptions_LogMode int32

This is deprecated and has no effect. Do not use.

const (
	// A value indicating that the enum field is not set.
	LogConfigDataAccessOptions_UNDEFINED_LOG_MODE LogConfigDataAccessOptions_LogMode = 0
	// This is deprecated and has no effect. Do not use.
	LogConfigDataAccessOptions_LOG_FAIL_CLOSED LogConfigDataAccessOptions_LogMode = 360469778
	// This is deprecated and has no effect. Do not use.
	LogConfigDataAccessOptions_LOG_MODE_UNSPECIFIED LogConfigDataAccessOptions_LogMode = 88160822
)

func (LogConfigDataAccessOptions_LogMode) Descriptor

func (LogConfigDataAccessOptions_LogMode) Enum

func (LogConfigDataAccessOptions_LogMode) EnumDescriptor

func (LogConfigDataAccessOptions_LogMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use LogConfigDataAccessOptions_LogMode.Descriptor instead.

func (LogConfigDataAccessOptions_LogMode) Number

func (LogConfigDataAccessOptions_LogMode) String

func (LogConfigDataAccessOptions_LogMode) Type

type MachineImage

type MachineImage struct {

	// [Output Only] The creation timestamp for this machine image in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// An optional description of this resource. Provide this property when you create the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// [Input Only] Whether to attempt an application consistent machine image by informing the OS to prepare for the snapshot process.
	GuestFlush *bool `protobuf:"varint,385550813,opt,name=guest_flush,json=guestFlush,proto3,oneof" json:"guest_flush,omitempty"`
	// [Output Only] A unique identifier for this machine image. The server defines this identifier.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Output Only] Properties of source instance
	InstanceProperties *InstanceProperties `protobuf:"bytes,215355165,opt,name=instance_properties,json=instanceProperties,proto3,oneof" json:"instance_properties,omitempty"`
	// [Output Only] The resource type, which is always compute#machineImage for machine image.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// Encrypts the machine image using a customer-supplied encryption key. After you encrypt a machine image using a customer-supplied key, you must provide the same key if you use the machine image later. For example, you must provide the encryption key when you create an instance from the encrypted machine image in a future request. Customer-supplied encryption keys do not protect access to metadata of the machine image. If you do not provide an encryption key when creating the machine image, then the machine image will be encrypted using an automatically generated key and you do not need to provide a key to use the machine image later.
	MachineImageEncryptionKey *CustomerEncryptionKey `protobuf:"bytes,528089087,opt,name=machine_image_encryption_key,json=machineImageEncryptionKey,proto3,oneof" json:"machine_image_encryption_key,omitempty"`
	// Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// [Output Only] Reserved for future use.
	SatisfiesPzs *bool `protobuf:"varint,480964267,opt,name=satisfies_pzs,json=satisfiesPzs,proto3,oneof" json:"satisfies_pzs,omitempty"`
	// An array of Machine Image specific properties for disks attached to the source instance
	SavedDisks []*SavedDisk `protobuf:"bytes,397424318,rep,name=saved_disks,json=savedDisks,proto3" json:"saved_disks,omitempty"`
	// [Output Only] The URL for this machine image. The server defines this URL.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Input Only] The customer-supplied encryption key of the disks attached to the source instance. Required if the source disk is protected by a customer-supplied encryption key.
	SourceDiskEncryptionKeys []*SourceDiskEncryptionKey `protobuf:"bytes,370408498,rep,name=source_disk_encryption_keys,json=sourceDiskEncryptionKeys,proto3" json:"source_disk_encryption_keys,omitempty"`
	// The source instance used to create the machine image. You can provide this as a partial or full URL to the resource. For example, the following are valid values: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /instances/instance - projects/project/zones/zone/instances/instance
	SourceInstance *string `protobuf:"bytes,396315705,opt,name=source_instance,json=sourceInstance,proto3,oneof" json:"source_instance,omitempty"`
	// [Output Only] DEPRECATED: Please use instance_properties instead for source instance related properties. New properties will not be added to this field.
	SourceInstanceProperties *SourceInstanceProperties `protobuf:"bytes,475195641,opt,name=source_instance_properties,json=sourceInstanceProperties,proto3,oneof" json:"source_instance_properties,omitempty"`
	// [Output Only] The status of the machine image. One of the following values: INVALID, CREATING, READY, DELETING, and UPLOADING.
	// Check the Status enum for the list of possible values.
	Status *string `protobuf:"bytes,181260274,opt,name=status,proto3,oneof" json:"status,omitempty"`
	// The regional or multi-regional Cloud Storage bucket location where the machine image is stored.
	StorageLocations []string `protobuf:"bytes,328005274,rep,name=storage_locations,json=storageLocations,proto3" json:"storage_locations,omitempty"`
	// [Output Only] Total size of the storage used by the machine image.
	TotalStorageBytes *int64 `protobuf:"varint,81855468,opt,name=total_storage_bytes,json=totalStorageBytes,proto3,oneof" json:"total_storage_bytes,omitempty"`
	// contains filtered or unexported fields
}

Represents a machine image resource. A machine image is a Compute Engine resource that stores all the configuration, metadata, permissions, and data from one or more disks required to create a Virtual machine (VM) instance. For more information, see Machine images.

func (*MachineImage) Descriptor

func (*MachineImage) Descriptor() ([]byte, []int)

Deprecated: Use MachineImage.ProtoReflect.Descriptor instead.

func (*MachineImage) GetCreationTimestamp

func (x *MachineImage) GetCreationTimestamp() string

func (*MachineImage) GetDescription

func (x *MachineImage) GetDescription() string

func (*MachineImage) GetGuestFlush

func (x *MachineImage) GetGuestFlush() bool

func (*MachineImage) GetId

func (x *MachineImage) GetId() uint64

func (*MachineImage) GetInstanceProperties

func (x *MachineImage) GetInstanceProperties() *InstanceProperties

func (*MachineImage) GetKind

func (x *MachineImage) GetKind() string

func (*MachineImage) GetMachineImageEncryptionKey

func (x *MachineImage) GetMachineImageEncryptionKey() *CustomerEncryptionKey

func (*MachineImage) GetName

func (x *MachineImage) GetName() string

func (*MachineImage) GetSatisfiesPzs

func (x *MachineImage) GetSatisfiesPzs() bool

func (*MachineImage) GetSavedDisks

func (x *MachineImage) GetSavedDisks() []*SavedDisk
func (x *MachineImage) GetSelfLink() string

func (*MachineImage) GetSourceDiskEncryptionKeys

func (x *MachineImage) GetSourceDiskEncryptionKeys() []*SourceDiskEncryptionKey

func (*MachineImage) GetSourceInstance

func (x *MachineImage) GetSourceInstance() string

func (*MachineImage) GetSourceInstanceProperties

func (x *MachineImage) GetSourceInstanceProperties() *SourceInstanceProperties

func (*MachineImage) GetStatus

func (x *MachineImage) GetStatus() string

func (*MachineImage) GetStorageLocations

func (x *MachineImage) GetStorageLocations() []string

func (*MachineImage) GetTotalStorageBytes

func (x *MachineImage) GetTotalStorageBytes() int64

func (*MachineImage) ProtoMessage

func (*MachineImage) ProtoMessage()

func (*MachineImage) ProtoReflect

func (x *MachineImage) ProtoReflect() protoreflect.Message

func (*MachineImage) Reset

func (x *MachineImage) Reset()

func (*MachineImage) String

func (x *MachineImage) String() string

type MachineImageList

type MachineImageList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of MachineImage resources.
	Items []*MachineImage `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] The resource type, which is always compute#machineImagesListResponse for machine image lists.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

A list of machine images.

func (*MachineImageList) Descriptor

func (*MachineImageList) Descriptor() ([]byte, []int)

Deprecated: Use MachineImageList.ProtoReflect.Descriptor instead.

func (*MachineImageList) GetId

func (x *MachineImageList) GetId() string

func (*MachineImageList) GetItems

func (x *MachineImageList) GetItems() []*MachineImage

func (*MachineImageList) GetKind

func (x *MachineImageList) GetKind() string

func (*MachineImageList) GetNextPageToken

func (x *MachineImageList) GetNextPageToken() string
func (x *MachineImageList) GetSelfLink() string

func (*MachineImageList) GetWarning

func (x *MachineImageList) GetWarning() *Warning

func (*MachineImageList) ProtoMessage

func (*MachineImageList) ProtoMessage()

func (*MachineImageList) ProtoReflect

func (x *MachineImageList) ProtoReflect() protoreflect.Message

func (*MachineImageList) Reset

func (x *MachineImageList) Reset()

func (*MachineImageList) String

func (x *MachineImageList) String() string

type MachineImage_Status

type MachineImage_Status int32

[Output Only] The status of the machine image. One of the following values: INVALID, CREATING, READY, DELETING, and UPLOADING.

const (
	// A value indicating that the enum field is not set.
	MachineImage_UNDEFINED_STATUS MachineImage_Status = 0
	MachineImage_CREATING         MachineImage_Status = 455564985
	MachineImage_DELETING         MachineImage_Status = 528602024
	MachineImage_INVALID          MachineImage_Status = 530283991
	MachineImage_READY            MachineImage_Status = 77848963
	MachineImage_UPLOADING        MachineImage_Status = 267603489
)

func (MachineImage_Status) Descriptor

func (MachineImage_Status) Enum

func (MachineImage_Status) EnumDescriptor

func (MachineImage_Status) EnumDescriptor() ([]byte, []int)

Deprecated: Use MachineImage_Status.Descriptor instead.

func (MachineImage_Status) Number

func (MachineImage_Status) String

func (x MachineImage_Status) String() string

func (MachineImage_Status) Type

type MachineImagesClient

type MachineImagesClient interface {
	// Deletes the specified machine image. Deleting a machine image is permanent and cannot be undone.
	Delete(ctx context.Context, in *DeleteMachineImageRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified machine image.
	Get(ctx context.Context, in *GetMachineImageRequest, opts ...grpc.CallOption) (*MachineImage, error)
	// Gets the access control policy for a resource. May be empty if no such policy or resource exists.
	GetIamPolicy(ctx context.Context, in *GetIamPolicyMachineImageRequest, opts ...grpc.CallOption) (*Policy, error)
	// Creates a machine image in the specified project using the data that is included in the request. If you are creating a new machine image to update an existing instance, your new machine image should use the same network or, if applicable, the same subnetwork as the original instance.
	Insert(ctx context.Context, in *InsertMachineImageRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves a list of machine images that are contained within the specified project.
	List(ctx context.Context, in *ListMachineImagesRequest, opts ...grpc.CallOption) (*MachineImageList, error)
	// Sets the access control policy on the specified resource. Replaces any existing policy.
	SetIamPolicy(ctx context.Context, in *SetIamPolicyMachineImageRequest, opts ...grpc.CallOption) (*Policy, error)
	// Returns permissions that a caller has on the specified resource.
	TestIamPermissions(ctx context.Context, in *TestIamPermissionsMachineImageRequest, opts ...grpc.CallOption) (*TestPermissionsResponse, error)
}

MachineImagesClient is the client API for MachineImages service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewMachineImagesClient

func NewMachineImagesClient(cc grpc.ClientConnInterface) MachineImagesClient

type MachineImagesServer

type MachineImagesServer interface {
	// Deletes the specified machine image. Deleting a machine image is permanent and cannot be undone.
	Delete(context.Context, *DeleteMachineImageRequest) (*Operation, error)
	// Returns the specified machine image.
	Get(context.Context, *GetMachineImageRequest) (*MachineImage, error)
	// Gets the access control policy for a resource. May be empty if no such policy or resource exists.
	GetIamPolicy(context.Context, *GetIamPolicyMachineImageRequest) (*Policy, error)
	// Creates a machine image in the specified project using the data that is included in the request. If you are creating a new machine image to update an existing instance, your new machine image should use the same network or, if applicable, the same subnetwork as the original instance.
	Insert(context.Context, *InsertMachineImageRequest) (*Operation, error)
	// Retrieves a list of machine images that are contained within the specified project.
	List(context.Context, *ListMachineImagesRequest) (*MachineImageList, error)
	// Sets the access control policy on the specified resource. Replaces any existing policy.
	SetIamPolicy(context.Context, *SetIamPolicyMachineImageRequest) (*Policy, error)
	// Returns permissions that a caller has on the specified resource.
	TestIamPermissions(context.Context, *TestIamPermissionsMachineImageRequest) (*TestPermissionsResponse, error)
}

MachineImagesServer is the server API for MachineImages service.

type MachineType

type MachineType struct {

	// [Output Only] A list of accelerator configurations assigned to this machine type.
	Accelerators []*Accelerators `protobuf:"bytes,269577064,rep,name=accelerators,proto3" json:"accelerators,omitempty"`
	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// [Output Only] The deprecation status associated with this machine type. Only applicable if the machine type is unavailable.
	Deprecated *DeprecationStatus `protobuf:"bytes,515138995,opt,name=deprecated,proto3,oneof" json:"deprecated,omitempty"`
	// [Output Only] An optional textual description of the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// [Output Only] The number of virtual CPUs that are available to the instance.
	GuestCpus *int32 `protobuf:"varint,393356754,opt,name=guest_cpus,json=guestCpus,proto3,oneof" json:"guest_cpus,omitempty"`
	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Deprecated] This property is deprecated and will never be populated with any relevant values.
	ImageSpaceGb *int32 `protobuf:"varint,75331864,opt,name=image_space_gb,json=imageSpaceGb,proto3,oneof" json:"image_space_gb,omitempty"`
	// [Output Only] Whether this machine type has a shared CPU. See Shared-core machine types for more information.
	IsSharedCpu *bool `protobuf:"varint,521399555,opt,name=is_shared_cpu,json=isSharedCpu,proto3,oneof" json:"is_shared_cpu,omitempty"`
	// [Output Only] The type of the resource. Always compute#machineType for machine types.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] Maximum persistent disks allowed.
	MaximumPersistentDisks *int32 `protobuf:"varint,496220941,opt,name=maximum_persistent_disks,json=maximumPersistentDisks,proto3,oneof" json:"maximum_persistent_disks,omitempty"`
	// [Output Only] Maximum total persistent disks size (GB) allowed.
	MaximumPersistentDisksSizeGb *int64 `protobuf:"varint,154274471,opt,name=maximum_persistent_disks_size_gb,json=maximumPersistentDisksSizeGb,proto3,oneof" json:"maximum_persistent_disks_size_gb,omitempty"`
	// [Output Only] The amount of physical memory available to the instance, defined in MB.
	MemoryMb *int32 `protobuf:"varint,116001171,opt,name=memory_mb,json=memoryMb,proto3,oneof" json:"memory_mb,omitempty"`
	// [Output Only] Name of the resource.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// [Output Only] A list of extended scratch disks assigned to the instance.
	ScratchDisks []*ScratchDisks `protobuf:"bytes,480778481,rep,name=scratch_disks,json=scratchDisks,proto3" json:"scratch_disks,omitempty"`
	// [Output Only] Server-defined URL for the resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] The name of the zone where the machine type resides, such as us-central1-a.
	Zone *string `protobuf:"bytes,3744684,opt,name=zone,proto3,oneof" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

Represents a Machine Type resource. You can use specific machine types for your VM instances based on performance and pricing requirements. For more information, read Machine Types.

func (*MachineType) Descriptor

func (*MachineType) Descriptor() ([]byte, []int)

Deprecated: Use MachineType.ProtoReflect.Descriptor instead.

func (*MachineType) GetAccelerators

func (x *MachineType) GetAccelerators() []*Accelerators

func (*MachineType) GetCreationTimestamp

func (x *MachineType) GetCreationTimestamp() string

func (*MachineType) GetDeprecated

func (x *MachineType) GetDeprecated() *DeprecationStatus

func (*MachineType) GetDescription

func (x *MachineType) GetDescription() string

func (*MachineType) GetGuestCpus

func (x *MachineType) GetGuestCpus() int32

func (*MachineType) GetId

func (x *MachineType) GetId() uint64

func (*MachineType) GetImageSpaceGb

func (x *MachineType) GetImageSpaceGb() int32

func (*MachineType) GetIsSharedCpu

func (x *MachineType) GetIsSharedCpu() bool

func (*MachineType) GetKind

func (x *MachineType) GetKind() string

func (*MachineType) GetMaximumPersistentDisks

func (x *MachineType) GetMaximumPersistentDisks() int32

func (*MachineType) GetMaximumPersistentDisksSizeGb

func (x *MachineType) GetMaximumPersistentDisksSizeGb() int64

func (*MachineType) GetMemoryMb

func (x *MachineType) GetMemoryMb() int32

func (*MachineType) GetName

func (x *MachineType) GetName() string

func (*MachineType) GetScratchDisks

func (x *MachineType) GetScratchDisks() []*ScratchDisks
func (x *MachineType) GetSelfLink() string

func (*MachineType) GetZone

func (x *MachineType) GetZone() string

func (*MachineType) ProtoMessage

func (*MachineType) ProtoMessage()

func (*MachineType) ProtoReflect

func (x *MachineType) ProtoReflect() protoreflect.Message

func (*MachineType) Reset

func (x *MachineType) Reset()

func (*MachineType) String

func (x *MachineType) String() string

type MachineTypeAggregatedList

type MachineTypeAggregatedList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of MachineTypesScopedList resources.
	Items map[string]*MachineTypesScopedList `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// [Output Only] Type of resource. Always compute#machineTypeAggregatedList for aggregated lists of machine types.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Unreachable resources.
	Unreachables []string `protobuf:"bytes,243372063,rep,name=unreachables,proto3" json:"unreachables,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*MachineTypeAggregatedList) Descriptor

func (*MachineTypeAggregatedList) Descriptor() ([]byte, []int)

Deprecated: Use MachineTypeAggregatedList.ProtoReflect.Descriptor instead.

func (*MachineTypeAggregatedList) GetId

func (x *MachineTypeAggregatedList) GetId() string

func (*MachineTypeAggregatedList) GetItems

func (*MachineTypeAggregatedList) GetKind

func (x *MachineTypeAggregatedList) GetKind() string

func (*MachineTypeAggregatedList) GetNextPageToken

func (x *MachineTypeAggregatedList) GetNextPageToken() string
func (x *MachineTypeAggregatedList) GetSelfLink() string

func (*MachineTypeAggregatedList) GetUnreachables

func (x *MachineTypeAggregatedList) GetUnreachables() []string

func (*MachineTypeAggregatedList) GetWarning

func (x *MachineTypeAggregatedList) GetWarning() *Warning

func (*MachineTypeAggregatedList) ProtoMessage

func (*MachineTypeAggregatedList) ProtoMessage()

func (*MachineTypeAggregatedList) ProtoReflect

func (*MachineTypeAggregatedList) Reset

func (x *MachineTypeAggregatedList) Reset()

func (*MachineTypeAggregatedList) String

func (x *MachineTypeAggregatedList) String() string

type MachineTypeList

type MachineTypeList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of MachineType resources.
	Items []*MachineType `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] Type of resource. Always compute#machineTypeList for lists of machine types.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

Contains a list of machine types.

func (*MachineTypeList) Descriptor

func (*MachineTypeList) Descriptor() ([]byte, []int)

Deprecated: Use MachineTypeList.ProtoReflect.Descriptor instead.

func (*MachineTypeList) GetId

func (x *MachineTypeList) GetId() string

func (*MachineTypeList) GetItems

func (x *MachineTypeList) GetItems() []*MachineType

func (*MachineTypeList) GetKind

func (x *MachineTypeList) GetKind() string

func (*MachineTypeList) GetNextPageToken

func (x *MachineTypeList) GetNextPageToken() string
func (x *MachineTypeList) GetSelfLink() string

func (*MachineTypeList) GetWarning

func (x *MachineTypeList) GetWarning() *Warning

func (*MachineTypeList) ProtoMessage

func (*MachineTypeList) ProtoMessage()

func (*MachineTypeList) ProtoReflect

func (x *MachineTypeList) ProtoReflect() protoreflect.Message

func (*MachineTypeList) Reset

func (x *MachineTypeList) Reset()

func (*MachineTypeList) String

func (x *MachineTypeList) String() string

type MachineTypesClient

type MachineTypesClient interface {
	// Retrieves an aggregated list of machine types.
	AggregatedList(ctx context.Context, in *AggregatedListMachineTypesRequest, opts ...grpc.CallOption) (*MachineTypeAggregatedList, error)
	// Returns the specified machine type.
	Get(ctx context.Context, in *GetMachineTypeRequest, opts ...grpc.CallOption) (*MachineType, error)
	// Retrieves a list of machine types available to the specified project.
	List(ctx context.Context, in *ListMachineTypesRequest, opts ...grpc.CallOption) (*MachineTypeList, error)
}

MachineTypesClient is the client API for MachineTypes service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewMachineTypesClient

func NewMachineTypesClient(cc grpc.ClientConnInterface) MachineTypesClient

type MachineTypesScopedList

type MachineTypesScopedList struct {

	// [Output Only] A list of machine types contained in this scope.
	MachineTypes []*MachineType `protobuf:"bytes,79720065,rep,name=machine_types,json=machineTypes,proto3" json:"machine_types,omitempty"`
	// [Output Only] An informational warning that appears when the machine types list is empty.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*MachineTypesScopedList) Descriptor

func (*MachineTypesScopedList) Descriptor() ([]byte, []int)

Deprecated: Use MachineTypesScopedList.ProtoReflect.Descriptor instead.

func (*MachineTypesScopedList) GetMachineTypes

func (x *MachineTypesScopedList) GetMachineTypes() []*MachineType

func (*MachineTypesScopedList) GetWarning

func (x *MachineTypesScopedList) GetWarning() *Warning

func (*MachineTypesScopedList) ProtoMessage

func (*MachineTypesScopedList) ProtoMessage()

func (*MachineTypesScopedList) ProtoReflect

func (x *MachineTypesScopedList) ProtoReflect() protoreflect.Message

func (*MachineTypesScopedList) Reset

func (x *MachineTypesScopedList) Reset()

func (*MachineTypesScopedList) String

func (x *MachineTypesScopedList) String() string

type MachineTypesServer

type MachineTypesServer interface {
	// Retrieves an aggregated list of machine types.
	AggregatedList(context.Context, *AggregatedListMachineTypesRequest) (*MachineTypeAggregatedList, error)
	// Returns the specified machine type.
	Get(context.Context, *GetMachineTypeRequest) (*MachineType, error)
	// Retrieves a list of machine types available to the specified project.
	List(context.Context, *ListMachineTypesRequest) (*MachineTypeList, error)
}

MachineTypesServer is the server API for MachineTypes service.

type ManagedInstance

type ManagedInstance struct {

	// [Output Only] The current action that the managed instance group has scheduled for the instance. Possible values: - NONE The instance is running, and the managed instance group does not have any scheduled actions for this instance. - CREATING The managed instance group is creating this instance. If the group fails to create this instance, it will try again until it is successful. - CREATING_WITHOUT_RETRIES The managed instance group is attempting to create this instance only once. If the group fails to create this instance, it does not try again and the group's targetSize value is decreased instead. - RECREATING The managed instance group is recreating this instance. - DELETING The managed instance group is permanently deleting this instance. - ABANDONING The managed instance group is abandoning this instance. The instance will be removed from the instance group and from any target pools that are associated with this group. - RESTARTING The managed instance group is restarting the instance. - REFRESHING The managed instance group is applying configuration changes to the instance without stopping it. For example, the group can update the target pool list for an instance without stopping that instance. - VERIFYING The managed instance group has created the instance and it is in the process of being verified.
	// Check the CurrentAction enum for the list of possible values.
	CurrentAction *string `protobuf:"bytes,178475964,opt,name=current_action,json=currentAction,proto3,oneof" json:"current_action,omitempty"`
	// [Output only] The unique identifier for this resource. This field is empty when instance does not exist.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Output Only] The URL of the instance. The URL can exist even if the instance has not yet been created.
	Instance *string `protobuf:"bytes,18257045,opt,name=instance,proto3,oneof" json:"instance,omitempty"`
	// [Output Only] Health state of the instance per health-check.
	InstanceHealth []*ManagedInstanceInstanceHealth `protobuf:"bytes,382667078,rep,name=instance_health,json=instanceHealth,proto3" json:"instance_health,omitempty"`
	// [Output Only] The status of the instance. This field is empty when the instance does not exist.
	// Check the InstanceStatus enum for the list of possible values.
	InstanceStatus *string `protobuf:"bytes,174577372,opt,name=instance_status,json=instanceStatus,proto3,oneof" json:"instance_status,omitempty"`
	// [Output Only] Information about the last attempt to create or delete the instance.
	LastAttempt *ManagedInstanceLastAttempt `protobuf:"bytes,434771492,opt,name=last_attempt,json=lastAttempt,proto3,oneof" json:"last_attempt,omitempty"`
	// [Output Only] Preserved state applied from per-instance config for this instance.
	PreservedStateFromConfig *PreservedState `protobuf:"bytes,98661858,opt,name=preserved_state_from_config,json=preservedStateFromConfig,proto3,oneof" json:"preserved_state_from_config,omitempty"`
	// [Output Only] Preserved state generated based on stateful policy for this instance.
	PreservedStateFromPolicy *PreservedState `protobuf:"bytes,470783954,opt,name=preserved_state_from_policy,json=preservedStateFromPolicy,proto3,oneof" json:"preserved_state_from_policy,omitempty"`
	// [Output Only] Intended version of this instance.
	Version *ManagedInstanceVersion `protobuf:"bytes,351608024,opt,name=version,proto3,oneof" json:"version,omitempty"`
	// contains filtered or unexported fields
}

A Managed Instance resource.

func (*ManagedInstance) Descriptor

func (*ManagedInstance) Descriptor() ([]byte, []int)

Deprecated: Use ManagedInstance.ProtoReflect.Descriptor instead.

func (*ManagedInstance) GetCurrentAction

func (x *ManagedInstance) GetCurrentAction() string

func (*ManagedInstance) GetId

func (x *ManagedInstance) GetId() uint64

func (*ManagedInstance) GetInstance

func (x *ManagedInstance) GetInstance() string

func (*ManagedInstance) GetInstanceHealth

func (x *ManagedInstance) GetInstanceHealth() []*ManagedInstanceInstanceHealth

func (*ManagedInstance) GetInstanceStatus

func (x *ManagedInstance) GetInstanceStatus() string

func (*ManagedInstance) GetLastAttempt

func (x *ManagedInstance) GetLastAttempt() *ManagedInstanceLastAttempt

func (*ManagedInstance) GetPreservedStateFromConfig

func (x *ManagedInstance) GetPreservedStateFromConfig() *PreservedState

func (*ManagedInstance) GetPreservedStateFromPolicy

func (x *ManagedInstance) GetPreservedStateFromPolicy() *PreservedState

func (*ManagedInstance) GetVersion

func (x *ManagedInstance) GetVersion() *ManagedInstanceVersion

func (*ManagedInstance) ProtoMessage

func (*ManagedInstance) ProtoMessage()

func (*ManagedInstance) ProtoReflect

func (x *ManagedInstance) ProtoReflect() protoreflect.Message

func (*ManagedInstance) Reset

func (x *ManagedInstance) Reset()

func (*ManagedInstance) String

func (x *ManagedInstance) String() string

type ManagedInstanceInstanceHealth

type ManagedInstanceInstanceHealth struct {

	// [Output Only] The current detailed instance health state.
	// Check the DetailedHealthState enum for the list of possible values.
	DetailedHealthState *string `protobuf:"bytes,510470173,opt,name=detailed_health_state,json=detailedHealthState,proto3,oneof" json:"detailed_health_state,omitempty"`
	// [Output Only] The URL for the health check that verifies whether the instance is healthy.
	HealthCheck *string `protobuf:"bytes,308876645,opt,name=health_check,json=healthCheck,proto3,oneof" json:"health_check,omitempty"`
	// contains filtered or unexported fields
}

func (*ManagedInstanceInstanceHealth) Descriptor

func (*ManagedInstanceInstanceHealth) Descriptor() ([]byte, []int)

Deprecated: Use ManagedInstanceInstanceHealth.ProtoReflect.Descriptor instead.

func (*ManagedInstanceInstanceHealth) GetDetailedHealthState

func (x *ManagedInstanceInstanceHealth) GetDetailedHealthState() string

func (*ManagedInstanceInstanceHealth) GetHealthCheck

func (x *ManagedInstanceInstanceHealth) GetHealthCheck() string

func (*ManagedInstanceInstanceHealth) ProtoMessage

func (*ManagedInstanceInstanceHealth) ProtoMessage()

func (*ManagedInstanceInstanceHealth) ProtoReflect

func (*ManagedInstanceInstanceHealth) Reset

func (x *ManagedInstanceInstanceHealth) Reset()

func (*ManagedInstanceInstanceHealth) String

type ManagedInstanceInstanceHealth_DetailedHealthState

type ManagedInstanceInstanceHealth_DetailedHealthState int32

[Output Only] The current detailed instance health state.

const (
	// A value indicating that the enum field is not set.
	ManagedInstanceInstanceHealth_UNDEFINED_DETAILED_HEALTH_STATE ManagedInstanceInstanceHealth_DetailedHealthState = 0
	// The instance is being drained. The existing connections to the instance have time to complete, but the new ones are being refused.
	ManagedInstanceInstanceHealth_DRAINING ManagedInstanceInstanceHealth_DetailedHealthState = 480455402
	// The instance is reachable i.e. a connection to the application health checking endpoint can be established, and conforms to the requirements defined by the health check.
	ManagedInstanceInstanceHealth_HEALTHY ManagedInstanceInstanceHealth_DetailedHealthState = 439801213
	// The instance is unreachable i.e. a connection to the application health checking endpoint cannot be established, or the server does not respond within the specified timeout.
	ManagedInstanceInstanceHealth_TIMEOUT ManagedInstanceInstanceHealth_DetailedHealthState = 477813057
	// The instance is reachable, but does not conform to the requirements defined by the health check.
	ManagedInstanceInstanceHealth_UNHEALTHY ManagedInstanceInstanceHealth_DetailedHealthState = 462118084
	// The health checking system is aware of the instance but its health is not known at the moment.
	ManagedInstanceInstanceHealth_UNKNOWN ManagedInstanceInstanceHealth_DetailedHealthState = 433141802
)

func (ManagedInstanceInstanceHealth_DetailedHealthState) Descriptor

func (ManagedInstanceInstanceHealth_DetailedHealthState) Enum

func (ManagedInstanceInstanceHealth_DetailedHealthState) EnumDescriptor

Deprecated: Use ManagedInstanceInstanceHealth_DetailedHealthState.Descriptor instead.

func (ManagedInstanceInstanceHealth_DetailedHealthState) Number

func (ManagedInstanceInstanceHealth_DetailedHealthState) String

func (ManagedInstanceInstanceHealth_DetailedHealthState) Type

type ManagedInstanceLastAttempt

type ManagedInstanceLastAttempt struct {

	// [Output Only] Encountered errors during the last attempt to create or delete the instance.
	Errors *Errors `protobuf:"bytes,315977579,opt,name=errors,proto3,oneof" json:"errors,omitempty"`
	// contains filtered or unexported fields
}

func (*ManagedInstanceLastAttempt) Descriptor

func (*ManagedInstanceLastAttempt) Descriptor() ([]byte, []int)

Deprecated: Use ManagedInstanceLastAttempt.ProtoReflect.Descriptor instead.

func (*ManagedInstanceLastAttempt) GetErrors

func (x *ManagedInstanceLastAttempt) GetErrors() *Errors

func (*ManagedInstanceLastAttempt) ProtoMessage

func (*ManagedInstanceLastAttempt) ProtoMessage()

func (*ManagedInstanceLastAttempt) ProtoReflect

func (*ManagedInstanceLastAttempt) Reset

func (x *ManagedInstanceLastAttempt) Reset()

func (*ManagedInstanceLastAttempt) String

func (x *ManagedInstanceLastAttempt) String() string

type ManagedInstanceVersion

type ManagedInstanceVersion struct {

	// [Output Only] The intended template of the instance. This field is empty when current_action is one of { DELETING, ABANDONING }.
	InstanceTemplate *string `protobuf:"bytes,309248228,opt,name=instance_template,json=instanceTemplate,proto3,oneof" json:"instance_template,omitempty"`
	// [Output Only] Name of the version.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*ManagedInstanceVersion) Descriptor

func (*ManagedInstanceVersion) Descriptor() ([]byte, []int)

Deprecated: Use ManagedInstanceVersion.ProtoReflect.Descriptor instead.

func (*ManagedInstanceVersion) GetInstanceTemplate

func (x *ManagedInstanceVersion) GetInstanceTemplate() string

func (*ManagedInstanceVersion) GetName

func (x *ManagedInstanceVersion) GetName() string

func (*ManagedInstanceVersion) ProtoMessage

func (*ManagedInstanceVersion) ProtoMessage()

func (*ManagedInstanceVersion) ProtoReflect

func (x *ManagedInstanceVersion) ProtoReflect() protoreflect.Message

func (*ManagedInstanceVersion) Reset

func (x *ManagedInstanceVersion) Reset()

func (*ManagedInstanceVersion) String

func (x *ManagedInstanceVersion) String() string

type ManagedInstance_CurrentAction

type ManagedInstance_CurrentAction int32

[Output Only] The current action that the managed instance group has scheduled for the instance. Possible values: - NONE The instance is running, and the managed instance group does not have any scheduled actions for this instance. - CREATING The managed instance group is creating this instance. If the group fails to create this instance, it will try again until it is successful. - CREATING_WITHOUT_RETRIES The managed instance group is attempting to create this instance only once. If the group fails to create this instance, it does not try again and the group's targetSize value is decreased instead. - RECREATING The managed instance group is recreating this instance. - DELETING The managed instance group is permanently deleting this instance. - ABANDONING The managed instance group is abandoning this instance. The instance will be removed from the instance group and from any target pools that are associated with this group. - RESTARTING The managed instance group is restarting the instance. - REFRESHING The managed instance group is applying configuration changes to the instance without stopping it. For example, the group can update the target pool list for an instance without stopping that instance. - VERIFYING The managed instance group has created the instance and it is in the process of being verified. Additional supported values which may be not listed in the enum directly due to technical reasons: STOPPING SUSPENDING

const (
	// A value indicating that the enum field is not set.
	ManagedInstance_UNDEFINED_CURRENT_ACTION ManagedInstance_CurrentAction = 0
	// The managed instance group is abandoning this instance. The instance will be removed from the instance group and from any target pools that are associated with this group.
	ManagedInstance_ABANDONING ManagedInstance_CurrentAction = 388244813
	// The managed instance group is creating this instance. If the group fails to create this instance, it will try again until it is successful.
	ManagedInstance_CREATING ManagedInstance_CurrentAction = 455564985
	// The managed instance group is attempting to create this instance only once. If the group fails to create this instance, it does not try again and the group's targetSize value is decreased.
	ManagedInstance_CREATING_WITHOUT_RETRIES ManagedInstance_CurrentAction = 428843785
	// The managed instance group is permanently deleting this instance.
	ManagedInstance_DELETING ManagedInstance_CurrentAction = 528602024
	// The managed instance group has not scheduled any actions for this instance.
	ManagedInstance_NONE ManagedInstance_CurrentAction = 2402104
	// The managed instance group is recreating this instance.
	ManagedInstance_RECREATING ManagedInstance_CurrentAction = 287278572
	// The managed instance group is applying configuration changes to the instance without stopping it. For example, the group can update the target pool list for an instance without stopping that instance.
	ManagedInstance_REFRESHING ManagedInstance_CurrentAction = 163266343
	// The managed instance group is restarting this instance.
	ManagedInstance_RESTARTING ManagedInstance_CurrentAction = 320534387
	// The managed instance group is resuming this instance.
	ManagedInstance_RESUMING ManagedInstance_CurrentAction = 446856618
	// The managed instance group is starting this instance.
	ManagedInstance_STARTING ManagedInstance_CurrentAction = 488820800
	// The managed instance group is verifying this already created instance. Verification happens every time the instance is (re)created or restarted and consists of: 1. Waiting until health check specified as part of this managed instance group's autohealing policy reports HEALTHY. Note: Applies only if autohealing policy has a health check specified 2. Waiting for addition verification steps performed as post-instance creation (subject to future extensions).
	ManagedInstance_VERIFYING ManagedInstance_CurrentAction = 16982185
)

func (ManagedInstance_CurrentAction) Descriptor

func (ManagedInstance_CurrentAction) Enum

func (ManagedInstance_CurrentAction) EnumDescriptor

func (ManagedInstance_CurrentAction) EnumDescriptor() ([]byte, []int)

Deprecated: Use ManagedInstance_CurrentAction.Descriptor instead.

func (ManagedInstance_CurrentAction) Number

func (ManagedInstance_CurrentAction) String

func (ManagedInstance_CurrentAction) Type

type ManagedInstance_InstanceStatus

type ManagedInstance_InstanceStatus int32

[Output Only] The status of the instance. This field is empty when the instance does not exist. Additional supported values which may be not listed in the enum directly due to technical reasons: STOPPING SUSPENDING

const (
	// A value indicating that the enum field is not set.
	ManagedInstance_UNDEFINED_INSTANCE_STATUS ManagedInstance_InstanceStatus = 0
	// The instance is halted and we are performing tear down tasks like network deprogramming, releasing quota, IP, tearing down disks etc.
	ManagedInstance_DEPROVISIONING ManagedInstance_InstanceStatus = 428935662
	// Resources are being allocated for the instance.
	ManagedInstance_PROVISIONING ManagedInstance_InstanceStatus = 290896621
	// The instance is in repair.
	ManagedInstance_REPAIRING ManagedInstance_InstanceStatus = 413483285
	// The instance is running.
	ManagedInstance_RUNNING ManagedInstance_InstanceStatus = 121282975
	// All required resources have been allocated and the instance is being started.
	ManagedInstance_STAGING ManagedInstance_InstanceStatus = 431072283
	// The instance has stopped successfully.
	ManagedInstance_STOPPED  ManagedInstance_InstanceStatus = 444276141
	ManagedInstance_STOPPING ManagedInstance_InstanceStatus = 350791796
	// The instance has suspended.
	ManagedInstance_SUSPENDED  ManagedInstance_InstanceStatus = 51223995
	ManagedInstance_SUSPENDING ManagedInstance_InstanceStatus = 514206246
	// The instance has stopped (either by explicit action or underlying failure).
	ManagedInstance_TERMINATED ManagedInstance_InstanceStatus = 250018339
)

func (ManagedInstance_InstanceStatus) Descriptor

func (ManagedInstance_InstanceStatus) Enum

func (ManagedInstance_InstanceStatus) EnumDescriptor

func (ManagedInstance_InstanceStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use ManagedInstance_InstanceStatus.Descriptor instead.

func (ManagedInstance_InstanceStatus) Number

func (ManagedInstance_InstanceStatus) String

func (ManagedInstance_InstanceStatus) Type

type Metadata

type Metadata struct {

	// Specifies a fingerprint for this request, which is essentially a hash of the metadata's contents and used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update metadata. You must always provide an up-to-date fingerprint hash in order to update or change metadata, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve the resource.
	Fingerprint *string `protobuf:"bytes,234678500,opt,name=fingerprint,proto3,oneof" json:"fingerprint,omitempty"`
	// Array of key/value pairs. The total size of all keys and values must be less than 512 KB.
	Items []*Items `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] Type of the resource. Always compute#metadata for metadata.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// contains filtered or unexported fields
}

A metadata key/value entry.

func (*Metadata) Descriptor

func (*Metadata) Descriptor() ([]byte, []int)

Deprecated: Use Metadata.ProtoReflect.Descriptor instead.

func (*Metadata) GetFingerprint

func (x *Metadata) GetFingerprint() string

func (*Metadata) GetItems

func (x *Metadata) GetItems() []*Items

func (*Metadata) GetKind

func (x *Metadata) GetKind() string

func (*Metadata) ProtoMessage

func (*Metadata) ProtoMessage()

func (*Metadata) ProtoReflect

func (x *Metadata) ProtoReflect() protoreflect.Message

func (*Metadata) Reset

func (x *Metadata) Reset()

func (*Metadata) String

func (x *Metadata) String() string

type MetadataFilter

type MetadataFilter struct {

	// The list of label value pairs that must match labels in the provided metadata based on filterMatchCriteria This list must not be empty and can have at the most 64 entries.
	FilterLabels []*MetadataFilterLabelMatch `protobuf:"bytes,307903142,rep,name=filter_labels,json=filterLabels,proto3" json:"filter_labels,omitempty"`
	// Specifies how individual filter label matches within the list of filterLabels and contributes toward the overall metadataFilter match. Supported values are: - MATCH_ANY: at least one of the filterLabels must have a matching label in the provided metadata. - MATCH_ALL: all filterLabels must have matching labels in the provided metadata.
	// Check the FilterMatchCriteria enum for the list of possible values.
	FilterMatchCriteria *string `protobuf:"bytes,239970368,opt,name=filter_match_criteria,json=filterMatchCriteria,proto3,oneof" json:"filter_match_criteria,omitempty"`
	// contains filtered or unexported fields
}

Opaque filter criteria used by load balancers to restrict routing configuration to a limited set of load balancing proxies. Proxies and sidecars involved in load balancing would typically present metadata to the load balancers that need to match criteria specified here. If a match takes place, the relevant configuration is made available to those proxies. For each metadataFilter in this list, if its filterMatchCriteria is set to MATCH_ANY, at least one of the filterLabels must match the corresponding label provided in the metadata. If its filterMatchCriteria is set to MATCH_ALL, then all of its filterLabels must match with corresponding labels provided in the metadata. An example for using metadataFilters would be: if load balancing involves Envoys, they receive routing configuration when values in metadataFilters match values supplied in of their XDS requests to loadbalancers.

func (*MetadataFilter) Descriptor

func (*MetadataFilter) Descriptor() ([]byte, []int)

Deprecated: Use MetadataFilter.ProtoReflect.Descriptor instead.

func (*MetadataFilter) GetFilterLabels

func (x *MetadataFilter) GetFilterLabels() []*MetadataFilterLabelMatch

func (*MetadataFilter) GetFilterMatchCriteria

func (x *MetadataFilter) GetFilterMatchCriteria() string

func (*MetadataFilter) ProtoMessage

func (*MetadataFilter) ProtoMessage()

func (*MetadataFilter) ProtoReflect

func (x *MetadataFilter) ProtoReflect() protoreflect.Message

func (*MetadataFilter) Reset

func (x *MetadataFilter) Reset()

func (*MetadataFilter) String

func (x *MetadataFilter) String() string

type MetadataFilterLabelMatch

type MetadataFilterLabelMatch struct {

	// Name of metadata label. The name can have a maximum length of 1024 characters and must be at least 1 character long.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// The value of the label must match the specified value. value can have a maximum length of 1024 characters.
	Value *string `protobuf:"bytes,111972721,opt,name=value,proto3,oneof" json:"value,omitempty"`
	// contains filtered or unexported fields
}

MetadataFilter label name value pairs that are expected to match corresponding labels presented as metadata to the load balancer.

func (*MetadataFilterLabelMatch) Descriptor

func (*MetadataFilterLabelMatch) Descriptor() ([]byte, []int)

Deprecated: Use MetadataFilterLabelMatch.ProtoReflect.Descriptor instead.

func (*MetadataFilterLabelMatch) GetName

func (x *MetadataFilterLabelMatch) GetName() string

func (*MetadataFilterLabelMatch) GetValue

func (x *MetadataFilterLabelMatch) GetValue() string

func (*MetadataFilterLabelMatch) ProtoMessage

func (*MetadataFilterLabelMatch) ProtoMessage()

func (*MetadataFilterLabelMatch) ProtoReflect

func (x *MetadataFilterLabelMatch) ProtoReflect() protoreflect.Message

func (*MetadataFilterLabelMatch) Reset

func (x *MetadataFilterLabelMatch) Reset()

func (*MetadataFilterLabelMatch) String

func (x *MetadataFilterLabelMatch) String() string

type MetadataFilter_FilterMatchCriteria

type MetadataFilter_FilterMatchCriteria int32

Specifies how individual filter label matches within the list of filterLabels and contributes toward the overall metadataFilter match. Supported values are: - MATCH_ANY: at least one of the filterLabels must have a matching label in the provided metadata. - MATCH_ALL: all filterLabels must have matching labels in the provided metadata.

const (
	// A value indicating that the enum field is not set.
	MetadataFilter_UNDEFINED_FILTER_MATCH_CRITERIA MetadataFilter_FilterMatchCriteria = 0
	// Specifies that all filterLabels must match for the metadataFilter to be considered a match.
	MetadataFilter_MATCH_ALL MetadataFilter_FilterMatchCriteria = 180663271
	// Specifies that any filterLabel must match for the metadataFilter to be considered a match.
	MetadataFilter_MATCH_ANY MetadataFilter_FilterMatchCriteria = 180663346
	// Indicates that the match criteria was not set. A metadataFilter must never be created with this value.
	MetadataFilter_NOT_SET MetadataFilter_FilterMatchCriteria = 163646646
)

func (MetadataFilter_FilterMatchCriteria) Descriptor

func (MetadataFilter_FilterMatchCriteria) Enum

func (MetadataFilter_FilterMatchCriteria) EnumDescriptor

func (MetadataFilter_FilterMatchCriteria) EnumDescriptor() ([]byte, []int)

Deprecated: Use MetadataFilter_FilterMatchCriteria.Descriptor instead.

func (MetadataFilter_FilterMatchCriteria) Number

func (MetadataFilter_FilterMatchCriteria) String

func (MetadataFilter_FilterMatchCriteria) Type

type MoveAddressRequest

type MoveAddressRequest struct {

	// Name of the address resource to move.
	Address string `protobuf:"bytes,462920692,opt,name=address,proto3" json:"address,omitempty"`
	// Source project ID which the Address is moved from.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// The body resource for this request
	RegionAddressesMoveRequestResource *RegionAddressesMoveRequest `protobuf:"bytes,409081924,opt,name=region_addresses_move_request_resource,json=regionAddressesMoveRequestResource,proto3" json:"region_addresses_move_request_resource,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for Addresses.Move. See the method description for details.

func (*MoveAddressRequest) Descriptor

func (*MoveAddressRequest) Descriptor() ([]byte, []int)

Deprecated: Use MoveAddressRequest.ProtoReflect.Descriptor instead.

func (*MoveAddressRequest) GetAddress

func (x *MoveAddressRequest) GetAddress() string

func (*MoveAddressRequest) GetProject

func (x *MoveAddressRequest) GetProject() string

func (*MoveAddressRequest) GetRegion

func (x *MoveAddressRequest) GetRegion() string

func (*MoveAddressRequest) GetRegionAddressesMoveRequestResource

func (x *MoveAddressRequest) GetRegionAddressesMoveRequestResource() *RegionAddressesMoveRequest

func (*MoveAddressRequest) GetRequestId

func (x *MoveAddressRequest) GetRequestId() string

func (*MoveAddressRequest) ProtoMessage

func (*MoveAddressRequest) ProtoMessage()

func (*MoveAddressRequest) ProtoReflect

func (x *MoveAddressRequest) ProtoReflect() protoreflect.Message

func (*MoveAddressRequest) Reset

func (x *MoveAddressRequest) Reset()

func (*MoveAddressRequest) String

func (x *MoveAddressRequest) String() string

type MoveDiskProjectRequest

type MoveDiskProjectRequest struct {

	// The body resource for this request
	DiskMoveRequestResource *DiskMoveRequest `protobuf:"bytes,313008458,opt,name=disk_move_request_resource,json=diskMoveRequestResource,proto3" json:"disk_move_request_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for Projects.MoveDisk. See the method description for details.

func (*MoveDiskProjectRequest) Descriptor

func (*MoveDiskProjectRequest) Descriptor() ([]byte, []int)

Deprecated: Use MoveDiskProjectRequest.ProtoReflect.Descriptor instead.

func (*MoveDiskProjectRequest) GetDiskMoveRequestResource

func (x *MoveDiskProjectRequest) GetDiskMoveRequestResource() *DiskMoveRequest

func (*MoveDiskProjectRequest) GetProject

func (x *MoveDiskProjectRequest) GetProject() string

func (*MoveDiskProjectRequest) GetRequestId

func (x *MoveDiskProjectRequest) GetRequestId() string

func (*MoveDiskProjectRequest) ProtoMessage

func (*MoveDiskProjectRequest) ProtoMessage()

func (*MoveDiskProjectRequest) ProtoReflect

func (x *MoveDiskProjectRequest) ProtoReflect() protoreflect.Message

func (*MoveDiskProjectRequest) Reset

func (x *MoveDiskProjectRequest) Reset()

func (*MoveDiskProjectRequest) String

func (x *MoveDiskProjectRequest) String() string

type MoveFirewallPolicyRequest

type MoveFirewallPolicyRequest struct {

	// Name of the firewall policy to update.
	FirewallPolicy string `protobuf:"bytes,498173265,opt,name=firewall_policy,json=firewallPolicy,proto3" json:"firewall_policy,omitempty"`
	// The new parent of the firewall policy. The ID can be either be "folders/[FOLDER_ID]" if the parent is a folder or "organizations/[ORGANIZATION_ID]" if the parent is an organization.
	ParentId string `protobuf:"bytes,459714768,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for FirewallPolicies.Move. See the method description for details.

func (*MoveFirewallPolicyRequest) Descriptor

func (*MoveFirewallPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use MoveFirewallPolicyRequest.ProtoReflect.Descriptor instead.

func (*MoveFirewallPolicyRequest) GetFirewallPolicy

func (x *MoveFirewallPolicyRequest) GetFirewallPolicy() string

func (*MoveFirewallPolicyRequest) GetParentId

func (x *MoveFirewallPolicyRequest) GetParentId() string

func (*MoveFirewallPolicyRequest) GetRequestId

func (x *MoveFirewallPolicyRequest) GetRequestId() string

func (*MoveFirewallPolicyRequest) ProtoMessage

func (*MoveFirewallPolicyRequest) ProtoMessage()

func (*MoveFirewallPolicyRequest) ProtoReflect

func (*MoveFirewallPolicyRequest) Reset

func (x *MoveFirewallPolicyRequest) Reset()

func (*MoveFirewallPolicyRequest) String

func (x *MoveFirewallPolicyRequest) String() string

type MoveGlobalAddressRequest

type MoveGlobalAddressRequest struct {

	// Name of the address resource to move.
	Address string `protobuf:"bytes,462920692,opt,name=address,proto3" json:"address,omitempty"`
	// The body resource for this request
	GlobalAddressesMoveRequestResource *GlobalAddressesMoveRequest `protobuf:"bytes,302807283,opt,name=global_addresses_move_request_resource,json=globalAddressesMoveRequestResource,proto3" json:"global_addresses_move_request_resource,omitempty"`
	// Source project ID which the Address is moved from.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for GlobalAddresses.Move. See the method description for details.

func (*MoveGlobalAddressRequest) Descriptor

func (*MoveGlobalAddressRequest) Descriptor() ([]byte, []int)

Deprecated: Use MoveGlobalAddressRequest.ProtoReflect.Descriptor instead.

func (*MoveGlobalAddressRequest) GetAddress

func (x *MoveGlobalAddressRequest) GetAddress() string

func (*MoveGlobalAddressRequest) GetGlobalAddressesMoveRequestResource

func (x *MoveGlobalAddressRequest) GetGlobalAddressesMoveRequestResource() *GlobalAddressesMoveRequest

func (*MoveGlobalAddressRequest) GetProject

func (x *MoveGlobalAddressRequest) GetProject() string

func (*MoveGlobalAddressRequest) GetRequestId

func (x *MoveGlobalAddressRequest) GetRequestId() string

func (*MoveGlobalAddressRequest) ProtoMessage

func (*MoveGlobalAddressRequest) ProtoMessage()

func (*MoveGlobalAddressRequest) ProtoReflect

func (x *MoveGlobalAddressRequest) ProtoReflect() protoreflect.Message

func (*MoveGlobalAddressRequest) Reset

func (x *MoveGlobalAddressRequest) Reset()

func (*MoveGlobalAddressRequest) String

func (x *MoveGlobalAddressRequest) String() string

type MoveInstanceProjectRequest

type MoveInstanceProjectRequest struct {

	// The body resource for this request
	InstanceMoveRequestResource *InstanceMoveRequest `protobuf:"bytes,311664194,opt,name=instance_move_request_resource,json=instanceMoveRequestResource,proto3" json:"instance_move_request_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for Projects.MoveInstance. See the method description for details.

func (*MoveInstanceProjectRequest) Descriptor

func (*MoveInstanceProjectRequest) Descriptor() ([]byte, []int)

Deprecated: Use MoveInstanceProjectRequest.ProtoReflect.Descriptor instead.

func (*MoveInstanceProjectRequest) GetInstanceMoveRequestResource

func (x *MoveInstanceProjectRequest) GetInstanceMoveRequestResource() *InstanceMoveRequest

func (*MoveInstanceProjectRequest) GetProject

func (x *MoveInstanceProjectRequest) GetProject() string

func (*MoveInstanceProjectRequest) GetRequestId

func (x *MoveInstanceProjectRequest) GetRequestId() string

func (*MoveInstanceProjectRequest) ProtoMessage

func (*MoveInstanceProjectRequest) ProtoMessage()

func (*MoveInstanceProjectRequest) ProtoReflect

func (*MoveInstanceProjectRequest) Reset

func (x *MoveInstanceProjectRequest) Reset()

func (*MoveInstanceProjectRequest) String

func (x *MoveInstanceProjectRequest) String() string

type NamedPort

type NamedPort struct {

	// The name for this named port. The name must be 1-63 characters long, and comply with RFC1035.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// The port number, which can be a value between 1 and 65535.
	Port *int32 `protobuf:"varint,3446913,opt,name=port,proto3,oneof" json:"port,omitempty"`
	// contains filtered or unexported fields
}

The named port. For example: <"http", 80>.

func (*NamedPort) Descriptor

func (*NamedPort) Descriptor() ([]byte, []int)

Deprecated: Use NamedPort.ProtoReflect.Descriptor instead.

func (*NamedPort) GetName

func (x *NamedPort) GetName() string

func (*NamedPort) GetPort

func (x *NamedPort) GetPort() int32

func (*NamedPort) ProtoMessage

func (*NamedPort) ProtoMessage()

func (*NamedPort) ProtoReflect

func (x *NamedPort) ProtoReflect() protoreflect.Message

func (*NamedPort) Reset

func (x *NamedPort) Reset()

func (*NamedPort) String

func (x *NamedPort) String() string

type Network

type Network struct {

	// Deprecated in favor of subnet mode networks. The range of internal addresses that are legal on this network. This range is a CIDR specification, for example: 192.168.0.0/16. Provided by the client when the network is created.
	IPv4Range *string `protobuf:"bytes,59234358,opt,name=I_pv4_range,json=IPv4Range,proto3,oneof" json:"I_pv4_range,omitempty"`
	// Must be set to create a VPC network. If not set, a legacy network is created. When set to true, the VPC network is created in auto mode. When set to false, the VPC network is created in custom mode. An auto mode VPC network starts with one subnet per region. Each subnet has a predetermined range as described in Auto mode VPC network IP ranges. For custom mode VPC networks, you can add subnets using the subnetworks insert method.
	AutoCreateSubnetworks *bool `protobuf:"varint,256156690,opt,name=auto_create_subnetworks,json=autoCreateSubnetworks,proto3,oneof" json:"auto_create_subnetworks,omitempty"`
	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// An optional description of this resource. Provide this field when you create the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// Enable ULA internal ipv6 on this network. Enabling this feature will assign a /48 from google defined ULA prefix fd20::/20. .
	EnableUlaInternalIpv6 *bool `protobuf:"varint,423757720,opt,name=enable_ula_internal_ipv6,json=enableUlaInternalIpv6,proto3,oneof" json:"enable_ula_internal_ipv6,omitempty"`
	// [Output Only] URL of the firewall policy the network is associated with.
	FirewallPolicy *string `protobuf:"bytes,498173265,opt,name=firewall_policy,json=firewallPolicy,proto3,oneof" json:"firewall_policy,omitempty"`
	// [Output Only] The gateway address for default routing out of the network, selected by Google Cloud.
	GatewayIPv4 *string `protobuf:"bytes,178678877,opt,name=gateway_i_pv4,json=gatewayIPv4,proto3,oneof" json:"gateway_i_pv4,omitempty"`
	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// When enabling ula internal ipv6, caller optionally can specify the /48 range they want from the google defined ULA prefix fd20::/20. The input must be a valid /48 ULA IPv6 address and must be within the fd20::/20. Operation will fail if the speficied /48 is already in used by another resource. If the field is not speficied, then a /48 range will be randomly allocated from fd20::/20 and returned via this field. .
	InternalIpv6Range *string `protobuf:"bytes,277456807,opt,name=internal_ipv6_range,json=internalIpv6Range,proto3,oneof" json:"internal_ipv6_range,omitempty"`
	// [Output Only] Type of the resource. Always compute#network for networks.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// Maximum Transmission Unit in bytes. The minimum value for this field is 1300 and the maximum value is 8896. The suggested value is 1500, which is the default MTU used on the Internet, or 8896 if you want to use Jumbo frames. If unspecified, the value defaults to 1460.
	Mtu *int32 `protobuf:"varint,108462,opt,name=mtu,proto3,oneof" json:"mtu,omitempty"`
	// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?`. The first character must be a lowercase letter, and all following characters (except for the last character) must be a dash, lowercase letter, or digit. The last character must be a lowercase letter or digit.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// The network firewall policy enforcement order. Can be either AFTER_CLASSIC_FIREWALL or BEFORE_CLASSIC_FIREWALL. Defaults to AFTER_CLASSIC_FIREWALL if the field is not specified.
	// Check the NetworkFirewallPolicyEnforcementOrder enum for the list of possible values.
	NetworkFirewallPolicyEnforcementOrder *string `protobuf:"bytes,6504784,opt,name=network_firewall_policy_enforcement_order,json=networkFirewallPolicyEnforcementOrder,proto3,oneof" json:"network_firewall_policy_enforcement_order,omitempty"`
	// [Output Only] A list of network peerings for the resource.
	Peerings []*NetworkPeering `protobuf:"bytes,69883187,rep,name=peerings,proto3" json:"peerings,omitempty"`
	// The network-level routing configuration for this network. Used by Cloud Router to determine what type of network-wide routing behavior to enforce.
	RoutingConfig *NetworkRoutingConfig `protobuf:"bytes,523556059,opt,name=routing_config,json=routingConfig,proto3,oneof" json:"routing_config,omitempty"`
	// [Output Only] Server-defined URL for the resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Server-defined URL for this resource with the resource id.
	SelfLinkWithId *string `protobuf:"bytes,44520962,opt,name=self_link_with_id,json=selfLinkWithId,proto3,oneof" json:"self_link_with_id,omitempty"`
	// [Output Only] Server-defined fully-qualified URLs for all subnetworks in this VPC network.
	Subnetworks []string `protobuf:"bytes,415853125,rep,name=subnetworks,proto3" json:"subnetworks,omitempty"`
	// contains filtered or unexported fields
}

Represents a VPC Network resource. Networks connect resources to each other and to the internet. For more information, read Virtual Private Cloud (VPC) Network.

func (*Network) Descriptor

func (*Network) Descriptor() ([]byte, []int)

Deprecated: Use Network.ProtoReflect.Descriptor instead.

func (*Network) GetAutoCreateSubnetworks

func (x *Network) GetAutoCreateSubnetworks() bool

func (*Network) GetCreationTimestamp

func (x *Network) GetCreationTimestamp() string

func (*Network) GetDescription

func (x *Network) GetDescription() string

func (*Network) GetEnableUlaInternalIpv6

func (x *Network) GetEnableUlaInternalIpv6() bool

func (*Network) GetFirewallPolicy

func (x *Network) GetFirewallPolicy() string

func (*Network) GetGatewayIPv4

func (x *Network) GetGatewayIPv4() string

func (*Network) GetIPv4Range

func (x *Network) GetIPv4Range() string

func (*Network) GetId

func (x *Network) GetId() uint64

func (*Network) GetInternalIpv6Range

func (x *Network) GetInternalIpv6Range() string

func (*Network) GetKind

func (x *Network) GetKind() string

func (*Network) GetMtu

func (x *Network) GetMtu() int32

func (*Network) GetName

func (x *Network) GetName() string

func (*Network) GetNetworkFirewallPolicyEnforcementOrder

func (x *Network) GetNetworkFirewallPolicyEnforcementOrder() string

func (*Network) GetPeerings

func (x *Network) GetPeerings() []*NetworkPeering

func (*Network) GetRoutingConfig

func (x *Network) GetRoutingConfig() *NetworkRoutingConfig
func (x *Network) GetSelfLink() string

func (*Network) GetSelfLinkWithId

func (x *Network) GetSelfLinkWithId() string

func (*Network) GetSubnetworks

func (x *Network) GetSubnetworks() []string

func (*Network) ProtoMessage

func (*Network) ProtoMessage()

func (*Network) ProtoReflect

func (x *Network) ProtoReflect() protoreflect.Message

func (*Network) Reset

func (x *Network) Reset()

func (*Network) String

func (x *Network) String() string

type NetworkAttachment

type NetworkAttachment struct {

	// [Output Only] An array of connections for all the producers connected to this network attachment.
	ConnectionEndpoints []*NetworkAttachmentConnectedEndpoint `protobuf:"bytes,326078813,rep,name=connection_endpoints,json=connectionEndpoints,proto3" json:"connection_endpoints,omitempty"`
	//
	// Check the ConnectionPreference enum for the list of possible values.
	ConnectionPreference *string `protobuf:"bytes,285818076,opt,name=connection_preference,json=connectionPreference,proto3,oneof" json:"connection_preference,omitempty"`
	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// An optional description of this resource. Provide this property when you create the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. An up-to-date fingerprint must be provided in order to patch.
	Fingerprint *string `protobuf:"bytes,234678500,opt,name=fingerprint,proto3,oneof" json:"fingerprint,omitempty"`
	// [Output Only] The unique identifier for the resource type. The server generates this identifier.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Output Only] Type of the resource.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// [Output Only] The URL of the network which the Network Attachment belongs to. Practically it is inferred by fetching the network of the first subnetwork associated. Because it is required that all the subnetworks must be from the same network, it is assured that the Network Attachment belongs to the same network as all the subnetworks.
	Network *string `protobuf:"bytes,232872494,opt,name=network,proto3,oneof" json:"network,omitempty"`
	// Projects that are allowed to connect to this network attachment. The project can be specified using its id or number.
	ProducerAcceptLists []string `protobuf:"bytes,202804523,rep,name=producer_accept_lists,json=producerAcceptLists,proto3" json:"producer_accept_lists,omitempty"`
	// Projects that are not allowed to connect to this network attachment. The project can be specified using its id or number.
	ProducerRejectLists []string `protobuf:"bytes,4112002,rep,name=producer_reject_lists,json=producerRejectLists,proto3" json:"producer_reject_lists,omitempty"`
	// [Output Only] URL of the region where the network attachment resides. This field applies only to the region resource. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
	Region *string `protobuf:"bytes,138946292,opt,name=region,proto3,oneof" json:"region,omitempty"`
	// [Output Only] Server-defined URL for the resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Server-defined URL for this resource's resource id.
	SelfLinkWithId *string `protobuf:"bytes,44520962,opt,name=self_link_with_id,json=selfLinkWithId,proto3,oneof" json:"self_link_with_id,omitempty"`
	// An array of URLs where each entry is the URL of a subnet provided by the service consumer to use for endpoints in the producers that connect to this network attachment.
	Subnetworks []string `protobuf:"bytes,415853125,rep,name=subnetworks,proto3" json:"subnetworks,omitempty"`
	// contains filtered or unexported fields
}

NetworkAttachments A network attachment resource ...

func (*NetworkAttachment) Descriptor

func (*NetworkAttachment) Descriptor() ([]byte, []int)

Deprecated: Use NetworkAttachment.ProtoReflect.Descriptor instead.

func (*NetworkAttachment) GetConnectionEndpoints

func (x *NetworkAttachment) GetConnectionEndpoints() []*NetworkAttachmentConnectedEndpoint

func (*NetworkAttachment) GetConnectionPreference

func (x *NetworkAttachment) GetConnectionPreference() string

func (*NetworkAttachment) GetCreationTimestamp

func (x *NetworkAttachment) GetCreationTimestamp() string

func (*NetworkAttachment) GetDescription

func (x *NetworkAttachment) GetDescription() string

func (*NetworkAttachment) GetFingerprint

func (x *NetworkAttachment) GetFingerprint() string

func (*NetworkAttachment) GetId

func (x *NetworkAttachment) GetId() uint64

func (*NetworkAttachment) GetKind

func (x *NetworkAttachment) GetKind() string

func (*NetworkAttachment) GetName

func (x *NetworkAttachment) GetName() string

func (*NetworkAttachment) GetNetwork

func (x *NetworkAttachment) GetNetwork() string

func (*NetworkAttachment) GetProducerAcceptLists

func (x *NetworkAttachment) GetProducerAcceptLists() []string

func (*NetworkAttachment) GetProducerRejectLists

func (x *NetworkAttachment) GetProducerRejectLists() []string

func (*NetworkAttachment) GetRegion

func (x *NetworkAttachment) GetRegion() string
func (x *NetworkAttachment) GetSelfLink() string

func (*NetworkAttachment) GetSelfLinkWithId

func (x *NetworkAttachment) GetSelfLinkWithId() string

func (*NetworkAttachment) GetSubnetworks

func (x *NetworkAttachment) GetSubnetworks() []string

func (*NetworkAttachment) ProtoMessage

func (*NetworkAttachment) ProtoMessage()

func (*NetworkAttachment) ProtoReflect

func (x *NetworkAttachment) ProtoReflect() protoreflect.Message

func (*NetworkAttachment) Reset

func (x *NetworkAttachment) Reset()

func (*NetworkAttachment) String

func (x *NetworkAttachment) String() string

type NetworkAttachmentAggregatedList

type NetworkAttachmentAggregatedList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of NetworkAttachmentsScopedList resources.
	Items map[string]*NetworkAttachmentsScopedList `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	Kind  *string                                  `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

Contains a list of NetworkAttachmentsScopedList.

func (*NetworkAttachmentAggregatedList) Descriptor

func (*NetworkAttachmentAggregatedList) Descriptor() ([]byte, []int)

Deprecated: Use NetworkAttachmentAggregatedList.ProtoReflect.Descriptor instead.

func (*NetworkAttachmentAggregatedList) GetId

func (*NetworkAttachmentAggregatedList) GetItems

func (*NetworkAttachmentAggregatedList) GetKind

func (*NetworkAttachmentAggregatedList) GetNextPageToken

func (x *NetworkAttachmentAggregatedList) GetNextPageToken() string
func (x *NetworkAttachmentAggregatedList) GetSelfLink() string

func (*NetworkAttachmentAggregatedList) GetWarning

func (x *NetworkAttachmentAggregatedList) GetWarning() *Warning

func (*NetworkAttachmentAggregatedList) ProtoMessage

func (*NetworkAttachmentAggregatedList) ProtoMessage()

func (*NetworkAttachmentAggregatedList) ProtoReflect

func (*NetworkAttachmentAggregatedList) Reset

func (*NetworkAttachmentAggregatedList) String

type NetworkAttachmentConnectedEndpoint

type NetworkAttachmentConnectedEndpoint struct {

	// The IPv4 address assigned to the producer instance network interface. This value will be a range in case of Serverless.
	IpAddress *string `protobuf:"bytes,406272220,opt,name=ip_address,json=ipAddress,proto3,oneof" json:"ip_address,omitempty"`
	// The project id or number of the interface to which the IP was assigned.
	ProjectIdOrNum *string `protobuf:"bytes,349783336,opt,name=project_id_or_num,json=projectIdOrNum,proto3,oneof" json:"project_id_or_num,omitempty"`
	// Alias IP ranges from the same subnetwork.
	SecondaryIpCidrRanges []string `protobuf:"bytes,117184788,rep,name=secondary_ip_cidr_ranges,json=secondaryIpCidrRanges,proto3" json:"secondary_ip_cidr_ranges,omitempty"`
	// The status of a connected endpoint to this network attachment.
	// Check the Status enum for the list of possible values.
	Status *string `protobuf:"bytes,181260274,opt,name=status,proto3,oneof" json:"status,omitempty"`
	// The subnetwork used to assign the IP to the producer instance network interface.
	Subnetwork *string `protobuf:"bytes,307827694,opt,name=subnetwork,proto3,oneof" json:"subnetwork,omitempty"`
	// contains filtered or unexported fields
}

[Output Only] A connection connected to this network attachment.

func (*NetworkAttachmentConnectedEndpoint) Descriptor

func (*NetworkAttachmentConnectedEndpoint) Descriptor() ([]byte, []int)

Deprecated: Use NetworkAttachmentConnectedEndpoint.ProtoReflect.Descriptor instead.

func (*NetworkAttachmentConnectedEndpoint) GetIpAddress

func (x *NetworkAttachmentConnectedEndpoint) GetIpAddress() string

func (*NetworkAttachmentConnectedEndpoint) GetProjectIdOrNum

func (x *NetworkAttachmentConnectedEndpoint) GetProjectIdOrNum() string

func (*NetworkAttachmentConnectedEndpoint) GetSecondaryIpCidrRanges

func (x *NetworkAttachmentConnectedEndpoint) GetSecondaryIpCidrRanges() []string

func (*NetworkAttachmentConnectedEndpoint) GetStatus

func (*NetworkAttachmentConnectedEndpoint) GetSubnetwork

func (x *NetworkAttachmentConnectedEndpoint) GetSubnetwork() string

func (*NetworkAttachmentConnectedEndpoint) ProtoMessage

func (*NetworkAttachmentConnectedEndpoint) ProtoMessage()

func (*NetworkAttachmentConnectedEndpoint) ProtoReflect

func (*NetworkAttachmentConnectedEndpoint) Reset

func (*NetworkAttachmentConnectedEndpoint) String

type NetworkAttachmentConnectedEndpoint_Status

type NetworkAttachmentConnectedEndpoint_Status int32

The status of a connected endpoint to this network attachment.

const (
	// A value indicating that the enum field is not set.
	NetworkAttachmentConnectedEndpoint_UNDEFINED_STATUS NetworkAttachmentConnectedEndpoint_Status = 0
	// The consumer allows traffic from the producer to reach its VPC.
	NetworkAttachmentConnectedEndpoint_ACCEPTED NetworkAttachmentConnectedEndpoint_Status = 246714279
	// The consumer network attachment no longer exists.
	NetworkAttachmentConnectedEndpoint_CLOSED NetworkAttachmentConnectedEndpoint_Status = 380163436
	// The consumer needs to take further action before traffic can be served.
	NetworkAttachmentConnectedEndpoint_NEEDS_ATTENTION NetworkAttachmentConnectedEndpoint_Status = 344491452
	// The consumer neither allows nor prohibits traffic from the producer to reach its VPC.
	NetworkAttachmentConnectedEndpoint_PENDING NetworkAttachmentConnectedEndpoint_Status = 35394935
	// The consumer prohibits traffic from the producer to reach its VPC.
	NetworkAttachmentConnectedEndpoint_REJECTED           NetworkAttachmentConnectedEndpoint_Status = 174130302
	NetworkAttachmentConnectedEndpoint_STATUS_UNSPECIFIED NetworkAttachmentConnectedEndpoint_Status = 42133066
)

func (NetworkAttachmentConnectedEndpoint_Status) Descriptor

func (NetworkAttachmentConnectedEndpoint_Status) Enum

func (NetworkAttachmentConnectedEndpoint_Status) EnumDescriptor

func (NetworkAttachmentConnectedEndpoint_Status) EnumDescriptor() ([]byte, []int)

Deprecated: Use NetworkAttachmentConnectedEndpoint_Status.Descriptor instead.

func (NetworkAttachmentConnectedEndpoint_Status) Number

func (NetworkAttachmentConnectedEndpoint_Status) String

func (NetworkAttachmentConnectedEndpoint_Status) Type

type NetworkAttachmentList

type NetworkAttachmentList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of NetworkAttachment resources.
	Items []*NetworkAttachment `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	Kind  *string              `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*NetworkAttachmentList) Descriptor

func (*NetworkAttachmentList) Descriptor() ([]byte, []int)

Deprecated: Use NetworkAttachmentList.ProtoReflect.Descriptor instead.

func (*NetworkAttachmentList) GetId

func (x *NetworkAttachmentList) GetId() string

func (*NetworkAttachmentList) GetItems

func (x *NetworkAttachmentList) GetItems() []*NetworkAttachment

func (*NetworkAttachmentList) GetKind

func (x *NetworkAttachmentList) GetKind() string

func (*NetworkAttachmentList) GetNextPageToken

func (x *NetworkAttachmentList) GetNextPageToken() string
func (x *NetworkAttachmentList) GetSelfLink() string

func (*NetworkAttachmentList) GetWarning

func (x *NetworkAttachmentList) GetWarning() *Warning

func (*NetworkAttachmentList) ProtoMessage

func (*NetworkAttachmentList) ProtoMessage()

func (*NetworkAttachmentList) ProtoReflect

func (x *NetworkAttachmentList) ProtoReflect() protoreflect.Message

func (*NetworkAttachmentList) Reset

func (x *NetworkAttachmentList) Reset()

func (*NetworkAttachmentList) String

func (x *NetworkAttachmentList) String() string

type NetworkAttachment_ConnectionPreference

type NetworkAttachment_ConnectionPreference int32
const (
	// A value indicating that the enum field is not set.
	NetworkAttachment_UNDEFINED_CONNECTION_PREFERENCE NetworkAttachment_ConnectionPreference = 0
	NetworkAttachment_ACCEPT_AUTOMATIC                NetworkAttachment_ConnectionPreference = 75250580
	NetworkAttachment_ACCEPT_MANUAL                   NetworkAttachment_ConnectionPreference = 373061341
	NetworkAttachment_INVALID                         NetworkAttachment_ConnectionPreference = 530283991
)

func (NetworkAttachment_ConnectionPreference) Descriptor

func (NetworkAttachment_ConnectionPreference) Enum

func (NetworkAttachment_ConnectionPreference) EnumDescriptor

func (NetworkAttachment_ConnectionPreference) EnumDescriptor() ([]byte, []int)

Deprecated: Use NetworkAttachment_ConnectionPreference.Descriptor instead.

func (NetworkAttachment_ConnectionPreference) Number

func (NetworkAttachment_ConnectionPreference) String

func (NetworkAttachment_ConnectionPreference) Type

type NetworkAttachmentsClient

type NetworkAttachmentsClient interface {
	// Retrieves the list of all NetworkAttachment resources, regional and global, available to the specified project.
	AggregatedList(ctx context.Context, in *AggregatedListNetworkAttachmentsRequest, opts ...grpc.CallOption) (*NetworkAttachmentAggregatedList, error)
	// Deletes the specified NetworkAttachment in the given scope
	Delete(ctx context.Context, in *DeleteNetworkAttachmentRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified NetworkAttachment resource in the given scope.
	Get(ctx context.Context, in *GetNetworkAttachmentRequest, opts ...grpc.CallOption) (*NetworkAttachment, error)
	// Gets the access control policy for a resource. May be empty if no such policy or resource exists.
	GetIamPolicy(ctx context.Context, in *GetIamPolicyNetworkAttachmentRequest, opts ...grpc.CallOption) (*Policy, error)
	// Creates a NetworkAttachment in the specified project in the given scope using the parameters that are included in the request.
	Insert(ctx context.Context, in *InsertNetworkAttachmentRequest, opts ...grpc.CallOption) (*Operation, error)
	// Lists the NetworkAttachments for a project in the given scope.
	List(ctx context.Context, in *ListNetworkAttachmentsRequest, opts ...grpc.CallOption) (*NetworkAttachmentList, error)
	// Sets the access control policy on the specified resource. Replaces any existing policy.
	SetIamPolicy(ctx context.Context, in *SetIamPolicyNetworkAttachmentRequest, opts ...grpc.CallOption) (*Policy, error)
	// Returns permissions that a caller has on the specified resource.
	TestIamPermissions(ctx context.Context, in *TestIamPermissionsNetworkAttachmentRequest, opts ...grpc.CallOption) (*TestPermissionsResponse, error)
}

NetworkAttachmentsClient is the client API for NetworkAttachments service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewNetworkAttachmentsClient

func NewNetworkAttachmentsClient(cc grpc.ClientConnInterface) NetworkAttachmentsClient

type NetworkAttachmentsScopedList

type NetworkAttachmentsScopedList struct {

	// A list of NetworkAttachments contained in this scope.
	NetworkAttachments []*NetworkAttachment `protobuf:"bytes,521514783,rep,name=network_attachments,json=networkAttachments,proto3" json:"network_attachments,omitempty"`
	// Informational warning which replaces the list of network attachments when the list is empty.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*NetworkAttachmentsScopedList) Descriptor

func (*NetworkAttachmentsScopedList) Descriptor() ([]byte, []int)

Deprecated: Use NetworkAttachmentsScopedList.ProtoReflect.Descriptor instead.

func (*NetworkAttachmentsScopedList) GetNetworkAttachments

func (x *NetworkAttachmentsScopedList) GetNetworkAttachments() []*NetworkAttachment

func (*NetworkAttachmentsScopedList) GetWarning

func (x *NetworkAttachmentsScopedList) GetWarning() *Warning

func (*NetworkAttachmentsScopedList) ProtoMessage

func (*NetworkAttachmentsScopedList) ProtoMessage()

func (*NetworkAttachmentsScopedList) ProtoReflect

func (*NetworkAttachmentsScopedList) Reset

func (x *NetworkAttachmentsScopedList) Reset()

func (*NetworkAttachmentsScopedList) String

type NetworkAttachmentsServer

type NetworkAttachmentsServer interface {
	// Retrieves the list of all NetworkAttachment resources, regional and global, available to the specified project.
	AggregatedList(context.Context, *AggregatedListNetworkAttachmentsRequest) (*NetworkAttachmentAggregatedList, error)
	// Deletes the specified NetworkAttachment in the given scope
	Delete(context.Context, *DeleteNetworkAttachmentRequest) (*Operation, error)
	// Returns the specified NetworkAttachment resource in the given scope.
	Get(context.Context, *GetNetworkAttachmentRequest) (*NetworkAttachment, error)
	// Gets the access control policy for a resource. May be empty if no such policy or resource exists.
	GetIamPolicy(context.Context, *GetIamPolicyNetworkAttachmentRequest) (*Policy, error)
	// Creates a NetworkAttachment in the specified project in the given scope using the parameters that are included in the request.
	Insert(context.Context, *InsertNetworkAttachmentRequest) (*Operation, error)
	// Lists the NetworkAttachments for a project in the given scope.
	List(context.Context, *ListNetworkAttachmentsRequest) (*NetworkAttachmentList, error)
	// Sets the access control policy on the specified resource. Replaces any existing policy.
	SetIamPolicy(context.Context, *SetIamPolicyNetworkAttachmentRequest) (*Policy, error)
	// Returns permissions that a caller has on the specified resource.
	TestIamPermissions(context.Context, *TestIamPermissionsNetworkAttachmentRequest) (*TestPermissionsResponse, error)
}

NetworkAttachmentsServer is the server API for NetworkAttachments service.

type NetworkEdgeSecurityService

type NetworkEdgeSecurityService struct {

	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// An optional description of this resource. Provide this property when you create the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a NetworkEdgeSecurityService. An up-to-date fingerprint must be provided in order to update the NetworkEdgeSecurityService, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a NetworkEdgeSecurityService.
	Fingerprint *string `protobuf:"bytes,234678500,opt,name=fingerprint,proto3,oneof" json:"fingerprint,omitempty"`
	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Output only] Type of the resource. Always compute#networkEdgeSecurityService for NetworkEdgeSecurityServices
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// [Output Only] URL of the region where the resource resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
	Region *string `protobuf:"bytes,138946292,opt,name=region,proto3,oneof" json:"region,omitempty"`
	// The resource URL for the network edge security service associated with this network edge security service.
	SecurityPolicy *string `protobuf:"bytes,171082513,opt,name=security_policy,json=securityPolicy,proto3,oneof" json:"security_policy,omitempty"`
	// [Output Only] Server-defined URL for the resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Server-defined URL for this resource with the resource id.
	SelfLinkWithId *string `protobuf:"bytes,44520962,opt,name=self_link_with_id,json=selfLinkWithId,proto3,oneof" json:"self_link_with_id,omitempty"`
	// contains filtered or unexported fields
}

Represents a Google Cloud Armor network edge security service resource.

func (*NetworkEdgeSecurityService) Descriptor

func (*NetworkEdgeSecurityService) Descriptor() ([]byte, []int)

Deprecated: Use NetworkEdgeSecurityService.ProtoReflect.Descriptor instead.

func (*NetworkEdgeSecurityService) GetCreationTimestamp

func (x *NetworkEdgeSecurityService) GetCreationTimestamp() string

func (*NetworkEdgeSecurityService) GetDescription

func (x *NetworkEdgeSecurityService) GetDescription() string

func (*NetworkEdgeSecurityService) GetFingerprint

func (x *NetworkEdgeSecurityService) GetFingerprint() string

func (*NetworkEdgeSecurityService) GetId

func (*NetworkEdgeSecurityService) GetKind

func (x *NetworkEdgeSecurityService) GetKind() string

func (*NetworkEdgeSecurityService) GetName

func (x *NetworkEdgeSecurityService) GetName() string

func (*NetworkEdgeSecurityService) GetRegion

func (x *NetworkEdgeSecurityService) GetRegion() string

func (*NetworkEdgeSecurityService) GetSecurityPolicy

func (x *NetworkEdgeSecurityService) GetSecurityPolicy() string
func (x *NetworkEdgeSecurityService) GetSelfLink() string

func (*NetworkEdgeSecurityService) GetSelfLinkWithId

func (x *NetworkEdgeSecurityService) GetSelfLinkWithId() string

func (*NetworkEdgeSecurityService) ProtoMessage

func (*NetworkEdgeSecurityService) ProtoMessage()

func (*NetworkEdgeSecurityService) ProtoReflect

func (*NetworkEdgeSecurityService) Reset

func (x *NetworkEdgeSecurityService) Reset()

func (*NetworkEdgeSecurityService) String

func (x *NetworkEdgeSecurityService) String() string

type NetworkEdgeSecurityServiceAggregatedList

type NetworkEdgeSecurityServiceAggregatedList struct {
	Etag *string `protobuf:"bytes,3123477,opt,name=etag,proto3,oneof" json:"etag,omitempty"`
	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of NetworkEdgeSecurityServicesScopedList resources.
	Items map[string]*NetworkEdgeSecurityServicesScopedList `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// [Output Only] Type of resource. Always compute#networkEdgeSecurityServiceAggregatedList for lists of Network Edge Security Services.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Unreachable resources.
	Unreachables []string `protobuf:"bytes,243372063,rep,name=unreachables,proto3" json:"unreachables,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*NetworkEdgeSecurityServiceAggregatedList) Descriptor

func (*NetworkEdgeSecurityServiceAggregatedList) Descriptor() ([]byte, []int)

Deprecated: Use NetworkEdgeSecurityServiceAggregatedList.ProtoReflect.Descriptor instead.

func (*NetworkEdgeSecurityServiceAggregatedList) GetEtag

func (*NetworkEdgeSecurityServiceAggregatedList) GetId

func (*NetworkEdgeSecurityServiceAggregatedList) GetItems

func (*NetworkEdgeSecurityServiceAggregatedList) GetKind

func (*NetworkEdgeSecurityServiceAggregatedList) GetNextPageToken

func (x *NetworkEdgeSecurityServiceAggregatedList) GetNextPageToken() string

func (*NetworkEdgeSecurityServiceAggregatedList) GetUnreachables

func (x *NetworkEdgeSecurityServiceAggregatedList) GetUnreachables() []string

func (*NetworkEdgeSecurityServiceAggregatedList) GetWarning

func (*NetworkEdgeSecurityServiceAggregatedList) ProtoMessage

func (*NetworkEdgeSecurityServiceAggregatedList) ProtoReflect

func (*NetworkEdgeSecurityServiceAggregatedList) Reset

func (*NetworkEdgeSecurityServiceAggregatedList) String

type NetworkEdgeSecurityServicesClient

type NetworkEdgeSecurityServicesClient interface {
	// Retrieves the list of all NetworkEdgeSecurityService resources available to the specified project.
	AggregatedList(ctx context.Context, in *AggregatedListNetworkEdgeSecurityServicesRequest, opts ...grpc.CallOption) (*NetworkEdgeSecurityServiceAggregatedList, error)
	// Deletes the specified service.
	Delete(ctx context.Context, in *DeleteNetworkEdgeSecurityServiceRequest, opts ...grpc.CallOption) (*Operation, error)
	// Gets a specified NetworkEdgeSecurityService.
	Get(ctx context.Context, in *GetNetworkEdgeSecurityServiceRequest, opts ...grpc.CallOption) (*NetworkEdgeSecurityService, error)
	// Creates a new service in the specified project using the data included in the request.
	Insert(ctx context.Context, in *InsertNetworkEdgeSecurityServiceRequest, opts ...grpc.CallOption) (*Operation, error)
	// Patches the specified policy with the data included in the request.
	Patch(ctx context.Context, in *PatchNetworkEdgeSecurityServiceRequest, opts ...grpc.CallOption) (*Operation, error)
}

NetworkEdgeSecurityServicesClient is the client API for NetworkEdgeSecurityServices service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewNetworkEdgeSecurityServicesClient

func NewNetworkEdgeSecurityServicesClient(cc grpc.ClientConnInterface) NetworkEdgeSecurityServicesClient

type NetworkEdgeSecurityServicesScopedList

type NetworkEdgeSecurityServicesScopedList struct {

	// A list of NetworkEdgeSecurityServices contained in this scope.
	NetworkEdgeSecurityServices []*NetworkEdgeSecurityService `protobuf:"bytes,35530156,rep,name=network_edge_security_services,json=networkEdgeSecurityServices,proto3" json:"network_edge_security_services,omitempty"`
	// Informational warning which replaces the list of security policies when the list is empty.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*NetworkEdgeSecurityServicesScopedList) Descriptor

func (*NetworkEdgeSecurityServicesScopedList) Descriptor() ([]byte, []int)

Deprecated: Use NetworkEdgeSecurityServicesScopedList.ProtoReflect.Descriptor instead.

func (*NetworkEdgeSecurityServicesScopedList) GetNetworkEdgeSecurityServices

func (x *NetworkEdgeSecurityServicesScopedList) GetNetworkEdgeSecurityServices() []*NetworkEdgeSecurityService

func (*NetworkEdgeSecurityServicesScopedList) GetWarning

func (*NetworkEdgeSecurityServicesScopedList) ProtoMessage

func (*NetworkEdgeSecurityServicesScopedList) ProtoMessage()

func (*NetworkEdgeSecurityServicesScopedList) ProtoReflect

func (*NetworkEdgeSecurityServicesScopedList) Reset

func (*NetworkEdgeSecurityServicesScopedList) String

type NetworkEdgeSecurityServicesServer

type NetworkEdgeSecurityServicesServer interface {
	// Retrieves the list of all NetworkEdgeSecurityService resources available to the specified project.
	AggregatedList(context.Context, *AggregatedListNetworkEdgeSecurityServicesRequest) (*NetworkEdgeSecurityServiceAggregatedList, error)
	// Deletes the specified service.
	Delete(context.Context, *DeleteNetworkEdgeSecurityServiceRequest) (*Operation, error)
	// Gets a specified NetworkEdgeSecurityService.
	Get(context.Context, *GetNetworkEdgeSecurityServiceRequest) (*NetworkEdgeSecurityService, error)
	// Creates a new service in the specified project using the data included in the request.
	Insert(context.Context, *InsertNetworkEdgeSecurityServiceRequest) (*Operation, error)
	// Patches the specified policy with the data included in the request.
	Patch(context.Context, *PatchNetworkEdgeSecurityServiceRequest) (*Operation, error)
}

NetworkEdgeSecurityServicesServer is the server API for NetworkEdgeSecurityServices service.

type NetworkEndpoint

type NetworkEndpoint struct {

	// Metadata defined as annotations on the network endpoint.
	Annotations map[string]string `protobuf:"bytes,112032548,rep,name=annotations,proto3" json:"annotations,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// Optional fully qualified domain name of network endpoint. This can only be specified when NetworkEndpointGroup.network_endpoint_type is NON_GCP_FQDN_PORT.
	Fqdn *string `protobuf:"bytes,3150485,opt,name=fqdn,proto3,oneof" json:"fqdn,omitempty"`
	// The name for a specific VM instance that the IP address belongs to. This is required for network endpoints of type GCE_VM_IP_PORT. The instance must be in the same zone of network endpoint group. The name must be 1-63 characters long, and comply with RFC1035.
	Instance *string `protobuf:"bytes,18257045,opt,name=instance,proto3,oneof" json:"instance,omitempty"`
	// Optional IPv4 address of network endpoint. The IP address must belong to a VM in Compute Engine (either the primary IP or as part of an aliased IP range). If the IP address is not specified, then the primary IP address for the VM instance in the network that the network endpoint group belongs to will be used.
	IpAddress *string `protobuf:"bytes,406272220,opt,name=ip_address,json=ipAddress,proto3,oneof" json:"ip_address,omitempty"`
	// Optional port number of network endpoint. If not specified, the defaultPort for the network endpoint group will be used.
	Port *int32 `protobuf:"varint,3446913,opt,name=port,proto3,oneof" json:"port,omitempty"`
	// contains filtered or unexported fields
}

The network endpoint.

func (*NetworkEndpoint) Descriptor

func (*NetworkEndpoint) Descriptor() ([]byte, []int)

Deprecated: Use NetworkEndpoint.ProtoReflect.Descriptor instead.

func (*NetworkEndpoint) GetAnnotations

func (x *NetworkEndpoint) GetAnnotations() map[string]string

func (*NetworkEndpoint) GetFqdn

func (x *NetworkEndpoint) GetFqdn() string

func (*NetworkEndpoint) GetInstance

func (x *NetworkEndpoint) GetInstance() string

func (*NetworkEndpoint) GetIpAddress

func (x *NetworkEndpoint) GetIpAddress() string

func (*NetworkEndpoint) GetPort

func (x *NetworkEndpoint) GetPort() int32

func (*NetworkEndpoint) ProtoMessage

func (*NetworkEndpoint) ProtoMessage()

func (*NetworkEndpoint) ProtoReflect

func (x *NetworkEndpoint) ProtoReflect() protoreflect.Message

func (*NetworkEndpoint) Reset

func (x *NetworkEndpoint) Reset()

func (*NetworkEndpoint) String

func (x *NetworkEndpoint) String() string

type NetworkEndpointGroup

type NetworkEndpointGroup struct {

	// Metadata defined as annotations on the network endpoint group.
	Annotations map[string]string `protobuf:"bytes,112032548,rep,name=annotations,proto3" json:"annotations,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// Only valid when networkEndpointType is "SERVERLESS". Only one of cloudRun, appEngine or cloudFunction may be set.
	AppEngine *NetworkEndpointGroupAppEngine `protobuf:"bytes,340788768,opt,name=app_engine,json=appEngine,proto3,oneof" json:"app_engine,omitempty"`
	// Only valid when networkEndpointType is "SERVERLESS". Only one of cloudRun, appEngine or cloudFunction may be set.
	CloudFunction *NetworkEndpointGroupCloudFunction `protobuf:"bytes,519893666,opt,name=cloud_function,json=cloudFunction,proto3,oneof" json:"cloud_function,omitempty"`
	// Only valid when networkEndpointType is "SERVERLESS". Only one of cloudRun, appEngine or cloudFunction may be set.
	CloudRun *NetworkEndpointGroupCloudRun `protobuf:"bytes,111060353,opt,name=cloud_run,json=cloudRun,proto3,oneof" json:"cloud_run,omitempty"`
	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// The default port used if the port number is not specified in the network endpoint.
	DefaultPort *int32 `protobuf:"varint,423377855,opt,name=default_port,json=defaultPort,proto3,oneof" json:"default_port,omitempty"`
	// An optional description of this resource. Provide this property when you create the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Output Only] Type of the resource. Always compute#networkEndpointGroup for network endpoint group.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// The URL of the network to which all network endpoints in the NEG belong. Uses "default" project network if unspecified.
	Network *string `protobuf:"bytes,232872494,opt,name=network,proto3,oneof" json:"network,omitempty"`
	// Type of network endpoints in this network endpoint group. Can be one of GCE_VM_IP, GCE_VM_IP_PORT, NON_GCP_PRIVATE_IP_PORT, INTERNET_FQDN_PORT, INTERNET_IP_PORT, SERVERLESS, PRIVATE_SERVICE_CONNECT.
	// Check the NetworkEndpointType enum for the list of possible values.
	NetworkEndpointType *string                      `protobuf:"bytes,118301523,opt,name=network_endpoint_type,json=networkEndpointType,proto3,oneof" json:"network_endpoint_type,omitempty"`
	PscData             *NetworkEndpointGroupPscData `protobuf:"bytes,71937481,opt,name=psc_data,json=pscData,proto3,oneof" json:"psc_data,omitempty"`
	// The target service url used to set up private service connection to a Google API or a PSC Producer Service Attachment. An example value is: "asia-northeast3-cloudkms.googleapis.com"
	PscTargetService *string `protobuf:"bytes,269132134,opt,name=psc_target_service,json=pscTargetService,proto3,oneof" json:"psc_target_service,omitempty"`
	// [Output Only] The URL of the region where the network endpoint group is located.
	Region *string `protobuf:"bytes,138946292,opt,name=region,proto3,oneof" json:"region,omitempty"`
	// [Output Only] Server-defined URL for the resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output only] Number of network endpoints in the network endpoint group.
	Size *int32 `protobuf:"varint,3530753,opt,name=size,proto3,oneof" json:"size,omitempty"`
	// Optional URL of the subnetwork to which all network endpoints in the NEG belong.
	Subnetwork *string `protobuf:"bytes,307827694,opt,name=subnetwork,proto3,oneof" json:"subnetwork,omitempty"`
	// [Output Only] The URL of the zone where the network endpoint group is located.
	Zone *string `protobuf:"bytes,3744684,opt,name=zone,proto3,oneof" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

Represents a collection of network endpoints. A network endpoint group (NEG) defines how a set of endpoints should be reached, whether they are reachable, and where they are located. For more information about using NEGs, see Setting up external HTTP(S) Load Balancing with internet NEGs, Setting up zonal NEGs, or Setting up external HTTP(S) Load Balancing with serverless NEGs.

func (*NetworkEndpointGroup) Descriptor

func (*NetworkEndpointGroup) Descriptor() ([]byte, []int)

Deprecated: Use NetworkEndpointGroup.ProtoReflect.Descriptor instead.

func (*NetworkEndpointGroup) GetAnnotations

func (x *NetworkEndpointGroup) GetAnnotations() map[string]string

func (*NetworkEndpointGroup) GetAppEngine

func (*NetworkEndpointGroup) GetCloudFunction

func (*NetworkEndpointGroup) GetCloudRun

func (*NetworkEndpointGroup) GetCreationTimestamp

func (x *NetworkEndpointGroup) GetCreationTimestamp() string

func (*NetworkEndpointGroup) GetDefaultPort

func (x *NetworkEndpointGroup) GetDefaultPort() int32

func (*NetworkEndpointGroup) GetDescription

func (x *NetworkEndpointGroup) GetDescription() string

func (*NetworkEndpointGroup) GetId

func (x *NetworkEndpointGroup) GetId() uint64

func (*NetworkEndpointGroup) GetKind

func (x *NetworkEndpointGroup) GetKind() string

func (*NetworkEndpointGroup) GetName

func (x *NetworkEndpointGroup) GetName() string

func (*NetworkEndpointGroup) GetNetwork

func (x *NetworkEndpointGroup) GetNetwork() string

func (*NetworkEndpointGroup) GetNetworkEndpointType

func (x *NetworkEndpointGroup) GetNetworkEndpointType() string

func (*NetworkEndpointGroup) GetPscData

func (*NetworkEndpointGroup) GetPscTargetService

func (x *NetworkEndpointGroup) GetPscTargetService() string

func (*NetworkEndpointGroup) GetRegion

func (x *NetworkEndpointGroup) GetRegion() string
func (x *NetworkEndpointGroup) GetSelfLink() string

func (*NetworkEndpointGroup) GetSize

func (x *NetworkEndpointGroup) GetSize() int32

func (*NetworkEndpointGroup) GetSubnetwork

func (x *NetworkEndpointGroup) GetSubnetwork() string

func (*NetworkEndpointGroup) GetZone

func (x *NetworkEndpointGroup) GetZone() string

func (*NetworkEndpointGroup) ProtoMessage

func (*NetworkEndpointGroup) ProtoMessage()

func (*NetworkEndpointGroup) ProtoReflect

func (x *NetworkEndpointGroup) ProtoReflect() protoreflect.Message

func (*NetworkEndpointGroup) Reset

func (x *NetworkEndpointGroup) Reset()

func (*NetworkEndpointGroup) String

func (x *NetworkEndpointGroup) String() string

type NetworkEndpointGroupAggregatedList

type NetworkEndpointGroupAggregatedList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of NetworkEndpointGroupsScopedList resources.
	Items map[string]*NetworkEndpointGroupsScopedList `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// [Output Only] The resource type, which is always compute#networkEndpointGroupAggregatedList for aggregated lists of network endpoint groups.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Unreachable resources.
	Unreachables []string `protobuf:"bytes,243372063,rep,name=unreachables,proto3" json:"unreachables,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*NetworkEndpointGroupAggregatedList) Descriptor

func (*NetworkEndpointGroupAggregatedList) Descriptor() ([]byte, []int)

Deprecated: Use NetworkEndpointGroupAggregatedList.ProtoReflect.Descriptor instead.

func (*NetworkEndpointGroupAggregatedList) GetId

func (*NetworkEndpointGroupAggregatedList) GetItems

func (*NetworkEndpointGroupAggregatedList) GetKind

func (*NetworkEndpointGroupAggregatedList) GetNextPageToken

func (x *NetworkEndpointGroupAggregatedList) GetNextPageToken() string
func (x *NetworkEndpointGroupAggregatedList) GetSelfLink() string

func (*NetworkEndpointGroupAggregatedList) GetUnreachables

func (x *NetworkEndpointGroupAggregatedList) GetUnreachables() []string

func (*NetworkEndpointGroupAggregatedList) GetWarning

func (*NetworkEndpointGroupAggregatedList) ProtoMessage

func (*NetworkEndpointGroupAggregatedList) ProtoMessage()

func (*NetworkEndpointGroupAggregatedList) ProtoReflect

func (*NetworkEndpointGroupAggregatedList) Reset

func (*NetworkEndpointGroupAggregatedList) String

type NetworkEndpointGroupAppEngine

type NetworkEndpointGroupAppEngine struct {

	// Optional serving service. The service name is case-sensitive and must be 1-63 characters long. Example value: "default", "my-service".
	Service *string `protobuf:"bytes,373540533,opt,name=service,proto3,oneof" json:"service,omitempty"`
	// A template to parse service and version fields from a request URL. URL mask allows for routing to multiple App Engine services without having to create multiple Network Endpoint Groups and backend services. For example, the request URLs "foo1-dot-appname.appspot.com/v1" and "foo1-dot-appname.appspot.com/v2" can be backed by the same Serverless NEG with URL mask "<service>-dot-appname.appspot.com/<version>". The URL mask will parse them to { service = "foo1", version = "v1" } and { service = "foo1", version = "v2" } respectively.
	UrlMask *string `protobuf:"bytes,103352252,opt,name=url_mask,json=urlMask,proto3,oneof" json:"url_mask,omitempty"`
	// Optional serving version. The version name is case-sensitive and must be 1-100 characters long. Example value: "v1", "v2".
	Version *string `protobuf:"bytes,351608024,opt,name=version,proto3,oneof" json:"version,omitempty"`
	// contains filtered or unexported fields
}

Configuration for an App Engine network endpoint group (NEG). The service is optional, may be provided explicitly or in the URL mask. The version is optional and can only be provided explicitly or in the URL mask when service is present. Note: App Engine service must be in the same project and located in the same region as the Serverless NEG.

func (*NetworkEndpointGroupAppEngine) Descriptor

func (*NetworkEndpointGroupAppEngine) Descriptor() ([]byte, []int)

Deprecated: Use NetworkEndpointGroupAppEngine.ProtoReflect.Descriptor instead.

func (*NetworkEndpointGroupAppEngine) GetService

func (x *NetworkEndpointGroupAppEngine) GetService() string

func (*NetworkEndpointGroupAppEngine) GetUrlMask

func (x *NetworkEndpointGroupAppEngine) GetUrlMask() string

func (*NetworkEndpointGroupAppEngine) GetVersion

func (x *NetworkEndpointGroupAppEngine) GetVersion() string

func (*NetworkEndpointGroupAppEngine) ProtoMessage

func (*NetworkEndpointGroupAppEngine) ProtoMessage()

func (*NetworkEndpointGroupAppEngine) ProtoReflect

func (*NetworkEndpointGroupAppEngine) Reset

func (x *NetworkEndpointGroupAppEngine) Reset()

func (*NetworkEndpointGroupAppEngine) String

type NetworkEndpointGroupCloudFunction

type NetworkEndpointGroupCloudFunction struct {

	// A user-defined name of the Cloud Function. The function name is case-sensitive and must be 1-63 characters long. Example value: "func1".
	Function *string `protobuf:"bytes,307196888,opt,name=function,proto3,oneof" json:"function,omitempty"`
	// A template to parse function field from a request URL. URL mask allows for routing to multiple Cloud Functions without having to create multiple Network Endpoint Groups and backend services. For example, request URLs " mydomain.com/function1" and "mydomain.com/function2" can be backed by the same Serverless NEG with URL mask "/<function>". The URL mask will parse them to { function = "function1" } and { function = "function2" } respectively.
	UrlMask *string `protobuf:"bytes,103352252,opt,name=url_mask,json=urlMask,proto3,oneof" json:"url_mask,omitempty"`
	// contains filtered or unexported fields
}

Configuration for a Cloud Function network endpoint group (NEG). The function must be provided explicitly or in the URL mask. Note: Cloud Function must be in the same project and located in the same region as the Serverless NEG.

func (*NetworkEndpointGroupCloudFunction) Descriptor

func (*NetworkEndpointGroupCloudFunction) Descriptor() ([]byte, []int)

Deprecated: Use NetworkEndpointGroupCloudFunction.ProtoReflect.Descriptor instead.

func (*NetworkEndpointGroupCloudFunction) GetFunction

func (x *NetworkEndpointGroupCloudFunction) GetFunction() string

func (*NetworkEndpointGroupCloudFunction) GetUrlMask

func (x *NetworkEndpointGroupCloudFunction) GetUrlMask() string

func (*NetworkEndpointGroupCloudFunction) ProtoMessage

func (*NetworkEndpointGroupCloudFunction) ProtoMessage()

func (*NetworkEndpointGroupCloudFunction) ProtoReflect

func (*NetworkEndpointGroupCloudFunction) Reset

func (*NetworkEndpointGroupCloudFunction) String

type NetworkEndpointGroupCloudRun

type NetworkEndpointGroupCloudRun struct {

	// Cloud Run service is the main resource of Cloud Run. The service must be 1-63 characters long, and comply with RFC1035. Example value: "run-service".
	Service *string `protobuf:"bytes,373540533,opt,name=service,proto3,oneof" json:"service,omitempty"`
	// Optional Cloud Run tag represents the "named-revision" to provide additional fine-grained traffic routing information. The tag must be 1-63 characters long, and comply with RFC1035. Example value: "revision-0010".
	Tag *string `protobuf:"bytes,114586,opt,name=tag,proto3,oneof" json:"tag,omitempty"`
	// A template to parse <service> and <tag> fields from a request URL. URL mask allows for routing to multiple Run services without having to create multiple network endpoint groups and backend services. For example, request URLs "foo1.domain.com/bar1" and "foo1.domain.com/bar2" can be backed by the same Serverless Network Endpoint Group (NEG) with URL mask "<tag>.domain.com/<service>". The URL mask will parse them to { service="bar1", tag="foo1" } and { service="bar2", tag="foo2" } respectively.
	UrlMask *string `protobuf:"bytes,103352252,opt,name=url_mask,json=urlMask,proto3,oneof" json:"url_mask,omitempty"`
	// contains filtered or unexported fields
}

Configuration for a Cloud Run network endpoint group (NEG). The service must be provided explicitly or in the URL mask. The tag is optional, may be provided explicitly or in the URL mask. Note: Cloud Run service must be in the same project and located in the same region as the Serverless NEG.

func (*NetworkEndpointGroupCloudRun) Descriptor

func (*NetworkEndpointGroupCloudRun) Descriptor() ([]byte, []int)

Deprecated: Use NetworkEndpointGroupCloudRun.ProtoReflect.Descriptor instead.

func (*NetworkEndpointGroupCloudRun) GetService

func (x *NetworkEndpointGroupCloudRun) GetService() string

func (*NetworkEndpointGroupCloudRun) GetTag

func (*NetworkEndpointGroupCloudRun) GetUrlMask

func (x *NetworkEndpointGroupCloudRun) GetUrlMask() string

func (*NetworkEndpointGroupCloudRun) ProtoMessage

func (*NetworkEndpointGroupCloudRun) ProtoMessage()

func (*NetworkEndpointGroupCloudRun) ProtoReflect

func (*NetworkEndpointGroupCloudRun) Reset

func (x *NetworkEndpointGroupCloudRun) Reset()

func (*NetworkEndpointGroupCloudRun) String

type NetworkEndpointGroupList

type NetworkEndpointGroupList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of NetworkEndpointGroup resources.
	Items []*NetworkEndpointGroup `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] The resource type, which is always compute#networkEndpointGroupList for network endpoint group lists.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*NetworkEndpointGroupList) Descriptor

func (*NetworkEndpointGroupList) Descriptor() ([]byte, []int)

Deprecated: Use NetworkEndpointGroupList.ProtoReflect.Descriptor instead.

func (*NetworkEndpointGroupList) GetId

func (x *NetworkEndpointGroupList) GetId() string

func (*NetworkEndpointGroupList) GetItems

func (*NetworkEndpointGroupList) GetKind

func (x *NetworkEndpointGroupList) GetKind() string

func (*NetworkEndpointGroupList) GetNextPageToken

func (x *NetworkEndpointGroupList) GetNextPageToken() string
func (x *NetworkEndpointGroupList) GetSelfLink() string

func (*NetworkEndpointGroupList) GetWarning

func (x *NetworkEndpointGroupList) GetWarning() *Warning

func (*NetworkEndpointGroupList) ProtoMessage

func (*NetworkEndpointGroupList) ProtoMessage()

func (*NetworkEndpointGroupList) ProtoReflect

func (x *NetworkEndpointGroupList) ProtoReflect() protoreflect.Message

func (*NetworkEndpointGroupList) Reset

func (x *NetworkEndpointGroupList) Reset()

func (*NetworkEndpointGroupList) String

func (x *NetworkEndpointGroupList) String() string

type NetworkEndpointGroupPscData

type NetworkEndpointGroupPscData struct {

	// [Output Only] Address allocated from given subnetwork for PSC. This IP address acts as a VIP for a PSC NEG, allowing it to act as an endpoint in L7 PSC-XLB.
	ConsumerPscAddress *string `protobuf:"bytes,452646572,opt,name=consumer_psc_address,json=consumerPscAddress,proto3,oneof" json:"consumer_psc_address,omitempty"`
	// [Output Only] The PSC connection id of the PSC Network Endpoint Group Consumer.
	PscConnectionId *uint64 `protobuf:"varint,292082397,opt,name=psc_connection_id,json=pscConnectionId,proto3,oneof" json:"psc_connection_id,omitempty"`
	// [Output Only] The connection status of the PSC Forwarding Rule.
	// Check the PscConnectionStatus enum for the list of possible values.
	PscConnectionStatus *string `protobuf:"bytes,184149172,opt,name=psc_connection_status,json=pscConnectionStatus,proto3,oneof" json:"psc_connection_status,omitempty"`
	// contains filtered or unexported fields
}

All data that is specifically relevant to only network endpoint groups of type PRIVATE_SERVICE_CONNECT.

func (*NetworkEndpointGroupPscData) Descriptor

func (*NetworkEndpointGroupPscData) Descriptor() ([]byte, []int)

Deprecated: Use NetworkEndpointGroupPscData.ProtoReflect.Descriptor instead.

func (*NetworkEndpointGroupPscData) GetConsumerPscAddress

func (x *NetworkEndpointGroupPscData) GetConsumerPscAddress() string

func (*NetworkEndpointGroupPscData) GetPscConnectionId

func (x *NetworkEndpointGroupPscData) GetPscConnectionId() uint64

func (*NetworkEndpointGroupPscData) GetPscConnectionStatus

func (x *NetworkEndpointGroupPscData) GetPscConnectionStatus() string

func (*NetworkEndpointGroupPscData) ProtoMessage

func (*NetworkEndpointGroupPscData) ProtoMessage()

func (*NetworkEndpointGroupPscData) ProtoReflect

func (*NetworkEndpointGroupPscData) Reset

func (x *NetworkEndpointGroupPscData) Reset()

func (*NetworkEndpointGroupPscData) String

func (x *NetworkEndpointGroupPscData) String() string

type NetworkEndpointGroupPscData_PscConnectionStatus

type NetworkEndpointGroupPscData_PscConnectionStatus int32

[Output Only] The connection status of the PSC Forwarding Rule.

const (
	// A value indicating that the enum field is not set.
	NetworkEndpointGroupPscData_UNDEFINED_PSC_CONNECTION_STATUS NetworkEndpointGroupPscData_PscConnectionStatus = 0
	// The connection has been accepted by the producer.
	NetworkEndpointGroupPscData_ACCEPTED NetworkEndpointGroupPscData_PscConnectionStatus = 246714279
	// The connection has been closed by the producer and will not serve traffic going forward.
	NetworkEndpointGroupPscData_CLOSED NetworkEndpointGroupPscData_PscConnectionStatus = 380163436
	// The connection has been accepted by the producer, but the producer needs to take further action before the forwarding rule can serve traffic.
	NetworkEndpointGroupPscData_NEEDS_ATTENTION NetworkEndpointGroupPscData_PscConnectionStatus = 344491452
	// The connection is pending acceptance by the producer.
	NetworkEndpointGroupPscData_PENDING NetworkEndpointGroupPscData_PscConnectionStatus = 35394935
	// The connection has been rejected by the producer.
	NetworkEndpointGroupPscData_REJECTED           NetworkEndpointGroupPscData_PscConnectionStatus = 174130302
	NetworkEndpointGroupPscData_STATUS_UNSPECIFIED NetworkEndpointGroupPscData_PscConnectionStatus = 42133066
)

func (NetworkEndpointGroupPscData_PscConnectionStatus) Descriptor

func (NetworkEndpointGroupPscData_PscConnectionStatus) Enum

func (NetworkEndpointGroupPscData_PscConnectionStatus) EnumDescriptor

Deprecated: Use NetworkEndpointGroupPscData_PscConnectionStatus.Descriptor instead.

func (NetworkEndpointGroupPscData_PscConnectionStatus) Number

func (NetworkEndpointGroupPscData_PscConnectionStatus) String

func (NetworkEndpointGroupPscData_PscConnectionStatus) Type

type NetworkEndpointGroup_NetworkEndpointType

type NetworkEndpointGroup_NetworkEndpointType int32

Type of network endpoints in this network endpoint group. Can be one of GCE_VM_IP, GCE_VM_IP_PORT, NON_GCP_PRIVATE_IP_PORT, INTERNET_FQDN_PORT, INTERNET_IP_PORT, SERVERLESS, PRIVATE_SERVICE_CONNECT.

const (
	// A value indicating that the enum field is not set.
	NetworkEndpointGroup_UNDEFINED_NETWORK_ENDPOINT_TYPE NetworkEndpointGroup_NetworkEndpointType = 0
	// The network endpoint is represented by an IP address.
	NetworkEndpointGroup_GCE_VM_IP NetworkEndpointGroup_NetworkEndpointType = 401880793
	// The network endpoint is represented by IP address and port pair.
	NetworkEndpointGroup_GCE_VM_IP_PORT NetworkEndpointGroup_NetworkEndpointType = 501838375
	// The network endpoint is represented by fully qualified domain name and port.
	NetworkEndpointGroup_INTERNET_FQDN_PORT NetworkEndpointGroup_NetworkEndpointType = 404154477
	// The network endpoint is represented by an internet IP address and port.
	NetworkEndpointGroup_INTERNET_IP_PORT NetworkEndpointGroup_NetworkEndpointType = 477719963
	// The network endpoint is represented by an IP address and port. The endpoint belongs to a VM or pod running in a customer's on-premises.
	NetworkEndpointGroup_NON_GCP_PRIVATE_IP_PORT NetworkEndpointGroup_NetworkEndpointType = 336447968
	// The network endpoint is either public Google APIs or services exposed by other GCP Project with a Service Attachment. The connection is set up by private service connect
	NetworkEndpointGroup_PRIVATE_SERVICE_CONNECT NetworkEndpointGroup_NetworkEndpointType = 48134724
	// The network endpoint is handled by specified serverless infrastructure.
	NetworkEndpointGroup_SERVERLESS NetworkEndpointGroup_NetworkEndpointType = 270492508
)

func (NetworkEndpointGroup_NetworkEndpointType) Descriptor

func (NetworkEndpointGroup_NetworkEndpointType) Enum

func (NetworkEndpointGroup_NetworkEndpointType) EnumDescriptor

func (NetworkEndpointGroup_NetworkEndpointType) EnumDescriptor() ([]byte, []int)

Deprecated: Use NetworkEndpointGroup_NetworkEndpointType.Descriptor instead.

func (NetworkEndpointGroup_NetworkEndpointType) Number

func (NetworkEndpointGroup_NetworkEndpointType) String

func (NetworkEndpointGroup_NetworkEndpointType) Type

type NetworkEndpointGroupsAttachEndpointsRequest

type NetworkEndpointGroupsAttachEndpointsRequest struct {

	// The list of network endpoints to be attached.
	NetworkEndpoints []*NetworkEndpoint `protobuf:"bytes,149850285,rep,name=network_endpoints,json=networkEndpoints,proto3" json:"network_endpoints,omitempty"`
	// contains filtered or unexported fields
}

func (*NetworkEndpointGroupsAttachEndpointsRequest) Descriptor

Deprecated: Use NetworkEndpointGroupsAttachEndpointsRequest.ProtoReflect.Descriptor instead.

func (*NetworkEndpointGroupsAttachEndpointsRequest) GetNetworkEndpoints

func (*NetworkEndpointGroupsAttachEndpointsRequest) ProtoMessage

func (*NetworkEndpointGroupsAttachEndpointsRequest) ProtoReflect

func (*NetworkEndpointGroupsAttachEndpointsRequest) Reset

func (*NetworkEndpointGroupsAttachEndpointsRequest) String

type NetworkEndpointGroupsClient

type NetworkEndpointGroupsClient interface {
	// Retrieves the list of network endpoint groups and sorts them by zone.
	AggregatedList(ctx context.Context, in *AggregatedListNetworkEndpointGroupsRequest, opts ...grpc.CallOption) (*NetworkEndpointGroupAggregatedList, error)
	// Attach a list of network endpoints to the specified network endpoint group.
	AttachNetworkEndpoints(ctx context.Context, in *AttachNetworkEndpointsNetworkEndpointGroupRequest, opts ...grpc.CallOption) (*Operation, error)
	// Deletes the specified network endpoint group. The network endpoints in the NEG and the VM instances they belong to are not terminated when the NEG is deleted. Note that the NEG cannot be deleted if there are backend services referencing it.
	Delete(ctx context.Context, in *DeleteNetworkEndpointGroupRequest, opts ...grpc.CallOption) (*Operation, error)
	// Detach a list of network endpoints from the specified network endpoint group.
	DetachNetworkEndpoints(ctx context.Context, in *DetachNetworkEndpointsNetworkEndpointGroupRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified network endpoint group.
	Get(ctx context.Context, in *GetNetworkEndpointGroupRequest, opts ...grpc.CallOption) (*NetworkEndpointGroup, error)
	// Creates a network endpoint group in the specified project using the parameters that are included in the request.
	Insert(ctx context.Context, in *InsertNetworkEndpointGroupRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves the list of network endpoint groups that are located in the specified project and zone.
	List(ctx context.Context, in *ListNetworkEndpointGroupsRequest, opts ...grpc.CallOption) (*NetworkEndpointGroupList, error)
	// Lists the network endpoints in the specified network endpoint group.
	ListNetworkEndpoints(ctx context.Context, in *ListNetworkEndpointsNetworkEndpointGroupsRequest, opts ...grpc.CallOption) (*NetworkEndpointGroupsListNetworkEndpoints, error)
	// Returns permissions that a caller has on the specified resource.
	TestIamPermissions(ctx context.Context, in *TestIamPermissionsNetworkEndpointGroupRequest, opts ...grpc.CallOption) (*TestPermissionsResponse, error)
}

NetworkEndpointGroupsClient is the client API for NetworkEndpointGroups service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewNetworkEndpointGroupsClient

func NewNetworkEndpointGroupsClient(cc grpc.ClientConnInterface) NetworkEndpointGroupsClient

type NetworkEndpointGroupsDetachEndpointsRequest

type NetworkEndpointGroupsDetachEndpointsRequest struct {

	// The list of network endpoints to be detached.
	NetworkEndpoints []*NetworkEndpoint `protobuf:"bytes,149850285,rep,name=network_endpoints,json=networkEndpoints,proto3" json:"network_endpoints,omitempty"`
	// contains filtered or unexported fields
}

func (*NetworkEndpointGroupsDetachEndpointsRequest) Descriptor

Deprecated: Use NetworkEndpointGroupsDetachEndpointsRequest.ProtoReflect.Descriptor instead.

func (*NetworkEndpointGroupsDetachEndpointsRequest) GetNetworkEndpoints

func (*NetworkEndpointGroupsDetachEndpointsRequest) ProtoMessage

func (*NetworkEndpointGroupsDetachEndpointsRequest) ProtoReflect

func (*NetworkEndpointGroupsDetachEndpointsRequest) Reset

func (*NetworkEndpointGroupsDetachEndpointsRequest) String

type NetworkEndpointGroupsListEndpointsRequest

type NetworkEndpointGroupsListEndpointsRequest struct {

	// Optional query parameter for showing the health status of each network endpoint. Valid options are SKIP or SHOW. If you don't specify this parameter, the health status of network endpoints will not be provided.
	// Check the HealthStatus enum for the list of possible values.
	HealthStatus *string `protobuf:"bytes,380545845,opt,name=health_status,json=healthStatus,proto3,oneof" json:"health_status,omitempty"`
	// contains filtered or unexported fields
}

func (*NetworkEndpointGroupsListEndpointsRequest) Descriptor

func (*NetworkEndpointGroupsListEndpointsRequest) Descriptor() ([]byte, []int)

Deprecated: Use NetworkEndpointGroupsListEndpointsRequest.ProtoReflect.Descriptor instead.

func (*NetworkEndpointGroupsListEndpointsRequest) GetHealthStatus

func (*NetworkEndpointGroupsListEndpointsRequest) ProtoMessage

func (*NetworkEndpointGroupsListEndpointsRequest) ProtoReflect

func (*NetworkEndpointGroupsListEndpointsRequest) Reset

func (*NetworkEndpointGroupsListEndpointsRequest) String

type NetworkEndpointGroupsListEndpointsRequest_HealthStatus

type NetworkEndpointGroupsListEndpointsRequest_HealthStatus int32

Optional query parameter for showing the health status of each network endpoint. Valid options are SKIP or SHOW. If you don't specify this parameter, the health status of network endpoints will not be provided.

const (
	// A value indicating that the enum field is not set.
	NetworkEndpointGroupsListEndpointsRequest_UNDEFINED_HEALTH_STATUS NetworkEndpointGroupsListEndpointsRequest_HealthStatus = 0
	// Show the health status for each network endpoint. Impacts latency of the call.
	NetworkEndpointGroupsListEndpointsRequest_SHOW NetworkEndpointGroupsListEndpointsRequest_HealthStatus = 2544381
	// Health status for network endpoints will not be provided.
	NetworkEndpointGroupsListEndpointsRequest_SKIP NetworkEndpointGroupsListEndpointsRequest_HealthStatus = 2547071
)

func (NetworkEndpointGroupsListEndpointsRequest_HealthStatus) Descriptor

func (NetworkEndpointGroupsListEndpointsRequest_HealthStatus) Enum

func (NetworkEndpointGroupsListEndpointsRequest_HealthStatus) EnumDescriptor

Deprecated: Use NetworkEndpointGroupsListEndpointsRequest_HealthStatus.Descriptor instead.

func (NetworkEndpointGroupsListEndpointsRequest_HealthStatus) Number

func (NetworkEndpointGroupsListEndpointsRequest_HealthStatus) String

func (NetworkEndpointGroupsListEndpointsRequest_HealthStatus) Type

type NetworkEndpointGroupsListNetworkEndpoints

type NetworkEndpointGroupsListNetworkEndpoints struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of NetworkEndpointWithHealthStatus resources.
	Items []*NetworkEndpointWithHealthStatus `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] The resource type, which is always compute#networkEndpointGroupsListNetworkEndpoints for the list of network endpoints in the specified network endpoint group.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*NetworkEndpointGroupsListNetworkEndpoints) Descriptor

func (*NetworkEndpointGroupsListNetworkEndpoints) Descriptor() ([]byte, []int)

Deprecated: Use NetworkEndpointGroupsListNetworkEndpoints.ProtoReflect.Descriptor instead.

func (*NetworkEndpointGroupsListNetworkEndpoints) GetId

func (*NetworkEndpointGroupsListNetworkEndpoints) GetItems

func (*NetworkEndpointGroupsListNetworkEndpoints) GetKind

func (*NetworkEndpointGroupsListNetworkEndpoints) GetNextPageToken

func (x *NetworkEndpointGroupsListNetworkEndpoints) GetNextPageToken() string

func (*NetworkEndpointGroupsListNetworkEndpoints) GetWarning

func (*NetworkEndpointGroupsListNetworkEndpoints) ProtoMessage

func (*NetworkEndpointGroupsListNetworkEndpoints) ProtoReflect

func (*NetworkEndpointGroupsListNetworkEndpoints) Reset

func (*NetworkEndpointGroupsListNetworkEndpoints) String

type NetworkEndpointGroupsScopedList

type NetworkEndpointGroupsScopedList struct {

	// [Output Only] The list of network endpoint groups that are contained in this scope.
	NetworkEndpointGroups []*NetworkEndpointGroup `protobuf:"bytes,29346733,rep,name=network_endpoint_groups,json=networkEndpointGroups,proto3" json:"network_endpoint_groups,omitempty"`
	// [Output Only] An informational warning that replaces the list of network endpoint groups when the list is empty.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*NetworkEndpointGroupsScopedList) Descriptor

func (*NetworkEndpointGroupsScopedList) Descriptor() ([]byte, []int)

Deprecated: Use NetworkEndpointGroupsScopedList.ProtoReflect.Descriptor instead.

func (*NetworkEndpointGroupsScopedList) GetNetworkEndpointGroups

func (x *NetworkEndpointGroupsScopedList) GetNetworkEndpointGroups() []*NetworkEndpointGroup

func (*NetworkEndpointGroupsScopedList) GetWarning

func (x *NetworkEndpointGroupsScopedList) GetWarning() *Warning

func (*NetworkEndpointGroupsScopedList) ProtoMessage

func (*NetworkEndpointGroupsScopedList) ProtoMessage()

func (*NetworkEndpointGroupsScopedList) ProtoReflect

func (*NetworkEndpointGroupsScopedList) Reset

func (*NetworkEndpointGroupsScopedList) String

type NetworkEndpointGroupsServer

type NetworkEndpointGroupsServer interface {
	// Retrieves the list of network endpoint groups and sorts them by zone.
	AggregatedList(context.Context, *AggregatedListNetworkEndpointGroupsRequest) (*NetworkEndpointGroupAggregatedList, error)
	// Attach a list of network endpoints to the specified network endpoint group.
	AttachNetworkEndpoints(context.Context, *AttachNetworkEndpointsNetworkEndpointGroupRequest) (*Operation, error)
	// Deletes the specified network endpoint group. The network endpoints in the NEG and the VM instances they belong to are not terminated when the NEG is deleted. Note that the NEG cannot be deleted if there are backend services referencing it.
	Delete(context.Context, *DeleteNetworkEndpointGroupRequest) (*Operation, error)
	// Detach a list of network endpoints from the specified network endpoint group.
	DetachNetworkEndpoints(context.Context, *DetachNetworkEndpointsNetworkEndpointGroupRequest) (*Operation, error)
	// Returns the specified network endpoint group.
	Get(context.Context, *GetNetworkEndpointGroupRequest) (*NetworkEndpointGroup, error)
	// Creates a network endpoint group in the specified project using the parameters that are included in the request.
	Insert(context.Context, *InsertNetworkEndpointGroupRequest) (*Operation, error)
	// Retrieves the list of network endpoint groups that are located in the specified project and zone.
	List(context.Context, *ListNetworkEndpointGroupsRequest) (*NetworkEndpointGroupList, error)
	// Lists the network endpoints in the specified network endpoint group.
	ListNetworkEndpoints(context.Context, *ListNetworkEndpointsNetworkEndpointGroupsRequest) (*NetworkEndpointGroupsListNetworkEndpoints, error)
	// Returns permissions that a caller has on the specified resource.
	TestIamPermissions(context.Context, *TestIamPermissionsNetworkEndpointGroupRequest) (*TestPermissionsResponse, error)
}

NetworkEndpointGroupsServer is the server API for NetworkEndpointGroups service.

type NetworkEndpointWithHealthStatus

type NetworkEndpointWithHealthStatus struct {

	// [Output only] The health status of network endpoint;
	Healths []*HealthStatusForNetworkEndpoint `protobuf:"bytes,258689431,rep,name=healths,proto3" json:"healths,omitempty"`
	// [Output only] The network endpoint;
	NetworkEndpoint *NetworkEndpoint `protobuf:"bytes,56789126,opt,name=network_endpoint,json=networkEndpoint,proto3,oneof" json:"network_endpoint,omitempty"`
	// contains filtered or unexported fields
}

func (*NetworkEndpointWithHealthStatus) Descriptor

func (*NetworkEndpointWithHealthStatus) Descriptor() ([]byte, []int)

Deprecated: Use NetworkEndpointWithHealthStatus.ProtoReflect.Descriptor instead.

func (*NetworkEndpointWithHealthStatus) GetHealths

func (*NetworkEndpointWithHealthStatus) GetNetworkEndpoint

func (x *NetworkEndpointWithHealthStatus) GetNetworkEndpoint() *NetworkEndpoint

func (*NetworkEndpointWithHealthStatus) ProtoMessage

func (*NetworkEndpointWithHealthStatus) ProtoMessage()

func (*NetworkEndpointWithHealthStatus) ProtoReflect

func (*NetworkEndpointWithHealthStatus) Reset

func (*NetworkEndpointWithHealthStatus) String

type NetworkFirewallPoliciesClient

type NetworkFirewallPoliciesClient interface {
	// Inserts an association for the specified firewall policy.
	AddAssociation(ctx context.Context, in *AddAssociationNetworkFirewallPolicyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Inserts a rule into a firewall policy.
	AddRule(ctx context.Context, in *AddRuleNetworkFirewallPolicyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Copies rules to the specified firewall policy.
	CloneRules(ctx context.Context, in *CloneRulesNetworkFirewallPolicyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Deletes the specified policy.
	Delete(ctx context.Context, in *DeleteNetworkFirewallPolicyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified network firewall policy.
	Get(ctx context.Context, in *GetNetworkFirewallPolicyRequest, opts ...grpc.CallOption) (*FirewallPolicy, error)
	// Gets an association with the specified name.
	GetAssociation(ctx context.Context, in *GetAssociationNetworkFirewallPolicyRequest, opts ...grpc.CallOption) (*FirewallPolicyAssociation, error)
	// Gets the access control policy for a resource. May be empty if no such policy or resource exists.
	GetIamPolicy(ctx context.Context, in *GetIamPolicyNetworkFirewallPolicyRequest, opts ...grpc.CallOption) (*Policy, error)
	// Gets a rule of the specified priority.
	GetRule(ctx context.Context, in *GetRuleNetworkFirewallPolicyRequest, opts ...grpc.CallOption) (*FirewallPolicyRule, error)
	// Creates a new policy in the specified project using the data included in the request.
	Insert(ctx context.Context, in *InsertNetworkFirewallPolicyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Lists all the policies that have been configured for the specified project.
	List(ctx context.Context, in *ListNetworkFirewallPoliciesRequest, opts ...grpc.CallOption) (*FirewallPolicyList, error)
	// Patches the specified policy with the data included in the request.
	Patch(ctx context.Context, in *PatchNetworkFirewallPolicyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Patches a rule of the specified priority.
	PatchRule(ctx context.Context, in *PatchRuleNetworkFirewallPolicyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Removes an association for the specified firewall policy.
	RemoveAssociation(ctx context.Context, in *RemoveAssociationNetworkFirewallPolicyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Deletes a rule of the specified priority.
	RemoveRule(ctx context.Context, in *RemoveRuleNetworkFirewallPolicyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Sets the access control policy on the specified resource. Replaces any existing policy.
	SetIamPolicy(ctx context.Context, in *SetIamPolicyNetworkFirewallPolicyRequest, opts ...grpc.CallOption) (*Policy, error)
	// Returns permissions that a caller has on the specified resource.
	TestIamPermissions(ctx context.Context, in *TestIamPermissionsNetworkFirewallPolicyRequest, opts ...grpc.CallOption) (*TestPermissionsResponse, error)
}

NetworkFirewallPoliciesClient is the client API for NetworkFirewallPolicies service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewNetworkFirewallPoliciesClient

func NewNetworkFirewallPoliciesClient(cc grpc.ClientConnInterface) NetworkFirewallPoliciesClient

type NetworkFirewallPoliciesServer

type NetworkFirewallPoliciesServer interface {
	// Inserts an association for the specified firewall policy.
	AddAssociation(context.Context, *AddAssociationNetworkFirewallPolicyRequest) (*Operation, error)
	// Inserts a rule into a firewall policy.
	AddRule(context.Context, *AddRuleNetworkFirewallPolicyRequest) (*Operation, error)
	// Copies rules to the specified firewall policy.
	CloneRules(context.Context, *CloneRulesNetworkFirewallPolicyRequest) (*Operation, error)
	// Deletes the specified policy.
	Delete(context.Context, *DeleteNetworkFirewallPolicyRequest) (*Operation, error)
	// Returns the specified network firewall policy.
	Get(context.Context, *GetNetworkFirewallPolicyRequest) (*FirewallPolicy, error)
	// Gets an association with the specified name.
	GetAssociation(context.Context, *GetAssociationNetworkFirewallPolicyRequest) (*FirewallPolicyAssociation, error)
	// Gets the access control policy for a resource. May be empty if no such policy or resource exists.
	GetIamPolicy(context.Context, *GetIamPolicyNetworkFirewallPolicyRequest) (*Policy, error)
	// Gets a rule of the specified priority.
	GetRule(context.Context, *GetRuleNetworkFirewallPolicyRequest) (*FirewallPolicyRule, error)
	// Creates a new policy in the specified project using the data included in the request.
	Insert(context.Context, *InsertNetworkFirewallPolicyRequest) (*Operation, error)
	// Lists all the policies that have been configured for the specified project.
	List(context.Context, *ListNetworkFirewallPoliciesRequest) (*FirewallPolicyList, error)
	// Patches the specified policy with the data included in the request.
	Patch(context.Context, *PatchNetworkFirewallPolicyRequest) (*Operation, error)
	// Patches a rule of the specified priority.
	PatchRule(context.Context, *PatchRuleNetworkFirewallPolicyRequest) (*Operation, error)
	// Removes an association for the specified firewall policy.
	RemoveAssociation(context.Context, *RemoveAssociationNetworkFirewallPolicyRequest) (*Operation, error)
	// Deletes a rule of the specified priority.
	RemoveRule(context.Context, *RemoveRuleNetworkFirewallPolicyRequest) (*Operation, error)
	// Sets the access control policy on the specified resource. Replaces any existing policy.
	SetIamPolicy(context.Context, *SetIamPolicyNetworkFirewallPolicyRequest) (*Policy, error)
	// Returns permissions that a caller has on the specified resource.
	TestIamPermissions(context.Context, *TestIamPermissionsNetworkFirewallPolicyRequest) (*TestPermissionsResponse, error)
}

NetworkFirewallPoliciesServer is the server API for NetworkFirewallPolicies service.

type NetworkInterface

type NetworkInterface struct {

	// An array of configurations for this interface. Currently, only one access config, ONE_TO_ONE_NAT, is supported. If there are no accessConfigs specified, then this instance will have no external internet access.
	AccessConfigs []*AccessConfig `protobuf:"bytes,111058326,rep,name=access_configs,json=accessConfigs,proto3" json:"access_configs,omitempty"`
	// An array of alias IP ranges for this network interface. You can only specify this field for network interfaces in VPC networks.
	AliasIpRanges []*AliasIpRange `protobuf:"bytes,165085631,rep,name=alias_ip_ranges,json=aliasIpRanges,proto3" json:"alias_ip_ranges,omitempty"`
	// Fingerprint hash of contents stored in this network interface. This field will be ignored when inserting an Instance or adding a NetworkInterface. An up-to-date fingerprint must be provided in order to update the NetworkInterface. The request will fail with error 400 Bad Request if the fingerprint is not provided, or 412 Precondition Failed if the fingerprint is out of date.
	Fingerprint *string `protobuf:"bytes,234678500,opt,name=fingerprint,proto3,oneof" json:"fingerprint,omitempty"`
	// The prefix length of the primary internal IPv6 range.
	InternalIpv6PrefixLength *int32 `protobuf:"varint,203833757,opt,name=internal_ipv6_prefix_length,json=internalIpv6PrefixLength,proto3,oneof" json:"internal_ipv6_prefix_length,omitempty"`
	// An array of IPv6 access configurations for this interface. Currently, only one IPv6 access config, DIRECT_IPV6, is supported. If there is no ipv6AccessConfig specified, then this instance will have no external IPv6 Internet access.
	Ipv6AccessConfigs []*AccessConfig `protobuf:"bytes,483472110,rep,name=ipv6_access_configs,json=ipv6AccessConfigs,proto3" json:"ipv6_access_configs,omitempty"`
	// [Output Only] One of EXTERNAL, INTERNAL to indicate whether the IP can be accessed from the Internet. This field is always inherited from its subnetwork. Valid only if stackType is IPV4_IPV6.
	// Check the Ipv6AccessType enum for the list of possible values.
	Ipv6AccessType *string `protobuf:"bytes,504658653,opt,name=ipv6_access_type,json=ipv6AccessType,proto3,oneof" json:"ipv6_access_type,omitempty"`
	// An IPv6 internal network address for this network interface. To use a static internal IP address, it must be unused and in the same region as the instance's zone. If not specified, Google Cloud will automatically assign an internal IPv6 address from the instance's subnetwork.
	Ipv6Address *string `protobuf:"bytes,341563804,opt,name=ipv6_address,json=ipv6Address,proto3,oneof" json:"ipv6_address,omitempty"`
	// [Output Only] Type of the resource. Always compute#networkInterface for network interfaces.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] The name of the network interface, which is generated by the server. For a VM, the network interface uses the nicN naming format. Where N is a value between 0 and 7. The default interface value is nic0.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// URL of the VPC network resource for this instance. When creating an instance, if neither the network nor the subnetwork is specified, the default network global/networks/default is used. If the selected project doesn't have the default network, you must specify a network or subnet. If the network is not specified but the subnetwork is specified, the network is inferred. If you specify this property, you can specify the network as a full or partial URL. For example, the following are all valid URLs: - https://www.googleapis.com/compute/v1/projects/project/global/networks/ network - projects/project/global/networks/network - global/networks/default
	Network *string `protobuf:"bytes,232872494,opt,name=network,proto3,oneof" json:"network,omitempty"`
	// The URL of the network attachment that this interface should connect to in the following format: projects/{project_number}/regions/{region_name}/networkAttachments/{network_attachment_name}.
	NetworkAttachment *string `protobuf:"bytes,224644052,opt,name=network_attachment,json=networkAttachment,proto3,oneof" json:"network_attachment,omitempty"`
	// An IPv4 internal IP address to assign to the instance for this network interface. If not specified by the user, an unused internal IP is assigned by the system.
	NetworkIP *string `protobuf:"bytes,207181961,opt,name=network_i_p,json=networkIP,proto3,oneof" json:"network_i_p,omitempty"`
	// The type of vNIC to be used on this interface. This may be gVNIC or VirtioNet.
	// Check the NicType enum for the list of possible values.
	NicType *string `protobuf:"bytes,59810577,opt,name=nic_type,json=nicType,proto3,oneof" json:"nic_type,omitempty"`
	// The networking queue count that's specified by users for the network interface. Both Rx and Tx queues will be set to this number. It'll be empty if not specified by the users.
	QueueCount *int32 `protobuf:"varint,503708769,opt,name=queue_count,json=queueCount,proto3,oneof" json:"queue_count,omitempty"`
	// The stack type for this network interface. To assign only IPv4 addresses, use IPV4_ONLY. To assign both IPv4 and IPv6 addresses, use IPV4_IPV6. If not specified, IPV4_ONLY is used. This field can be both set at instance creation and update network interface operations.
	// Check the StackType enum for the list of possible values.
	StackType *string `protobuf:"bytes,425908881,opt,name=stack_type,json=stackType,proto3,oneof" json:"stack_type,omitempty"`
	// The URL of the Subnetwork resource for this instance. If the network resource is in legacy mode, do not specify this field. If the network is in auto subnet mode, specifying the subnetwork is optional. If the network is in custom subnet mode, specifying the subnetwork is required. If you specify this field, you can specify the subnetwork as a full or partial URL. For example, the following are all valid URLs: - https://www.googleapis.com/compute/v1/projects/project/regions/region /subnetworks/subnetwork - regions/region/subnetworks/subnetwork
	Subnetwork *string `protobuf:"bytes,307827694,opt,name=subnetwork,proto3,oneof" json:"subnetwork,omitempty"`
	// contains filtered or unexported fields
}

A network interface resource attached to an instance.

func (*NetworkInterface) Descriptor

func (*NetworkInterface) Descriptor() ([]byte, []int)

Deprecated: Use NetworkInterface.ProtoReflect.Descriptor instead.

func (*NetworkInterface) GetAccessConfigs

func (x *NetworkInterface) GetAccessConfigs() []*AccessConfig

func (*NetworkInterface) GetAliasIpRanges

func (x *NetworkInterface) GetAliasIpRanges() []*AliasIpRange

func (*NetworkInterface) GetFingerprint

func (x *NetworkInterface) GetFingerprint() string

func (*NetworkInterface) GetInternalIpv6PrefixLength

func (x *NetworkInterface) GetInternalIpv6PrefixLength() int32

func (*NetworkInterface) GetIpv6AccessConfigs

func (x *NetworkInterface) GetIpv6AccessConfigs() []*AccessConfig

func (*NetworkInterface) GetIpv6AccessType

func (x *NetworkInterface) GetIpv6AccessType() string

func (*NetworkInterface) GetIpv6Address

func (x *NetworkInterface) GetIpv6Address() string

func (*NetworkInterface) GetKind

func (x *NetworkInterface) GetKind() string

func (*NetworkInterface) GetName

func (x *NetworkInterface) GetName() string

func (*NetworkInterface) GetNetwork

func (x *NetworkInterface) GetNetwork() string

func (*NetworkInterface) GetNetworkAttachment

func (x *NetworkInterface) GetNetworkAttachment() string

func (*NetworkInterface) GetNetworkIP

func (x *NetworkInterface) GetNetworkIP() string

func (*NetworkInterface) GetNicType

func (x *NetworkInterface) GetNicType() string

func (*NetworkInterface) GetQueueCount

func (x *NetworkInterface) GetQueueCount() int32

func (*NetworkInterface) GetStackType

func (x *NetworkInterface) GetStackType() string

func (*NetworkInterface) GetSubnetwork

func (x *NetworkInterface) GetSubnetwork() string

func (*NetworkInterface) ProtoMessage

func (*NetworkInterface) ProtoMessage()

func (*NetworkInterface) ProtoReflect

func (x *NetworkInterface) ProtoReflect() protoreflect.Message

func (*NetworkInterface) Reset

func (x *NetworkInterface) Reset()

func (*NetworkInterface) String

func (x *NetworkInterface) String() string

type NetworkInterface_Ipv6AccessType

type NetworkInterface_Ipv6AccessType int32

[Output Only] One of EXTERNAL, INTERNAL to indicate whether the IP can be accessed from the Internet. This field is always inherited from its subnetwork. Valid only if stackType is IPV4_IPV6.

const (
	// A value indicating that the enum field is not set.
	NetworkInterface_UNDEFINED_IPV6_ACCESS_TYPE NetworkInterface_Ipv6AccessType = 0
	// This network interface can have external IPv6.
	NetworkInterface_EXTERNAL NetworkInterface_Ipv6AccessType = 35607499
	// This network interface can have internal IPv6.
	NetworkInterface_INTERNAL                     NetworkInterface_Ipv6AccessType = 279295677
	NetworkInterface_UNSPECIFIED_IPV6_ACCESS_TYPE NetworkInterface_Ipv6AccessType = 313080613
)

func (NetworkInterface_Ipv6AccessType) Descriptor

func (NetworkInterface_Ipv6AccessType) Enum

func (NetworkInterface_Ipv6AccessType) EnumDescriptor

func (NetworkInterface_Ipv6AccessType) EnumDescriptor() ([]byte, []int)

Deprecated: Use NetworkInterface_Ipv6AccessType.Descriptor instead.

func (NetworkInterface_Ipv6AccessType) Number

func (NetworkInterface_Ipv6AccessType) String

func (NetworkInterface_Ipv6AccessType) Type

type NetworkInterface_NicType

type NetworkInterface_NicType int32

The type of vNIC to be used on this interface. This may be gVNIC or VirtioNet.

const (
	// A value indicating that the enum field is not set.
	NetworkInterface_UNDEFINED_NIC_TYPE NetworkInterface_NicType = 0
	// GVNIC
	NetworkInterface_GVNIC NetworkInterface_NicType = 68209305
	// No type specified.
	NetworkInterface_UNSPECIFIED_NIC_TYPE NetworkInterface_NicType = 67411801
	// VIRTIO
	NetworkInterface_VIRTIO_NET NetworkInterface_NicType = 452123481
)

func (NetworkInterface_NicType) Descriptor

func (NetworkInterface_NicType) Enum

func (NetworkInterface_NicType) EnumDescriptor

func (NetworkInterface_NicType) EnumDescriptor() ([]byte, []int)

Deprecated: Use NetworkInterface_NicType.Descriptor instead.

func (NetworkInterface_NicType) Number

func (NetworkInterface_NicType) String

func (x NetworkInterface_NicType) String() string

func (NetworkInterface_NicType) Type

type NetworkInterface_StackType

type NetworkInterface_StackType int32

The stack type for this network interface. To assign only IPv4 addresses, use IPV4_ONLY. To assign both IPv4 and IPv6 addresses, use IPV4_IPV6. If not specified, IPV4_ONLY is used. This field can be both set at instance creation and update network interface operations.

const (
	// A value indicating that the enum field is not set.
	NetworkInterface_UNDEFINED_STACK_TYPE NetworkInterface_StackType = 0
	// The network interface can have both IPv4 and IPv6 addresses.
	NetworkInterface_IPV4_IPV6 NetworkInterface_StackType = 22197249
	// The network interface will be assigned IPv4 address.
	NetworkInterface_IPV4_ONLY              NetworkInterface_StackType = 22373798
	NetworkInterface_UNSPECIFIED_STACK_TYPE NetworkInterface_StackType = 298084569
)

func (NetworkInterface_StackType) Descriptor

func (NetworkInterface_StackType) Enum

func (NetworkInterface_StackType) EnumDescriptor

func (NetworkInterface_StackType) EnumDescriptor() ([]byte, []int)

Deprecated: Use NetworkInterface_StackType.Descriptor instead.

func (NetworkInterface_StackType) Number

func (NetworkInterface_StackType) String

func (NetworkInterface_StackType) Type

type NetworkList

type NetworkList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of Network resources.
	Items []*Network `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] Type of resource. Always compute#networkList for lists of networks.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

Contains a list of networks.

func (*NetworkList) Descriptor

func (*NetworkList) Descriptor() ([]byte, []int)

Deprecated: Use NetworkList.ProtoReflect.Descriptor instead.

func (*NetworkList) GetId

func (x *NetworkList) GetId() string

func (*NetworkList) GetItems

func (x *NetworkList) GetItems() []*Network

func (*NetworkList) GetKind

func (x *NetworkList) GetKind() string

func (*NetworkList) GetNextPageToken

func (x *NetworkList) GetNextPageToken() string
func (x *NetworkList) GetSelfLink() string

func (*NetworkList) GetWarning

func (x *NetworkList) GetWarning() *Warning

func (*NetworkList) ProtoMessage

func (*NetworkList) ProtoMessage()

func (*NetworkList) ProtoReflect

func (x *NetworkList) ProtoReflect() protoreflect.Message

func (*NetworkList) Reset

func (x *NetworkList) Reset()

func (*NetworkList) String

func (x *NetworkList) String() string

type NetworkPeering

type NetworkPeering struct {

	// This field will be deprecated soon. Use the exchange_subnet_routes field instead. Indicates whether full mesh connectivity is created and managed automatically between peered networks. Currently this field should always be true since Google Compute Engine will automatically create and manage subnetwork routes between two networks when peering state is ACTIVE.
	AutoCreateRoutes *bool `protobuf:"varint,57454941,opt,name=auto_create_routes,json=autoCreateRoutes,proto3,oneof" json:"auto_create_routes,omitempty"`
	// Indicates whether full mesh connectivity is created and managed automatically between peered networks. Currently this field should always be true since Google Compute Engine will automatically create and manage subnetwork routes between two networks when peering state is ACTIVE.
	ExchangeSubnetRoutes *bool `protobuf:"varint,26322256,opt,name=exchange_subnet_routes,json=exchangeSubnetRoutes,proto3,oneof" json:"exchange_subnet_routes,omitempty"`
	// Whether to export the custom routes to peer network. The default value is false.
	ExportCustomRoutes *bool `protobuf:"varint,60281485,opt,name=export_custom_routes,json=exportCustomRoutes,proto3,oneof" json:"export_custom_routes,omitempty"`
	// Whether subnet routes with public IP range are exported. The default value is true, all subnet routes are exported. IPv4 special-use ranges are always exported to peers and are not controlled by this field.
	ExportSubnetRoutesWithPublicIp *bool `protobuf:"varint,97940834,opt,name=export_subnet_routes_with_public_ip,json=exportSubnetRoutesWithPublicIp,proto3,oneof" json:"export_subnet_routes_with_public_ip,omitempty"`
	// Whether to import the custom routes from peer network. The default value is false.
	ImportCustomRoutes *bool `protobuf:"varint,197982398,opt,name=import_custom_routes,json=importCustomRoutes,proto3,oneof" json:"import_custom_routes,omitempty"`
	// Whether subnet routes with public IP range are imported. The default value is false. IPv4 special-use ranges are always imported from peers and are not controlled by this field.
	ImportSubnetRoutesWithPublicIp *bool `protobuf:"varint,14419729,opt,name=import_subnet_routes_with_public_ip,json=importSubnetRoutesWithPublicIp,proto3,oneof" json:"import_subnet_routes_with_public_ip,omitempty"`
	// Name of this peering. Provided by the client when the peering is created. The name must comply with RFC1035. Specifically, the name must be 1-63 characters long and match regular expression `[a-z]([-a-z0-9]*[a-z0-9])?`. The first character must be a lowercase letter, and all the following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// The URL of the peer network. It can be either full URL or partial URL. The peer network may belong to a different project. If the partial URL does not contain project, it is assumed that the peer network is in the same project as the current network.
	Network *string `protobuf:"bytes,232872494,opt,name=network,proto3,oneof" json:"network,omitempty"`
	// Maximum Transmission Unit in bytes.
	PeerMtu *int32 `protobuf:"varint,69584721,opt,name=peer_mtu,json=peerMtu,proto3,oneof" json:"peer_mtu,omitempty"`
	// Which IP version(s) of traffic and routes are allowed to be imported or exported between peer networks. The default value is IPV4_ONLY.
	// Check the StackType enum for the list of possible values.
	StackType *string `protobuf:"bytes,425908881,opt,name=stack_type,json=stackType,proto3,oneof" json:"stack_type,omitempty"`
	// [Output Only] State for the peering, either `ACTIVE` or `INACTIVE`. The peering is `ACTIVE` when there's a matching configuration in the peer network.
	// Check the State enum for the list of possible values.
	State *string `protobuf:"bytes,109757585,opt,name=state,proto3,oneof" json:"state,omitempty"`
	// [Output Only] Details about the current state of the peering.
	StateDetails *string `protobuf:"bytes,95566996,opt,name=state_details,json=stateDetails,proto3,oneof" json:"state_details,omitempty"`
	// contains filtered or unexported fields
}

A network peering attached to a network resource. The message includes the peering name, peer network, peering state, and a flag indicating whether Google Compute Engine should automatically create routes for the peering.

func (*NetworkPeering) Descriptor

func (*NetworkPeering) Descriptor() ([]byte, []int)

Deprecated: Use NetworkPeering.ProtoReflect.Descriptor instead.

func (*NetworkPeering) GetAutoCreateRoutes

func (x *NetworkPeering) GetAutoCreateRoutes() bool

func (*NetworkPeering) GetExchangeSubnetRoutes

func (x *NetworkPeering) GetExchangeSubnetRoutes() bool

func (*NetworkPeering) GetExportCustomRoutes

func (x *NetworkPeering) GetExportCustomRoutes() bool

func (*NetworkPeering) GetExportSubnetRoutesWithPublicIp

func (x *NetworkPeering) GetExportSubnetRoutesWithPublicIp() bool

func (*NetworkPeering) GetImportCustomRoutes

func (x *NetworkPeering) GetImportCustomRoutes() bool

func (*NetworkPeering) GetImportSubnetRoutesWithPublicIp

func (x *NetworkPeering) GetImportSubnetRoutesWithPublicIp() bool

func (*NetworkPeering) GetName

func (x *NetworkPeering) GetName() string

func (*NetworkPeering) GetNetwork

func (x *NetworkPeering) GetNetwork() string

func (*NetworkPeering) GetPeerMtu

func (x *NetworkPeering) GetPeerMtu() int32

func (*NetworkPeering) GetStackType

func (x *NetworkPeering) GetStackType() string

func (*NetworkPeering) GetState

func (x *NetworkPeering) GetState() string

func (*NetworkPeering) GetStateDetails

func (x *NetworkPeering) GetStateDetails() string

func (*NetworkPeering) ProtoMessage

func (*NetworkPeering) ProtoMessage()

func (*NetworkPeering) ProtoReflect

func (x *NetworkPeering) ProtoReflect() protoreflect.Message

func (*NetworkPeering) Reset

func (x *NetworkPeering) Reset()

func (*NetworkPeering) String

func (x *NetworkPeering) String() string

type NetworkPeering_StackType

type NetworkPeering_StackType int32

Which IP version(s) of traffic and routes are allowed to be imported or exported between peer networks. The default value is IPV4_ONLY.

const (
	// A value indicating that the enum field is not set.
	NetworkPeering_UNDEFINED_STACK_TYPE NetworkPeering_StackType = 0
	// This Peering will allow IPv4 traffic and routes to be exchanged. Additionally if the matching peering is IPV4_IPV6, IPv6 traffic and routes will be exchanged as well.
	NetworkPeering_IPV4_IPV6 NetworkPeering_StackType = 22197249
	// This Peering will only allow IPv4 traffic and routes to be exchanged, even if the matching peering is IPV4_IPV6.
	NetworkPeering_IPV4_ONLY NetworkPeering_StackType = 22373798
)

func (NetworkPeering_StackType) Descriptor

func (NetworkPeering_StackType) Enum

func (NetworkPeering_StackType) EnumDescriptor

func (NetworkPeering_StackType) EnumDescriptor() ([]byte, []int)

Deprecated: Use NetworkPeering_StackType.Descriptor instead.

func (NetworkPeering_StackType) Number

func (NetworkPeering_StackType) String

func (x NetworkPeering_StackType) String() string

func (NetworkPeering_StackType) Type

type NetworkPeering_State

type NetworkPeering_State int32

[Output Only] State for the peering, either `ACTIVE` or `INACTIVE`. The peering is `ACTIVE` when there's a matching configuration in the peer network.

const (
	// A value indicating that the enum field is not set.
	NetworkPeering_UNDEFINED_STATE NetworkPeering_State = 0
	// Matching configuration exists on the peer.
	NetworkPeering_ACTIVE NetworkPeering_State = 314733318
	// There is no matching configuration on the peer, including the case when peer does not exist.
	NetworkPeering_INACTIVE NetworkPeering_State = 270421099
)

func (NetworkPeering_State) Descriptor

func (NetworkPeering_State) Enum

func (NetworkPeering_State) EnumDescriptor

func (NetworkPeering_State) EnumDescriptor() ([]byte, []int)

Deprecated: Use NetworkPeering_State.Descriptor instead.

func (NetworkPeering_State) Number

func (NetworkPeering_State) String

func (x NetworkPeering_State) String() string

func (NetworkPeering_State) Type

type NetworkPerformanceConfig

type NetworkPerformanceConfig struct {

	//
	// Check the TotalEgressBandwidthTier enum for the list of possible values.
	TotalEgressBandwidthTier *string `protobuf:"bytes,130109439,opt,name=total_egress_bandwidth_tier,json=totalEgressBandwidthTier,proto3,oneof" json:"total_egress_bandwidth_tier,omitempty"`
	// contains filtered or unexported fields
}

func (*NetworkPerformanceConfig) Descriptor

func (*NetworkPerformanceConfig) Descriptor() ([]byte, []int)

Deprecated: Use NetworkPerformanceConfig.ProtoReflect.Descriptor instead.

func (*NetworkPerformanceConfig) GetTotalEgressBandwidthTier

func (x *NetworkPerformanceConfig) GetTotalEgressBandwidthTier() string

func (*NetworkPerformanceConfig) ProtoMessage

func (*NetworkPerformanceConfig) ProtoMessage()

func (*NetworkPerformanceConfig) ProtoReflect

func (x *NetworkPerformanceConfig) ProtoReflect() protoreflect.Message

func (*NetworkPerformanceConfig) Reset

func (x *NetworkPerformanceConfig) Reset()

func (*NetworkPerformanceConfig) String

func (x *NetworkPerformanceConfig) String() string

type NetworkPerformanceConfig_TotalEgressBandwidthTier

type NetworkPerformanceConfig_TotalEgressBandwidthTier int32
const (
	// A value indicating that the enum field is not set.
	NetworkPerformanceConfig_UNDEFINED_TOTAL_EGRESS_BANDWIDTH_TIER NetworkPerformanceConfig_TotalEgressBandwidthTier = 0
	NetworkPerformanceConfig_DEFAULT                               NetworkPerformanceConfig_TotalEgressBandwidthTier = 115302945
	NetworkPerformanceConfig_TIER_1                                NetworkPerformanceConfig_TotalEgressBandwidthTier = 326919444
)

func (NetworkPerformanceConfig_TotalEgressBandwidthTier) Descriptor

func (NetworkPerformanceConfig_TotalEgressBandwidthTier) Enum

func (NetworkPerformanceConfig_TotalEgressBandwidthTier) EnumDescriptor

Deprecated: Use NetworkPerformanceConfig_TotalEgressBandwidthTier.Descriptor instead.

func (NetworkPerformanceConfig_TotalEgressBandwidthTier) Number

func (NetworkPerformanceConfig_TotalEgressBandwidthTier) String

func (NetworkPerformanceConfig_TotalEgressBandwidthTier) Type

type NetworkRoutingConfig

type NetworkRoutingConfig struct {

	// The network-wide routing mode to use. If set to REGIONAL, this network's Cloud Routers will only advertise routes with subnets of this network in the same region as the router. If set to GLOBAL, this network's Cloud Routers will advertise routes with all subnets of this network, across regions.
	// Check the RoutingMode enum for the list of possible values.
	RoutingMode *string `protobuf:"bytes,475143548,opt,name=routing_mode,json=routingMode,proto3,oneof" json:"routing_mode,omitempty"`
	// contains filtered or unexported fields
}

A routing configuration attached to a network resource. The message includes the list of routers associated with the network, and a flag indicating the type of routing behavior to enforce network-wide.

func (*NetworkRoutingConfig) Descriptor

func (*NetworkRoutingConfig) Descriptor() ([]byte, []int)

Deprecated: Use NetworkRoutingConfig.ProtoReflect.Descriptor instead.

func (*NetworkRoutingConfig) GetRoutingMode

func (x *NetworkRoutingConfig) GetRoutingMode() string

func (*NetworkRoutingConfig) ProtoMessage

func (*NetworkRoutingConfig) ProtoMessage()

func (*NetworkRoutingConfig) ProtoReflect

func (x *NetworkRoutingConfig) ProtoReflect() protoreflect.Message

func (*NetworkRoutingConfig) Reset

func (x *NetworkRoutingConfig) Reset()

func (*NetworkRoutingConfig) String

func (x *NetworkRoutingConfig) String() string

type NetworkRoutingConfig_RoutingMode

type NetworkRoutingConfig_RoutingMode int32

The network-wide routing mode to use. If set to REGIONAL, this network's Cloud Routers will only advertise routes with subnets of this network in the same region as the router. If set to GLOBAL, this network's Cloud Routers will advertise routes with all subnets of this network, across regions.

const (
	// A value indicating that the enum field is not set.
	NetworkRoutingConfig_UNDEFINED_ROUTING_MODE NetworkRoutingConfig_RoutingMode = 0
	NetworkRoutingConfig_GLOBAL                 NetworkRoutingConfig_RoutingMode = 494663587
	NetworkRoutingConfig_REGIONAL               NetworkRoutingConfig_RoutingMode = 92288543
)

func (NetworkRoutingConfig_RoutingMode) Descriptor

func (NetworkRoutingConfig_RoutingMode) Enum

func (NetworkRoutingConfig_RoutingMode) EnumDescriptor

func (NetworkRoutingConfig_RoutingMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use NetworkRoutingConfig_RoutingMode.Descriptor instead.

func (NetworkRoutingConfig_RoutingMode) Number

func (NetworkRoutingConfig_RoutingMode) String

func (NetworkRoutingConfig_RoutingMode) Type

type Network_NetworkFirewallPolicyEnforcementOrder

type Network_NetworkFirewallPolicyEnforcementOrder int32

The network firewall policy enforcement order. Can be either AFTER_CLASSIC_FIREWALL or BEFORE_CLASSIC_FIREWALL. Defaults to AFTER_CLASSIC_FIREWALL if the field is not specified.

const (
	// A value indicating that the enum field is not set.
	Network_UNDEFINED_NETWORK_FIREWALL_POLICY_ENFORCEMENT_ORDER Network_NetworkFirewallPolicyEnforcementOrder = 0
	Network_AFTER_CLASSIC_FIREWALL                              Network_NetworkFirewallPolicyEnforcementOrder = 154582608
	Network_BEFORE_CLASSIC_FIREWALL                             Network_NetworkFirewallPolicyEnforcementOrder = 338458349
)

func (Network_NetworkFirewallPolicyEnforcementOrder) Descriptor

func (Network_NetworkFirewallPolicyEnforcementOrder) Enum

func (Network_NetworkFirewallPolicyEnforcementOrder) EnumDescriptor

func (Network_NetworkFirewallPolicyEnforcementOrder) EnumDescriptor() ([]byte, []int)

Deprecated: Use Network_NetworkFirewallPolicyEnforcementOrder.Descriptor instead.

func (Network_NetworkFirewallPolicyEnforcementOrder) Number

func (Network_NetworkFirewallPolicyEnforcementOrder) String

func (Network_NetworkFirewallPolicyEnforcementOrder) Type

type NetworksAddPeeringRequest

type NetworksAddPeeringRequest struct {

	// This field will be deprecated soon. Use exchange_subnet_routes in network_peering instead. Indicates whether full mesh connectivity is created and managed automatically between peered networks. Currently this field should always be true since Google Compute Engine will automatically create and manage subnetwork routes between two networks when peering state is ACTIVE.
	AutoCreateRoutes *bool `protobuf:"varint,57454941,opt,name=auto_create_routes,json=autoCreateRoutes,proto3,oneof" json:"auto_create_routes,omitempty"`
	// Name of the peering, which should conform to RFC1035.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// Network peering parameters. In order to specify route policies for peering using import and export custom routes, you must specify all peering related parameters (name, peer network, exchange_subnet_routes) in the network_peering field. The corresponding fields in NetworksAddPeeringRequest will be deprecated soon.
	NetworkPeering *NetworkPeering `protobuf:"bytes,328926767,opt,name=network_peering,json=networkPeering,proto3,oneof" json:"network_peering,omitempty"`
	// URL of the peer network. It can be either full URL or partial URL. The peer network may belong to a different project. If the partial URL does not contain project, it is assumed that the peer network is in the same project as the current network.
	PeerNetwork *string `protobuf:"bytes,500625489,opt,name=peer_network,json=peerNetwork,proto3,oneof" json:"peer_network,omitempty"`
	// contains filtered or unexported fields
}

func (*NetworksAddPeeringRequest) Descriptor

func (*NetworksAddPeeringRequest) Descriptor() ([]byte, []int)

Deprecated: Use NetworksAddPeeringRequest.ProtoReflect.Descriptor instead.

func (*NetworksAddPeeringRequest) GetAutoCreateRoutes

func (x *NetworksAddPeeringRequest) GetAutoCreateRoutes() bool

func (*NetworksAddPeeringRequest) GetName

func (x *NetworksAddPeeringRequest) GetName() string

func (*NetworksAddPeeringRequest) GetNetworkPeering

func (x *NetworksAddPeeringRequest) GetNetworkPeering() *NetworkPeering

func (*NetworksAddPeeringRequest) GetPeerNetwork

func (x *NetworksAddPeeringRequest) GetPeerNetwork() string

func (*NetworksAddPeeringRequest) ProtoMessage

func (*NetworksAddPeeringRequest) ProtoMessage()

func (*NetworksAddPeeringRequest) ProtoReflect

func (*NetworksAddPeeringRequest) Reset

func (x *NetworksAddPeeringRequest) Reset()

func (*NetworksAddPeeringRequest) String

func (x *NetworksAddPeeringRequest) String() string

type NetworksClient

type NetworksClient interface {
	// Adds a peering to the specified network.
	AddPeering(ctx context.Context, in *AddPeeringNetworkRequest, opts ...grpc.CallOption) (*Operation, error)
	// Deletes the specified network.
	Delete(ctx context.Context, in *DeleteNetworkRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified network.
	Get(ctx context.Context, in *GetNetworkRequest, opts ...grpc.CallOption) (*Network, error)
	// Returns the effective firewalls on a given network.
	GetEffectiveFirewalls(ctx context.Context, in *GetEffectiveFirewallsNetworkRequest, opts ...grpc.CallOption) (*NetworksGetEffectiveFirewallsResponse, error)
	// Creates a network in the specified project using the data included in the request.
	Insert(ctx context.Context, in *InsertNetworkRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves the list of networks available to the specified project.
	List(ctx context.Context, in *ListNetworksRequest, opts ...grpc.CallOption) (*NetworkList, error)
	// Lists the peering routes exchanged over peering connection.
	ListPeeringRoutes(ctx context.Context, in *ListPeeringRoutesNetworksRequest, opts ...grpc.CallOption) (*ExchangedPeeringRoutesList, error)
	// Patches the specified network with the data included in the request. Only the following fields can be modified: routingConfig.routingMode.
	Patch(ctx context.Context, in *PatchNetworkRequest, opts ...grpc.CallOption) (*Operation, error)
	// Removes a peering from the specified network.
	RemovePeering(ctx context.Context, in *RemovePeeringNetworkRequest, opts ...grpc.CallOption) (*Operation, error)
	// Switches the network mode from auto subnet mode to custom subnet mode.
	SwitchToCustomMode(ctx context.Context, in *SwitchToCustomModeNetworkRequest, opts ...grpc.CallOption) (*Operation, error)
	// Updates the specified network peering with the data included in the request. You can only modify the NetworkPeering.export_custom_routes field and the NetworkPeering.import_custom_routes field.
	UpdatePeering(ctx context.Context, in *UpdatePeeringNetworkRequest, opts ...grpc.CallOption) (*Operation, error)
}

NetworksClient is the client API for Networks service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewNetworksClient

func NewNetworksClient(cc grpc.ClientConnInterface) NetworksClient

type NetworksGetEffectiveFirewallsResponse

type NetworksGetEffectiveFirewallsResponse struct {

	// Effective firewalls from firewall policy.
	FirewallPolicys []*NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy `protobuf:"bytes,410985794,rep,name=firewall_policys,json=firewallPolicys,proto3" json:"firewall_policys,omitempty"`
	// Effective firewalls on the network.
	Firewalls []*Firewall `protobuf:"bytes,272245619,rep,name=firewalls,proto3" json:"firewalls,omitempty"`
	// contains filtered or unexported fields
}

func (*NetworksGetEffectiveFirewallsResponse) Descriptor

func (*NetworksGetEffectiveFirewallsResponse) Descriptor() ([]byte, []int)

Deprecated: Use NetworksGetEffectiveFirewallsResponse.ProtoReflect.Descriptor instead.

func (*NetworksGetEffectiveFirewallsResponse) GetFirewallPolicys

func (*NetworksGetEffectiveFirewallsResponse) GetFirewalls

func (x *NetworksGetEffectiveFirewallsResponse) GetFirewalls() []*Firewall

func (*NetworksGetEffectiveFirewallsResponse) ProtoMessage

func (*NetworksGetEffectiveFirewallsResponse) ProtoMessage()

func (*NetworksGetEffectiveFirewallsResponse) ProtoReflect

func (*NetworksGetEffectiveFirewallsResponse) Reset

func (*NetworksGetEffectiveFirewallsResponse) String

type NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy

type NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy struct {

	// [Output Only] Deprecated, please use short name instead. The display name of the firewall policy.
	DisplayName *string `protobuf:"bytes,4473832,opt,name=display_name,json=displayName,proto3,oneof" json:"display_name,omitempty"`
	// [Output Only] The name of the firewall policy.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// The rules that apply to the network.
	Rules []*FirewallPolicyRule `protobuf:"bytes,108873975,rep,name=rules,proto3" json:"rules,omitempty"`
	// [Output Only] The short name of the firewall policy.
	ShortName *string `protobuf:"bytes,492051566,opt,name=short_name,json=shortName,proto3,oneof" json:"short_name,omitempty"`
	// [Output Only] The type of the firewall policy.
	// Check the Type enum for the list of possible values.
	Type *string `protobuf:"bytes,3575610,opt,name=type,proto3,oneof" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy) Descriptor

Deprecated: Use NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy.ProtoReflect.Descriptor instead.

func (*NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy) GetDisplayName

func (*NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy) GetName

func (*NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy) GetRules

func (*NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy) GetShortName

func (*NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy) GetType

func (*NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy) ProtoMessage

func (*NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy) ProtoReflect

func (*NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy) Reset

func (*NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy) String

type NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type

type NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type int32

[Output Only] The type of the firewall policy.

const (
	// A value indicating that the enum field is not set.
	NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy_UNDEFINED_TYPE NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type = 0
	NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy_HIERARCHY      NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type = 69902869
	NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy_NETWORK        NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type = 413984270
	NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy_UNSPECIFIED    NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type = 526786327
)

func (NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type) Descriptor

func (NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type) Enum

func (NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type) EnumDescriptor

Deprecated: Use NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type.Descriptor instead.

func (NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type) Number

func (NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type) String

func (NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type) Type

type NetworksRemovePeeringRequest

type NetworksRemovePeeringRequest struct {

	// Name of the peering, which should conform to RFC1035.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*NetworksRemovePeeringRequest) Descriptor

func (*NetworksRemovePeeringRequest) Descriptor() ([]byte, []int)

Deprecated: Use NetworksRemovePeeringRequest.ProtoReflect.Descriptor instead.

func (*NetworksRemovePeeringRequest) GetName

func (x *NetworksRemovePeeringRequest) GetName() string

func (*NetworksRemovePeeringRequest) ProtoMessage

func (*NetworksRemovePeeringRequest) ProtoMessage()

func (*NetworksRemovePeeringRequest) ProtoReflect

func (*NetworksRemovePeeringRequest) Reset

func (x *NetworksRemovePeeringRequest) Reset()

func (*NetworksRemovePeeringRequest) String

type NetworksServer

type NetworksServer interface {
	// Adds a peering to the specified network.
	AddPeering(context.Context, *AddPeeringNetworkRequest) (*Operation, error)
	// Deletes the specified network.
	Delete(context.Context, *DeleteNetworkRequest) (*Operation, error)
	// Returns the specified network.
	Get(context.Context, *GetNetworkRequest) (*Network, error)
	// Returns the effective firewalls on a given network.
	GetEffectiveFirewalls(context.Context, *GetEffectiveFirewallsNetworkRequest) (*NetworksGetEffectiveFirewallsResponse, error)
	// Creates a network in the specified project using the data included in the request.
	Insert(context.Context, *InsertNetworkRequest) (*Operation, error)
	// Retrieves the list of networks available to the specified project.
	List(context.Context, *ListNetworksRequest) (*NetworkList, error)
	// Lists the peering routes exchanged over peering connection.
	ListPeeringRoutes(context.Context, *ListPeeringRoutesNetworksRequest) (*ExchangedPeeringRoutesList, error)
	// Patches the specified network with the data included in the request. Only the following fields can be modified: routingConfig.routingMode.
	Patch(context.Context, *PatchNetworkRequest) (*Operation, error)
	// Removes a peering from the specified network.
	RemovePeering(context.Context, *RemovePeeringNetworkRequest) (*Operation, error)
	// Switches the network mode from auto subnet mode to custom subnet mode.
	SwitchToCustomMode(context.Context, *SwitchToCustomModeNetworkRequest) (*Operation, error)
	// Updates the specified network peering with the data included in the request. You can only modify the NetworkPeering.export_custom_routes field and the NetworkPeering.import_custom_routes field.
	UpdatePeering(context.Context, *UpdatePeeringNetworkRequest) (*Operation, error)
}

NetworksServer is the server API for Networks service.

type NetworksUpdatePeeringRequest

type NetworksUpdatePeeringRequest struct {
	NetworkPeering *NetworkPeering `protobuf:"bytes,328926767,opt,name=network_peering,json=networkPeering,proto3,oneof" json:"network_peering,omitempty"`
	// contains filtered or unexported fields
}

func (*NetworksUpdatePeeringRequest) Descriptor

func (*NetworksUpdatePeeringRequest) Descriptor() ([]byte, []int)

Deprecated: Use NetworksUpdatePeeringRequest.ProtoReflect.Descriptor instead.

func (*NetworksUpdatePeeringRequest) GetNetworkPeering

func (x *NetworksUpdatePeeringRequest) GetNetworkPeering() *NetworkPeering

func (*NetworksUpdatePeeringRequest) ProtoMessage

func (*NetworksUpdatePeeringRequest) ProtoMessage()

func (*NetworksUpdatePeeringRequest) ProtoReflect

func (*NetworksUpdatePeeringRequest) Reset

func (x *NetworksUpdatePeeringRequest) Reset()

func (*NetworksUpdatePeeringRequest) String

type NodeGroup

type NodeGroup struct {

	// Specifies how autoscaling should behave.
	AutoscalingPolicy *NodeGroupAutoscalingPolicy `protobuf:"bytes,221950041,opt,name=autoscaling_policy,json=autoscalingPolicy,proto3,oneof" json:"autoscaling_policy,omitempty"`
	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// An optional description of this resource. Provide this property when you create the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	Fingerprint *string `protobuf:"bytes,234678500,opt,name=fingerprint,proto3,oneof" json:"fingerprint,omitempty"`
	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Output Only] The type of the resource. Always compute#nodeGroup for node group.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// An opaque location hint used to place the Node close to other resources. This field is for use by internal tools that use the public API. The location hint here on the NodeGroup overrides any location_hint present in the NodeTemplate.
	LocationHint *string `protobuf:"bytes,350519505,opt,name=location_hint,json=locationHint,proto3,oneof" json:"location_hint,omitempty"`
	// Specifies how to handle instances when a node in the group undergoes maintenance. Set to one of: DEFAULT, RESTART_IN_PLACE, or MIGRATE_WITHIN_NODE_GROUP. The default value is DEFAULT. For more information, see Maintenance policies.
	// Check the MaintenancePolicy enum for the list of possible values.
	MaintenancePolicy *string                     `protobuf:"bytes,528327646,opt,name=maintenance_policy,json=maintenancePolicy,proto3,oneof" json:"maintenance_policy,omitempty"`
	MaintenanceWindow *NodeGroupMaintenanceWindow `protobuf:"bytes,186374812,opt,name=maintenance_window,json=maintenanceWindow,proto3,oneof" json:"maintenance_window,omitempty"`
	// The name of the resource, provided by the client when initially creating the resource. The resource name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// URL of the node template to create the node group from.
	NodeTemplate *string `protobuf:"bytes,323154455,opt,name=node_template,json=nodeTemplate,proto3,oneof" json:"node_template,omitempty"`
	// [Output Only] Server-defined URL for the resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// Share-settings for the node group
	ShareSettings *ShareSettings `protobuf:"bytes,266668163,opt,name=share_settings,json=shareSettings,proto3,oneof" json:"share_settings,omitempty"`
	// [Output Only] The total number of nodes in the node group.
	Size *int32 `protobuf:"varint,3530753,opt,name=size,proto3,oneof" json:"size,omitempty"`
	//
	// Check the Status enum for the list of possible values.
	Status *string `protobuf:"bytes,181260274,opt,name=status,proto3,oneof" json:"status,omitempty"`
	// [Output Only] The name of the zone where the node group resides, such as us-central1-a.
	Zone *string `protobuf:"bytes,3744684,opt,name=zone,proto3,oneof" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

Represents a sole-tenant Node Group resource. A sole-tenant node is a physical server that is dedicated to hosting VM instances only for your specific project. Use sole-tenant nodes to keep your instances physically separated from instances in other projects, or to group your instances together on the same host hardware. For more information, read Sole-tenant nodes.

func (*NodeGroup) Descriptor

func (*NodeGroup) Descriptor() ([]byte, []int)

Deprecated: Use NodeGroup.ProtoReflect.Descriptor instead.

func (*NodeGroup) GetAutoscalingPolicy

func (x *NodeGroup) GetAutoscalingPolicy() *NodeGroupAutoscalingPolicy

func (*NodeGroup) GetCreationTimestamp

func (x *NodeGroup) GetCreationTimestamp() string

func (*NodeGroup) GetDescription

func (x *NodeGroup) GetDescription() string

func (*NodeGroup) GetFingerprint

func (x *NodeGroup) GetFingerprint() string

func (*NodeGroup) GetId

func (x *NodeGroup) GetId() uint64

func (*NodeGroup) GetKind

func (x *NodeGroup) GetKind() string

func (*NodeGroup) GetLocationHint

func (x *NodeGroup) GetLocationHint() string

func (*NodeGroup) GetMaintenancePolicy

func (x *NodeGroup) GetMaintenancePolicy() string

func (*NodeGroup) GetMaintenanceWindow

func (x *NodeGroup) GetMaintenanceWindow() *NodeGroupMaintenanceWindow

func (*NodeGroup) GetName

func (x *NodeGroup) GetName() string

func (*NodeGroup) GetNodeTemplate

func (x *NodeGroup) GetNodeTemplate() string
func (x *NodeGroup) GetSelfLink() string

func (*NodeGroup) GetShareSettings

func (x *NodeGroup) GetShareSettings() *ShareSettings

func (*NodeGroup) GetSize

func (x *NodeGroup) GetSize() int32

func (*NodeGroup) GetStatus

func (x *NodeGroup) GetStatus() string

func (*NodeGroup) GetZone

func (x *NodeGroup) GetZone() string

func (*NodeGroup) ProtoMessage

func (*NodeGroup) ProtoMessage()

func (*NodeGroup) ProtoReflect

func (x *NodeGroup) ProtoReflect() protoreflect.Message

func (*NodeGroup) Reset

func (x *NodeGroup) Reset()

func (*NodeGroup) String

func (x *NodeGroup) String() string

type NodeGroupAggregatedList

type NodeGroupAggregatedList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of NodeGroupsScopedList resources.
	Items map[string]*NodeGroupsScopedList `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// [Output Only] Type of resource.Always compute#nodeGroupAggregatedList for aggregated lists of node groups.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Unreachable resources.
	Unreachables []string `protobuf:"bytes,243372063,rep,name=unreachables,proto3" json:"unreachables,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*NodeGroupAggregatedList) Descriptor

func (*NodeGroupAggregatedList) Descriptor() ([]byte, []int)

Deprecated: Use NodeGroupAggregatedList.ProtoReflect.Descriptor instead.

func (*NodeGroupAggregatedList) GetId

func (x *NodeGroupAggregatedList) GetId() string

func (*NodeGroupAggregatedList) GetItems

func (*NodeGroupAggregatedList) GetKind

func (x *NodeGroupAggregatedList) GetKind() string

func (*NodeGroupAggregatedList) GetNextPageToken

func (x *NodeGroupAggregatedList) GetNextPageToken() string
func (x *NodeGroupAggregatedList) GetSelfLink() string

func (*NodeGroupAggregatedList) GetUnreachables

func (x *NodeGroupAggregatedList) GetUnreachables() []string

func (*NodeGroupAggregatedList) GetWarning

func (x *NodeGroupAggregatedList) GetWarning() *Warning

func (*NodeGroupAggregatedList) ProtoMessage

func (*NodeGroupAggregatedList) ProtoMessage()

func (*NodeGroupAggregatedList) ProtoReflect

func (x *NodeGroupAggregatedList) ProtoReflect() protoreflect.Message

func (*NodeGroupAggregatedList) Reset

func (x *NodeGroupAggregatedList) Reset()

func (*NodeGroupAggregatedList) String

func (x *NodeGroupAggregatedList) String() string

type NodeGroupAutoscalingPolicy

type NodeGroupAutoscalingPolicy struct {

	// The maximum number of nodes that the group should have. Must be set if autoscaling is enabled. Maximum value allowed is 100.
	MaxNodes *int32 `protobuf:"varint,297762838,opt,name=max_nodes,json=maxNodes,proto3,oneof" json:"max_nodes,omitempty"`
	// The minimum number of nodes that the group should have.
	MinNodes *int32 `protobuf:"varint,533370500,opt,name=min_nodes,json=minNodes,proto3,oneof" json:"min_nodes,omitempty"`
	// The autoscaling mode. Set to one of: ON, OFF, or ONLY_SCALE_OUT. For more information, see Autoscaler modes.
	// Check the Mode enum for the list of possible values.
	Mode *string `protobuf:"bytes,3357091,opt,name=mode,proto3,oneof" json:"mode,omitempty"`
	// contains filtered or unexported fields
}

func (*NodeGroupAutoscalingPolicy) Descriptor

func (*NodeGroupAutoscalingPolicy) Descriptor() ([]byte, []int)

Deprecated: Use NodeGroupAutoscalingPolicy.ProtoReflect.Descriptor instead.

func (*NodeGroupAutoscalingPolicy) GetMaxNodes

func (x *NodeGroupAutoscalingPolicy) GetMaxNodes() int32

func (*NodeGroupAutoscalingPolicy) GetMinNodes

func (x *NodeGroupAutoscalingPolicy) GetMinNodes() int32

func (*NodeGroupAutoscalingPolicy) GetMode

func (x *NodeGroupAutoscalingPolicy) GetMode() string

func (*NodeGroupAutoscalingPolicy) ProtoMessage

func (*NodeGroupAutoscalingPolicy) ProtoMessage()

func (*NodeGroupAutoscalingPolicy) ProtoReflect

func (*NodeGroupAutoscalingPolicy) Reset

func (x *NodeGroupAutoscalingPolicy) Reset()

func (*NodeGroupAutoscalingPolicy) String

func (x *NodeGroupAutoscalingPolicy) String() string

type NodeGroupAutoscalingPolicy_Mode

type NodeGroupAutoscalingPolicy_Mode int32

The autoscaling mode. Set to one of: ON, OFF, or ONLY_SCALE_OUT. For more information, see Autoscaler modes.

const (
	// A value indicating that the enum field is not set.
	NodeGroupAutoscalingPolicy_UNDEFINED_MODE   NodeGroupAutoscalingPolicy_Mode = 0
	NodeGroupAutoscalingPolicy_MODE_UNSPECIFIED NodeGroupAutoscalingPolicy_Mode = 371348091
	// Autoscaling is disabled.
	NodeGroupAutoscalingPolicy_OFF NodeGroupAutoscalingPolicy_Mode = 78159
	// Autocaling is fully enabled.
	NodeGroupAutoscalingPolicy_ON NodeGroupAutoscalingPolicy_Mode = 2527
	// Autoscaling will only scale out and will not remove nodes.
	NodeGroupAutoscalingPolicy_ONLY_SCALE_OUT NodeGroupAutoscalingPolicy_Mode = 152713670
)

func (NodeGroupAutoscalingPolicy_Mode) Descriptor

func (NodeGroupAutoscalingPolicy_Mode) Enum

func (NodeGroupAutoscalingPolicy_Mode) EnumDescriptor

func (NodeGroupAutoscalingPolicy_Mode) EnumDescriptor() ([]byte, []int)

Deprecated: Use NodeGroupAutoscalingPolicy_Mode.Descriptor instead.

func (NodeGroupAutoscalingPolicy_Mode) Number

func (NodeGroupAutoscalingPolicy_Mode) String

func (NodeGroupAutoscalingPolicy_Mode) Type

type NodeGroupList

type NodeGroupList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of NodeGroup resources.
	Items []*NodeGroup `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] Type of resource.Always compute#nodeGroupList for lists of node groups.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

Contains a list of nodeGroups.

func (*NodeGroupList) Descriptor

func (*NodeGroupList) Descriptor() ([]byte, []int)

Deprecated: Use NodeGroupList.ProtoReflect.Descriptor instead.

func (*NodeGroupList) GetId

func (x *NodeGroupList) GetId() string

func (*NodeGroupList) GetItems

func (x *NodeGroupList) GetItems() []*NodeGroup

func (*NodeGroupList) GetKind

func (x *NodeGroupList) GetKind() string

func (*NodeGroupList) GetNextPageToken

func (x *NodeGroupList) GetNextPageToken() string
func (x *NodeGroupList) GetSelfLink() string

func (*NodeGroupList) GetWarning

func (x *NodeGroupList) GetWarning() *Warning

func (*NodeGroupList) ProtoMessage

func (*NodeGroupList) ProtoMessage()

func (*NodeGroupList) ProtoReflect

func (x *NodeGroupList) ProtoReflect() protoreflect.Message

func (*NodeGroupList) Reset

func (x *NodeGroupList) Reset()

func (*NodeGroupList) String

func (x *NodeGroupList) String() string

type NodeGroupMaintenanceWindow

type NodeGroupMaintenanceWindow struct {

	// [Output only] A predetermined duration for the window, automatically chosen to be the smallest possible in the given scenario.
	MaintenanceDuration *Duration `protobuf:"bytes,525291840,opt,name=maintenance_duration,json=maintenanceDuration,proto3,oneof" json:"maintenance_duration,omitempty"`
	// Start time of the window. This must be in UTC format that resolves to one of 00:00, 04:00, 08:00, 12:00, 16:00, or 20:00. For example, both 13:00-5 and 08:00 are valid.
	StartTime *string `protobuf:"bytes,37467274,opt,name=start_time,json=startTime,proto3,oneof" json:"start_time,omitempty"`
	// contains filtered or unexported fields
}

Time window specified for daily maintenance operations. GCE's internal maintenance will be performed within this window.

func (*NodeGroupMaintenanceWindow) Descriptor

func (*NodeGroupMaintenanceWindow) Descriptor() ([]byte, []int)

Deprecated: Use NodeGroupMaintenanceWindow.ProtoReflect.Descriptor instead.

func (*NodeGroupMaintenanceWindow) GetMaintenanceDuration

func (x *NodeGroupMaintenanceWindow) GetMaintenanceDuration() *Duration

func (*NodeGroupMaintenanceWindow) GetStartTime

func (x *NodeGroupMaintenanceWindow) GetStartTime() string

func (*NodeGroupMaintenanceWindow) ProtoMessage

func (*NodeGroupMaintenanceWindow) ProtoMessage()

func (*NodeGroupMaintenanceWindow) ProtoReflect

func (*NodeGroupMaintenanceWindow) Reset

func (x *NodeGroupMaintenanceWindow) Reset()

func (*NodeGroupMaintenanceWindow) String

func (x *NodeGroupMaintenanceWindow) String() string

type NodeGroupNode

type NodeGroupNode struct {

	// Accelerators for this node.
	Accelerators []*AcceleratorConfig `protobuf:"bytes,269577064,rep,name=accelerators,proto3" json:"accelerators,omitempty"`
	// Node resources that are reserved by all instances.
	ConsumedResources *InstanceConsumptionInfo `protobuf:"bytes,334527118,opt,name=consumed_resources,json=consumedResources,proto3,oneof" json:"consumed_resources,omitempty"`
	// CPU overcommit.
	// Check the CpuOvercommitType enum for the list of possible values.
	CpuOvercommitType *string `protobuf:"bytes,247727959,opt,name=cpu_overcommit_type,json=cpuOvercommitType,proto3,oneof" json:"cpu_overcommit_type,omitempty"`
	// Local disk configurations.
	Disks []*LocalDisk `protobuf:"bytes,95594102,rep,name=disks,proto3" json:"disks,omitempty"`
	// Instance data that shows consumed resources on the node.
	InstanceConsumptionData []*InstanceConsumptionData `protobuf:"bytes,84715576,rep,name=instance_consumption_data,json=instanceConsumptionData,proto3" json:"instance_consumption_data,omitempty"`
	// Instances scheduled on this node.
	Instances []string `protobuf:"bytes,29097598,rep,name=instances,proto3" json:"instances,omitempty"`
	// The name of the node.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// The type of this node.
	NodeType *string `protobuf:"bytes,465832791,opt,name=node_type,json=nodeType,proto3,oneof" json:"node_type,omitempty"`
	// [Output Only] Reserved for future use.
	SatisfiesPzs *bool `protobuf:"varint,480964267,opt,name=satisfies_pzs,json=satisfiesPzs,proto3,oneof" json:"satisfies_pzs,omitempty"`
	// Binding properties for the physical server.
	ServerBinding *ServerBinding `protobuf:"bytes,208179593,opt,name=server_binding,json=serverBinding,proto3,oneof" json:"server_binding,omitempty"`
	// Server ID associated with this node.
	ServerId *string `protobuf:"bytes,339433367,opt,name=server_id,json=serverId,proto3,oneof" json:"server_id,omitempty"`
	//
	// Check the Status enum for the list of possible values.
	Status *string `protobuf:"bytes,181260274,opt,name=status,proto3,oneof" json:"status,omitempty"`
	// Total amount of available resources on the node.
	TotalResources *InstanceConsumptionInfo `protobuf:"bytes,97406698,opt,name=total_resources,json=totalResources,proto3,oneof" json:"total_resources,omitempty"`
	// contains filtered or unexported fields
}

func (*NodeGroupNode) Descriptor

func (*NodeGroupNode) Descriptor() ([]byte, []int)

Deprecated: Use NodeGroupNode.ProtoReflect.Descriptor instead.

func (*NodeGroupNode) GetAccelerators

func (x *NodeGroupNode) GetAccelerators() []*AcceleratorConfig

func (*NodeGroupNode) GetConsumedResources

func (x *NodeGroupNode) GetConsumedResources() *InstanceConsumptionInfo

func (*NodeGroupNode) GetCpuOvercommitType

func (x *NodeGroupNode) GetCpuOvercommitType() string

func (*NodeGroupNode) GetDisks

func (x *NodeGroupNode) GetDisks() []*LocalDisk

func (*NodeGroupNode) GetInstanceConsumptionData

func (x *NodeGroupNode) GetInstanceConsumptionData() []*InstanceConsumptionData

func (*NodeGroupNode) GetInstances

func (x *NodeGroupNode) GetInstances() []string

func (*NodeGroupNode) GetName

func (x *NodeGroupNode) GetName() string

func (*NodeGroupNode) GetNodeType

func (x *NodeGroupNode) GetNodeType() string

func (*NodeGroupNode) GetSatisfiesPzs

func (x *NodeGroupNode) GetSatisfiesPzs() bool

func (*NodeGroupNode) GetServerBinding

func (x *NodeGroupNode) GetServerBinding() *ServerBinding

func (*NodeGroupNode) GetServerId

func (x *NodeGroupNode) GetServerId() string

func (*NodeGroupNode) GetStatus

func (x *NodeGroupNode) GetStatus() string

func (*NodeGroupNode) GetTotalResources

func (x *NodeGroupNode) GetTotalResources() *InstanceConsumptionInfo

func (*NodeGroupNode) ProtoMessage

func (*NodeGroupNode) ProtoMessage()

func (*NodeGroupNode) ProtoReflect

func (x *NodeGroupNode) ProtoReflect() protoreflect.Message

func (*NodeGroupNode) Reset

func (x *NodeGroupNode) Reset()

func (*NodeGroupNode) String

func (x *NodeGroupNode) String() string

type NodeGroupNode_CpuOvercommitType

type NodeGroupNode_CpuOvercommitType int32

CPU overcommit.

const (
	// A value indicating that the enum field is not set.
	NodeGroupNode_UNDEFINED_CPU_OVERCOMMIT_TYPE   NodeGroupNode_CpuOvercommitType = 0
	NodeGroupNode_CPU_OVERCOMMIT_TYPE_UNSPECIFIED NodeGroupNode_CpuOvercommitType = 520665615
	NodeGroupNode_ENABLED                         NodeGroupNode_CpuOvercommitType = 182130465
	NodeGroupNode_NONE                            NodeGroupNode_CpuOvercommitType = 2402104
)

func (NodeGroupNode_CpuOvercommitType) Descriptor

func (NodeGroupNode_CpuOvercommitType) Enum

func (NodeGroupNode_CpuOvercommitType) EnumDescriptor

func (NodeGroupNode_CpuOvercommitType) EnumDescriptor() ([]byte, []int)

Deprecated: Use NodeGroupNode_CpuOvercommitType.Descriptor instead.

func (NodeGroupNode_CpuOvercommitType) Number

func (NodeGroupNode_CpuOvercommitType) String

func (NodeGroupNode_CpuOvercommitType) Type

type NodeGroupNode_Status

type NodeGroupNode_Status int32
const (
	// A value indicating that the enum field is not set.
	NodeGroupNode_UNDEFINED_STATUS NodeGroupNode_Status = 0
	NodeGroupNode_CREATING         NodeGroupNode_Status = 455564985
	NodeGroupNode_DELETING         NodeGroupNode_Status = 528602024
	NodeGroupNode_INVALID          NodeGroupNode_Status = 530283991
	NodeGroupNode_READY            NodeGroupNode_Status = 77848963
	NodeGroupNode_REPAIRING        NodeGroupNode_Status = 413483285
)

func (NodeGroupNode_Status) Descriptor

func (NodeGroupNode_Status) Enum

func (NodeGroupNode_Status) EnumDescriptor

func (NodeGroupNode_Status) EnumDescriptor() ([]byte, []int)

Deprecated: Use NodeGroupNode_Status.Descriptor instead.

func (NodeGroupNode_Status) Number

func (NodeGroupNode_Status) String

func (x NodeGroupNode_Status) String() string

func (NodeGroupNode_Status) Type

type NodeGroup_MaintenancePolicy

type NodeGroup_MaintenancePolicy int32

Specifies how to handle instances when a node in the group undergoes maintenance. Set to one of: DEFAULT, RESTART_IN_PLACE, or MIGRATE_WITHIN_NODE_GROUP. The default value is DEFAULT. For more information, see Maintenance policies.

const (
	// A value indicating that the enum field is not set.
	NodeGroup_UNDEFINED_MAINTENANCE_POLICY NodeGroup_MaintenancePolicy = 0
	// Allow the node and corresponding instances to retain default maintenance behavior.
	NodeGroup_DEFAULT                        NodeGroup_MaintenancePolicy = 115302945
	NodeGroup_MAINTENANCE_POLICY_UNSPECIFIED NodeGroup_MaintenancePolicy = 72964182
	// When maintenance must be done on a node, the instances on that node will be moved to other nodes in the group. Instances with onHostMaintenance = MIGRATE will live migrate to their destinations while instances with onHostMaintenance = TERMINATE will terminate and then restart on their destination nodes if automaticRestart = true.
	NodeGroup_MIGRATE_WITHIN_NODE_GROUP NodeGroup_MaintenancePolicy = 153483394
	// Instances in this group will restart on the same node when maintenance has completed. Instances must have onHostMaintenance = TERMINATE, and they will only restart if automaticRestart = true.
	NodeGroup_RESTART_IN_PLACE NodeGroup_MaintenancePolicy = 228647325
)

func (NodeGroup_MaintenancePolicy) Descriptor

func (NodeGroup_MaintenancePolicy) Enum

func (NodeGroup_MaintenancePolicy) EnumDescriptor

func (NodeGroup_MaintenancePolicy) EnumDescriptor() ([]byte, []int)

Deprecated: Use NodeGroup_MaintenancePolicy.Descriptor instead.

func (NodeGroup_MaintenancePolicy) Number

func (NodeGroup_MaintenancePolicy) String

func (NodeGroup_MaintenancePolicy) Type

type NodeGroup_Status

type NodeGroup_Status int32
const (
	// A value indicating that the enum field is not set.
	NodeGroup_UNDEFINED_STATUS NodeGroup_Status = 0
	NodeGroup_CREATING         NodeGroup_Status = 455564985
	NodeGroup_DELETING         NodeGroup_Status = 528602024
	NodeGroup_INVALID          NodeGroup_Status = 530283991
	NodeGroup_READY            NodeGroup_Status = 77848963
)

func (NodeGroup_Status) Descriptor

func (NodeGroup_Status) Enum

func (NodeGroup_Status) EnumDescriptor

func (NodeGroup_Status) EnumDescriptor() ([]byte, []int)

Deprecated: Use NodeGroup_Status.Descriptor instead.

func (NodeGroup_Status) Number

func (NodeGroup_Status) String

func (x NodeGroup_Status) String() string

func (NodeGroup_Status) Type

type NodeGroupsAddNodesRequest

type NodeGroupsAddNodesRequest struct {

	// Count of additional nodes to be added to the node group.
	AdditionalNodeCount *int32 `protobuf:"varint,134997930,opt,name=additional_node_count,json=additionalNodeCount,proto3,oneof" json:"additional_node_count,omitempty"`
	// contains filtered or unexported fields
}

func (*NodeGroupsAddNodesRequest) Descriptor

func (*NodeGroupsAddNodesRequest) Descriptor() ([]byte, []int)

Deprecated: Use NodeGroupsAddNodesRequest.ProtoReflect.Descriptor instead.

func (*NodeGroupsAddNodesRequest) GetAdditionalNodeCount

func (x *NodeGroupsAddNodesRequest) GetAdditionalNodeCount() int32

func (*NodeGroupsAddNodesRequest) ProtoMessage

func (*NodeGroupsAddNodesRequest) ProtoMessage()

func (*NodeGroupsAddNodesRequest) ProtoReflect

func (*NodeGroupsAddNodesRequest) Reset

func (x *NodeGroupsAddNodesRequest) Reset()

func (*NodeGroupsAddNodesRequest) String

func (x *NodeGroupsAddNodesRequest) String() string

type NodeGroupsClient

type NodeGroupsClient interface {
	// Adds specified number of nodes to the node group.
	AddNodes(ctx context.Context, in *AddNodesNodeGroupRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves an aggregated list of node groups. Note: use nodeGroups.listNodes for more details about each group.
	AggregatedList(ctx context.Context, in *AggregatedListNodeGroupsRequest, opts ...grpc.CallOption) (*NodeGroupAggregatedList, error)
	// Deletes the specified NodeGroup resource.
	Delete(ctx context.Context, in *DeleteNodeGroupRequest, opts ...grpc.CallOption) (*Operation, error)
	// Deletes specified nodes from the node group.
	DeleteNodes(ctx context.Context, in *DeleteNodesNodeGroupRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified NodeGroup. Get a list of available NodeGroups by making a list() request. Note: the "nodes" field should not be used. Use nodeGroups.listNodes instead.
	Get(ctx context.Context, in *GetNodeGroupRequest, opts ...grpc.CallOption) (*NodeGroup, error)
	// Gets the access control policy for a resource. May be empty if no such policy or resource exists.
	GetIamPolicy(ctx context.Context, in *GetIamPolicyNodeGroupRequest, opts ...grpc.CallOption) (*Policy, error)
	// Creates a NodeGroup resource in the specified project using the data included in the request.
	Insert(ctx context.Context, in *InsertNodeGroupRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves a list of node groups available to the specified project. Note: use nodeGroups.listNodes for more details about each group.
	List(ctx context.Context, in *ListNodeGroupsRequest, opts ...grpc.CallOption) (*NodeGroupList, error)
	// Lists nodes in the node group.
	ListNodes(ctx context.Context, in *ListNodesNodeGroupsRequest, opts ...grpc.CallOption) (*NodeGroupsListNodes, error)
	// Updates the specified node group.
	Patch(ctx context.Context, in *PatchNodeGroupRequest, opts ...grpc.CallOption) (*Operation, error)
	// Sets the access control policy on the specified resource. Replaces any existing policy.
	SetIamPolicy(ctx context.Context, in *SetIamPolicyNodeGroupRequest, opts ...grpc.CallOption) (*Policy, error)
	// Updates the node template of the node group.
	SetNodeTemplate(ctx context.Context, in *SetNodeTemplateNodeGroupRequest, opts ...grpc.CallOption) (*Operation, error)
	// Simulates maintenance event on specified nodes from the node group.
	SimulateMaintenanceEvent(ctx context.Context, in *SimulateMaintenanceEventNodeGroupRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns permissions that a caller has on the specified resource.
	TestIamPermissions(ctx context.Context, in *TestIamPermissionsNodeGroupRequest, opts ...grpc.CallOption) (*TestPermissionsResponse, error)
}

NodeGroupsClient is the client API for NodeGroups service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewNodeGroupsClient

func NewNodeGroupsClient(cc grpc.ClientConnInterface) NodeGroupsClient

type NodeGroupsDeleteNodesRequest

type NodeGroupsDeleteNodesRequest struct {

	// Names of the nodes to delete.
	Nodes []string `protobuf:"bytes,104993457,rep,name=nodes,proto3" json:"nodes,omitempty"`
	// contains filtered or unexported fields
}

func (*NodeGroupsDeleteNodesRequest) Descriptor

func (*NodeGroupsDeleteNodesRequest) Descriptor() ([]byte, []int)

Deprecated: Use NodeGroupsDeleteNodesRequest.ProtoReflect.Descriptor instead.

func (*NodeGroupsDeleteNodesRequest) GetNodes

func (x *NodeGroupsDeleteNodesRequest) GetNodes() []string

func (*NodeGroupsDeleteNodesRequest) ProtoMessage

func (*NodeGroupsDeleteNodesRequest) ProtoMessage()

func (*NodeGroupsDeleteNodesRequest) ProtoReflect

func (*NodeGroupsDeleteNodesRequest) Reset

func (x *NodeGroupsDeleteNodesRequest) Reset()

func (*NodeGroupsDeleteNodesRequest) String

type NodeGroupsListNodes

type NodeGroupsListNodes struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of Node resources.
	Items []*NodeGroupNode `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] The resource type, which is always compute.nodeGroupsListNodes for the list of nodes in the specified node group.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*NodeGroupsListNodes) Descriptor

func (*NodeGroupsListNodes) Descriptor() ([]byte, []int)

Deprecated: Use NodeGroupsListNodes.ProtoReflect.Descriptor instead.

func (*NodeGroupsListNodes) GetId

func (x *NodeGroupsListNodes) GetId() string

func (*NodeGroupsListNodes) GetItems

func (x *NodeGroupsListNodes) GetItems() []*NodeGroupNode

func (*NodeGroupsListNodes) GetKind

func (x *NodeGroupsListNodes) GetKind() string

func (*NodeGroupsListNodes) GetNextPageToken

func (x *NodeGroupsListNodes) GetNextPageToken() string
func (x *NodeGroupsListNodes) GetSelfLink() string

func (*NodeGroupsListNodes) GetWarning

func (x *NodeGroupsListNodes) GetWarning() *Warning

func (*NodeGroupsListNodes) ProtoMessage

func (*NodeGroupsListNodes) ProtoMessage()

func (*NodeGroupsListNodes) ProtoReflect

func (x *NodeGroupsListNodes) ProtoReflect() protoreflect.Message

func (*NodeGroupsListNodes) Reset

func (x *NodeGroupsListNodes) Reset()

func (*NodeGroupsListNodes) String

func (x *NodeGroupsListNodes) String() string

type NodeGroupsScopedList

type NodeGroupsScopedList struct {

	// [Output Only] A list of node groups contained in this scope.
	NodeGroups []*NodeGroup `protobuf:"bytes,73188017,rep,name=node_groups,json=nodeGroups,proto3" json:"node_groups,omitempty"`
	// [Output Only] An informational warning that appears when the nodeGroup list is empty.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*NodeGroupsScopedList) Descriptor

func (*NodeGroupsScopedList) Descriptor() ([]byte, []int)

Deprecated: Use NodeGroupsScopedList.ProtoReflect.Descriptor instead.

func (*NodeGroupsScopedList) GetNodeGroups

func (x *NodeGroupsScopedList) GetNodeGroups() []*NodeGroup

func (*NodeGroupsScopedList) GetWarning

func (x *NodeGroupsScopedList) GetWarning() *Warning

func (*NodeGroupsScopedList) ProtoMessage

func (*NodeGroupsScopedList) ProtoMessage()

func (*NodeGroupsScopedList) ProtoReflect

func (x *NodeGroupsScopedList) ProtoReflect() protoreflect.Message

func (*NodeGroupsScopedList) Reset

func (x *NodeGroupsScopedList) Reset()

func (*NodeGroupsScopedList) String

func (x *NodeGroupsScopedList) String() string

type NodeGroupsServer

type NodeGroupsServer interface {
	// Adds specified number of nodes to the node group.
	AddNodes(context.Context, *AddNodesNodeGroupRequest) (*Operation, error)
	// Retrieves an aggregated list of node groups. Note: use nodeGroups.listNodes for more details about each group.
	AggregatedList(context.Context, *AggregatedListNodeGroupsRequest) (*NodeGroupAggregatedList, error)
	// Deletes the specified NodeGroup resource.
	Delete(context.Context, *DeleteNodeGroupRequest) (*Operation, error)
	// Deletes specified nodes from the node group.
	DeleteNodes(context.Context, *DeleteNodesNodeGroupRequest) (*Operation, error)
	// Returns the specified NodeGroup. Get a list of available NodeGroups by making a list() request. Note: the "nodes" field should not be used. Use nodeGroups.listNodes instead.
	Get(context.Context, *GetNodeGroupRequest) (*NodeGroup, error)
	// Gets the access control policy for a resource. May be empty if no such policy or resource exists.
	GetIamPolicy(context.Context, *GetIamPolicyNodeGroupRequest) (*Policy, error)
	// Creates a NodeGroup resource in the specified project using the data included in the request.
	Insert(context.Context, *InsertNodeGroupRequest) (*Operation, error)
	// Retrieves a list of node groups available to the specified project. Note: use nodeGroups.listNodes for more details about each group.
	List(context.Context, *ListNodeGroupsRequest) (*NodeGroupList, error)
	// Lists nodes in the node group.
	ListNodes(context.Context, *ListNodesNodeGroupsRequest) (*NodeGroupsListNodes, error)
	// Updates the specified node group.
	Patch(context.Context, *PatchNodeGroupRequest) (*Operation, error)
	// Sets the access control policy on the specified resource. Replaces any existing policy.
	SetIamPolicy(context.Context, *SetIamPolicyNodeGroupRequest) (*Policy, error)
	// Updates the node template of the node group.
	SetNodeTemplate(context.Context, *SetNodeTemplateNodeGroupRequest) (*Operation, error)
	// Simulates maintenance event on specified nodes from the node group.
	SimulateMaintenanceEvent(context.Context, *SimulateMaintenanceEventNodeGroupRequest) (*Operation, error)
	// Returns permissions that a caller has on the specified resource.
	TestIamPermissions(context.Context, *TestIamPermissionsNodeGroupRequest) (*TestPermissionsResponse, error)
}

NodeGroupsServer is the server API for NodeGroups service.

type NodeGroupsSetNodeTemplateRequest

type NodeGroupsSetNodeTemplateRequest struct {

	// Full or partial URL of the node template resource to be updated for this node group.
	NodeTemplate *string `protobuf:"bytes,323154455,opt,name=node_template,json=nodeTemplate,proto3,oneof" json:"node_template,omitempty"`
	// contains filtered or unexported fields
}

func (*NodeGroupsSetNodeTemplateRequest) Descriptor

func (*NodeGroupsSetNodeTemplateRequest) Descriptor() ([]byte, []int)

Deprecated: Use NodeGroupsSetNodeTemplateRequest.ProtoReflect.Descriptor instead.

func (*NodeGroupsSetNodeTemplateRequest) GetNodeTemplate

func (x *NodeGroupsSetNodeTemplateRequest) GetNodeTemplate() string

func (*NodeGroupsSetNodeTemplateRequest) ProtoMessage

func (*NodeGroupsSetNodeTemplateRequest) ProtoMessage()

func (*NodeGroupsSetNodeTemplateRequest) ProtoReflect

func (*NodeGroupsSetNodeTemplateRequest) Reset

func (*NodeGroupsSetNodeTemplateRequest) String

type NodeGroupsSimulateMaintenanceEventRequest

type NodeGroupsSimulateMaintenanceEventRequest struct {

	// Names of the nodes to go under maintenance simulation.
	Nodes []string `protobuf:"bytes,104993457,rep,name=nodes,proto3" json:"nodes,omitempty"`
	// contains filtered or unexported fields
}

func (*NodeGroupsSimulateMaintenanceEventRequest) Descriptor

func (*NodeGroupsSimulateMaintenanceEventRequest) Descriptor() ([]byte, []int)

Deprecated: Use NodeGroupsSimulateMaintenanceEventRequest.ProtoReflect.Descriptor instead.

func (*NodeGroupsSimulateMaintenanceEventRequest) GetNodes

func (*NodeGroupsSimulateMaintenanceEventRequest) ProtoMessage

func (*NodeGroupsSimulateMaintenanceEventRequest) ProtoReflect

func (*NodeGroupsSimulateMaintenanceEventRequest) Reset

func (*NodeGroupsSimulateMaintenanceEventRequest) String

type NodeTemplate

type NodeTemplate struct {
	Accelerators []*AcceleratorConfig `protobuf:"bytes,269577064,rep,name=accelerators,proto3" json:"accelerators,omitempty"`
	// CPU overcommit.
	// Check the CpuOvercommitType enum for the list of possible values.
	CpuOvercommitType *string `protobuf:"bytes,247727959,opt,name=cpu_overcommit_type,json=cpuOvercommitType,proto3,oneof" json:"cpu_overcommit_type,omitempty"`
	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// An optional description of this resource. Provide this property when you create the resource.
	Description *string      `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	Disks       []*LocalDisk `protobuf:"bytes,95594102,rep,name=disks,proto3" json:"disks,omitempty"`
	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Output Only] The type of the resource. Always compute#nodeTemplate for node templates.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// The name of the resource, provided by the client when initially creating the resource. The resource name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// Labels to use for node affinity, which will be used in instance scheduling.
	NodeAffinityLabels map[string]string `protobuf:"bytes,339007161,rep,name=node_affinity_labels,json=nodeAffinityLabels,proto3" json:"node_affinity_labels,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// The node type to use for nodes group that are created from this template.
	NodeType *string `protobuf:"bytes,465832791,opt,name=node_type,json=nodeType,proto3,oneof" json:"node_type,omitempty"`
	// Do not use. Instead, use the node_type property.
	NodeTypeFlexibility *NodeTemplateNodeTypeFlexibility `protobuf:"bytes,315257905,opt,name=node_type_flexibility,json=nodeTypeFlexibility,proto3,oneof" json:"node_type_flexibility,omitempty"`
	// [Output Only] The name of the region where the node template resides, such as us-central1.
	Region *string `protobuf:"bytes,138946292,opt,name=region,proto3,oneof" json:"region,omitempty"`
	// [Output Only] Server-defined URL for the resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// Sets the binding properties for the physical server. Valid values include: - *[Default]* RESTART_NODE_ON_ANY_SERVER: Restarts VMs on any available physical server - RESTART_NODE_ON_MINIMAL_SERVER: Restarts VMs on the same physical server whenever possible See Sole-tenant node options for more information.
	ServerBinding *ServerBinding `protobuf:"bytes,208179593,opt,name=server_binding,json=serverBinding,proto3,oneof" json:"server_binding,omitempty"`
	// [Output Only] The status of the node template. One of the following values: CREATING, READY, and DELETING.
	// Check the Status enum for the list of possible values.
	Status *string `protobuf:"bytes,181260274,opt,name=status,proto3,oneof" json:"status,omitempty"`
	// [Output Only] An optional, human-readable explanation of the status.
	StatusMessage *string `protobuf:"bytes,297428154,opt,name=status_message,json=statusMessage,proto3,oneof" json:"status_message,omitempty"`
	// contains filtered or unexported fields
}

Represent a sole-tenant Node Template resource. You can use a template to define properties for nodes in a node group. For more information, read Creating node groups and instances.

func (*NodeTemplate) Descriptor

func (*NodeTemplate) Descriptor() ([]byte, []int)

Deprecated: Use NodeTemplate.ProtoReflect.Descriptor instead.

func (*NodeTemplate) GetAccelerators

func (x *NodeTemplate) GetAccelerators() []*AcceleratorConfig

func (*NodeTemplate) GetCpuOvercommitType

func (x *NodeTemplate) GetCpuOvercommitType() string

func (*NodeTemplate) GetCreationTimestamp

func (x *NodeTemplate) GetCreationTimestamp() string

func (*NodeTemplate) GetDescription

func (x *NodeTemplate) GetDescription() string

func (*NodeTemplate) GetDisks

func (x *NodeTemplate) GetDisks() []*LocalDisk

func (*NodeTemplate) GetId

func (x *NodeTemplate) GetId() uint64

func (*NodeTemplate) GetKind

func (x *NodeTemplate) GetKind() string

func (*NodeTemplate) GetName

func (x *NodeTemplate) GetName() string

func (*NodeTemplate) GetNodeAffinityLabels

func (x *NodeTemplate) GetNodeAffinityLabels() map[string]string

func (*NodeTemplate) GetNodeType

func (x *NodeTemplate) GetNodeType() string

func (*NodeTemplate) GetNodeTypeFlexibility

func (x *NodeTemplate) GetNodeTypeFlexibility() *NodeTemplateNodeTypeFlexibility

func (*NodeTemplate) GetRegion

func (x *NodeTemplate) GetRegion() string
func (x *NodeTemplate) GetSelfLink() string

func (*NodeTemplate) GetServerBinding

func (x *NodeTemplate) GetServerBinding() *ServerBinding

func (*NodeTemplate) GetStatus

func (x *NodeTemplate) GetStatus() string

func (*NodeTemplate) GetStatusMessage

func (x *NodeTemplate) GetStatusMessage() string

func (*NodeTemplate) ProtoMessage

func (*NodeTemplate) ProtoMessage()

func (*NodeTemplate) ProtoReflect

func (x *NodeTemplate) ProtoReflect() protoreflect.Message

func (*NodeTemplate) Reset

func (x *NodeTemplate) Reset()

func (*NodeTemplate) String

func (x *NodeTemplate) String() string

type NodeTemplateAggregatedList

type NodeTemplateAggregatedList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of NodeTemplatesScopedList resources.
	Items map[string]*NodeTemplatesScopedList `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// [Output Only] Type of resource.Always compute#nodeTemplateAggregatedList for aggregated lists of node templates.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Unreachable resources.
	Unreachables []string `protobuf:"bytes,243372063,rep,name=unreachables,proto3" json:"unreachables,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*NodeTemplateAggregatedList) Descriptor

func (*NodeTemplateAggregatedList) Descriptor() ([]byte, []int)

Deprecated: Use NodeTemplateAggregatedList.ProtoReflect.Descriptor instead.

func (*NodeTemplateAggregatedList) GetId

func (*NodeTemplateAggregatedList) GetItems

func (*NodeTemplateAggregatedList) GetKind

func (x *NodeTemplateAggregatedList) GetKind() string

func (*NodeTemplateAggregatedList) GetNextPageToken

func (x *NodeTemplateAggregatedList) GetNextPageToken() string
func (x *NodeTemplateAggregatedList) GetSelfLink() string

func (*NodeTemplateAggregatedList) GetUnreachables

func (x *NodeTemplateAggregatedList) GetUnreachables() []string

func (*NodeTemplateAggregatedList) GetWarning

func (x *NodeTemplateAggregatedList) GetWarning() *Warning

func (*NodeTemplateAggregatedList) ProtoMessage

func (*NodeTemplateAggregatedList) ProtoMessage()

func (*NodeTemplateAggregatedList) ProtoReflect

func (*NodeTemplateAggregatedList) Reset

func (x *NodeTemplateAggregatedList) Reset()

func (*NodeTemplateAggregatedList) String

func (x *NodeTemplateAggregatedList) String() string

type NodeTemplateList

type NodeTemplateList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of NodeTemplate resources.
	Items []*NodeTemplate `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] Type of resource.Always compute#nodeTemplateList for lists of node templates.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

Contains a list of node templates.

func (*NodeTemplateList) Descriptor

func (*NodeTemplateList) Descriptor() ([]byte, []int)

Deprecated: Use NodeTemplateList.ProtoReflect.Descriptor instead.

func (*NodeTemplateList) GetId

func (x *NodeTemplateList) GetId() string

func (*NodeTemplateList) GetItems

func (x *NodeTemplateList) GetItems() []*NodeTemplate

func (*NodeTemplateList) GetKind

func (x *NodeTemplateList) GetKind() string

func (*NodeTemplateList) GetNextPageToken

func (x *NodeTemplateList) GetNextPageToken() string
func (x *NodeTemplateList) GetSelfLink() string

func (*NodeTemplateList) GetWarning

func (x *NodeTemplateList) GetWarning() *Warning

func (*NodeTemplateList) ProtoMessage

func (*NodeTemplateList) ProtoMessage()

func (*NodeTemplateList) ProtoReflect

func (x *NodeTemplateList) ProtoReflect() protoreflect.Message

func (*NodeTemplateList) Reset

func (x *NodeTemplateList) Reset()

func (*NodeTemplateList) String

func (x *NodeTemplateList) String() string

type NodeTemplateNodeTypeFlexibility

type NodeTemplateNodeTypeFlexibility struct {
	Cpus     *string `protobuf:"bytes,3060683,opt,name=cpus,proto3,oneof" json:"cpus,omitempty"`
	LocalSsd *string `protobuf:"bytes,405741360,opt,name=local_ssd,json=localSsd,proto3,oneof" json:"local_ssd,omitempty"`
	Memory   *string `protobuf:"bytes,532856065,opt,name=memory,proto3,oneof" json:"memory,omitempty"`
	// contains filtered or unexported fields
}

func (*NodeTemplateNodeTypeFlexibility) Descriptor

func (*NodeTemplateNodeTypeFlexibility) Descriptor() ([]byte, []int)

Deprecated: Use NodeTemplateNodeTypeFlexibility.ProtoReflect.Descriptor instead.

func (*NodeTemplateNodeTypeFlexibility) GetCpus

func (*NodeTemplateNodeTypeFlexibility) GetLocalSsd

func (x *NodeTemplateNodeTypeFlexibility) GetLocalSsd() string

func (*NodeTemplateNodeTypeFlexibility) GetMemory

func (x *NodeTemplateNodeTypeFlexibility) GetMemory() string

func (*NodeTemplateNodeTypeFlexibility) ProtoMessage

func (*NodeTemplateNodeTypeFlexibility) ProtoMessage()

func (*NodeTemplateNodeTypeFlexibility) ProtoReflect

func (*NodeTemplateNodeTypeFlexibility) Reset

func (*NodeTemplateNodeTypeFlexibility) String

type NodeTemplate_CpuOvercommitType

type NodeTemplate_CpuOvercommitType int32

CPU overcommit.

const (
	// A value indicating that the enum field is not set.
	NodeTemplate_UNDEFINED_CPU_OVERCOMMIT_TYPE   NodeTemplate_CpuOvercommitType = 0
	NodeTemplate_CPU_OVERCOMMIT_TYPE_UNSPECIFIED NodeTemplate_CpuOvercommitType = 520665615
	NodeTemplate_ENABLED                         NodeTemplate_CpuOvercommitType = 182130465
	NodeTemplate_NONE                            NodeTemplate_CpuOvercommitType = 2402104
)

func (NodeTemplate_CpuOvercommitType) Descriptor

func (NodeTemplate_CpuOvercommitType) Enum

func (NodeTemplate_CpuOvercommitType) EnumDescriptor

func (NodeTemplate_CpuOvercommitType) EnumDescriptor() ([]byte, []int)

Deprecated: Use NodeTemplate_CpuOvercommitType.Descriptor instead.

func (NodeTemplate_CpuOvercommitType) Number

func (NodeTemplate_CpuOvercommitType) String

func (NodeTemplate_CpuOvercommitType) Type

type NodeTemplate_Status

type NodeTemplate_Status int32

[Output Only] The status of the node template. One of the following values: CREATING, READY, and DELETING.

const (
	// A value indicating that the enum field is not set.
	NodeTemplate_UNDEFINED_STATUS NodeTemplate_Status = 0
	// Resources are being allocated.
	NodeTemplate_CREATING NodeTemplate_Status = 455564985
	// The node template is currently being deleted.
	NodeTemplate_DELETING NodeTemplate_Status = 528602024
	// Invalid status.
	NodeTemplate_INVALID NodeTemplate_Status = 530283991
	// The node template is ready.
	NodeTemplate_READY NodeTemplate_Status = 77848963
)

func (NodeTemplate_Status) Descriptor

func (NodeTemplate_Status) Enum

func (NodeTemplate_Status) EnumDescriptor

func (NodeTemplate_Status) EnumDescriptor() ([]byte, []int)

Deprecated: Use NodeTemplate_Status.Descriptor instead.

func (NodeTemplate_Status) Number

func (NodeTemplate_Status) String

func (x NodeTemplate_Status) String() string

func (NodeTemplate_Status) Type

type NodeTemplatesClient

type NodeTemplatesClient interface {
	// Retrieves an aggregated list of node templates.
	AggregatedList(ctx context.Context, in *AggregatedListNodeTemplatesRequest, opts ...grpc.CallOption) (*NodeTemplateAggregatedList, error)
	// Deletes the specified NodeTemplate resource.
	Delete(ctx context.Context, in *DeleteNodeTemplateRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified node template.
	Get(ctx context.Context, in *GetNodeTemplateRequest, opts ...grpc.CallOption) (*NodeTemplate, error)
	// Gets the access control policy for a resource. May be empty if no such policy or resource exists.
	GetIamPolicy(ctx context.Context, in *GetIamPolicyNodeTemplateRequest, opts ...grpc.CallOption) (*Policy, error)
	// Creates a NodeTemplate resource in the specified project using the data included in the request.
	Insert(ctx context.Context, in *InsertNodeTemplateRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves a list of node templates available to the specified project.
	List(ctx context.Context, in *ListNodeTemplatesRequest, opts ...grpc.CallOption) (*NodeTemplateList, error)
	// Sets the access control policy on the specified resource. Replaces any existing policy.
	SetIamPolicy(ctx context.Context, in *SetIamPolicyNodeTemplateRequest, opts ...grpc.CallOption) (*Policy, error)
	// Returns permissions that a caller has on the specified resource.
	TestIamPermissions(ctx context.Context, in *TestIamPermissionsNodeTemplateRequest, opts ...grpc.CallOption) (*TestPermissionsResponse, error)
}

NodeTemplatesClient is the client API for NodeTemplates service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewNodeTemplatesClient

func NewNodeTemplatesClient(cc grpc.ClientConnInterface) NodeTemplatesClient

type NodeTemplatesScopedList

type NodeTemplatesScopedList struct {

	// [Output Only] A list of node templates contained in this scope.
	NodeTemplates []*NodeTemplate `protobuf:"bytes,354111804,rep,name=node_templates,json=nodeTemplates,proto3" json:"node_templates,omitempty"`
	// [Output Only] An informational warning that appears when the node templates list is empty.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*NodeTemplatesScopedList) Descriptor

func (*NodeTemplatesScopedList) Descriptor() ([]byte, []int)

Deprecated: Use NodeTemplatesScopedList.ProtoReflect.Descriptor instead.

func (*NodeTemplatesScopedList) GetNodeTemplates

func (x *NodeTemplatesScopedList) GetNodeTemplates() []*NodeTemplate

func (*NodeTemplatesScopedList) GetWarning

func (x *NodeTemplatesScopedList) GetWarning() *Warning

func (*NodeTemplatesScopedList) ProtoMessage

func (*NodeTemplatesScopedList) ProtoMessage()

func (*NodeTemplatesScopedList) ProtoReflect

func (x *NodeTemplatesScopedList) ProtoReflect() protoreflect.Message

func (*NodeTemplatesScopedList) Reset

func (x *NodeTemplatesScopedList) Reset()

func (*NodeTemplatesScopedList) String

func (x *NodeTemplatesScopedList) String() string

type NodeTemplatesServer

type NodeTemplatesServer interface {
	// Retrieves an aggregated list of node templates.
	AggregatedList(context.Context, *AggregatedListNodeTemplatesRequest) (*NodeTemplateAggregatedList, error)
	// Deletes the specified NodeTemplate resource.
	Delete(context.Context, *DeleteNodeTemplateRequest) (*Operation, error)
	// Returns the specified node template.
	Get(context.Context, *GetNodeTemplateRequest) (*NodeTemplate, error)
	// Gets the access control policy for a resource. May be empty if no such policy or resource exists.
	GetIamPolicy(context.Context, *GetIamPolicyNodeTemplateRequest) (*Policy, error)
	// Creates a NodeTemplate resource in the specified project using the data included in the request.
	Insert(context.Context, *InsertNodeTemplateRequest) (*Operation, error)
	// Retrieves a list of node templates available to the specified project.
	List(context.Context, *ListNodeTemplatesRequest) (*NodeTemplateList, error)
	// Sets the access control policy on the specified resource. Replaces any existing policy.
	SetIamPolicy(context.Context, *SetIamPolicyNodeTemplateRequest) (*Policy, error)
	// Returns permissions that a caller has on the specified resource.
	TestIamPermissions(context.Context, *TestIamPermissionsNodeTemplateRequest) (*TestPermissionsResponse, error)
}

NodeTemplatesServer is the server API for NodeTemplates service.

type NodeType

type NodeType struct {

	// [Output Only] The CPU platform used by this node type.
	CpuPlatform *string `protobuf:"bytes,410285354,opt,name=cpu_platform,json=cpuPlatform,proto3,oneof" json:"cpu_platform,omitempty"`
	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// [Output Only] The deprecation status associated with this node type.
	Deprecated *DeprecationStatus `protobuf:"bytes,515138995,opt,name=deprecated,proto3,oneof" json:"deprecated,omitempty"`
	// [Output Only] An optional textual description of the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// [Output Only] The number of virtual CPUs that are available to the node type.
	GuestCpus *int32 `protobuf:"varint,393356754,opt,name=guest_cpus,json=guestCpus,proto3,oneof" json:"guest_cpus,omitempty"`
	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Output Only] The type of the resource. Always compute#nodeType for node types.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] Local SSD available to the node type, defined in GB.
	LocalSsdGb *int32 `protobuf:"varint,329237578,opt,name=local_ssd_gb,json=localSsdGb,proto3,oneof" json:"local_ssd_gb,omitempty"`
	// [Output Only] The amount of physical memory available to the node type, defined in MB.
	MemoryMb *int32 `protobuf:"varint,116001171,opt,name=memory_mb,json=memoryMb,proto3,oneof" json:"memory_mb,omitempty"`
	// [Output Only] Name of the resource.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// [Output Only] Server-defined URL for the resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] The name of the zone where the node type resides, such as us-central1-a.
	Zone *string `protobuf:"bytes,3744684,opt,name=zone,proto3,oneof" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

Represent a sole-tenant Node Type resource. Each node within a node group must have a node type. A node type specifies the total amount of cores and memory for that node. Currently, the only available node type is n1-node-96-624 node type that has 96 vCPUs and 624 GB of memory, available in multiple zones. For more information read Node types.

func (*NodeType) Descriptor

func (*NodeType) Descriptor() ([]byte, []int)

Deprecated: Use NodeType.ProtoReflect.Descriptor instead.

func (*NodeType) GetCpuPlatform

func (x *NodeType) GetCpuPlatform() string

func (*NodeType) GetCreationTimestamp

func (x *NodeType) GetCreationTimestamp() string

func (*NodeType) GetDeprecated

func (x *NodeType) GetDeprecated() *DeprecationStatus

func (*NodeType) GetDescription

func (x *NodeType) GetDescription() string

func (*NodeType) GetGuestCpus

func (x *NodeType) GetGuestCpus() int32

func (*NodeType) GetId

func (x *NodeType) GetId() uint64

func (*NodeType) GetKind

func (x *NodeType) GetKind() string

func (*NodeType) GetLocalSsdGb

func (x *NodeType) GetLocalSsdGb() int32

func (*NodeType) GetMemoryMb

func (x *NodeType) GetMemoryMb() int32

func (*NodeType) GetName

func (x *NodeType) GetName() string
func (x *NodeType) GetSelfLink() string

func (*NodeType) GetZone

func (x *NodeType) GetZone() string

func (*NodeType) ProtoMessage

func (*NodeType) ProtoMessage()

func (*NodeType) ProtoReflect

func (x *NodeType) ProtoReflect() protoreflect.Message

func (*NodeType) Reset

func (x *NodeType) Reset()

func (*NodeType) String

func (x *NodeType) String() string

type NodeTypeAggregatedList

type NodeTypeAggregatedList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of NodeTypesScopedList resources.
	Items map[string]*NodeTypesScopedList `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// [Output Only] Type of resource.Always compute#nodeTypeAggregatedList for aggregated lists of node types.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Unreachable resources.
	Unreachables []string `protobuf:"bytes,243372063,rep,name=unreachables,proto3" json:"unreachables,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*NodeTypeAggregatedList) Descriptor

func (*NodeTypeAggregatedList) Descriptor() ([]byte, []int)

Deprecated: Use NodeTypeAggregatedList.ProtoReflect.Descriptor instead.

func (*NodeTypeAggregatedList) GetId

func (x *NodeTypeAggregatedList) GetId() string

func (*NodeTypeAggregatedList) GetItems

func (*NodeTypeAggregatedList) GetKind

func (x *NodeTypeAggregatedList) GetKind() string

func (*NodeTypeAggregatedList) GetNextPageToken

func (x *NodeTypeAggregatedList) GetNextPageToken() string
func (x *NodeTypeAggregatedList) GetSelfLink() string

func (*NodeTypeAggregatedList) GetUnreachables

func (x *NodeTypeAggregatedList) GetUnreachables() []string

func (*NodeTypeAggregatedList) GetWarning

func (x *NodeTypeAggregatedList) GetWarning() *Warning

func (*NodeTypeAggregatedList) ProtoMessage

func (*NodeTypeAggregatedList) ProtoMessage()

func (*NodeTypeAggregatedList) ProtoReflect

func (x *NodeTypeAggregatedList) ProtoReflect() protoreflect.Message

func (*NodeTypeAggregatedList) Reset

func (x *NodeTypeAggregatedList) Reset()

func (*NodeTypeAggregatedList) String

func (x *NodeTypeAggregatedList) String() string

type NodeTypeList

type NodeTypeList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of NodeType resources.
	Items []*NodeType `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] Type of resource.Always compute#nodeTypeList for lists of node types.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

Contains a list of node types.

func (*NodeTypeList) Descriptor

func (*NodeTypeList) Descriptor() ([]byte, []int)

Deprecated: Use NodeTypeList.ProtoReflect.Descriptor instead.

func (*NodeTypeList) GetId

func (x *NodeTypeList) GetId() string

func (*NodeTypeList) GetItems

func (x *NodeTypeList) GetItems() []*NodeType

func (*NodeTypeList) GetKind

func (x *NodeTypeList) GetKind() string

func (*NodeTypeList) GetNextPageToken

func (x *NodeTypeList) GetNextPageToken() string
func (x *NodeTypeList) GetSelfLink() string

func (*NodeTypeList) GetWarning

func (x *NodeTypeList) GetWarning() *Warning

func (*NodeTypeList) ProtoMessage

func (*NodeTypeList) ProtoMessage()

func (*NodeTypeList) ProtoReflect

func (x *NodeTypeList) ProtoReflect() protoreflect.Message

func (*NodeTypeList) Reset

func (x *NodeTypeList) Reset()

func (*NodeTypeList) String

func (x *NodeTypeList) String() string

type NodeTypesClient

type NodeTypesClient interface {
	// Retrieves an aggregated list of node types.
	AggregatedList(ctx context.Context, in *AggregatedListNodeTypesRequest, opts ...grpc.CallOption) (*NodeTypeAggregatedList, error)
	// Returns the specified node type.
	Get(ctx context.Context, in *GetNodeTypeRequest, opts ...grpc.CallOption) (*NodeType, error)
	// Retrieves a list of node types available to the specified project.
	List(ctx context.Context, in *ListNodeTypesRequest, opts ...grpc.CallOption) (*NodeTypeList, error)
}

NodeTypesClient is the client API for NodeTypes service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewNodeTypesClient

func NewNodeTypesClient(cc grpc.ClientConnInterface) NodeTypesClient

type NodeTypesScopedList

type NodeTypesScopedList struct {

	// [Output Only] A list of node types contained in this scope.
	NodeTypes []*NodeType `protobuf:"bytes,482172924,rep,name=node_types,json=nodeTypes,proto3" json:"node_types,omitempty"`
	// [Output Only] An informational warning that appears when the node types list is empty.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*NodeTypesScopedList) Descriptor

func (*NodeTypesScopedList) Descriptor() ([]byte, []int)

Deprecated: Use NodeTypesScopedList.ProtoReflect.Descriptor instead.

func (*NodeTypesScopedList) GetNodeTypes

func (x *NodeTypesScopedList) GetNodeTypes() []*NodeType

func (*NodeTypesScopedList) GetWarning

func (x *NodeTypesScopedList) GetWarning() *Warning

func (*NodeTypesScopedList) ProtoMessage

func (*NodeTypesScopedList) ProtoMessage()

func (*NodeTypesScopedList) ProtoReflect

func (x *NodeTypesScopedList) ProtoReflect() protoreflect.Message

func (*NodeTypesScopedList) Reset

func (x *NodeTypesScopedList) Reset()

func (*NodeTypesScopedList) String

func (x *NodeTypesScopedList) String() string

type NodeTypesServer

type NodeTypesServer interface {
	// Retrieves an aggregated list of node types.
	AggregatedList(context.Context, *AggregatedListNodeTypesRequest) (*NodeTypeAggregatedList, error)
	// Returns the specified node type.
	Get(context.Context, *GetNodeTypeRequest) (*NodeType, error)
	// Retrieves a list of node types available to the specified project.
	List(context.Context, *ListNodeTypesRequest) (*NodeTypeList, error)
}

NodeTypesServer is the server API for NodeTypes service.

type NotificationEndpoint

type NotificationEndpoint struct {

	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// An optional description of this resource. Provide this property when you create the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// Settings of the gRPC notification endpoint including the endpoint URL and the retry duration.
	GrpcSettings *NotificationEndpointGrpcSettings `protobuf:"bytes,456139556,opt,name=grpc_settings,json=grpcSettings,proto3,oneof" json:"grpc_settings,omitempty"`
	// [Output Only] A unique identifier for this resource type. The server generates this identifier.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Output Only] Type of the resource. Always compute#notificationEndpoint for notification endpoints.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// [Output Only] URL of the region where the notification endpoint resides. This field applies only to the regional resource. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
	Region *string `protobuf:"bytes,138946292,opt,name=region,proto3,oneof" json:"region,omitempty"`
	// [Output Only] Server-defined URL for the resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// contains filtered or unexported fields
}

Represents a notification endpoint. A notification endpoint resource defines an endpoint to receive notifications when there are status changes detected by the associated health check service. For more information, see Health checks overview.

func (*NotificationEndpoint) Descriptor

func (*NotificationEndpoint) Descriptor() ([]byte, []int)

Deprecated: Use NotificationEndpoint.ProtoReflect.Descriptor instead.

func (*NotificationEndpoint) GetCreationTimestamp

func (x *NotificationEndpoint) GetCreationTimestamp() string

func (*NotificationEndpoint) GetDescription

func (x *NotificationEndpoint) GetDescription() string

func (*NotificationEndpoint) GetGrpcSettings

func (*NotificationEndpoint) GetId

func (x *NotificationEndpoint) GetId() uint64

func (*NotificationEndpoint) GetKind

func (x *NotificationEndpoint) GetKind() string

func (*NotificationEndpoint) GetName

func (x *NotificationEndpoint) GetName() string

func (*NotificationEndpoint) GetRegion

func (x *NotificationEndpoint) GetRegion() string
func (x *NotificationEndpoint) GetSelfLink() string

func (*NotificationEndpoint) ProtoMessage

func (*NotificationEndpoint) ProtoMessage()

func (*NotificationEndpoint) ProtoReflect

func (x *NotificationEndpoint) ProtoReflect() protoreflect.Message

func (*NotificationEndpoint) Reset

func (x *NotificationEndpoint) Reset()

func (*NotificationEndpoint) String

func (x *NotificationEndpoint) String() string

type NotificationEndpointGrpcSettings

type NotificationEndpointGrpcSettings struct {

	// Optional. If specified, this field is used to set the authority header by the sender of notifications. See https://tools.ietf.org/html/rfc7540#section-8.1.2.3
	Authority *string `protobuf:"bytes,401868611,opt,name=authority,proto3,oneof" json:"authority,omitempty"`
	// Endpoint to which gRPC notifications are sent. This must be a valid gRPCLB DNS name.
	Endpoint *string `protobuf:"bytes,130489749,opt,name=endpoint,proto3,oneof" json:"endpoint,omitempty"`
	// Optional. If specified, this field is used to populate the "name" field in gRPC requests.
	PayloadName *string `protobuf:"bytes,300358300,opt,name=payload_name,json=payloadName,proto3,oneof" json:"payload_name,omitempty"`
	// Optional. This field is used to configure how often to send a full update of all non-healthy backends. If unspecified, full updates are not sent. If specified, must be in the range between 600 seconds to 3600 seconds. Nanos are disallowed. Can only be set for regional notification endpoints.
	ResendInterval *Duration `protobuf:"bytes,478288969,opt,name=resend_interval,json=resendInterval,proto3,oneof" json:"resend_interval,omitempty"`
	// How much time (in seconds) is spent attempting notification retries until a successful response is received. Default is 30s. Limit is 20m (1200s). Must be a positive number.
	RetryDurationSec *uint32 `protobuf:"varint,115681117,opt,name=retry_duration_sec,json=retryDurationSec,proto3,oneof" json:"retry_duration_sec,omitempty"`
	// contains filtered or unexported fields
}

Represents a gRPC setting that describes one gRPC notification endpoint and the retry duration attempting to send notification to this endpoint.

func (*NotificationEndpointGrpcSettings) Descriptor

func (*NotificationEndpointGrpcSettings) Descriptor() ([]byte, []int)

Deprecated: Use NotificationEndpointGrpcSettings.ProtoReflect.Descriptor instead.

func (*NotificationEndpointGrpcSettings) GetAuthority

func (x *NotificationEndpointGrpcSettings) GetAuthority() string

func (*NotificationEndpointGrpcSettings) GetEndpoint

func (x *NotificationEndpointGrpcSettings) GetEndpoint() string

func (*NotificationEndpointGrpcSettings) GetPayloadName

func (x *NotificationEndpointGrpcSettings) GetPayloadName() string

func (*NotificationEndpointGrpcSettings) GetResendInterval

func (x *NotificationEndpointGrpcSettings) GetResendInterval() *Duration

func (*NotificationEndpointGrpcSettings) GetRetryDurationSec

func (x *NotificationEndpointGrpcSettings) GetRetryDurationSec() uint32

func (*NotificationEndpointGrpcSettings) ProtoMessage

func (*NotificationEndpointGrpcSettings) ProtoMessage()

func (*NotificationEndpointGrpcSettings) ProtoReflect

func (*NotificationEndpointGrpcSettings) Reset

func (*NotificationEndpointGrpcSettings) String

type NotificationEndpointList

type NotificationEndpointList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of NotificationEndpoint resources.
	Items []*NotificationEndpoint `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] Type of the resource. Always compute#notificationEndpoint for notification endpoints.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*NotificationEndpointList) Descriptor

func (*NotificationEndpointList) Descriptor() ([]byte, []int)

Deprecated: Use NotificationEndpointList.ProtoReflect.Descriptor instead.

func (*NotificationEndpointList) GetId

func (x *NotificationEndpointList) GetId() string

func (*NotificationEndpointList) GetItems

func (*NotificationEndpointList) GetKind

func (x *NotificationEndpointList) GetKind() string

func (*NotificationEndpointList) GetNextPageToken

func (x *NotificationEndpointList) GetNextPageToken() string
func (x *NotificationEndpointList) GetSelfLink() string

func (*NotificationEndpointList) GetWarning

func (x *NotificationEndpointList) GetWarning() *Warning

func (*NotificationEndpointList) ProtoMessage

func (*NotificationEndpointList) ProtoMessage()

func (*NotificationEndpointList) ProtoReflect

func (x *NotificationEndpointList) ProtoReflect() protoreflect.Message

func (*NotificationEndpointList) Reset

func (x *NotificationEndpointList) Reset()

func (*NotificationEndpointList) String

func (x *NotificationEndpointList) String() string

type Operation

type Operation struct {

	// [Output Only] The value of `requestId` if you provided it in the request. Not present otherwise.
	ClientOperationId *string `protobuf:"bytes,297240295,opt,name=client_operation_id,json=clientOperationId,proto3,oneof" json:"client_operation_id,omitempty"`
	// [Deprecated] This field is deprecated.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// [Output Only] A textual description of the operation, which is set when the operation is created.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// [Output Only] The time that this operation was completed. This value is in RFC3339 text format.
	EndTime *string `protobuf:"bytes,114938801,opt,name=end_time,json=endTime,proto3,oneof" json:"end_time,omitempty"`
	// [Output Only] If errors are generated during processing of the operation, this field will be populated.
	Error *Error `protobuf:"bytes,96784904,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// [Output Only] If the operation fails, this field contains the HTTP error message that was returned, such as `NOT FOUND`.
	HttpErrorMessage *string `protobuf:"bytes,202521945,opt,name=http_error_message,json=httpErrorMessage,proto3,oneof" json:"http_error_message,omitempty"`
	// [Output Only] If the operation fails, this field contains the HTTP error status code that was returned. For example, a `404` means the resource was not found.
	HttpErrorStatusCode *int32 `protobuf:"varint,312345196,opt,name=http_error_status_code,json=httpErrorStatusCode,proto3,oneof" json:"http_error_status_code,omitempty"`
	// [Output Only] The unique identifier for the operation. This identifier is defined by the server.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Output Only] The time that this operation was requested. This value is in RFC3339 text format.
	InsertTime *string `protobuf:"bytes,433722515,opt,name=insert_time,json=insertTime,proto3,oneof" json:"insert_time,omitempty"`
	// [Output Only] Type of the resource. Always `compute#operation` for Operation resources.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] Name of the operation.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// [Output Only] An ID that represents a group of operations, such as when a group of operations results from a `bulkInsert` API request.
	OperationGroupId *string `protobuf:"bytes,40171187,opt,name=operation_group_id,json=operationGroupId,proto3,oneof" json:"operation_group_id,omitempty"`
	// [Output Only] The type of operation, such as `insert`, `update`, or `delete`, and so on.
	OperationType *string `protobuf:"bytes,177650450,opt,name=operation_type,json=operationType,proto3,oneof" json:"operation_type,omitempty"`
	// [Output Only] An optional progress indicator that ranges from 0 to 100. There is no requirement that this be linear or support any granularity of operations. This should not be used to guess when the operation will be complete. This number should monotonically increase as the operation progresses.
	Progress *int32 `protobuf:"varint,72663597,opt,name=progress,proto3,oneof" json:"progress,omitempty"`
	// [Output Only] The URL of the region where the operation resides. Only applicable when performing regional operations.
	Region *string `protobuf:"bytes,138946292,opt,name=region,proto3,oneof" json:"region,omitempty"`
	// [Output Only] Server-defined URL for the resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] The time that this operation was started by the server. This value is in RFC3339 text format.
	StartTime *string `protobuf:"bytes,37467274,opt,name=start_time,json=startTime,proto3,oneof" json:"start_time,omitempty"`
	// [Output Only] The status of the operation, which can be one of the following: `PENDING`, `RUNNING`, or `DONE`.
	Status *Operation_Status `protobuf:"varint,181260274,opt,name=status,proto3,enum=google.cloud.compute.v1.Operation_Status,oneof" json:"status,omitempty"`
	// [Output Only] An optional textual description of the current status of the operation.
	StatusMessage *string `protobuf:"bytes,297428154,opt,name=status_message,json=statusMessage,proto3,oneof" json:"status_message,omitempty"`
	// [Output Only] The unique target ID, which identifies a specific incarnation of the target resource.
	TargetId *uint64 `protobuf:"varint,258165385,opt,name=target_id,json=targetId,proto3,oneof" json:"target_id,omitempty"`
	// [Output Only] The URL of the resource that the operation modifies. For operations related to creating a snapshot, this points to the persistent disk that the snapshot was created from.
	TargetLink *string `protobuf:"bytes,62671336,opt,name=target_link,json=targetLink,proto3,oneof" json:"target_link,omitempty"`
	// [Output Only] User who requested the operation, for example: `user@example.com`.
	User *string `protobuf:"bytes,3599307,opt,name=user,proto3,oneof" json:"user,omitempty"`
	// [Output Only] If warning messages are generated during processing of the operation, this field will be populated.
	Warnings []*Warnings `protobuf:"bytes,498091095,rep,name=warnings,proto3" json:"warnings,omitempty"`
	// [Output Only] The URL of the zone where the operation resides. Only applicable when performing per-zone operations.
	Zone *string `protobuf:"bytes,3744684,opt,name=zone,proto3,oneof" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

Represents an Operation resource. Google Compute Engine has three Operation resources: * [Global](/compute/docs/reference/rest/v1/globalOperations) * [Regional](/compute/docs/reference/rest/v1/regionOperations) * [Zonal](/compute/docs/reference/rest/v1/zoneOperations) You can use an operation resource to manage asynchronous API requests. For more information, read Handling API responses. Operations can be global, regional or zonal. - For global operations, use the `globalOperations` resource. - For regional operations, use the `regionOperations` resource. - For zonal operations, use the `zonalOperations` resource. For more information, read Global, Regional, and Zonal Resources.

func (*Operation) Descriptor

func (*Operation) Descriptor() ([]byte, []int)

Deprecated: Use Operation.ProtoReflect.Descriptor instead.

func (*Operation) GetClientOperationId

func (x *Operation) GetClientOperationId() string

func (*Operation) GetCreationTimestamp

func (x *Operation) GetCreationTimestamp() string

func (*Operation) GetDescription

func (x *Operation) GetDescription() string

func (*Operation) GetEndTime

func (x *Operation) GetEndTime() string

func (*Operation) GetError

func (x *Operation) GetError() *Error

func (*Operation) GetHttpErrorMessage

func (x *Operation) GetHttpErrorMessage() string

func (*Operation) GetHttpErrorStatusCode

func (x *Operation) GetHttpErrorStatusCode() int32

func (*Operation) GetId

func (x *Operation) GetId() uint64

func (*Operation) GetInsertTime

func (x *Operation) GetInsertTime() string

func (*Operation) GetKind

func (x *Operation) GetKind() string

func (*Operation) GetName

func (x *Operation) GetName() string

func (*Operation) GetOperationGroupId

func (x *Operation) GetOperationGroupId() string

func (*Operation) GetOperationType

func (x *Operation) GetOperationType() string

func (*Operation) GetProgress

func (x *Operation) GetProgress() int32

func (*Operation) GetRegion

func (x *Operation) GetRegion() string
func (x *Operation) GetSelfLink() string

func (*Operation) GetStartTime

func (x *Operation) GetStartTime() string

func (*Operation) GetStatus

func (x *Operation) GetStatus() Operation_Status

func (*Operation) GetStatusMessage

func (x *Operation) GetStatusMessage() string

func (*Operation) GetTargetId

func (x *Operation) GetTargetId() uint64
func (x *Operation) GetTargetLink() string

func (*Operation) GetUser

func (x *Operation) GetUser() string

func (*Operation) GetWarnings

func (x *Operation) GetWarnings() []*Warnings

func (*Operation) GetZone

func (x *Operation) GetZone() string

func (*Operation) ProtoMessage

func (*Operation) ProtoMessage()

func (*Operation) ProtoReflect

func (x *Operation) ProtoReflect() protoreflect.Message

func (*Operation) Reset

func (x *Operation) Reset()

func (*Operation) String

func (x *Operation) String() string

type OperationAggregatedList

type OperationAggregatedList struct {

	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Output Only] A map of scoped operation lists.
	Items map[string]*OperationsScopedList `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// [Output Only] Type of resource. Always `compute#operationAggregatedList` for aggregated lists of operations.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than `maxResults`, use the `nextPageToken` as a value for the query parameter `pageToken` in the next list request. Subsequent list requests will have their own `nextPageToken` to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Unreachable resources.
	Unreachables []string `protobuf:"bytes,243372063,rep,name=unreachables,proto3" json:"unreachables,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*OperationAggregatedList) Descriptor

func (*OperationAggregatedList) Descriptor() ([]byte, []int)

Deprecated: Use OperationAggregatedList.ProtoReflect.Descriptor instead.

func (*OperationAggregatedList) GetId

func (x *OperationAggregatedList) GetId() string

func (*OperationAggregatedList) GetItems

func (*OperationAggregatedList) GetKind

func (x *OperationAggregatedList) GetKind() string

func (*OperationAggregatedList) GetNextPageToken

func (x *OperationAggregatedList) GetNextPageToken() string
func (x *OperationAggregatedList) GetSelfLink() string

func (*OperationAggregatedList) GetUnreachables

func (x *OperationAggregatedList) GetUnreachables() []string

func (*OperationAggregatedList) GetWarning

func (x *OperationAggregatedList) GetWarning() *Warning

func (*OperationAggregatedList) ProtoMessage

func (*OperationAggregatedList) ProtoMessage()

func (*OperationAggregatedList) ProtoReflect

func (x *OperationAggregatedList) ProtoReflect() protoreflect.Message

func (*OperationAggregatedList) Reset

func (x *OperationAggregatedList) Reset()

func (*OperationAggregatedList) String

func (x *OperationAggregatedList) String() string

type OperationList

type OperationList struct {

	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Output Only] A list of Operation resources.
	Items []*Operation `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] Type of resource. Always `compute#operations` for Operations resource.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than `maxResults`, use the `nextPageToken` as a value for the query parameter `pageToken` in the next list request. Subsequent list requests will have their own `nextPageToken` to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

Contains a list of Operation resources.

func (*OperationList) Descriptor

func (*OperationList) Descriptor() ([]byte, []int)

Deprecated: Use OperationList.ProtoReflect.Descriptor instead.

func (*OperationList) GetId

func (x *OperationList) GetId() string

func (*OperationList) GetItems

func (x *OperationList) GetItems() []*Operation

func (*OperationList) GetKind

func (x *OperationList) GetKind() string

func (*OperationList) GetNextPageToken

func (x *OperationList) GetNextPageToken() string
func (x *OperationList) GetSelfLink() string

func (*OperationList) GetWarning

func (x *OperationList) GetWarning() *Warning

func (*OperationList) ProtoMessage

func (*OperationList) ProtoMessage()

func (*OperationList) ProtoReflect

func (x *OperationList) ProtoReflect() protoreflect.Message

func (*OperationList) Reset

func (x *OperationList) Reset()

func (*OperationList) String

func (x *OperationList) String() string

type Operation_Status

type Operation_Status int32

[Output Only] The status of the operation, which can be one of the following: `PENDING`, `RUNNING`, or `DONE`.

const (
	// A value indicating that the enum field is not set.
	Operation_UNDEFINED_STATUS Operation_Status = 0
	Operation_DONE             Operation_Status = 2104194
	Operation_PENDING          Operation_Status = 35394935
	Operation_RUNNING          Operation_Status = 121282975
)

func (Operation_Status) Descriptor

func (Operation_Status) Enum

func (Operation_Status) EnumDescriptor

func (Operation_Status) EnumDescriptor() ([]byte, []int)

Deprecated: Use Operation_Status.Descriptor instead.

func (Operation_Status) Number

func (Operation_Status) String

func (x Operation_Status) String() string

func (Operation_Status) Type

type OperationsScopedList

type OperationsScopedList struct {

	// [Output Only] A list of operations contained in this scope.
	Operations []*Operation `protobuf:"bytes,4184044,rep,name=operations,proto3" json:"operations,omitempty"`
	// [Output Only] Informational warning which replaces the list of operations when the list is empty.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*OperationsScopedList) Descriptor

func (*OperationsScopedList) Descriptor() ([]byte, []int)

Deprecated: Use OperationsScopedList.ProtoReflect.Descriptor instead.

func (*OperationsScopedList) GetOperations

func (x *OperationsScopedList) GetOperations() []*Operation

func (*OperationsScopedList) GetWarning

func (x *OperationsScopedList) GetWarning() *Warning

func (*OperationsScopedList) ProtoMessage

func (*OperationsScopedList) ProtoMessage()

func (*OperationsScopedList) ProtoReflect

func (x *OperationsScopedList) ProtoReflect() protoreflect.Message

func (*OperationsScopedList) Reset

func (x *OperationsScopedList) Reset()

func (*OperationsScopedList) String

func (x *OperationsScopedList) String() string

type OutlierDetection

type OutlierDetection struct {

	// The base time that a backend endpoint is ejected for. Defaults to 30000ms or 30s. After a backend endpoint is returned back to the load balancing pool, it can be ejected again in another ejection analysis. Thus, the total ejection time is equal to the base ejection time multiplied by the number of times the backend endpoint has been ejected. Defaults to 30000ms or 30s.
	BaseEjectionTime *Duration `protobuf:"bytes,80997255,opt,name=base_ejection_time,json=baseEjectionTime,proto3,oneof" json:"base_ejection_time,omitempty"`
	// Number of consecutive errors before a backend endpoint is ejected from the load balancing pool. When the backend endpoint is accessed over HTTP, a 5xx return code qualifies as an error. Defaults to 5.
	ConsecutiveErrors *int32 `protobuf:"varint,387193248,opt,name=consecutive_errors,json=consecutiveErrors,proto3,oneof" json:"consecutive_errors,omitempty"`
	// The number of consecutive gateway failures (502, 503, 504 status or connection errors that are mapped to one of those status codes) before a consecutive gateway failure ejection occurs. Defaults to 3.
	ConsecutiveGatewayFailure *int32 `protobuf:"varint,417504250,opt,name=consecutive_gateway_failure,json=consecutiveGatewayFailure,proto3,oneof" json:"consecutive_gateway_failure,omitempty"`
	// The percentage chance that a backend endpoint will be ejected when an outlier status is detected through consecutive 5xx. This setting can be used to disable ejection or to ramp it up slowly. Defaults to 0.
	EnforcingConsecutiveErrors *int32 `protobuf:"varint,213133760,opt,name=enforcing_consecutive_errors,json=enforcingConsecutiveErrors,proto3,oneof" json:"enforcing_consecutive_errors,omitempty"`
	// The percentage chance that a backend endpoint will be ejected when an outlier status is detected through consecutive gateway failures. This setting can be used to disable ejection or to ramp it up slowly. Defaults to 100.
	EnforcingConsecutiveGatewayFailure *int32 `protobuf:"varint,394440666,opt,name=enforcing_consecutive_gateway_failure,json=enforcingConsecutiveGatewayFailure,proto3,oneof" json:"enforcing_consecutive_gateway_failure,omitempty"`
	// The percentage chance that a backend endpoint will be ejected when an outlier status is detected through success rate statistics. This setting can be used to disable ejection or to ramp it up slowly. Defaults to 100. Not supported when the backend service uses Serverless NEG.
	EnforcingSuccessRate *int32 `protobuf:"varint,194508732,opt,name=enforcing_success_rate,json=enforcingSuccessRate,proto3,oneof" json:"enforcing_success_rate,omitempty"`
	// Time interval between ejection analysis sweeps. This can result in both new ejections and backend endpoints being returned to service. The interval is equal to the number of seconds as defined in outlierDetection.interval.seconds plus the number of nanoseconds as defined in outlierDetection.interval.nanos. Defaults to 1 second.
	Interval *Duration `protobuf:"bytes,33547461,opt,name=interval,proto3,oneof" json:"interval,omitempty"`
	// Maximum percentage of backend endpoints in the load balancing pool for the backend service that can be ejected if the ejection conditions are met. Defaults to 50%.
	MaxEjectionPercent *int32 `protobuf:"varint,18436888,opt,name=max_ejection_percent,json=maxEjectionPercent,proto3,oneof" json:"max_ejection_percent,omitempty"`
	// The number of backend endpoints in the load balancing pool that must have enough request volume to detect success rate outliers. If the number of backend endpoints is fewer than this setting, outlier detection via success rate statistics is not performed for any backend endpoint in the load balancing pool. Defaults to 5. Not supported when the backend service uses Serverless NEG.
	SuccessRateMinimumHosts *int32 `protobuf:"varint,525766903,opt,name=success_rate_minimum_hosts,json=successRateMinimumHosts,proto3,oneof" json:"success_rate_minimum_hosts,omitempty"`
	// The minimum number of total requests that must be collected in one interval (as defined by the interval duration above) to include this backend endpoint in success rate based outlier detection. If the volume is lower than this setting, outlier detection via success rate statistics is not performed for that backend endpoint. Defaults to 100. Not supported when the backend service uses Serverless NEG.
	SuccessRateRequestVolume *int32 `protobuf:"varint,281425357,opt,name=success_rate_request_volume,json=successRateRequestVolume,proto3,oneof" json:"success_rate_request_volume,omitempty"`
	// This factor is used to determine the ejection threshold for success rate outlier ejection. The ejection threshold is the difference between the mean success rate, and the product of this factor and the standard deviation of the mean success rate: mean - (stdev * successRateStdevFactor). This factor is divided by a thousand to get a double. That is, if the desired factor is 1.9, the runtime value should be 1900. Defaults to 1900. Not supported when the backend service uses Serverless NEG.
	SuccessRateStdevFactor *int32 `protobuf:"varint,174735773,opt,name=success_rate_stdev_factor,json=successRateStdevFactor,proto3,oneof" json:"success_rate_stdev_factor,omitempty"`
	// contains filtered or unexported fields
}

Settings controlling the eviction of unhealthy hosts from the load balancing pool for the backend service.

func (*OutlierDetection) Descriptor

func (*OutlierDetection) Descriptor() ([]byte, []int)

Deprecated: Use OutlierDetection.ProtoReflect.Descriptor instead.

func (*OutlierDetection) GetBaseEjectionTime

func (x *OutlierDetection) GetBaseEjectionTime() *Duration

func (*OutlierDetection) GetConsecutiveErrors

func (x *OutlierDetection) GetConsecutiveErrors() int32

func (*OutlierDetection) GetConsecutiveGatewayFailure

func (x *OutlierDetection) GetConsecutiveGatewayFailure() int32

func (*OutlierDetection) GetEnforcingConsecutiveErrors

func (x *OutlierDetection) GetEnforcingConsecutiveErrors() int32

func (*OutlierDetection) GetEnforcingConsecutiveGatewayFailure

func (x *OutlierDetection) GetEnforcingConsecutiveGatewayFailure() int32

func (*OutlierDetection) GetEnforcingSuccessRate

func (x *OutlierDetection) GetEnforcingSuccessRate() int32

func (*OutlierDetection) GetInterval

func (x *OutlierDetection) GetInterval() *Duration

func (*OutlierDetection) GetMaxEjectionPercent

func (x *OutlierDetection) GetMaxEjectionPercent() int32

func (*OutlierDetection) GetSuccessRateMinimumHosts

func (x *OutlierDetection) GetSuccessRateMinimumHosts() int32

func (*OutlierDetection) GetSuccessRateRequestVolume

func (x *OutlierDetection) GetSuccessRateRequestVolume() int32

func (*OutlierDetection) GetSuccessRateStdevFactor

func (x *OutlierDetection) GetSuccessRateStdevFactor() int32

func (*OutlierDetection) ProtoMessage

func (*OutlierDetection) ProtoMessage()

func (*OutlierDetection) ProtoReflect

func (x *OutlierDetection) ProtoReflect() protoreflect.Message

func (*OutlierDetection) Reset

func (x *OutlierDetection) Reset()

func (*OutlierDetection) String

func (x *OutlierDetection) String() string

type PacketIntervals

type PacketIntervals struct {

	// Average observed inter-packet interval in milliseconds.
	AvgMs *int64 `protobuf:"varint,204811827,opt,name=avg_ms,json=avgMs,proto3,oneof" json:"avg_ms,omitempty"`
	// From how long ago in the past these intervals were observed.
	// Check the Duration enum for the list of possible values.
	Duration *string `protobuf:"bytes,155471252,opt,name=duration,proto3,oneof" json:"duration,omitempty"`
	// Maximum observed inter-packet interval in milliseconds.
	MaxMs *int64 `protobuf:"varint,529474145,opt,name=max_ms,json=maxMs,proto3,oneof" json:"max_ms,omitempty"`
	// Minimum observed inter-packet interval in milliseconds.
	MinMs *int64 `protobuf:"varint,536564403,opt,name=min_ms,json=minMs,proto3,oneof" json:"min_ms,omitempty"`
	// Number of inter-packet intervals from which these statistics were derived.
	NumIntervals *int64 `protobuf:"varint,186329813,opt,name=num_intervals,json=numIntervals,proto3,oneof" json:"num_intervals,omitempty"`
	// The type of packets for which inter-packet intervals were computed.
	// Check the Type enum for the list of possible values.
	Type *string `protobuf:"bytes,3575610,opt,name=type,proto3,oneof" json:"type,omitempty"`
	// contains filtered or unexported fields
}

Next free: 7

func (*PacketIntervals) Descriptor

func (*PacketIntervals) Descriptor() ([]byte, []int)

Deprecated: Use PacketIntervals.ProtoReflect.Descriptor instead.

func (*PacketIntervals) GetAvgMs

func (x *PacketIntervals) GetAvgMs() int64

func (*PacketIntervals) GetDuration

func (x *PacketIntervals) GetDuration() string

func (*PacketIntervals) GetMaxMs

func (x *PacketIntervals) GetMaxMs() int64

func (*PacketIntervals) GetMinMs

func (x *PacketIntervals) GetMinMs() int64

func (*PacketIntervals) GetNumIntervals

func (x *PacketIntervals) GetNumIntervals() int64

func (*PacketIntervals) GetType

func (x *PacketIntervals) GetType() string

func (*PacketIntervals) ProtoMessage

func (*PacketIntervals) ProtoMessage()

func (*PacketIntervals) ProtoReflect

func (x *PacketIntervals) ProtoReflect() protoreflect.Message

func (*PacketIntervals) Reset

func (x *PacketIntervals) Reset()

func (*PacketIntervals) String

func (x *PacketIntervals) String() string

type PacketIntervals_Duration

type PacketIntervals_Duration int32

From how long ago in the past these intervals were observed.

const (
	// A value indicating that the enum field is not set.
	PacketIntervals_UNDEFINED_DURATION   PacketIntervals_Duration = 0
	PacketIntervals_DURATION_UNSPECIFIED PacketIntervals_Duration = 529071340
	PacketIntervals_HOUR                 PacketIntervals_Duration = 2223588
	// From BfdSession object creation time.
	PacketIntervals_MAX    PacketIntervals_Duration = 76100
	PacketIntervals_MINUTE PacketIntervals_Duration = 126786068
)

func (PacketIntervals_Duration) Descriptor

func (PacketIntervals_Duration) Enum

func (PacketIntervals_Duration) EnumDescriptor

func (PacketIntervals_Duration) EnumDescriptor() ([]byte, []int)

Deprecated: Use PacketIntervals_Duration.Descriptor instead.

func (PacketIntervals_Duration) Number

func (PacketIntervals_Duration) String

func (x PacketIntervals_Duration) String() string

func (PacketIntervals_Duration) Type

type PacketIntervals_Type

type PacketIntervals_Type int32

The type of packets for which inter-packet intervals were computed.

const (
	// A value indicating that the enum field is not set.
	PacketIntervals_UNDEFINED_TYPE PacketIntervals_Type = 0
	// Only applies to Echo packets. This shows the intervals between sending and receiving the same packet.
	PacketIntervals_LOOPBACK PacketIntervals_Type = 356174219
	// Intervals between received packets.
	PacketIntervals_RECEIVE PacketIntervals_Type = 189660867
	// Intervals between transmitted packets.
	PacketIntervals_TRANSMIT         PacketIntervals_Type = 452903600
	PacketIntervals_TYPE_UNSPECIFIED PacketIntervals_Type = 437714322
)

func (PacketIntervals_Type) Descriptor

func (PacketIntervals_Type) Enum

func (PacketIntervals_Type) EnumDescriptor

func (PacketIntervals_Type) EnumDescriptor() ([]byte, []int)

Deprecated: Use PacketIntervals_Type.Descriptor instead.

func (PacketIntervals_Type) Number

func (PacketIntervals_Type) String

func (x PacketIntervals_Type) String() string

func (PacketIntervals_Type) Type

type PacketMirroring

type PacketMirroring struct {

	// The Forwarding Rule resource of type loadBalancingScheme=INTERNAL that will be used as collector for mirrored traffic. The specified forwarding rule must have isMirroringCollector set to true.
	CollectorIlb *PacketMirroringForwardingRuleInfo `protobuf:"bytes,426607853,opt,name=collector_ilb,json=collectorIlb,proto3,oneof" json:"collector_ilb,omitempty"`
	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// An optional description of this resource. Provide this property when you create the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// Indicates whether or not this packet mirroring takes effect. If set to FALSE, this packet mirroring policy will not be enforced on the network. The default is TRUE.
	// Check the Enable enum for the list of possible values.
	Enable *string `protobuf:"bytes,311764355,opt,name=enable,proto3,oneof" json:"enable,omitempty"`
	// Filter for mirrored traffic. If unspecified, all traffic is mirrored.
	Filter *PacketMirroringFilter `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Output Only] Type of the resource. Always compute#packetMirroring for packet mirrorings.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// PacketMirroring mirroredResourceInfos. MirroredResourceInfo specifies a set of mirrored VM instances, subnetworks and/or tags for which traffic from/to all VM instances will be mirrored.
	MirroredResources *PacketMirroringMirroredResourceInfo `protobuf:"bytes,124817348,opt,name=mirrored_resources,json=mirroredResources,proto3,oneof" json:"mirrored_resources,omitempty"`
	// Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// Specifies the mirrored VPC network. Only packets in this network will be mirrored. All mirrored VMs should have a NIC in the given network. All mirrored subnetworks should belong to the given network.
	Network *PacketMirroringNetworkInfo `protobuf:"bytes,232872494,opt,name=network,proto3,oneof" json:"network,omitempty"`
	// The priority of applying this configuration. Priority is used to break ties in cases where there is more than one matching rule. In the case of two rules that apply for a given Instance, the one with the lowest-numbered priority value wins. Default value is 1000. Valid range is 0 through 65535.
	Priority *uint32 `protobuf:"varint,445151652,opt,name=priority,proto3,oneof" json:"priority,omitempty"`
	// [Output Only] URI of the region where the packetMirroring resides.
	Region *string `protobuf:"bytes,138946292,opt,name=region,proto3,oneof" json:"region,omitempty"`
	// [Output Only] Server-defined URL for the resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// contains filtered or unexported fields
}

Represents a Packet Mirroring resource. Packet Mirroring clones the traffic of specified instances in your Virtual Private Cloud (VPC) network and forwards it to a collector destination, such as an instance group of an internal TCP/UDP load balancer, for analysis or examination. For more information about setting up Packet Mirroring, see Using Packet Mirroring.

func (*PacketMirroring) Descriptor

func (*PacketMirroring) Descriptor() ([]byte, []int)

Deprecated: Use PacketMirroring.ProtoReflect.Descriptor instead.

func (*PacketMirroring) GetCollectorIlb

func (x *PacketMirroring) GetCollectorIlb() *PacketMirroringForwardingRuleInfo

func (*PacketMirroring) GetCreationTimestamp

func (x *PacketMirroring) GetCreationTimestamp() string

func (*PacketMirroring) GetDescription

func (x *PacketMirroring) GetDescription() string

func (*PacketMirroring) GetEnable

func (x *PacketMirroring) GetEnable() string

func (*PacketMirroring) GetFilter

func (x *PacketMirroring) GetFilter() *PacketMirroringFilter

func (*PacketMirroring) GetId

func (x *PacketMirroring) GetId() uint64

func (*PacketMirroring) GetKind

func (x *PacketMirroring) GetKind() string

func (*PacketMirroring) GetMirroredResources

func (x *PacketMirroring) GetMirroredResources() *PacketMirroringMirroredResourceInfo

func (*PacketMirroring) GetName

func (x *PacketMirroring) GetName() string

func (*PacketMirroring) GetNetwork

func (*PacketMirroring) GetPriority

func (x *PacketMirroring) GetPriority() uint32

func (*PacketMirroring) GetRegion

func (x *PacketMirroring) GetRegion() string
func (x *PacketMirroring) GetSelfLink() string

func (*PacketMirroring) ProtoMessage

func (*PacketMirroring) ProtoMessage()

func (*PacketMirroring) ProtoReflect

func (x *PacketMirroring) ProtoReflect() protoreflect.Message

func (*PacketMirroring) Reset

func (x *PacketMirroring) Reset()

func (*PacketMirroring) String

func (x *PacketMirroring) String() string

type PacketMirroringAggregatedList

type PacketMirroringAggregatedList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of PacketMirroring resources.
	Items map[string]*PacketMirroringsScopedList `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// Type of resource.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Unreachable resources.
	Unreachables []string `protobuf:"bytes,243372063,rep,name=unreachables,proto3" json:"unreachables,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

Contains a list of packetMirrorings.

func (*PacketMirroringAggregatedList) Descriptor

func (*PacketMirroringAggregatedList) Descriptor() ([]byte, []int)

Deprecated: Use PacketMirroringAggregatedList.ProtoReflect.Descriptor instead.

func (*PacketMirroringAggregatedList) GetId

func (*PacketMirroringAggregatedList) GetItems

func (*PacketMirroringAggregatedList) GetKind

func (*PacketMirroringAggregatedList) GetNextPageToken

func (x *PacketMirroringAggregatedList) GetNextPageToken() string
func (x *PacketMirroringAggregatedList) GetSelfLink() string

func (*PacketMirroringAggregatedList) GetUnreachables

func (x *PacketMirroringAggregatedList) GetUnreachables() []string

func (*PacketMirroringAggregatedList) GetWarning

func (x *PacketMirroringAggregatedList) GetWarning() *Warning

func (*PacketMirroringAggregatedList) ProtoMessage

func (*PacketMirroringAggregatedList) ProtoMessage()

func (*PacketMirroringAggregatedList) ProtoReflect

func (*PacketMirroringAggregatedList) Reset

func (x *PacketMirroringAggregatedList) Reset()

func (*PacketMirroringAggregatedList) String

type PacketMirroringFilter

type PacketMirroringFilter struct {

	// Protocols that apply as filter on mirrored traffic. If no protocols are specified, all traffic that matches the specified CIDR ranges is mirrored. If neither cidrRanges nor IPProtocols is specified, all traffic is mirrored.
	IPProtocols []string `protobuf:"bytes,98544854,rep,name=I_p_protocols,json=IPProtocols,proto3" json:"I_p_protocols,omitempty"`
	// IP CIDR ranges that apply as filter on the source (ingress) or destination (egress) IP in the IP header. Only IPv4 is supported. If no ranges are specified, all traffic that matches the specified IPProtocols is mirrored. If neither cidrRanges nor IPProtocols is specified, all traffic is mirrored.
	CidrRanges []string `protobuf:"bytes,487901697,rep,name=cidr_ranges,json=cidrRanges,proto3" json:"cidr_ranges,omitempty"`
	// Direction of traffic to mirror, either INGRESS, EGRESS, or BOTH. The default is BOTH.
	// Check the Direction enum for the list of possible values.
	Direction *string `protobuf:"bytes,111150975,opt,name=direction,proto3,oneof" json:"direction,omitempty"`
	// contains filtered or unexported fields
}

func (*PacketMirroringFilter) Descriptor

func (*PacketMirroringFilter) Descriptor() ([]byte, []int)

Deprecated: Use PacketMirroringFilter.ProtoReflect.Descriptor instead.

func (*PacketMirroringFilter) GetCidrRanges

func (x *PacketMirroringFilter) GetCidrRanges() []string

func (*PacketMirroringFilter) GetDirection

func (x *PacketMirroringFilter) GetDirection() string

func (*PacketMirroringFilter) GetIPProtocols

func (x *PacketMirroringFilter) GetIPProtocols() []string

func (*PacketMirroringFilter) ProtoMessage

func (*PacketMirroringFilter) ProtoMessage()

func (*PacketMirroringFilter) ProtoReflect

func (x *PacketMirroringFilter) ProtoReflect() protoreflect.Message

func (*PacketMirroringFilter) Reset

func (x *PacketMirroringFilter) Reset()

func (*PacketMirroringFilter) String

func (x *PacketMirroringFilter) String() string

type PacketMirroringFilter_Direction

type PacketMirroringFilter_Direction int32

Direction of traffic to mirror, either INGRESS, EGRESS, or BOTH. The default is BOTH.

const (
	// A value indicating that the enum field is not set.
	PacketMirroringFilter_UNDEFINED_DIRECTION PacketMirroringFilter_Direction = 0
	// Default, both directions are mirrored.
	PacketMirroringFilter_BOTH PacketMirroringFilter_Direction = 2044801
	// Only egress traffic is mirrored.
	PacketMirroringFilter_EGRESS PacketMirroringFilter_Direction = 432880501
	// Only ingress traffic is mirrored.
	PacketMirroringFilter_INGRESS PacketMirroringFilter_Direction = 516931221
)

func (PacketMirroringFilter_Direction) Descriptor

func (PacketMirroringFilter_Direction) Enum

func (PacketMirroringFilter_Direction) EnumDescriptor

func (PacketMirroringFilter_Direction) EnumDescriptor() ([]byte, []int)

Deprecated: Use PacketMirroringFilter_Direction.Descriptor instead.

func (PacketMirroringFilter_Direction) Number

func (PacketMirroringFilter_Direction) String

func (PacketMirroringFilter_Direction) Type

type PacketMirroringForwardingRuleInfo

type PacketMirroringForwardingRuleInfo struct {

	// [Output Only] Unique identifier for the forwarding rule; defined by the server.
	CanonicalUrl *string `protobuf:"bytes,512294820,opt,name=canonical_url,json=canonicalUrl,proto3,oneof" json:"canonical_url,omitempty"`
	// Resource URL to the forwarding rule representing the ILB configured as destination of the mirrored traffic.
	Url *string `protobuf:"bytes,116079,opt,name=url,proto3,oneof" json:"url,omitempty"`
	// contains filtered or unexported fields
}

func (*PacketMirroringForwardingRuleInfo) Descriptor

func (*PacketMirroringForwardingRuleInfo) Descriptor() ([]byte, []int)

Deprecated: Use PacketMirroringForwardingRuleInfo.ProtoReflect.Descriptor instead.

func (*PacketMirroringForwardingRuleInfo) GetCanonicalUrl

func (x *PacketMirroringForwardingRuleInfo) GetCanonicalUrl() string

func (*PacketMirroringForwardingRuleInfo) GetUrl

func (*PacketMirroringForwardingRuleInfo) ProtoMessage

func (*PacketMirroringForwardingRuleInfo) ProtoMessage()

func (*PacketMirroringForwardingRuleInfo) ProtoReflect

func (*PacketMirroringForwardingRuleInfo) Reset

func (*PacketMirroringForwardingRuleInfo) String

type PacketMirroringList

type PacketMirroringList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of PacketMirroring resources.
	Items []*PacketMirroring `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] Type of resource. Always compute#packetMirroring for packetMirrorings.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

Contains a list of PacketMirroring resources.

func (*PacketMirroringList) Descriptor

func (*PacketMirroringList) Descriptor() ([]byte, []int)

Deprecated: Use PacketMirroringList.ProtoReflect.Descriptor instead.

func (*PacketMirroringList) GetId

func (x *PacketMirroringList) GetId() string

func (*PacketMirroringList) GetItems

func (x *PacketMirroringList) GetItems() []*PacketMirroring

func (*PacketMirroringList) GetKind

func (x *PacketMirroringList) GetKind() string

func (*PacketMirroringList) GetNextPageToken

func (x *PacketMirroringList) GetNextPageToken() string
func (x *PacketMirroringList) GetSelfLink() string

func (*PacketMirroringList) GetWarning

func (x *PacketMirroringList) GetWarning() *Warning

func (*PacketMirroringList) ProtoMessage

func (*PacketMirroringList) ProtoMessage()

func (*PacketMirroringList) ProtoReflect

func (x *PacketMirroringList) ProtoReflect() protoreflect.Message

func (*PacketMirroringList) Reset

func (x *PacketMirroringList) Reset()

func (*PacketMirroringList) String

func (x *PacketMirroringList) String() string

type PacketMirroringMirroredResourceInfo

type PacketMirroringMirroredResourceInfo struct {

	// A set of virtual machine instances that are being mirrored. They must live in zones contained in the same region as this packetMirroring. Note that this config will apply only to those network interfaces of the Instances that belong to the network specified in this packetMirroring. You may specify a maximum of 50 Instances.
	Instances []*PacketMirroringMirroredResourceInfoInstanceInfo `protobuf:"bytes,29097598,rep,name=instances,proto3" json:"instances,omitempty"`
	// A set of subnetworks for which traffic from/to all VM instances will be mirrored. They must live in the same region as this packetMirroring. You may specify a maximum of 5 subnetworks.
	Subnetworks []*PacketMirroringMirroredResourceInfoSubnetInfo `protobuf:"bytes,415853125,rep,name=subnetworks,proto3" json:"subnetworks,omitempty"`
	// A set of mirrored tags. Traffic from/to all VM instances that have one or more of these tags will be mirrored.
	Tags []string `protobuf:"bytes,3552281,rep,name=tags,proto3" json:"tags,omitempty"`
	// contains filtered or unexported fields
}

func (*PacketMirroringMirroredResourceInfo) Descriptor

func (*PacketMirroringMirroredResourceInfo) Descriptor() ([]byte, []int)

Deprecated: Use PacketMirroringMirroredResourceInfo.ProtoReflect.Descriptor instead.

func (*PacketMirroringMirroredResourceInfo) GetInstances

func (*PacketMirroringMirroredResourceInfo) GetSubnetworks

func (*PacketMirroringMirroredResourceInfo) GetTags

func (*PacketMirroringMirroredResourceInfo) ProtoMessage

func (*PacketMirroringMirroredResourceInfo) ProtoMessage()

func (*PacketMirroringMirroredResourceInfo) ProtoReflect

func (*PacketMirroringMirroredResourceInfo) Reset

func (*PacketMirroringMirroredResourceInfo) String

type PacketMirroringMirroredResourceInfoInstanceInfo

type PacketMirroringMirroredResourceInfoInstanceInfo struct {

	// [Output Only] Unique identifier for the instance; defined by the server.
	CanonicalUrl *string `protobuf:"bytes,512294820,opt,name=canonical_url,json=canonicalUrl,proto3,oneof" json:"canonical_url,omitempty"`
	// Resource URL to the virtual machine instance which is being mirrored.
	Url *string `protobuf:"bytes,116079,opt,name=url,proto3,oneof" json:"url,omitempty"`
	// contains filtered or unexported fields
}

func (*PacketMirroringMirroredResourceInfoInstanceInfo) Descriptor

Deprecated: Use PacketMirroringMirroredResourceInfoInstanceInfo.ProtoReflect.Descriptor instead.

func (*PacketMirroringMirroredResourceInfoInstanceInfo) GetCanonicalUrl

func (*PacketMirroringMirroredResourceInfoInstanceInfo) GetUrl

func (*PacketMirroringMirroredResourceInfoInstanceInfo) ProtoMessage

func (*PacketMirroringMirroredResourceInfoInstanceInfo) ProtoReflect

func (*PacketMirroringMirroredResourceInfoInstanceInfo) Reset

func (*PacketMirroringMirroredResourceInfoInstanceInfo) String

type PacketMirroringMirroredResourceInfoSubnetInfo

type PacketMirroringMirroredResourceInfoSubnetInfo struct {

	// [Output Only] Unique identifier for the subnetwork; defined by the server.
	CanonicalUrl *string `protobuf:"bytes,512294820,opt,name=canonical_url,json=canonicalUrl,proto3,oneof" json:"canonical_url,omitempty"`
	// Resource URL to the subnetwork for which traffic from/to all VM instances will be mirrored.
	Url *string `protobuf:"bytes,116079,opt,name=url,proto3,oneof" json:"url,omitempty"`
	// contains filtered or unexported fields
}

func (*PacketMirroringMirroredResourceInfoSubnetInfo) Descriptor

Deprecated: Use PacketMirroringMirroredResourceInfoSubnetInfo.ProtoReflect.Descriptor instead.

func (*PacketMirroringMirroredResourceInfoSubnetInfo) GetCanonicalUrl

func (*PacketMirroringMirroredResourceInfoSubnetInfo) GetUrl

func (*PacketMirroringMirroredResourceInfoSubnetInfo) ProtoMessage

func (*PacketMirroringMirroredResourceInfoSubnetInfo) ProtoReflect

func (*PacketMirroringMirroredResourceInfoSubnetInfo) Reset

func (*PacketMirroringMirroredResourceInfoSubnetInfo) String

type PacketMirroringNetworkInfo

type PacketMirroringNetworkInfo struct {

	// [Output Only] Unique identifier for the network; defined by the server.
	CanonicalUrl *string `protobuf:"bytes,512294820,opt,name=canonical_url,json=canonicalUrl,proto3,oneof" json:"canonical_url,omitempty"`
	// URL of the network resource.
	Url *string `protobuf:"bytes,116079,opt,name=url,proto3,oneof" json:"url,omitempty"`
	// contains filtered or unexported fields
}

func (*PacketMirroringNetworkInfo) Descriptor

func (*PacketMirroringNetworkInfo) Descriptor() ([]byte, []int)

Deprecated: Use PacketMirroringNetworkInfo.ProtoReflect.Descriptor instead.

func (*PacketMirroringNetworkInfo) GetCanonicalUrl

func (x *PacketMirroringNetworkInfo) GetCanonicalUrl() string

func (*PacketMirroringNetworkInfo) GetUrl

func (x *PacketMirroringNetworkInfo) GetUrl() string

func (*PacketMirroringNetworkInfo) ProtoMessage

func (*PacketMirroringNetworkInfo) ProtoMessage()

func (*PacketMirroringNetworkInfo) ProtoReflect

func (*PacketMirroringNetworkInfo) Reset

func (x *PacketMirroringNetworkInfo) Reset()

func (*PacketMirroringNetworkInfo) String

func (x *PacketMirroringNetworkInfo) String() string

type PacketMirroring_Enable

type PacketMirroring_Enable int32

Indicates whether or not this packet mirroring takes effect. If set to FALSE, this packet mirroring policy will not be enforced on the network. The default is TRUE.

const (
	// A value indicating that the enum field is not set.
	PacketMirroring_UNDEFINED_ENABLE PacketMirroring_Enable = 0
	PacketMirroring_FALSE            PacketMirroring_Enable = 66658563
	PacketMirroring_TRUE             PacketMirroring_Enable = 2583950
)

func (PacketMirroring_Enable) Descriptor

func (PacketMirroring_Enable) Enum

func (PacketMirroring_Enable) EnumDescriptor

func (PacketMirroring_Enable) EnumDescriptor() ([]byte, []int)

Deprecated: Use PacketMirroring_Enable.Descriptor instead.

func (PacketMirroring_Enable) Number

func (PacketMirroring_Enable) String

func (x PacketMirroring_Enable) String() string

func (PacketMirroring_Enable) Type

type PacketMirroringsClient

type PacketMirroringsClient interface {
	// Retrieves an aggregated list of packetMirrorings.
	AggregatedList(ctx context.Context, in *AggregatedListPacketMirroringsRequest, opts ...grpc.CallOption) (*PacketMirroringAggregatedList, error)
	// Deletes the specified PacketMirroring resource.
	Delete(ctx context.Context, in *DeletePacketMirroringRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified PacketMirroring resource.
	Get(ctx context.Context, in *GetPacketMirroringRequest, opts ...grpc.CallOption) (*PacketMirroring, error)
	// Creates a PacketMirroring resource in the specified project and region using the data included in the request.
	Insert(ctx context.Context, in *InsertPacketMirroringRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves a list of PacketMirroring resources available to the specified project and region.
	List(ctx context.Context, in *ListPacketMirroringsRequest, opts ...grpc.CallOption) (*PacketMirroringList, error)
	// Patches the specified PacketMirroring resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.
	Patch(ctx context.Context, in *PatchPacketMirroringRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns permissions that a caller has on the specified resource.
	TestIamPermissions(ctx context.Context, in *TestIamPermissionsPacketMirroringRequest, opts ...grpc.CallOption) (*TestPermissionsResponse, error)
}

PacketMirroringsClient is the client API for PacketMirrorings service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewPacketMirroringsClient

func NewPacketMirroringsClient(cc grpc.ClientConnInterface) PacketMirroringsClient

type PacketMirroringsScopedList

type PacketMirroringsScopedList struct {

	// A list of packetMirrorings contained in this scope.
	PacketMirrorings []*PacketMirroring `protobuf:"bytes,154615079,rep,name=packet_mirrorings,json=packetMirrorings,proto3" json:"packet_mirrorings,omitempty"`
	// Informational warning which replaces the list of packetMirrorings when the list is empty.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*PacketMirroringsScopedList) Descriptor

func (*PacketMirroringsScopedList) Descriptor() ([]byte, []int)

Deprecated: Use PacketMirroringsScopedList.ProtoReflect.Descriptor instead.

func (*PacketMirroringsScopedList) GetPacketMirrorings

func (x *PacketMirroringsScopedList) GetPacketMirrorings() []*PacketMirroring

func (*PacketMirroringsScopedList) GetWarning

func (x *PacketMirroringsScopedList) GetWarning() *Warning

func (*PacketMirroringsScopedList) ProtoMessage

func (*PacketMirroringsScopedList) ProtoMessage()

func (*PacketMirroringsScopedList) ProtoReflect

func (*PacketMirroringsScopedList) Reset

func (x *PacketMirroringsScopedList) Reset()

func (*PacketMirroringsScopedList) String

func (x *PacketMirroringsScopedList) String() string

type PacketMirroringsServer

type PacketMirroringsServer interface {
	// Retrieves an aggregated list of packetMirrorings.
	AggregatedList(context.Context, *AggregatedListPacketMirroringsRequest) (*PacketMirroringAggregatedList, error)
	// Deletes the specified PacketMirroring resource.
	Delete(context.Context, *DeletePacketMirroringRequest) (*Operation, error)
	// Returns the specified PacketMirroring resource.
	Get(context.Context, *GetPacketMirroringRequest) (*PacketMirroring, error)
	// Creates a PacketMirroring resource in the specified project and region using the data included in the request.
	Insert(context.Context, *InsertPacketMirroringRequest) (*Operation, error)
	// Retrieves a list of PacketMirroring resources available to the specified project and region.
	List(context.Context, *ListPacketMirroringsRequest) (*PacketMirroringList, error)
	// Patches the specified PacketMirroring resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.
	Patch(context.Context, *PatchPacketMirroringRequest) (*Operation, error)
	// Returns permissions that a caller has on the specified resource.
	TestIamPermissions(context.Context, *TestIamPermissionsPacketMirroringRequest) (*TestPermissionsResponse, error)
}

PacketMirroringsServer is the server API for PacketMirrorings service.

type PatchAutoscalerRequest

type PatchAutoscalerRequest struct {

	// Name of the autoscaler to patch.
	Autoscaler *string `protobuf:"bytes,517258967,opt,name=autoscaler,proto3,oneof" json:"autoscaler,omitempty"`
	// The body resource for this request
	AutoscalerResource *Autoscaler `protobuf:"bytes,207616118,opt,name=autoscaler_resource,json=autoscalerResource,proto3" json:"autoscaler_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Autoscalers.Patch. See the method description for details.

func (*PatchAutoscalerRequest) Descriptor

func (*PatchAutoscalerRequest) Descriptor() ([]byte, []int)

Deprecated: Use PatchAutoscalerRequest.ProtoReflect.Descriptor instead.

func (*PatchAutoscalerRequest) GetAutoscaler

func (x *PatchAutoscalerRequest) GetAutoscaler() string

func (*PatchAutoscalerRequest) GetAutoscalerResource

func (x *PatchAutoscalerRequest) GetAutoscalerResource() *Autoscaler

func (*PatchAutoscalerRequest) GetProject

func (x *PatchAutoscalerRequest) GetProject() string

func (*PatchAutoscalerRequest) GetRequestId

func (x *PatchAutoscalerRequest) GetRequestId() string

func (*PatchAutoscalerRequest) GetZone

func (x *PatchAutoscalerRequest) GetZone() string

func (*PatchAutoscalerRequest) ProtoMessage

func (*PatchAutoscalerRequest) ProtoMessage()

func (*PatchAutoscalerRequest) ProtoReflect

func (x *PatchAutoscalerRequest) ProtoReflect() protoreflect.Message

func (*PatchAutoscalerRequest) Reset

func (x *PatchAutoscalerRequest) Reset()

func (*PatchAutoscalerRequest) String

func (x *PatchAutoscalerRequest) String() string

type PatchBackendBucketRequest

type PatchBackendBucketRequest struct {

	// Name of the BackendBucket resource to patch.
	BackendBucket string `protobuf:"bytes,91714037,opt,name=backend_bucket,json=backendBucket,proto3" json:"backend_bucket,omitempty"`
	// The body resource for this request
	BackendBucketResource *BackendBucket `protobuf:"bytes,380757784,opt,name=backend_bucket_resource,json=backendBucketResource,proto3" json:"backend_bucket_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for BackendBuckets.Patch. See the method description for details.

func (*PatchBackendBucketRequest) Descriptor

func (*PatchBackendBucketRequest) Descriptor() ([]byte, []int)

Deprecated: Use PatchBackendBucketRequest.ProtoReflect.Descriptor instead.

func (*PatchBackendBucketRequest) GetBackendBucket

func (x *PatchBackendBucketRequest) GetBackendBucket() string

func (*PatchBackendBucketRequest) GetBackendBucketResource

func (x *PatchBackendBucketRequest) GetBackendBucketResource() *BackendBucket

func (*PatchBackendBucketRequest) GetProject

func (x *PatchBackendBucketRequest) GetProject() string

func (*PatchBackendBucketRequest) GetRequestId

func (x *PatchBackendBucketRequest) GetRequestId() string

func (*PatchBackendBucketRequest) ProtoMessage

func (*PatchBackendBucketRequest) ProtoMessage()

func (*PatchBackendBucketRequest) ProtoReflect

func (*PatchBackendBucketRequest) Reset

func (x *PatchBackendBucketRequest) Reset()

func (*PatchBackendBucketRequest) String

func (x *PatchBackendBucketRequest) String() string

type PatchBackendServiceRequest

type PatchBackendServiceRequest struct {

	// Name of the BackendService resource to patch.
	BackendService string `protobuf:"bytes,306946058,opt,name=backend_service,json=backendService,proto3" json:"backend_service,omitempty"`
	// The body resource for this request
	BackendServiceResource *BackendService `protobuf:"bytes,347586723,opt,name=backend_service_resource,json=backendServiceResource,proto3" json:"backend_service_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for BackendServices.Patch. See the method description for details.

func (*PatchBackendServiceRequest) Descriptor

func (*PatchBackendServiceRequest) Descriptor() ([]byte, []int)

Deprecated: Use PatchBackendServiceRequest.ProtoReflect.Descriptor instead.

func (*PatchBackendServiceRequest) GetBackendService

func (x *PatchBackendServiceRequest) GetBackendService() string

func (*PatchBackendServiceRequest) GetBackendServiceResource

func (x *PatchBackendServiceRequest) GetBackendServiceResource() *BackendService

func (*PatchBackendServiceRequest) GetProject

func (x *PatchBackendServiceRequest) GetProject() string

func (*PatchBackendServiceRequest) GetRequestId

func (x *PatchBackendServiceRequest) GetRequestId() string

func (*PatchBackendServiceRequest) ProtoMessage

func (*PatchBackendServiceRequest) ProtoMessage()

func (*PatchBackendServiceRequest) ProtoReflect

func (*PatchBackendServiceRequest) Reset

func (x *PatchBackendServiceRequest) Reset()

func (*PatchBackendServiceRequest) String

func (x *PatchBackendServiceRequest) String() string

type PatchFirewallPolicyRequest

type PatchFirewallPolicyRequest struct {

	// Name of the firewall policy to update.
	FirewallPolicy string `protobuf:"bytes,498173265,opt,name=firewall_policy,json=firewallPolicy,proto3" json:"firewall_policy,omitempty"`
	// The body resource for this request
	FirewallPolicyResource *FirewallPolicy `protobuf:"bytes,495049532,opt,name=firewall_policy_resource,json=firewallPolicyResource,proto3" json:"firewall_policy_resource,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for FirewallPolicies.Patch. See the method description for details.

func (*PatchFirewallPolicyRequest) Descriptor

func (*PatchFirewallPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use PatchFirewallPolicyRequest.ProtoReflect.Descriptor instead.

func (*PatchFirewallPolicyRequest) GetFirewallPolicy

func (x *PatchFirewallPolicyRequest) GetFirewallPolicy() string

func (*PatchFirewallPolicyRequest) GetFirewallPolicyResource

func (x *PatchFirewallPolicyRequest) GetFirewallPolicyResource() *FirewallPolicy

func (*PatchFirewallPolicyRequest) GetRequestId

func (x *PatchFirewallPolicyRequest) GetRequestId() string

func (*PatchFirewallPolicyRequest) ProtoMessage

func (*PatchFirewallPolicyRequest) ProtoMessage()

func (*PatchFirewallPolicyRequest) ProtoReflect

func (*PatchFirewallPolicyRequest) Reset

func (x *PatchFirewallPolicyRequest) Reset()

func (*PatchFirewallPolicyRequest) String

func (x *PatchFirewallPolicyRequest) String() string

type PatchFirewallRequest

type PatchFirewallRequest struct {

	// Name of the firewall rule to patch.
	Firewall string `protobuf:"bytes,511016192,opt,name=firewall,proto3" json:"firewall,omitempty"`
	// The body resource for this request
	FirewallResource *Firewall `protobuf:"bytes,41425005,opt,name=firewall_resource,json=firewallResource,proto3" json:"firewall_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for Firewalls.Patch. See the method description for details.

func (*PatchFirewallRequest) Descriptor

func (*PatchFirewallRequest) Descriptor() ([]byte, []int)

Deprecated: Use PatchFirewallRequest.ProtoReflect.Descriptor instead.

func (*PatchFirewallRequest) GetFirewall

func (x *PatchFirewallRequest) GetFirewall() string

func (*PatchFirewallRequest) GetFirewallResource

func (x *PatchFirewallRequest) GetFirewallResource() *Firewall

func (*PatchFirewallRequest) GetProject

func (x *PatchFirewallRequest) GetProject() string

func (*PatchFirewallRequest) GetRequestId

func (x *PatchFirewallRequest) GetRequestId() string

func (*PatchFirewallRequest) ProtoMessage

func (*PatchFirewallRequest) ProtoMessage()

func (*PatchFirewallRequest) ProtoReflect

func (x *PatchFirewallRequest) ProtoReflect() protoreflect.Message

func (*PatchFirewallRequest) Reset

func (x *PatchFirewallRequest) Reset()

func (*PatchFirewallRequest) String

func (x *PatchFirewallRequest) String() string

type PatchForwardingRuleRequest

type PatchForwardingRuleRequest struct {

	// Name of the ForwardingRule resource to patch.
	ForwardingRule string `protobuf:"bytes,269964030,opt,name=forwarding_rule,json=forwardingRule,proto3" json:"forwarding_rule,omitempty"`
	// The body resource for this request
	ForwardingRuleResource *ForwardingRule `protobuf:"bytes,301211695,opt,name=forwarding_rule_resource,json=forwardingRuleResource,proto3" json:"forwarding_rule_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for ForwardingRules.Patch. See the method description for details.

func (*PatchForwardingRuleRequest) Descriptor

func (*PatchForwardingRuleRequest) Descriptor() ([]byte, []int)

Deprecated: Use PatchForwardingRuleRequest.ProtoReflect.Descriptor instead.

func (*PatchForwardingRuleRequest) GetForwardingRule

func (x *PatchForwardingRuleRequest) GetForwardingRule() string

func (*PatchForwardingRuleRequest) GetForwardingRuleResource

func (x *PatchForwardingRuleRequest) GetForwardingRuleResource() *ForwardingRule

func (*PatchForwardingRuleRequest) GetProject

func (x *PatchForwardingRuleRequest) GetProject() string

func (*PatchForwardingRuleRequest) GetRegion

func (x *PatchForwardingRuleRequest) GetRegion() string

func (*PatchForwardingRuleRequest) GetRequestId

func (x *PatchForwardingRuleRequest) GetRequestId() string

func (*PatchForwardingRuleRequest) ProtoMessage

func (*PatchForwardingRuleRequest) ProtoMessage()

func (*PatchForwardingRuleRequest) ProtoReflect

func (*PatchForwardingRuleRequest) Reset

func (x *PatchForwardingRuleRequest) Reset()

func (*PatchForwardingRuleRequest) String

func (x *PatchForwardingRuleRequest) String() string

type PatchGlobalForwardingRuleRequest

type PatchGlobalForwardingRuleRequest struct {

	// Name of the ForwardingRule resource to patch.
	ForwardingRule string `protobuf:"bytes,269964030,opt,name=forwarding_rule,json=forwardingRule,proto3" json:"forwarding_rule,omitempty"`
	// The body resource for this request
	ForwardingRuleResource *ForwardingRule `protobuf:"bytes,301211695,opt,name=forwarding_rule_resource,json=forwardingRuleResource,proto3" json:"forwarding_rule_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for GlobalForwardingRules.Patch. See the method description for details.

func (*PatchGlobalForwardingRuleRequest) Descriptor

func (*PatchGlobalForwardingRuleRequest) Descriptor() ([]byte, []int)

Deprecated: Use PatchGlobalForwardingRuleRequest.ProtoReflect.Descriptor instead.

func (*PatchGlobalForwardingRuleRequest) GetForwardingRule

func (x *PatchGlobalForwardingRuleRequest) GetForwardingRule() string

func (*PatchGlobalForwardingRuleRequest) GetForwardingRuleResource

func (x *PatchGlobalForwardingRuleRequest) GetForwardingRuleResource() *ForwardingRule

func (*PatchGlobalForwardingRuleRequest) GetProject

func (x *PatchGlobalForwardingRuleRequest) GetProject() string

func (*PatchGlobalForwardingRuleRequest) GetRequestId

func (x *PatchGlobalForwardingRuleRequest) GetRequestId() string

func (*PatchGlobalForwardingRuleRequest) ProtoMessage

func (*PatchGlobalForwardingRuleRequest) ProtoMessage()

func (*PatchGlobalForwardingRuleRequest) ProtoReflect

func (*PatchGlobalForwardingRuleRequest) Reset

func (*PatchGlobalForwardingRuleRequest) String

type PatchGlobalPublicDelegatedPrefixeRequest

type PatchGlobalPublicDelegatedPrefixeRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the PublicDelegatedPrefix resource to patch.
	PublicDelegatedPrefix string `protobuf:"bytes,204238440,opt,name=public_delegated_prefix,json=publicDelegatedPrefix,proto3" json:"public_delegated_prefix,omitempty"`
	// The body resource for this request
	PublicDelegatedPrefixResource *PublicDelegatedPrefix `protobuf:"bytes,47594501,opt,name=public_delegated_prefix_resource,json=publicDelegatedPrefixResource,proto3" json:"public_delegated_prefix_resource,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for GlobalPublicDelegatedPrefixes.Patch. See the method description for details.

func (*PatchGlobalPublicDelegatedPrefixeRequest) Descriptor

func (*PatchGlobalPublicDelegatedPrefixeRequest) Descriptor() ([]byte, []int)

Deprecated: Use PatchGlobalPublicDelegatedPrefixeRequest.ProtoReflect.Descriptor instead.

func (*PatchGlobalPublicDelegatedPrefixeRequest) GetProject

func (*PatchGlobalPublicDelegatedPrefixeRequest) GetPublicDelegatedPrefix

func (x *PatchGlobalPublicDelegatedPrefixeRequest) GetPublicDelegatedPrefix() string

func (*PatchGlobalPublicDelegatedPrefixeRequest) GetPublicDelegatedPrefixResource

func (x *PatchGlobalPublicDelegatedPrefixeRequest) GetPublicDelegatedPrefixResource() *PublicDelegatedPrefix

func (*PatchGlobalPublicDelegatedPrefixeRequest) GetRequestId

func (*PatchGlobalPublicDelegatedPrefixeRequest) ProtoMessage

func (*PatchGlobalPublicDelegatedPrefixeRequest) ProtoReflect

func (*PatchGlobalPublicDelegatedPrefixeRequest) Reset

func (*PatchGlobalPublicDelegatedPrefixeRequest) String

type PatchHealthCheckRequest

type PatchHealthCheckRequest struct {

	// Name of the HealthCheck resource to patch.
	HealthCheck string `protobuf:"bytes,308876645,opt,name=health_check,json=healthCheck,proto3" json:"health_check,omitempty"`
	// The body resource for this request
	HealthCheckResource *HealthCheck `protobuf:"bytes,201925032,opt,name=health_check_resource,json=healthCheckResource,proto3" json:"health_check_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for HealthChecks.Patch. See the method description for details.

func (*PatchHealthCheckRequest) Descriptor

func (*PatchHealthCheckRequest) Descriptor() ([]byte, []int)

Deprecated: Use PatchHealthCheckRequest.ProtoReflect.Descriptor instead.

func (*PatchHealthCheckRequest) GetHealthCheck

func (x *PatchHealthCheckRequest) GetHealthCheck() string

func (*PatchHealthCheckRequest) GetHealthCheckResource

func (x *PatchHealthCheckRequest) GetHealthCheckResource() *HealthCheck

func (*PatchHealthCheckRequest) GetProject

func (x *PatchHealthCheckRequest) GetProject() string

func (*PatchHealthCheckRequest) GetRequestId

func (x *PatchHealthCheckRequest) GetRequestId() string

func (*PatchHealthCheckRequest) ProtoMessage

func (*PatchHealthCheckRequest) ProtoMessage()

func (*PatchHealthCheckRequest) ProtoReflect

func (x *PatchHealthCheckRequest) ProtoReflect() protoreflect.Message

func (*PatchHealthCheckRequest) Reset

func (x *PatchHealthCheckRequest) Reset()

func (*PatchHealthCheckRequest) String

func (x *PatchHealthCheckRequest) String() string

type PatchImageRequest

type PatchImageRequest struct {

	// Name of the image resource to patch.
	Image string `protobuf:"bytes,100313435,opt,name=image,proto3" json:"image,omitempty"`
	// The body resource for this request
	ImageResource *Image `protobuf:"bytes,371171954,opt,name=image_resource,json=imageResource,proto3" json:"image_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for Images.Patch. See the method description for details.

func (*PatchImageRequest) Descriptor

func (*PatchImageRequest) Descriptor() ([]byte, []int)

Deprecated: Use PatchImageRequest.ProtoReflect.Descriptor instead.

func (*PatchImageRequest) GetImage

func (x *PatchImageRequest) GetImage() string

func (*PatchImageRequest) GetImageResource

func (x *PatchImageRequest) GetImageResource() *Image

func (*PatchImageRequest) GetProject

func (x *PatchImageRequest) GetProject() string

func (*PatchImageRequest) GetRequestId

func (x *PatchImageRequest) GetRequestId() string

func (*PatchImageRequest) ProtoMessage

func (*PatchImageRequest) ProtoMessage()

func (*PatchImageRequest) ProtoReflect

func (x *PatchImageRequest) ProtoReflect() protoreflect.Message

func (*PatchImageRequest) Reset

func (x *PatchImageRequest) Reset()

func (*PatchImageRequest) String

func (x *PatchImageRequest) String() string

type PatchInstanceGroupManagerRequest

type PatchInstanceGroupManagerRequest struct {

	// The name of the instance group manager.
	InstanceGroupManager string `protobuf:"bytes,249363395,opt,name=instance_group_manager,json=instanceGroupManager,proto3" json:"instance_group_manager,omitempty"`
	// The body resource for this request
	InstanceGroupManagerResource *InstanceGroupManager `protobuf:"bytes,261063946,opt,name=instance_group_manager_resource,json=instanceGroupManagerResource,proto3" json:"instance_group_manager_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone where you want to create the managed instance group.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for InstanceGroupManagers.Patch. See the method description for details.

func (*PatchInstanceGroupManagerRequest) Descriptor

func (*PatchInstanceGroupManagerRequest) Descriptor() ([]byte, []int)

Deprecated: Use PatchInstanceGroupManagerRequest.ProtoReflect.Descriptor instead.

func (*PatchInstanceGroupManagerRequest) GetInstanceGroupManager

func (x *PatchInstanceGroupManagerRequest) GetInstanceGroupManager() string

func (*PatchInstanceGroupManagerRequest) GetInstanceGroupManagerResource

func (x *PatchInstanceGroupManagerRequest) GetInstanceGroupManagerResource() *InstanceGroupManager

func (*PatchInstanceGroupManagerRequest) GetProject

func (x *PatchInstanceGroupManagerRequest) GetProject() string

func (*PatchInstanceGroupManagerRequest) GetRequestId

func (x *PatchInstanceGroupManagerRequest) GetRequestId() string

func (*PatchInstanceGroupManagerRequest) GetZone

func (*PatchInstanceGroupManagerRequest) ProtoMessage

func (*PatchInstanceGroupManagerRequest) ProtoMessage()

func (*PatchInstanceGroupManagerRequest) ProtoReflect

func (*PatchInstanceGroupManagerRequest) Reset

func (*PatchInstanceGroupManagerRequest) String

type PatchInterconnectAttachmentRequest

type PatchInterconnectAttachmentRequest struct {

	// Name of the interconnect attachment to patch.
	InterconnectAttachment string `protobuf:"bytes,308135284,opt,name=interconnect_attachment,json=interconnectAttachment,proto3" json:"interconnect_attachment,omitempty"`
	// The body resource for this request
	InterconnectAttachmentResource *InterconnectAttachment `protobuf:"bytes,212341369,opt,name=interconnect_attachment_resource,json=interconnectAttachmentResource,proto3" json:"interconnect_attachment_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for InterconnectAttachments.Patch. See the method description for details.

func (*PatchInterconnectAttachmentRequest) Descriptor

func (*PatchInterconnectAttachmentRequest) Descriptor() ([]byte, []int)

Deprecated: Use PatchInterconnectAttachmentRequest.ProtoReflect.Descriptor instead.

func (*PatchInterconnectAttachmentRequest) GetInterconnectAttachment

func (x *PatchInterconnectAttachmentRequest) GetInterconnectAttachment() string

func (*PatchInterconnectAttachmentRequest) GetInterconnectAttachmentResource

func (x *PatchInterconnectAttachmentRequest) GetInterconnectAttachmentResource() *InterconnectAttachment

func (*PatchInterconnectAttachmentRequest) GetProject

func (*PatchInterconnectAttachmentRequest) GetRegion

func (*PatchInterconnectAttachmentRequest) GetRequestId

func (x *PatchInterconnectAttachmentRequest) GetRequestId() string

func (*PatchInterconnectAttachmentRequest) ProtoMessage

func (*PatchInterconnectAttachmentRequest) ProtoMessage()

func (*PatchInterconnectAttachmentRequest) ProtoReflect

func (*PatchInterconnectAttachmentRequest) Reset

func (*PatchInterconnectAttachmentRequest) String

type PatchInterconnectRequest

type PatchInterconnectRequest struct {

	// Name of the interconnect to update.
	Interconnect string `protobuf:"bytes,224601230,opt,name=interconnect,proto3" json:"interconnect,omitempty"`
	// The body resource for this request
	InterconnectResource *Interconnect `protobuf:"bytes,397611167,opt,name=interconnect_resource,json=interconnectResource,proto3" json:"interconnect_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for Interconnects.Patch. See the method description for details.

func (*PatchInterconnectRequest) Descriptor

func (*PatchInterconnectRequest) Descriptor() ([]byte, []int)

Deprecated: Use PatchInterconnectRequest.ProtoReflect.Descriptor instead.

func (*PatchInterconnectRequest) GetInterconnect

func (x *PatchInterconnectRequest) GetInterconnect() string

func (*PatchInterconnectRequest) GetInterconnectResource

func (x *PatchInterconnectRequest) GetInterconnectResource() *Interconnect

func (*PatchInterconnectRequest) GetProject

func (x *PatchInterconnectRequest) GetProject() string

func (*PatchInterconnectRequest) GetRequestId

func (x *PatchInterconnectRequest) GetRequestId() string

func (*PatchInterconnectRequest) ProtoMessage

func (*PatchInterconnectRequest) ProtoMessage()

func (*PatchInterconnectRequest) ProtoReflect

func (x *PatchInterconnectRequest) ProtoReflect() protoreflect.Message

func (*PatchInterconnectRequest) Reset

func (x *PatchInterconnectRequest) Reset()

func (*PatchInterconnectRequest) String

func (x *PatchInterconnectRequest) String() string

type PatchNetworkEdgeSecurityServiceRequest

type PatchNetworkEdgeSecurityServiceRequest struct {

	// Name of the network edge security service to update.
	NetworkEdgeSecurityService string `protobuf:"bytes,157011879,opt,name=network_edge_security_service,json=networkEdgeSecurityService,proto3" json:"network_edge_security_service,omitempty"`
	// The body resource for this request
	NetworkEdgeSecurityServiceResource *NetworkEdgeSecurityService `protobuf:"bytes,477548966,opt,name=network_edge_security_service_resource,json=networkEdgeSecurityServiceResource,proto3" json:"network_edge_security_service_resource,omitempty"`
	Paths                              *string                     `protobuf:"bytes,106438894,opt,name=paths,proto3,oneof" json:"paths,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Indicates fields to be updated as part of this request.
	UpdateMask *string `protobuf:"bytes,500079778,opt,name=update_mask,json=updateMask,proto3,oneof" json:"update_mask,omitempty"`
	// contains filtered or unexported fields
}

A request message for NetworkEdgeSecurityServices.Patch. See the method description for details.

func (*PatchNetworkEdgeSecurityServiceRequest) Descriptor

func (*PatchNetworkEdgeSecurityServiceRequest) Descriptor() ([]byte, []int)

Deprecated: Use PatchNetworkEdgeSecurityServiceRequest.ProtoReflect.Descriptor instead.

func (*PatchNetworkEdgeSecurityServiceRequest) GetNetworkEdgeSecurityService

func (x *PatchNetworkEdgeSecurityServiceRequest) GetNetworkEdgeSecurityService() string

func (*PatchNetworkEdgeSecurityServiceRequest) GetNetworkEdgeSecurityServiceResource

func (x *PatchNetworkEdgeSecurityServiceRequest) GetNetworkEdgeSecurityServiceResource() *NetworkEdgeSecurityService

func (*PatchNetworkEdgeSecurityServiceRequest) GetPaths

func (*PatchNetworkEdgeSecurityServiceRequest) GetProject

func (*PatchNetworkEdgeSecurityServiceRequest) GetRegion

func (*PatchNetworkEdgeSecurityServiceRequest) GetRequestId

func (*PatchNetworkEdgeSecurityServiceRequest) GetUpdateMask

func (*PatchNetworkEdgeSecurityServiceRequest) ProtoMessage

func (*PatchNetworkEdgeSecurityServiceRequest) ProtoReflect

func (*PatchNetworkEdgeSecurityServiceRequest) Reset

func (*PatchNetworkEdgeSecurityServiceRequest) String

type PatchNetworkFirewallPolicyRequest

type PatchNetworkFirewallPolicyRequest struct {

	// Name of the firewall policy to update.
	FirewallPolicy string `protobuf:"bytes,498173265,opt,name=firewall_policy,json=firewallPolicy,proto3" json:"firewall_policy,omitempty"`
	// The body resource for this request
	FirewallPolicyResource *FirewallPolicy `protobuf:"bytes,495049532,opt,name=firewall_policy_resource,json=firewallPolicyResource,proto3" json:"firewall_policy_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for NetworkFirewallPolicies.Patch. See the method description for details.

func (*PatchNetworkFirewallPolicyRequest) Descriptor

func (*PatchNetworkFirewallPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use PatchNetworkFirewallPolicyRequest.ProtoReflect.Descriptor instead.

func (*PatchNetworkFirewallPolicyRequest) GetFirewallPolicy

func (x *PatchNetworkFirewallPolicyRequest) GetFirewallPolicy() string

func (*PatchNetworkFirewallPolicyRequest) GetFirewallPolicyResource

func (x *PatchNetworkFirewallPolicyRequest) GetFirewallPolicyResource() *FirewallPolicy

func (*PatchNetworkFirewallPolicyRequest) GetProject

func (x *PatchNetworkFirewallPolicyRequest) GetProject() string

func (*PatchNetworkFirewallPolicyRequest) GetRequestId

func (x *PatchNetworkFirewallPolicyRequest) GetRequestId() string

func (*PatchNetworkFirewallPolicyRequest) ProtoMessage

func (*PatchNetworkFirewallPolicyRequest) ProtoMessage()

func (*PatchNetworkFirewallPolicyRequest) ProtoReflect

func (*PatchNetworkFirewallPolicyRequest) Reset

func (*PatchNetworkFirewallPolicyRequest) String

type PatchNetworkRequest

type PatchNetworkRequest struct {

	// Name of the network to update.
	Network string `protobuf:"bytes,232872494,opt,name=network,proto3" json:"network,omitempty"`
	// The body resource for this request
	NetworkResource *Network `protobuf:"bytes,122105599,opt,name=network_resource,json=networkResource,proto3" json:"network_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for Networks.Patch. See the method description for details.

func (*PatchNetworkRequest) Descriptor

func (*PatchNetworkRequest) Descriptor() ([]byte, []int)

Deprecated: Use PatchNetworkRequest.ProtoReflect.Descriptor instead.

func (*PatchNetworkRequest) GetNetwork

func (x *PatchNetworkRequest) GetNetwork() string

func (*PatchNetworkRequest) GetNetworkResource

func (x *PatchNetworkRequest) GetNetworkResource() *Network

func (*PatchNetworkRequest) GetProject

func (x *PatchNetworkRequest) GetProject() string

func (*PatchNetworkRequest) GetRequestId

func (x *PatchNetworkRequest) GetRequestId() string

func (*PatchNetworkRequest) ProtoMessage

func (*PatchNetworkRequest) ProtoMessage()

func (*PatchNetworkRequest) ProtoReflect

func (x *PatchNetworkRequest) ProtoReflect() protoreflect.Message

func (*PatchNetworkRequest) Reset

func (x *PatchNetworkRequest) Reset()

func (*PatchNetworkRequest) String

func (x *PatchNetworkRequest) String() string

type PatchNodeGroupRequest

type PatchNodeGroupRequest struct {

	// Name of the NodeGroup resource to update.
	NodeGroup string `protobuf:"bytes,469958146,opt,name=node_group,json=nodeGroup,proto3" json:"node_group,omitempty"`
	// The body resource for this request
	NodeGroupResource *NodeGroup `protobuf:"bytes,505321899,opt,name=node_group_resource,json=nodeGroupResource,proto3" json:"node_group_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for NodeGroups.Patch. See the method description for details.

func (*PatchNodeGroupRequest) Descriptor

func (*PatchNodeGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use PatchNodeGroupRequest.ProtoReflect.Descriptor instead.

func (*PatchNodeGroupRequest) GetNodeGroup

func (x *PatchNodeGroupRequest) GetNodeGroup() string

func (*PatchNodeGroupRequest) GetNodeGroupResource

func (x *PatchNodeGroupRequest) GetNodeGroupResource() *NodeGroup

func (*PatchNodeGroupRequest) GetProject

func (x *PatchNodeGroupRequest) GetProject() string

func (*PatchNodeGroupRequest) GetRequestId

func (x *PatchNodeGroupRequest) GetRequestId() string

func (*PatchNodeGroupRequest) GetZone

func (x *PatchNodeGroupRequest) GetZone() string

func (*PatchNodeGroupRequest) ProtoMessage

func (*PatchNodeGroupRequest) ProtoMessage()

func (*PatchNodeGroupRequest) ProtoReflect

func (x *PatchNodeGroupRequest) ProtoReflect() protoreflect.Message

func (*PatchNodeGroupRequest) Reset

func (x *PatchNodeGroupRequest) Reset()

func (*PatchNodeGroupRequest) String

func (x *PatchNodeGroupRequest) String() string

type PatchPacketMirroringRequest

type PatchPacketMirroringRequest struct {

	// Name of the PacketMirroring resource to patch.
	PacketMirroring string `protobuf:"bytes,22305996,opt,name=packet_mirroring,json=packetMirroring,proto3" json:"packet_mirroring,omitempty"`
	// The body resource for this request
	PacketMirroringResource *PacketMirroring `protobuf:"bytes,493501985,opt,name=packet_mirroring_resource,json=packetMirroringResource,proto3" json:"packet_mirroring_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for PacketMirrorings.Patch. See the method description for details.

func (*PatchPacketMirroringRequest) Descriptor

func (*PatchPacketMirroringRequest) Descriptor() ([]byte, []int)

Deprecated: Use PatchPacketMirroringRequest.ProtoReflect.Descriptor instead.

func (*PatchPacketMirroringRequest) GetPacketMirroring

func (x *PatchPacketMirroringRequest) GetPacketMirroring() string

func (*PatchPacketMirroringRequest) GetPacketMirroringResource

func (x *PatchPacketMirroringRequest) GetPacketMirroringResource() *PacketMirroring

func (*PatchPacketMirroringRequest) GetProject

func (x *PatchPacketMirroringRequest) GetProject() string

func (*PatchPacketMirroringRequest) GetRegion

func (x *PatchPacketMirroringRequest) GetRegion() string

func (*PatchPacketMirroringRequest) GetRequestId

func (x *PatchPacketMirroringRequest) GetRequestId() string

func (*PatchPacketMirroringRequest) ProtoMessage

func (*PatchPacketMirroringRequest) ProtoMessage()

func (*PatchPacketMirroringRequest) ProtoReflect

func (*PatchPacketMirroringRequest) Reset

func (x *PatchPacketMirroringRequest) Reset()

func (*PatchPacketMirroringRequest) String

func (x *PatchPacketMirroringRequest) String() string

type PatchPerInstanceConfigsInstanceGroupManagerRequest

type PatchPerInstanceConfigsInstanceGroupManagerRequest struct {

	// The name of the managed instance group. It should conform to RFC1035.
	InstanceGroupManager string `protobuf:"bytes,249363395,opt,name=instance_group_manager,json=instanceGroupManager,proto3" json:"instance_group_manager,omitempty"`
	// The body resource for this request
	InstanceGroupManagersPatchPerInstanceConfigsReqResource *InstanceGroupManagersPatchPerInstanceConfigsReq `protobuf:"bytes,356650495,opt,name=instance_group_managers_patch_per_instance_configs_req_resource,json=instanceGroupManagersPatchPerInstanceConfigsReqResource,proto3" json:"instance_group_managers_patch_per_instance_configs_req_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone where the managed instance group is located. It should conform to RFC1035.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for InstanceGroupManagers.PatchPerInstanceConfigs. See the method description for details.

func (*PatchPerInstanceConfigsInstanceGroupManagerRequest) Descriptor

Deprecated: Use PatchPerInstanceConfigsInstanceGroupManagerRequest.ProtoReflect.Descriptor instead.

func (*PatchPerInstanceConfigsInstanceGroupManagerRequest) GetInstanceGroupManager

func (x *PatchPerInstanceConfigsInstanceGroupManagerRequest) GetInstanceGroupManager() string

func (*PatchPerInstanceConfigsInstanceGroupManagerRequest) GetInstanceGroupManagersPatchPerInstanceConfigsReqResource

func (x *PatchPerInstanceConfigsInstanceGroupManagerRequest) GetInstanceGroupManagersPatchPerInstanceConfigsReqResource() *InstanceGroupManagersPatchPerInstanceConfigsReq

func (*PatchPerInstanceConfigsInstanceGroupManagerRequest) GetProject

func (*PatchPerInstanceConfigsInstanceGroupManagerRequest) GetRequestId

func (*PatchPerInstanceConfigsInstanceGroupManagerRequest) GetZone

func (*PatchPerInstanceConfigsInstanceGroupManagerRequest) ProtoMessage

func (*PatchPerInstanceConfigsInstanceGroupManagerRequest) ProtoReflect

func (*PatchPerInstanceConfigsInstanceGroupManagerRequest) Reset

func (*PatchPerInstanceConfigsInstanceGroupManagerRequest) String

type PatchPerInstanceConfigsRegionInstanceGroupManagerRequest

type PatchPerInstanceConfigsRegionInstanceGroupManagerRequest struct {

	// The name of the managed instance group. It should conform to RFC1035.
	InstanceGroupManager string `protobuf:"bytes,249363395,opt,name=instance_group_manager,json=instanceGroupManager,proto3" json:"instance_group_manager,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request, should conform to RFC1035.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// The body resource for this request
	RegionInstanceGroupManagerPatchInstanceConfigReqResource *RegionInstanceGroupManagerPatchInstanceConfigReq `protobuf:"bytes,197682890,opt,name=region_instance_group_manager_patch_instance_config_req_resource,json=regionInstanceGroupManagerPatchInstanceConfigReqResource,proto3" json:"region_instance_group_manager_patch_instance_config_req_resource,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionInstanceGroupManagers.PatchPerInstanceConfigs. See the method description for details.

func (*PatchPerInstanceConfigsRegionInstanceGroupManagerRequest) Descriptor

Deprecated: Use PatchPerInstanceConfigsRegionInstanceGroupManagerRequest.ProtoReflect.Descriptor instead.

func (*PatchPerInstanceConfigsRegionInstanceGroupManagerRequest) GetInstanceGroupManager

func (*PatchPerInstanceConfigsRegionInstanceGroupManagerRequest) GetProject

func (*PatchPerInstanceConfigsRegionInstanceGroupManagerRequest) GetRegion

func (*PatchPerInstanceConfigsRegionInstanceGroupManagerRequest) GetRegionInstanceGroupManagerPatchInstanceConfigReqResource

func (x *PatchPerInstanceConfigsRegionInstanceGroupManagerRequest) GetRegionInstanceGroupManagerPatchInstanceConfigReqResource() *RegionInstanceGroupManagerPatchInstanceConfigReq

func (*PatchPerInstanceConfigsRegionInstanceGroupManagerRequest) GetRequestId

func (*PatchPerInstanceConfigsRegionInstanceGroupManagerRequest) ProtoMessage

func (*PatchPerInstanceConfigsRegionInstanceGroupManagerRequest) ProtoReflect

func (*PatchPerInstanceConfigsRegionInstanceGroupManagerRequest) Reset

func (*PatchPerInstanceConfigsRegionInstanceGroupManagerRequest) String

type PatchPublicAdvertisedPrefixeRequest

type PatchPublicAdvertisedPrefixeRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the PublicAdvertisedPrefix resource to patch.
	PublicAdvertisedPrefix string `protobuf:"bytes,101874590,opt,name=public_advertised_prefix,json=publicAdvertisedPrefix,proto3" json:"public_advertised_prefix,omitempty"`
	// The body resource for this request
	PublicAdvertisedPrefixResource *PublicAdvertisedPrefix `protobuf:"bytes,233614223,opt,name=public_advertised_prefix_resource,json=publicAdvertisedPrefixResource,proto3" json:"public_advertised_prefix_resource,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for PublicAdvertisedPrefixes.Patch. See the method description for details.

func (*PatchPublicAdvertisedPrefixeRequest) Descriptor

func (*PatchPublicAdvertisedPrefixeRequest) Descriptor() ([]byte, []int)

Deprecated: Use PatchPublicAdvertisedPrefixeRequest.ProtoReflect.Descriptor instead.

func (*PatchPublicAdvertisedPrefixeRequest) GetProject

func (*PatchPublicAdvertisedPrefixeRequest) GetPublicAdvertisedPrefix

func (x *PatchPublicAdvertisedPrefixeRequest) GetPublicAdvertisedPrefix() string

func (*PatchPublicAdvertisedPrefixeRequest) GetPublicAdvertisedPrefixResource

func (x *PatchPublicAdvertisedPrefixeRequest) GetPublicAdvertisedPrefixResource() *PublicAdvertisedPrefix

func (*PatchPublicAdvertisedPrefixeRequest) GetRequestId

func (x *PatchPublicAdvertisedPrefixeRequest) GetRequestId() string

func (*PatchPublicAdvertisedPrefixeRequest) ProtoMessage

func (*PatchPublicAdvertisedPrefixeRequest) ProtoMessage()

func (*PatchPublicAdvertisedPrefixeRequest) ProtoReflect

func (*PatchPublicAdvertisedPrefixeRequest) Reset

func (*PatchPublicAdvertisedPrefixeRequest) String

type PatchPublicDelegatedPrefixeRequest

type PatchPublicDelegatedPrefixeRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the PublicDelegatedPrefix resource to patch.
	PublicDelegatedPrefix string `protobuf:"bytes,204238440,opt,name=public_delegated_prefix,json=publicDelegatedPrefix,proto3" json:"public_delegated_prefix,omitempty"`
	// The body resource for this request
	PublicDelegatedPrefixResource *PublicDelegatedPrefix `protobuf:"bytes,47594501,opt,name=public_delegated_prefix_resource,json=publicDelegatedPrefixResource,proto3" json:"public_delegated_prefix_resource,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for PublicDelegatedPrefixes.Patch. See the method description for details.

func (*PatchPublicDelegatedPrefixeRequest) Descriptor

func (*PatchPublicDelegatedPrefixeRequest) Descriptor() ([]byte, []int)

Deprecated: Use PatchPublicDelegatedPrefixeRequest.ProtoReflect.Descriptor instead.

func (*PatchPublicDelegatedPrefixeRequest) GetProject

func (*PatchPublicDelegatedPrefixeRequest) GetPublicDelegatedPrefix

func (x *PatchPublicDelegatedPrefixeRequest) GetPublicDelegatedPrefix() string

func (*PatchPublicDelegatedPrefixeRequest) GetPublicDelegatedPrefixResource

func (x *PatchPublicDelegatedPrefixeRequest) GetPublicDelegatedPrefixResource() *PublicDelegatedPrefix

func (*PatchPublicDelegatedPrefixeRequest) GetRegion

func (*PatchPublicDelegatedPrefixeRequest) GetRequestId

func (x *PatchPublicDelegatedPrefixeRequest) GetRequestId() string

func (*PatchPublicDelegatedPrefixeRequest) ProtoMessage

func (*PatchPublicDelegatedPrefixeRequest) ProtoMessage()

func (*PatchPublicDelegatedPrefixeRequest) ProtoReflect

func (*PatchPublicDelegatedPrefixeRequest) Reset

func (*PatchPublicDelegatedPrefixeRequest) String

type PatchRegionAutoscalerRequest

type PatchRegionAutoscalerRequest struct {

	// Name of the autoscaler to patch.
	Autoscaler *string `protobuf:"bytes,517258967,opt,name=autoscaler,proto3,oneof" json:"autoscaler,omitempty"`
	// The body resource for this request
	AutoscalerResource *Autoscaler `protobuf:"bytes,207616118,opt,name=autoscaler_resource,json=autoscalerResource,proto3" json:"autoscaler_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionAutoscalers.Patch. See the method description for details.

func (*PatchRegionAutoscalerRequest) Descriptor

func (*PatchRegionAutoscalerRequest) Descriptor() ([]byte, []int)

Deprecated: Use PatchRegionAutoscalerRequest.ProtoReflect.Descriptor instead.

func (*PatchRegionAutoscalerRequest) GetAutoscaler

func (x *PatchRegionAutoscalerRequest) GetAutoscaler() string

func (*PatchRegionAutoscalerRequest) GetAutoscalerResource

func (x *PatchRegionAutoscalerRequest) GetAutoscalerResource() *Autoscaler

func (*PatchRegionAutoscalerRequest) GetProject

func (x *PatchRegionAutoscalerRequest) GetProject() string

func (*PatchRegionAutoscalerRequest) GetRegion

func (x *PatchRegionAutoscalerRequest) GetRegion() string

func (*PatchRegionAutoscalerRequest) GetRequestId

func (x *PatchRegionAutoscalerRequest) GetRequestId() string

func (*PatchRegionAutoscalerRequest) ProtoMessage

func (*PatchRegionAutoscalerRequest) ProtoMessage()

func (*PatchRegionAutoscalerRequest) ProtoReflect

func (*PatchRegionAutoscalerRequest) Reset

func (x *PatchRegionAutoscalerRequest) Reset()

func (*PatchRegionAutoscalerRequest) String

type PatchRegionBackendServiceRequest

type PatchRegionBackendServiceRequest struct {

	// Name of the BackendService resource to patch.
	BackendService string `protobuf:"bytes,306946058,opt,name=backend_service,json=backendService,proto3" json:"backend_service,omitempty"`
	// The body resource for this request
	BackendServiceResource *BackendService `protobuf:"bytes,347586723,opt,name=backend_service_resource,json=backendServiceResource,proto3" json:"backend_service_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionBackendServices.Patch. See the method description for details.

func (*PatchRegionBackendServiceRequest) Descriptor

func (*PatchRegionBackendServiceRequest) Descriptor() ([]byte, []int)

Deprecated: Use PatchRegionBackendServiceRequest.ProtoReflect.Descriptor instead.

func (*PatchRegionBackendServiceRequest) GetBackendService

func (x *PatchRegionBackendServiceRequest) GetBackendService() string

func (*PatchRegionBackendServiceRequest) GetBackendServiceResource

func (x *PatchRegionBackendServiceRequest) GetBackendServiceResource() *BackendService

func (*PatchRegionBackendServiceRequest) GetProject

func (x *PatchRegionBackendServiceRequest) GetProject() string

func (*PatchRegionBackendServiceRequest) GetRegion

func (*PatchRegionBackendServiceRequest) GetRequestId

func (x *PatchRegionBackendServiceRequest) GetRequestId() string

func (*PatchRegionBackendServiceRequest) ProtoMessage

func (*PatchRegionBackendServiceRequest) ProtoMessage()

func (*PatchRegionBackendServiceRequest) ProtoReflect

func (*PatchRegionBackendServiceRequest) Reset

func (*PatchRegionBackendServiceRequest) String

type PatchRegionHealthCheckRequest

type PatchRegionHealthCheckRequest struct {

	// Name of the HealthCheck resource to patch.
	HealthCheck string `protobuf:"bytes,308876645,opt,name=health_check,json=healthCheck,proto3" json:"health_check,omitempty"`
	// The body resource for this request
	HealthCheckResource *HealthCheck `protobuf:"bytes,201925032,opt,name=health_check_resource,json=healthCheckResource,proto3" json:"health_check_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionHealthChecks.Patch. See the method description for details.

func (*PatchRegionHealthCheckRequest) Descriptor

func (*PatchRegionHealthCheckRequest) Descriptor() ([]byte, []int)

Deprecated: Use PatchRegionHealthCheckRequest.ProtoReflect.Descriptor instead.

func (*PatchRegionHealthCheckRequest) GetHealthCheck

func (x *PatchRegionHealthCheckRequest) GetHealthCheck() string

func (*PatchRegionHealthCheckRequest) GetHealthCheckResource

func (x *PatchRegionHealthCheckRequest) GetHealthCheckResource() *HealthCheck

func (*PatchRegionHealthCheckRequest) GetProject

func (x *PatchRegionHealthCheckRequest) GetProject() string

func (*PatchRegionHealthCheckRequest) GetRegion

func (x *PatchRegionHealthCheckRequest) GetRegion() string

func (*PatchRegionHealthCheckRequest) GetRequestId

func (x *PatchRegionHealthCheckRequest) GetRequestId() string

func (*PatchRegionHealthCheckRequest) ProtoMessage

func (*PatchRegionHealthCheckRequest) ProtoMessage()

func (*PatchRegionHealthCheckRequest) ProtoReflect

func (*PatchRegionHealthCheckRequest) Reset

func (x *PatchRegionHealthCheckRequest) Reset()

func (*PatchRegionHealthCheckRequest) String

type PatchRegionHealthCheckServiceRequest

type PatchRegionHealthCheckServiceRequest struct {

	// Name of the HealthCheckService to update. The name must be 1-63 characters long, and comply with RFC1035.
	HealthCheckService string `protobuf:"bytes,408374747,opt,name=health_check_service,json=healthCheckService,proto3" json:"health_check_service,omitempty"`
	// The body resource for this request
	HealthCheckServiceResource *HealthCheckService `protobuf:"bytes,477367794,opt,name=health_check_service_resource,json=healthCheckServiceResource,proto3" json:"health_check_service_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionHealthCheckServices.Patch. See the method description for details.

func (*PatchRegionHealthCheckServiceRequest) Descriptor

func (*PatchRegionHealthCheckServiceRequest) Descriptor() ([]byte, []int)

Deprecated: Use PatchRegionHealthCheckServiceRequest.ProtoReflect.Descriptor instead.

func (*PatchRegionHealthCheckServiceRequest) GetHealthCheckService

func (x *PatchRegionHealthCheckServiceRequest) GetHealthCheckService() string

func (*PatchRegionHealthCheckServiceRequest) GetHealthCheckServiceResource

func (x *PatchRegionHealthCheckServiceRequest) GetHealthCheckServiceResource() *HealthCheckService

func (*PatchRegionHealthCheckServiceRequest) GetProject

func (*PatchRegionHealthCheckServiceRequest) GetRegion

func (*PatchRegionHealthCheckServiceRequest) GetRequestId

func (x *PatchRegionHealthCheckServiceRequest) GetRequestId() string

func (*PatchRegionHealthCheckServiceRequest) ProtoMessage

func (*PatchRegionHealthCheckServiceRequest) ProtoMessage()

func (*PatchRegionHealthCheckServiceRequest) ProtoReflect

func (*PatchRegionHealthCheckServiceRequest) Reset

func (*PatchRegionHealthCheckServiceRequest) String

type PatchRegionInstanceGroupManagerRequest

type PatchRegionInstanceGroupManagerRequest struct {

	// The name of the instance group manager.
	InstanceGroupManager string `protobuf:"bytes,249363395,opt,name=instance_group_manager,json=instanceGroupManager,proto3" json:"instance_group_manager,omitempty"`
	// The body resource for this request
	InstanceGroupManagerResource *InstanceGroupManager `protobuf:"bytes,261063946,opt,name=instance_group_manager_resource,json=instanceGroupManagerResource,proto3" json:"instance_group_manager_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionInstanceGroupManagers.Patch. See the method description for details.

func (*PatchRegionInstanceGroupManagerRequest) Descriptor

func (*PatchRegionInstanceGroupManagerRequest) Descriptor() ([]byte, []int)

Deprecated: Use PatchRegionInstanceGroupManagerRequest.ProtoReflect.Descriptor instead.

func (*PatchRegionInstanceGroupManagerRequest) GetInstanceGroupManager

func (x *PatchRegionInstanceGroupManagerRequest) GetInstanceGroupManager() string

func (*PatchRegionInstanceGroupManagerRequest) GetInstanceGroupManagerResource

func (x *PatchRegionInstanceGroupManagerRequest) GetInstanceGroupManagerResource() *InstanceGroupManager

func (*PatchRegionInstanceGroupManagerRequest) GetProject

func (*PatchRegionInstanceGroupManagerRequest) GetRegion

func (*PatchRegionInstanceGroupManagerRequest) GetRequestId

func (*PatchRegionInstanceGroupManagerRequest) ProtoMessage

func (*PatchRegionInstanceGroupManagerRequest) ProtoReflect

func (*PatchRegionInstanceGroupManagerRequest) Reset

func (*PatchRegionInstanceGroupManagerRequest) String

type PatchRegionNetworkFirewallPolicyRequest

type PatchRegionNetworkFirewallPolicyRequest struct {

	// Name of the firewall policy to update.
	FirewallPolicy string `protobuf:"bytes,498173265,opt,name=firewall_policy,json=firewallPolicy,proto3" json:"firewall_policy,omitempty"`
	// The body resource for this request
	FirewallPolicyResource *FirewallPolicy `protobuf:"bytes,495049532,opt,name=firewall_policy_resource,json=firewallPolicyResource,proto3" json:"firewall_policy_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionNetworkFirewallPolicies.Patch. See the method description for details.

func (*PatchRegionNetworkFirewallPolicyRequest) Descriptor

func (*PatchRegionNetworkFirewallPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use PatchRegionNetworkFirewallPolicyRequest.ProtoReflect.Descriptor instead.

func (*PatchRegionNetworkFirewallPolicyRequest) GetFirewallPolicy

func (x *PatchRegionNetworkFirewallPolicyRequest) GetFirewallPolicy() string

func (*PatchRegionNetworkFirewallPolicyRequest) GetFirewallPolicyResource

func (x *PatchRegionNetworkFirewallPolicyRequest) GetFirewallPolicyResource() *FirewallPolicy

func (*PatchRegionNetworkFirewallPolicyRequest) GetProject

func (*PatchRegionNetworkFirewallPolicyRequest) GetRegion

func (*PatchRegionNetworkFirewallPolicyRequest) GetRequestId

func (*PatchRegionNetworkFirewallPolicyRequest) ProtoMessage

func (*PatchRegionNetworkFirewallPolicyRequest) ProtoReflect

func (*PatchRegionNetworkFirewallPolicyRequest) Reset

func (*PatchRegionNetworkFirewallPolicyRequest) String

type PatchRegionSecurityPolicyRequest

type PatchRegionSecurityPolicyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the security policy to update.
	SecurityPolicy string `protobuf:"bytes,171082513,opt,name=security_policy,json=securityPolicy,proto3" json:"security_policy,omitempty"`
	// The body resource for this request
	SecurityPolicyResource *SecurityPolicy `protobuf:"bytes,216159612,opt,name=security_policy_resource,json=securityPolicyResource,proto3" json:"security_policy_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionSecurityPolicies.Patch. See the method description for details.

func (*PatchRegionSecurityPolicyRequest) Descriptor

func (*PatchRegionSecurityPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use PatchRegionSecurityPolicyRequest.ProtoReflect.Descriptor instead.

func (*PatchRegionSecurityPolicyRequest) GetProject

func (x *PatchRegionSecurityPolicyRequest) GetProject() string

func (*PatchRegionSecurityPolicyRequest) GetRegion

func (*PatchRegionSecurityPolicyRequest) GetRequestId

func (x *PatchRegionSecurityPolicyRequest) GetRequestId() string

func (*PatchRegionSecurityPolicyRequest) GetSecurityPolicy

func (x *PatchRegionSecurityPolicyRequest) GetSecurityPolicy() string

func (*PatchRegionSecurityPolicyRequest) GetSecurityPolicyResource

func (x *PatchRegionSecurityPolicyRequest) GetSecurityPolicyResource() *SecurityPolicy

func (*PatchRegionSecurityPolicyRequest) ProtoMessage

func (*PatchRegionSecurityPolicyRequest) ProtoMessage()

func (*PatchRegionSecurityPolicyRequest) ProtoReflect

func (*PatchRegionSecurityPolicyRequest) Reset

func (*PatchRegionSecurityPolicyRequest) String

type PatchRegionSslPolicyRequest

type PatchRegionSslPolicyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the SSL policy to update. The name must be 1-63 characters long, and comply with RFC1035.
	SslPolicy string `protobuf:"bytes,295190213,opt,name=ssl_policy,json=sslPolicy,proto3" json:"ssl_policy,omitempty"`
	// The body resource for this request
	SslPolicyResource *SslPolicy `protobuf:"bytes,274891848,opt,name=ssl_policy_resource,json=sslPolicyResource,proto3" json:"ssl_policy_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionSslPolicies.Patch. See the method description for details.

func (*PatchRegionSslPolicyRequest) Descriptor

func (*PatchRegionSslPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use PatchRegionSslPolicyRequest.ProtoReflect.Descriptor instead.

func (*PatchRegionSslPolicyRequest) GetProject

func (x *PatchRegionSslPolicyRequest) GetProject() string

func (*PatchRegionSslPolicyRequest) GetRegion

func (x *PatchRegionSslPolicyRequest) GetRegion() string

func (*PatchRegionSslPolicyRequest) GetRequestId

func (x *PatchRegionSslPolicyRequest) GetRequestId() string

func (*PatchRegionSslPolicyRequest) GetSslPolicy

func (x *PatchRegionSslPolicyRequest) GetSslPolicy() string

func (*PatchRegionSslPolicyRequest) GetSslPolicyResource

func (x *PatchRegionSslPolicyRequest) GetSslPolicyResource() *SslPolicy

func (*PatchRegionSslPolicyRequest) ProtoMessage

func (*PatchRegionSslPolicyRequest) ProtoMessage()

func (*PatchRegionSslPolicyRequest) ProtoReflect

func (*PatchRegionSslPolicyRequest) Reset

func (x *PatchRegionSslPolicyRequest) Reset()

func (*PatchRegionSslPolicyRequest) String

func (x *PatchRegionSslPolicyRequest) String() string

type PatchRegionTargetHttpsProxyRequest

type PatchRegionTargetHttpsProxyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the TargetHttpsProxy resource to patch.
	TargetHttpsProxy string `protobuf:"bytes,52336748,opt,name=target_https_proxy,json=targetHttpsProxy,proto3" json:"target_https_proxy,omitempty"`
	// The body resource for this request
	TargetHttpsProxyResource *TargetHttpsProxy `protobuf:"bytes,433657473,opt,name=target_https_proxy_resource,json=targetHttpsProxyResource,proto3" json:"target_https_proxy_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionTargetHttpsProxies.Patch. See the method description for details.

func (*PatchRegionTargetHttpsProxyRequest) Descriptor

func (*PatchRegionTargetHttpsProxyRequest) Descriptor() ([]byte, []int)

Deprecated: Use PatchRegionTargetHttpsProxyRequest.ProtoReflect.Descriptor instead.

func (*PatchRegionTargetHttpsProxyRequest) GetProject

func (*PatchRegionTargetHttpsProxyRequest) GetRegion

func (*PatchRegionTargetHttpsProxyRequest) GetRequestId

func (x *PatchRegionTargetHttpsProxyRequest) GetRequestId() string

func (*PatchRegionTargetHttpsProxyRequest) GetTargetHttpsProxy

func (x *PatchRegionTargetHttpsProxyRequest) GetTargetHttpsProxy() string

func (*PatchRegionTargetHttpsProxyRequest) GetTargetHttpsProxyResource

func (x *PatchRegionTargetHttpsProxyRequest) GetTargetHttpsProxyResource() *TargetHttpsProxy

func (*PatchRegionTargetHttpsProxyRequest) ProtoMessage

func (*PatchRegionTargetHttpsProxyRequest) ProtoMessage()

func (*PatchRegionTargetHttpsProxyRequest) ProtoReflect

func (*PatchRegionTargetHttpsProxyRequest) Reset

func (*PatchRegionTargetHttpsProxyRequest) String

type PatchRegionUrlMapRequest

type PatchRegionUrlMapRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// begin_interface: MixerMutationRequestBuilder Request ID to support idempotency.
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the UrlMap resource to patch.
	UrlMap string `protobuf:"bytes,367020684,opt,name=url_map,json=urlMap,proto3" json:"url_map,omitempty"`
	// The body resource for this request
	UrlMapResource *UrlMap `protobuf:"bytes,168675425,opt,name=url_map_resource,json=urlMapResource,proto3" json:"url_map_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionUrlMaps.Patch. See the method description for details.

func (*PatchRegionUrlMapRequest) Descriptor

func (*PatchRegionUrlMapRequest) Descriptor() ([]byte, []int)

Deprecated: Use PatchRegionUrlMapRequest.ProtoReflect.Descriptor instead.

func (*PatchRegionUrlMapRequest) GetProject

func (x *PatchRegionUrlMapRequest) GetProject() string

func (*PatchRegionUrlMapRequest) GetRegion

func (x *PatchRegionUrlMapRequest) GetRegion() string

func (*PatchRegionUrlMapRequest) GetRequestId

func (x *PatchRegionUrlMapRequest) GetRequestId() string

func (*PatchRegionUrlMapRequest) GetUrlMap

func (x *PatchRegionUrlMapRequest) GetUrlMap() string

func (*PatchRegionUrlMapRequest) GetUrlMapResource

func (x *PatchRegionUrlMapRequest) GetUrlMapResource() *UrlMap

func (*PatchRegionUrlMapRequest) ProtoMessage

func (*PatchRegionUrlMapRequest) ProtoMessage()

func (*PatchRegionUrlMapRequest) ProtoReflect

func (x *PatchRegionUrlMapRequest) ProtoReflect() protoreflect.Message

func (*PatchRegionUrlMapRequest) Reset

func (x *PatchRegionUrlMapRequest) Reset()

func (*PatchRegionUrlMapRequest) String

func (x *PatchRegionUrlMapRequest) String() string

type PatchResourcePolicyRequest

type PatchResourcePolicyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Id of the resource policy to patch.
	ResourcePolicy string `protobuf:"bytes,159240835,opt,name=resource_policy,json=resourcePolicy,proto3" json:"resource_policy,omitempty"`
	// The body resource for this request
	ResourcePolicyResource *ResourcePolicy `protobuf:"bytes,76826186,opt,name=resource_policy_resource,json=resourcePolicyResource,proto3" json:"resource_policy_resource,omitempty"`
	// update_mask indicates fields to be updated as part of this request.
	UpdateMask *string `protobuf:"bytes,500079778,opt,name=update_mask,json=updateMask,proto3,oneof" json:"update_mask,omitempty"`
	// contains filtered or unexported fields
}

A request message for ResourcePolicies.Patch. See the method description for details.

func (*PatchResourcePolicyRequest) Descriptor

func (*PatchResourcePolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use PatchResourcePolicyRequest.ProtoReflect.Descriptor instead.

func (*PatchResourcePolicyRequest) GetProject

func (x *PatchResourcePolicyRequest) GetProject() string

func (*PatchResourcePolicyRequest) GetRegion

func (x *PatchResourcePolicyRequest) GetRegion() string

func (*PatchResourcePolicyRequest) GetRequestId

func (x *PatchResourcePolicyRequest) GetRequestId() string

func (*PatchResourcePolicyRequest) GetResourcePolicy

func (x *PatchResourcePolicyRequest) GetResourcePolicy() string

func (*PatchResourcePolicyRequest) GetResourcePolicyResource

func (x *PatchResourcePolicyRequest) GetResourcePolicyResource() *ResourcePolicy

func (*PatchResourcePolicyRequest) GetUpdateMask

func (x *PatchResourcePolicyRequest) GetUpdateMask() string

func (*PatchResourcePolicyRequest) ProtoMessage

func (*PatchResourcePolicyRequest) ProtoMessage()

func (*PatchResourcePolicyRequest) ProtoReflect

func (*PatchResourcePolicyRequest) Reset

func (x *PatchResourcePolicyRequest) Reset()

func (*PatchResourcePolicyRequest) String

func (x *PatchResourcePolicyRequest) String() string

type PatchRouterRequest

type PatchRouterRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the Router resource to patch.
	Router string `protobuf:"bytes,148608841,opt,name=router,proto3" json:"router,omitempty"`
	// The body resource for this request
	RouterResource *Router `protobuf:"bytes,155222084,opt,name=router_resource,json=routerResource,proto3" json:"router_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for Routers.Patch. See the method description for details.

func (*PatchRouterRequest) Descriptor

func (*PatchRouterRequest) Descriptor() ([]byte, []int)

Deprecated: Use PatchRouterRequest.ProtoReflect.Descriptor instead.

func (*PatchRouterRequest) GetProject

func (x *PatchRouterRequest) GetProject() string

func (*PatchRouterRequest) GetRegion

func (x *PatchRouterRequest) GetRegion() string

func (*PatchRouterRequest) GetRequestId

func (x *PatchRouterRequest) GetRequestId() string

func (*PatchRouterRequest) GetRouter

func (x *PatchRouterRequest) GetRouter() string

func (*PatchRouterRequest) GetRouterResource

func (x *PatchRouterRequest) GetRouterResource() *Router

func (*PatchRouterRequest) ProtoMessage

func (*PatchRouterRequest) ProtoMessage()

func (*PatchRouterRequest) ProtoReflect

func (x *PatchRouterRequest) ProtoReflect() protoreflect.Message

func (*PatchRouterRequest) Reset

func (x *PatchRouterRequest) Reset()

func (*PatchRouterRequest) String

func (x *PatchRouterRequest) String() string

type PatchRuleFirewallPolicyRequest

type PatchRuleFirewallPolicyRequest struct {

	// Name of the firewall policy to update.
	FirewallPolicy string `protobuf:"bytes,498173265,opt,name=firewall_policy,json=firewallPolicy,proto3" json:"firewall_policy,omitempty"`
	// The body resource for this request
	FirewallPolicyRuleResource *FirewallPolicyRule `protobuf:"bytes,250523523,opt,name=firewall_policy_rule_resource,json=firewallPolicyRuleResource,proto3" json:"firewall_policy_rule_resource,omitempty"`
	// The priority of the rule to patch.
	Priority *int32 `protobuf:"varint,445151652,opt,name=priority,proto3,oneof" json:"priority,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for FirewallPolicies.PatchRule. See the method description for details.

func (*PatchRuleFirewallPolicyRequest) Descriptor

func (*PatchRuleFirewallPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use PatchRuleFirewallPolicyRequest.ProtoReflect.Descriptor instead.

func (*PatchRuleFirewallPolicyRequest) GetFirewallPolicy

func (x *PatchRuleFirewallPolicyRequest) GetFirewallPolicy() string

func (*PatchRuleFirewallPolicyRequest) GetFirewallPolicyRuleResource

func (x *PatchRuleFirewallPolicyRequest) GetFirewallPolicyRuleResource() *FirewallPolicyRule

func (*PatchRuleFirewallPolicyRequest) GetPriority

func (x *PatchRuleFirewallPolicyRequest) GetPriority() int32

func (*PatchRuleFirewallPolicyRequest) GetRequestId

func (x *PatchRuleFirewallPolicyRequest) GetRequestId() string

func (*PatchRuleFirewallPolicyRequest) ProtoMessage

func (*PatchRuleFirewallPolicyRequest) ProtoMessage()

func (*PatchRuleFirewallPolicyRequest) ProtoReflect

func (*PatchRuleFirewallPolicyRequest) Reset

func (x *PatchRuleFirewallPolicyRequest) Reset()

func (*PatchRuleFirewallPolicyRequest) String

type PatchRuleNetworkFirewallPolicyRequest

type PatchRuleNetworkFirewallPolicyRequest struct {

	// Name of the firewall policy to update.
	FirewallPolicy string `protobuf:"bytes,498173265,opt,name=firewall_policy,json=firewallPolicy,proto3" json:"firewall_policy,omitempty"`
	// The body resource for this request
	FirewallPolicyRuleResource *FirewallPolicyRule `protobuf:"bytes,250523523,opt,name=firewall_policy_rule_resource,json=firewallPolicyRuleResource,proto3" json:"firewall_policy_rule_resource,omitempty"`
	// The priority of the rule to patch.
	Priority *int32 `protobuf:"varint,445151652,opt,name=priority,proto3,oneof" json:"priority,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for NetworkFirewallPolicies.PatchRule. See the method description for details.

func (*PatchRuleNetworkFirewallPolicyRequest) Descriptor

func (*PatchRuleNetworkFirewallPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use PatchRuleNetworkFirewallPolicyRequest.ProtoReflect.Descriptor instead.

func (*PatchRuleNetworkFirewallPolicyRequest) GetFirewallPolicy

func (x *PatchRuleNetworkFirewallPolicyRequest) GetFirewallPolicy() string

func (*PatchRuleNetworkFirewallPolicyRequest) GetFirewallPolicyRuleResource

func (x *PatchRuleNetworkFirewallPolicyRequest) GetFirewallPolicyRuleResource() *FirewallPolicyRule

func (*PatchRuleNetworkFirewallPolicyRequest) GetPriority

func (*PatchRuleNetworkFirewallPolicyRequest) GetProject

func (*PatchRuleNetworkFirewallPolicyRequest) GetRequestId

func (*PatchRuleNetworkFirewallPolicyRequest) ProtoMessage

func (*PatchRuleNetworkFirewallPolicyRequest) ProtoMessage()

func (*PatchRuleNetworkFirewallPolicyRequest) ProtoReflect

func (*PatchRuleNetworkFirewallPolicyRequest) Reset

func (*PatchRuleNetworkFirewallPolicyRequest) String

type PatchRuleRegionNetworkFirewallPolicyRequest

type PatchRuleRegionNetworkFirewallPolicyRequest struct {

	// Name of the firewall policy to update.
	FirewallPolicy string `protobuf:"bytes,498173265,opt,name=firewall_policy,json=firewallPolicy,proto3" json:"firewall_policy,omitempty"`
	// The body resource for this request
	FirewallPolicyRuleResource *FirewallPolicyRule `protobuf:"bytes,250523523,opt,name=firewall_policy_rule_resource,json=firewallPolicyRuleResource,proto3" json:"firewall_policy_rule_resource,omitempty"`
	// The priority of the rule to patch.
	Priority *int32 `protobuf:"varint,445151652,opt,name=priority,proto3,oneof" json:"priority,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionNetworkFirewallPolicies.PatchRule. See the method description for details.

func (*PatchRuleRegionNetworkFirewallPolicyRequest) Descriptor

Deprecated: Use PatchRuleRegionNetworkFirewallPolicyRequest.ProtoReflect.Descriptor instead.

func (*PatchRuleRegionNetworkFirewallPolicyRequest) GetFirewallPolicy

func (x *PatchRuleRegionNetworkFirewallPolicyRequest) GetFirewallPolicy() string

func (*PatchRuleRegionNetworkFirewallPolicyRequest) GetFirewallPolicyRuleResource

func (x *PatchRuleRegionNetworkFirewallPolicyRequest) GetFirewallPolicyRuleResource() *FirewallPolicyRule

func (*PatchRuleRegionNetworkFirewallPolicyRequest) GetPriority

func (*PatchRuleRegionNetworkFirewallPolicyRequest) GetProject

func (*PatchRuleRegionNetworkFirewallPolicyRequest) GetRegion

func (*PatchRuleRegionNetworkFirewallPolicyRequest) GetRequestId

func (*PatchRuleRegionNetworkFirewallPolicyRequest) ProtoMessage

func (*PatchRuleRegionNetworkFirewallPolicyRequest) ProtoReflect

func (*PatchRuleRegionNetworkFirewallPolicyRequest) Reset

func (*PatchRuleRegionNetworkFirewallPolicyRequest) String

type PatchRuleSecurityPolicyRequest

type PatchRuleSecurityPolicyRequest struct {

	// The priority of the rule to patch.
	Priority *int32 `protobuf:"varint,445151652,opt,name=priority,proto3,oneof" json:"priority,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the security policy to update.
	SecurityPolicy string `protobuf:"bytes,171082513,opt,name=security_policy,json=securityPolicy,proto3" json:"security_policy,omitempty"`
	// The body resource for this request
	SecurityPolicyRuleResource *SecurityPolicyRule `protobuf:"bytes,402693443,opt,name=security_policy_rule_resource,json=securityPolicyRuleResource,proto3" json:"security_policy_rule_resource,omitempty"`
	// If true, the request will not be committed.
	ValidateOnly *bool `protobuf:"varint,242744629,opt,name=validate_only,json=validateOnly,proto3,oneof" json:"validate_only,omitempty"`
	// contains filtered or unexported fields
}

A request message for SecurityPolicies.PatchRule. See the method description for details.

func (*PatchRuleSecurityPolicyRequest) Descriptor

func (*PatchRuleSecurityPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use PatchRuleSecurityPolicyRequest.ProtoReflect.Descriptor instead.

func (*PatchRuleSecurityPolicyRequest) GetPriority

func (x *PatchRuleSecurityPolicyRequest) GetPriority() int32

func (*PatchRuleSecurityPolicyRequest) GetProject

func (x *PatchRuleSecurityPolicyRequest) GetProject() string

func (*PatchRuleSecurityPolicyRequest) GetSecurityPolicy

func (x *PatchRuleSecurityPolicyRequest) GetSecurityPolicy() string

func (*PatchRuleSecurityPolicyRequest) GetSecurityPolicyRuleResource

func (x *PatchRuleSecurityPolicyRequest) GetSecurityPolicyRuleResource() *SecurityPolicyRule

func (*PatchRuleSecurityPolicyRequest) GetValidateOnly

func (x *PatchRuleSecurityPolicyRequest) GetValidateOnly() bool

func (*PatchRuleSecurityPolicyRequest) ProtoMessage

func (*PatchRuleSecurityPolicyRequest) ProtoMessage()

func (*PatchRuleSecurityPolicyRequest) ProtoReflect

func (*PatchRuleSecurityPolicyRequest) Reset

func (x *PatchRuleSecurityPolicyRequest) Reset()

func (*PatchRuleSecurityPolicyRequest) String

type PatchSecurityPolicyRequest

type PatchSecurityPolicyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the security policy to update.
	SecurityPolicy string `protobuf:"bytes,171082513,opt,name=security_policy,json=securityPolicy,proto3" json:"security_policy,omitempty"`
	// The body resource for this request
	SecurityPolicyResource *SecurityPolicy `protobuf:"bytes,216159612,opt,name=security_policy_resource,json=securityPolicyResource,proto3" json:"security_policy_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for SecurityPolicies.Patch. See the method description for details.

func (*PatchSecurityPolicyRequest) Descriptor

func (*PatchSecurityPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use PatchSecurityPolicyRequest.ProtoReflect.Descriptor instead.

func (*PatchSecurityPolicyRequest) GetProject

func (x *PatchSecurityPolicyRequest) GetProject() string

func (*PatchSecurityPolicyRequest) GetRequestId

func (x *PatchSecurityPolicyRequest) GetRequestId() string

func (*PatchSecurityPolicyRequest) GetSecurityPolicy

func (x *PatchSecurityPolicyRequest) GetSecurityPolicy() string

func (*PatchSecurityPolicyRequest) GetSecurityPolicyResource

func (x *PatchSecurityPolicyRequest) GetSecurityPolicyResource() *SecurityPolicy

func (*PatchSecurityPolicyRequest) ProtoMessage

func (*PatchSecurityPolicyRequest) ProtoMessage()

func (*PatchSecurityPolicyRequest) ProtoReflect

func (*PatchSecurityPolicyRequest) Reset

func (x *PatchSecurityPolicyRequest) Reset()

func (*PatchSecurityPolicyRequest) String

func (x *PatchSecurityPolicyRequest) String() string

type PatchServiceAttachmentRequest

type PatchServiceAttachmentRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The region scoping this request and should conform to RFC1035.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The resource id of the ServiceAttachment to patch. It should conform to RFC1035 resource name or be a string form on an unsigned long number.
	ServiceAttachment string `protobuf:"bytes,338957549,opt,name=service_attachment,json=serviceAttachment,proto3" json:"service_attachment,omitempty"`
	// The body resource for this request
	ServiceAttachmentResource *ServiceAttachment `protobuf:"bytes,472980256,opt,name=service_attachment_resource,json=serviceAttachmentResource,proto3" json:"service_attachment_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for ServiceAttachments.Patch. See the method description for details.

func (*PatchServiceAttachmentRequest) Descriptor

func (*PatchServiceAttachmentRequest) Descriptor() ([]byte, []int)

Deprecated: Use PatchServiceAttachmentRequest.ProtoReflect.Descriptor instead.

func (*PatchServiceAttachmentRequest) GetProject

func (x *PatchServiceAttachmentRequest) GetProject() string

func (*PatchServiceAttachmentRequest) GetRegion

func (x *PatchServiceAttachmentRequest) GetRegion() string

func (*PatchServiceAttachmentRequest) GetRequestId

func (x *PatchServiceAttachmentRequest) GetRequestId() string

func (*PatchServiceAttachmentRequest) GetServiceAttachment

func (x *PatchServiceAttachmentRequest) GetServiceAttachment() string

func (*PatchServiceAttachmentRequest) GetServiceAttachmentResource

func (x *PatchServiceAttachmentRequest) GetServiceAttachmentResource() *ServiceAttachment

func (*PatchServiceAttachmentRequest) ProtoMessage

func (*PatchServiceAttachmentRequest) ProtoMessage()

func (*PatchServiceAttachmentRequest) ProtoReflect

func (*PatchServiceAttachmentRequest) Reset

func (x *PatchServiceAttachmentRequest) Reset()

func (*PatchServiceAttachmentRequest) String

type PatchSslPolicyRequest

type PatchSslPolicyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the SSL policy to update. The name must be 1-63 characters long, and comply with RFC1035.
	SslPolicy string `protobuf:"bytes,295190213,opt,name=ssl_policy,json=sslPolicy,proto3" json:"ssl_policy,omitempty"`
	// The body resource for this request
	SslPolicyResource *SslPolicy `protobuf:"bytes,274891848,opt,name=ssl_policy_resource,json=sslPolicyResource,proto3" json:"ssl_policy_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for SslPolicies.Patch. See the method description for details.

func (*PatchSslPolicyRequest) Descriptor

func (*PatchSslPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use PatchSslPolicyRequest.ProtoReflect.Descriptor instead.

func (*PatchSslPolicyRequest) GetProject

func (x *PatchSslPolicyRequest) GetProject() string

func (*PatchSslPolicyRequest) GetRequestId

func (x *PatchSslPolicyRequest) GetRequestId() string

func (*PatchSslPolicyRequest) GetSslPolicy

func (x *PatchSslPolicyRequest) GetSslPolicy() string

func (*PatchSslPolicyRequest) GetSslPolicyResource

func (x *PatchSslPolicyRequest) GetSslPolicyResource() *SslPolicy

func (*PatchSslPolicyRequest) ProtoMessage

func (*PatchSslPolicyRequest) ProtoMessage()

func (*PatchSslPolicyRequest) ProtoReflect

func (x *PatchSslPolicyRequest) ProtoReflect() protoreflect.Message

func (*PatchSslPolicyRequest) Reset

func (x *PatchSslPolicyRequest) Reset()

func (*PatchSslPolicyRequest) String

func (x *PatchSslPolicyRequest) String() string

type PatchSubnetworkRequest

type PatchSubnetworkRequest struct {

	// The drain timeout specifies the upper bound in seconds on the amount of time allowed to drain connections from the current ACTIVE subnetwork to the current BACKUP subnetwork. The drain timeout is only applicable when the following conditions are true: - the subnetwork being patched has purpose = INTERNAL_HTTPS_LOAD_BALANCER - the subnetwork being patched has role = BACKUP - the patch request is setting the role to ACTIVE. Note that after this patch operation the roles of the ACTIVE and BACKUP subnetworks will be swapped.
	DrainTimeoutSeconds *int32 `protobuf:"varint,357707098,opt,name=drain_timeout_seconds,json=drainTimeoutSeconds,proto3,oneof" json:"drain_timeout_seconds,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the Subnetwork resource to patch.
	Subnetwork string `protobuf:"bytes,307827694,opt,name=subnetwork,proto3" json:"subnetwork,omitempty"`
	// The body resource for this request
	SubnetworkResource *Subnetwork `protobuf:"bytes,42233151,opt,name=subnetwork_resource,json=subnetworkResource,proto3" json:"subnetwork_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for Subnetworks.Patch. See the method description for details.

func (*PatchSubnetworkRequest) Descriptor

func (*PatchSubnetworkRequest) Descriptor() ([]byte, []int)

Deprecated: Use PatchSubnetworkRequest.ProtoReflect.Descriptor instead.

func (*PatchSubnetworkRequest) GetDrainTimeoutSeconds

func (x *PatchSubnetworkRequest) GetDrainTimeoutSeconds() int32

func (*PatchSubnetworkRequest) GetProject

func (x *PatchSubnetworkRequest) GetProject() string

func (*PatchSubnetworkRequest) GetRegion

func (x *PatchSubnetworkRequest) GetRegion() string

func (*PatchSubnetworkRequest) GetRequestId

func (x *PatchSubnetworkRequest) GetRequestId() string

func (*PatchSubnetworkRequest) GetSubnetwork

func (x *PatchSubnetworkRequest) GetSubnetwork() string

func (*PatchSubnetworkRequest) GetSubnetworkResource

func (x *PatchSubnetworkRequest) GetSubnetworkResource() *Subnetwork

func (*PatchSubnetworkRequest) ProtoMessage

func (*PatchSubnetworkRequest) ProtoMessage()

func (*PatchSubnetworkRequest) ProtoReflect

func (x *PatchSubnetworkRequest) ProtoReflect() protoreflect.Message

func (*PatchSubnetworkRequest) Reset

func (x *PatchSubnetworkRequest) Reset()

func (*PatchSubnetworkRequest) String

func (x *PatchSubnetworkRequest) String() string

type PatchTargetGrpcProxyRequest

type PatchTargetGrpcProxyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the TargetGrpcProxy resource to patch.
	TargetGrpcProxy string `protobuf:"bytes,5020283,opt,name=target_grpc_proxy,json=targetGrpcProxy,proto3" json:"target_grpc_proxy,omitempty"`
	// The body resource for this request
	TargetGrpcProxyResource *TargetGrpcProxy `protobuf:"bytes,328922450,opt,name=target_grpc_proxy_resource,json=targetGrpcProxyResource,proto3" json:"target_grpc_proxy_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetGrpcProxies.Patch. See the method description for details.

func (*PatchTargetGrpcProxyRequest) Descriptor

func (*PatchTargetGrpcProxyRequest) Descriptor() ([]byte, []int)

Deprecated: Use PatchTargetGrpcProxyRequest.ProtoReflect.Descriptor instead.

func (*PatchTargetGrpcProxyRequest) GetProject

func (x *PatchTargetGrpcProxyRequest) GetProject() string

func (*PatchTargetGrpcProxyRequest) GetRequestId

func (x *PatchTargetGrpcProxyRequest) GetRequestId() string

func (*PatchTargetGrpcProxyRequest) GetTargetGrpcProxy

func (x *PatchTargetGrpcProxyRequest) GetTargetGrpcProxy() string

func (*PatchTargetGrpcProxyRequest) GetTargetGrpcProxyResource

func (x *PatchTargetGrpcProxyRequest) GetTargetGrpcProxyResource() *TargetGrpcProxy

func (*PatchTargetGrpcProxyRequest) ProtoMessage

func (*PatchTargetGrpcProxyRequest) ProtoMessage()

func (*PatchTargetGrpcProxyRequest) ProtoReflect

func (*PatchTargetGrpcProxyRequest) Reset

func (x *PatchTargetGrpcProxyRequest) Reset()

func (*PatchTargetGrpcProxyRequest) String

func (x *PatchTargetGrpcProxyRequest) String() string

type PatchTargetHttpProxyRequest

type PatchTargetHttpProxyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the TargetHttpProxy resource to patch.
	TargetHttpProxy string `protobuf:"bytes,206872421,opt,name=target_http_proxy,json=targetHttpProxy,proto3" json:"target_http_proxy,omitempty"`
	// The body resource for this request
	TargetHttpProxyResource *TargetHttpProxy `protobuf:"bytes,24696744,opt,name=target_http_proxy_resource,json=targetHttpProxyResource,proto3" json:"target_http_proxy_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetHttpProxies.Patch. See the method description for details.

func (*PatchTargetHttpProxyRequest) Descriptor

func (*PatchTargetHttpProxyRequest) Descriptor() ([]byte, []int)

Deprecated: Use PatchTargetHttpProxyRequest.ProtoReflect.Descriptor instead.

func (*PatchTargetHttpProxyRequest) GetProject

func (x *PatchTargetHttpProxyRequest) GetProject() string

func (*PatchTargetHttpProxyRequest) GetRequestId

func (x *PatchTargetHttpProxyRequest) GetRequestId() string

func (*PatchTargetHttpProxyRequest) GetTargetHttpProxy

func (x *PatchTargetHttpProxyRequest) GetTargetHttpProxy() string

func (*PatchTargetHttpProxyRequest) GetTargetHttpProxyResource

func (x *PatchTargetHttpProxyRequest) GetTargetHttpProxyResource() *TargetHttpProxy

func (*PatchTargetHttpProxyRequest) ProtoMessage

func (*PatchTargetHttpProxyRequest) ProtoMessage()

func (*PatchTargetHttpProxyRequest) ProtoReflect

func (*PatchTargetHttpProxyRequest) Reset

func (x *PatchTargetHttpProxyRequest) Reset()

func (*PatchTargetHttpProxyRequest) String

func (x *PatchTargetHttpProxyRequest) String() string

type PatchTargetHttpsProxyRequest

type PatchTargetHttpsProxyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the TargetHttpsProxy resource to patch.
	TargetHttpsProxy string `protobuf:"bytes,52336748,opt,name=target_https_proxy,json=targetHttpsProxy,proto3" json:"target_https_proxy,omitempty"`
	// The body resource for this request
	TargetHttpsProxyResource *TargetHttpsProxy `protobuf:"bytes,433657473,opt,name=target_https_proxy_resource,json=targetHttpsProxyResource,proto3" json:"target_https_proxy_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetHttpsProxies.Patch. See the method description for details.

func (*PatchTargetHttpsProxyRequest) Descriptor

func (*PatchTargetHttpsProxyRequest) Descriptor() ([]byte, []int)

Deprecated: Use PatchTargetHttpsProxyRequest.ProtoReflect.Descriptor instead.

func (*PatchTargetHttpsProxyRequest) GetProject

func (x *PatchTargetHttpsProxyRequest) GetProject() string

func (*PatchTargetHttpsProxyRequest) GetRequestId

func (x *PatchTargetHttpsProxyRequest) GetRequestId() string

func (*PatchTargetHttpsProxyRequest) GetTargetHttpsProxy

func (x *PatchTargetHttpsProxyRequest) GetTargetHttpsProxy() string

func (*PatchTargetHttpsProxyRequest) GetTargetHttpsProxyResource

func (x *PatchTargetHttpsProxyRequest) GetTargetHttpsProxyResource() *TargetHttpsProxy

func (*PatchTargetHttpsProxyRequest) ProtoMessage

func (*PatchTargetHttpsProxyRequest) ProtoMessage()

func (*PatchTargetHttpsProxyRequest) ProtoReflect

func (*PatchTargetHttpsProxyRequest) Reset

func (x *PatchTargetHttpsProxyRequest) Reset()

func (*PatchTargetHttpsProxyRequest) String

type PatchUrlMapRequest

type PatchUrlMapRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the UrlMap resource to patch.
	UrlMap string `protobuf:"bytes,367020684,opt,name=url_map,json=urlMap,proto3" json:"url_map,omitempty"`
	// The body resource for this request
	UrlMapResource *UrlMap `protobuf:"bytes,168675425,opt,name=url_map_resource,json=urlMapResource,proto3" json:"url_map_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for UrlMaps.Patch. See the method description for details.

func (*PatchUrlMapRequest) Descriptor

func (*PatchUrlMapRequest) Descriptor() ([]byte, []int)

Deprecated: Use PatchUrlMapRequest.ProtoReflect.Descriptor instead.

func (*PatchUrlMapRequest) GetProject

func (x *PatchUrlMapRequest) GetProject() string

func (*PatchUrlMapRequest) GetRequestId

func (x *PatchUrlMapRequest) GetRequestId() string

func (*PatchUrlMapRequest) GetUrlMap

func (x *PatchUrlMapRequest) GetUrlMap() string

func (*PatchUrlMapRequest) GetUrlMapResource

func (x *PatchUrlMapRequest) GetUrlMapResource() *UrlMap

func (*PatchUrlMapRequest) ProtoMessage

func (*PatchUrlMapRequest) ProtoMessage()

func (*PatchUrlMapRequest) ProtoReflect

func (x *PatchUrlMapRequest) ProtoReflect() protoreflect.Message

func (*PatchUrlMapRequest) Reset

func (x *PatchUrlMapRequest) Reset()

func (*PatchUrlMapRequest) String

func (x *PatchUrlMapRequest) String() string

type PathMatcher

type PathMatcher struct {

	// defaultRouteAction takes effect when none of the pathRules or routeRules match. The load balancer performs advanced routing actions, such as URL rewrites and header transformations, before forwarding the request to the selected backend. If defaultRouteAction specifies any weightedBackendServices, defaultService must not be set. Conversely if defaultService is set, defaultRouteAction cannot contain any weightedBackendServices. Only one of defaultRouteAction or defaultUrlRedirect must be set. URL maps for Classic external HTTP(S) load balancers only support the urlRewrite action within a path matcher's defaultRouteAction.
	DefaultRouteAction *HttpRouteAction `protobuf:"bytes,378919466,opt,name=default_route_action,json=defaultRouteAction,proto3,oneof" json:"default_route_action,omitempty"`
	// The full or partial URL to the BackendService resource. This URL is used if none of the pathRules or routeRules defined by this PathMatcher are matched. For example, the following are all valid URLs to a BackendService resource: - https://www.googleapis.com/compute/v1/projects/project /global/backendServices/backendService - compute/v1/projects/project/global/backendServices/backendService - global/backendServices/backendService If defaultRouteAction is also specified, advanced routing actions, such as URL rewrites, take effect before sending the request to the backend. However, if defaultService is specified, defaultRouteAction cannot contain any weightedBackendServices. Conversely, if defaultRouteAction specifies any weightedBackendServices, defaultService must not be specified. Only one of defaultService, defaultUrlRedirect , or defaultRouteAction.weightedBackendService must be set. Authorization requires one or more of the following Google IAM permissions on the specified resource default_service: - compute.backendBuckets.use - compute.backendServices.use
	DefaultService *string `protobuf:"bytes,370242231,opt,name=default_service,json=defaultService,proto3,oneof" json:"default_service,omitempty"`
	// When none of the specified pathRules or routeRules match, the request is redirected to a URL specified by defaultUrlRedirect. If defaultUrlRedirect is specified, defaultService or defaultRouteAction must not be set. Not supported when the URL map is bound to a target gRPC proxy.
	DefaultUrlRedirect *HttpRedirectAction `protobuf:"bytes,359503338,opt,name=default_url_redirect,json=defaultUrlRedirect,proto3,oneof" json:"default_url_redirect,omitempty"`
	// An optional description of this resource. Provide this property when you create the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// Specifies changes to request and response headers that need to take effect for the selected backend service. HeaderAction specified here are applied after the matching HttpRouteRule HeaderAction and before the HeaderAction in the UrlMap HeaderAction is not supported for load balancers that have their loadBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
	HeaderAction *HttpHeaderAction `protobuf:"bytes,328077352,opt,name=header_action,json=headerAction,proto3,oneof" json:"header_action,omitempty"`
	// The name to which this PathMatcher is referred by the HostRule.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// The list of path rules. Use this list instead of routeRules when routing based on simple path matching is all that's required. The order by which path rules are specified does not matter. Matches are always done on the longest-path-first basis. For example: a pathRule with a path /a/b/c/* will match before /a/b/* irrespective of the order in which those paths appear in this list. Within a given pathMatcher, only one of pathRules or routeRules must be set.
	PathRules []*PathRule `protobuf:"bytes,104439901,rep,name=path_rules,json=pathRules,proto3" json:"path_rules,omitempty"`
	// The list of HTTP route rules. Use this list instead of pathRules when advanced route matching and routing actions are desired. routeRules are evaluated in order of priority, from the lowest to highest number. Within a given pathMatcher, you can set only one of pathRules or routeRules.
	RouteRules []*HttpRouteRule `protobuf:"bytes,376292225,rep,name=route_rules,json=routeRules,proto3" json:"route_rules,omitempty"`
	// contains filtered or unexported fields
}

A matcher for the path portion of the URL. The BackendService from the longest-matched rule will serve the URL. If no rule was matched, the default service is used.

func (*PathMatcher) Descriptor

func (*PathMatcher) Descriptor() ([]byte, []int)

Deprecated: Use PathMatcher.ProtoReflect.Descriptor instead.

func (*PathMatcher) GetDefaultRouteAction

func (x *PathMatcher) GetDefaultRouteAction() *HttpRouteAction

func (*PathMatcher) GetDefaultService

func (x *PathMatcher) GetDefaultService() string

func (*PathMatcher) GetDefaultUrlRedirect

func (x *PathMatcher) GetDefaultUrlRedirect() *HttpRedirectAction

func (*PathMatcher) GetDescription

func (x *PathMatcher) GetDescription() string

func (*PathMatcher) GetHeaderAction

func (x *PathMatcher) GetHeaderAction() *HttpHeaderAction

func (*PathMatcher) GetName

func (x *PathMatcher) GetName() string

func (*PathMatcher) GetPathRules

func (x *PathMatcher) GetPathRules() []*PathRule

func (*PathMatcher) GetRouteRules

func (x *PathMatcher) GetRouteRules() []*HttpRouteRule

func (*PathMatcher) ProtoMessage

func (*PathMatcher) ProtoMessage()

func (*PathMatcher) ProtoReflect

func (x *PathMatcher) ProtoReflect() protoreflect.Message

func (*PathMatcher) Reset

func (x *PathMatcher) Reset()

func (*PathMatcher) String

func (x *PathMatcher) String() string

type PathRule

type PathRule struct {

	// The list of path patterns to match. Each must start with / and the only place a * is allowed is at the end following a /. The string fed to the path matcher does not include any text after the first ? or #, and those chars are not allowed here.
	Paths []string `protobuf:"bytes,106438894,rep,name=paths,proto3" json:"paths,omitempty"`
	// In response to a matching path, the load balancer performs advanced routing actions, such as URL rewrites and header transformations, before forwarding the request to the selected backend. If routeAction specifies any weightedBackendServices, service must not be set. Conversely if service is set, routeAction cannot contain any weightedBackendServices. Only one of routeAction or urlRedirect must be set. URL maps for Classic external HTTP(S) load balancers only support the urlRewrite action within a path rule's routeAction.
	RouteAction *HttpRouteAction `protobuf:"bytes,424563948,opt,name=route_action,json=routeAction,proto3,oneof" json:"route_action,omitempty"`
	// The full or partial URL of the backend service resource to which traffic is directed if this rule is matched. If routeAction is also specified, advanced routing actions, such as URL rewrites, take effect before sending the request to the backend. However, if service is specified, routeAction cannot contain any weightedBackendServices. Conversely, if routeAction specifies any weightedBackendServices, service must not be specified. Only one of urlRedirect, service or routeAction.weightedBackendService must be set.
	Service *string `protobuf:"bytes,373540533,opt,name=service,proto3,oneof" json:"service,omitempty"`
	// When a path pattern is matched, the request is redirected to a URL specified by urlRedirect. If urlRedirect is specified, service or routeAction must not be set. Not supported when the URL map is bound to a target gRPC proxy.
	UrlRedirect *HttpRedirectAction `protobuf:"bytes,405147820,opt,name=url_redirect,json=urlRedirect,proto3,oneof" json:"url_redirect,omitempty"`
	// contains filtered or unexported fields
}

A path-matching rule for a URL. If matched, will use the specified BackendService to handle the traffic arriving at this URL.

func (*PathRule) Descriptor

func (*PathRule) Descriptor() ([]byte, []int)

Deprecated: Use PathRule.ProtoReflect.Descriptor instead.

func (*PathRule) GetPaths

func (x *PathRule) GetPaths() []string

func (*PathRule) GetRouteAction

func (x *PathRule) GetRouteAction() *HttpRouteAction

func (*PathRule) GetService

func (x *PathRule) GetService() string

func (*PathRule) GetUrlRedirect

func (x *PathRule) GetUrlRedirect() *HttpRedirectAction

func (*PathRule) ProtoMessage

func (*PathRule) ProtoMessage()

func (*PathRule) ProtoReflect

func (x *PathRule) ProtoReflect() protoreflect.Message

func (*PathRule) Reset

func (x *PathRule) Reset()

func (*PathRule) String

func (x *PathRule) String() string

type PerInstanceConfig

type PerInstanceConfig struct {

	// Fingerprint of this per-instance config. This field can be used in optimistic locking. It is ignored when inserting a per-instance config. An up-to-date fingerprint must be provided in order to update an existing per-instance configuration or the field needs to be unset.
	Fingerprint *string `protobuf:"bytes,234678500,opt,name=fingerprint,proto3,oneof" json:"fingerprint,omitempty"`
	// The name of a per-instance configuration and its corresponding instance. Serves as a merge key during UpdatePerInstanceConfigs operations, that is, if a per-instance configuration with the same name exists then it will be updated, otherwise a new one will be created for the VM instance with the same name. An attempt to create a per-instance configconfiguration for a VM instance that either doesn't exist or is not part of the group will result in an error.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// The intended preserved state for the given instance. Does not contain preserved state generated from a stateful policy.
	PreservedState *PreservedState `protobuf:"bytes,2634026,opt,name=preserved_state,json=preservedState,proto3,oneof" json:"preserved_state,omitempty"`
	// The status of applying this per-instance configuration on the corresponding managed instance.
	// Check the Status enum for the list of possible values.
	Status *string `protobuf:"bytes,181260274,opt,name=status,proto3,oneof" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*PerInstanceConfig) Descriptor

func (*PerInstanceConfig) Descriptor() ([]byte, []int)

Deprecated: Use PerInstanceConfig.ProtoReflect.Descriptor instead.

func (*PerInstanceConfig) GetFingerprint

func (x *PerInstanceConfig) GetFingerprint() string

func (*PerInstanceConfig) GetName

func (x *PerInstanceConfig) GetName() string

func (*PerInstanceConfig) GetPreservedState

func (x *PerInstanceConfig) GetPreservedState() *PreservedState

func (*PerInstanceConfig) GetStatus

func (x *PerInstanceConfig) GetStatus() string

func (*PerInstanceConfig) ProtoMessage

func (*PerInstanceConfig) ProtoMessage()

func (*PerInstanceConfig) ProtoReflect

func (x *PerInstanceConfig) ProtoReflect() protoreflect.Message

func (*PerInstanceConfig) Reset

func (x *PerInstanceConfig) Reset()

func (*PerInstanceConfig) String

func (x *PerInstanceConfig) String() string

type PerInstanceConfig_Status

type PerInstanceConfig_Status int32

The status of applying this per-instance configuration on the corresponding managed instance.

const (
	// A value indicating that the enum field is not set.
	PerInstanceConfig_UNDEFINED_STATUS PerInstanceConfig_Status = 0
	// The per-instance configuration is being applied to the instance, but is not yet effective, possibly waiting for the instance to, for example, REFRESH.
	PerInstanceConfig_APPLYING PerInstanceConfig_Status = 352003508
	// The per-instance configuration deletion is being applied on the instance, possibly waiting for the instance to, for example, REFRESH.
	PerInstanceConfig_DELETING PerInstanceConfig_Status = 528602024
	// The per-instance configuration is effective on the instance, meaning that all disks, ips and metadata specified in this configuration are attached or set on the instance.
	PerInstanceConfig_EFFECTIVE PerInstanceConfig_Status = 244201863
	// *[Default]* The default status, when no per-instance configuration exists.
	PerInstanceConfig_NONE PerInstanceConfig_Status = 2402104
	// The per-instance configuration is set on an instance but not been applied yet.
	PerInstanceConfig_UNAPPLIED PerInstanceConfig_Status = 483935140
	// The per-instance configuration has been deleted, but the deletion is not yet applied.
	PerInstanceConfig_UNAPPLIED_DELETION PerInstanceConfig_Status = 313956873
)

func (PerInstanceConfig_Status) Descriptor

func (PerInstanceConfig_Status) Enum

func (PerInstanceConfig_Status) EnumDescriptor

func (PerInstanceConfig_Status) EnumDescriptor() ([]byte, []int)

Deprecated: Use PerInstanceConfig_Status.Descriptor instead.

func (PerInstanceConfig_Status) Number

func (PerInstanceConfig_Status) String

func (x PerInstanceConfig_Status) String() string

func (PerInstanceConfig_Status) Type

type Policy

type Policy struct {

	// Specifies cloud audit logging configuration for this policy.
	AuditConfigs []*AuditConfig `protobuf:"bytes,328080653,rep,name=audit_configs,json=auditConfigs,proto3" json:"audit_configs,omitempty"`
	// Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another 1,450 principals to the `bindings` in the `Policy`.
	Bindings []*Binding `protobuf:"bytes,403251854,rep,name=bindings,proto3" json:"bindings,omitempty"`
	// `etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost.
	Etag     *string `protobuf:"bytes,3123477,opt,name=etag,proto3,oneof" json:"etag,omitempty"`
	IamOwned *bool   `protobuf:"varint,450566203,opt,name=iam_owned,json=iamOwned,proto3,oneof" json:"iam_owned,omitempty"`
	// This is deprecated and has no effect. Do not use.
	Rules []*Rule `protobuf:"bytes,108873975,rep,name=rules,proto3" json:"rules,omitempty"`
	// Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
	Version *int32 `protobuf:"varint,351608024,opt,name=version,proto3,oneof" json:"version,omitempty"`
	// contains filtered or unexported fields
}

An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources. A `Policy` is a collection of `bindings`. A `binding` binds one or more `members`, or principals, to a single `role`. Principals can be user accounts, service accounts, Google groups, and domains (such as G Suite). A `role` is a named list of permissions; each `role` can be an IAM predefined role or a user-created custom role. For some types of Google Cloud resources, a `binding` can also specify a `condition`, which is a logical expression that allows access to a resource only if the expression evaluates to `true`. A condition can add constraints based on attributes of the request, the resource, or both. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). **JSON example:** { "bindings": [ { "role": "roles/resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@appspot.gserviceaccount.com" ] }, { "role": "roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com" ], "condition": { "title": "expirable access", "description": "Does not grant access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", } } ], "etag": "BwWWja0YfJA=", "version": 3 } **YAML example:** bindings: - members: - user:mike@example.com - group:admins@example.com - domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.com role: roles/resourcemanager.organizationViewer condition: title: expirable access description: Does not grant access after Sep 2020 expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a description of IAM and its features, see the [IAM documentation](https://cloud.google.com/iam/docs/).

func (*Policy) Descriptor

func (*Policy) Descriptor() ([]byte, []int)

Deprecated: Use Policy.ProtoReflect.Descriptor instead.

func (*Policy) GetAuditConfigs

func (x *Policy) GetAuditConfigs() []*AuditConfig

func (*Policy) GetBindings

func (x *Policy) GetBindings() []*Binding

func (*Policy) GetEtag

func (x *Policy) GetEtag() string

func (*Policy) GetIamOwned

func (x *Policy) GetIamOwned() bool

func (*Policy) GetRules

func (x *Policy) GetRules() []*Rule

func (*Policy) GetVersion

func (x *Policy) GetVersion() int32

func (*Policy) ProtoMessage

func (*Policy) ProtoMessage()

func (*Policy) ProtoReflect

func (x *Policy) ProtoReflect() protoreflect.Message

func (*Policy) Reset

func (x *Policy) Reset()

func (*Policy) String

func (x *Policy) String() string

type PreconfiguredWafSet

type PreconfiguredWafSet struct {

	// List of entities that are currently supported for WAF rules.
	ExpressionSets []*WafExpressionSet `protobuf:"bytes,474011032,rep,name=expression_sets,json=expressionSets,proto3" json:"expression_sets,omitempty"`
	// contains filtered or unexported fields
}

func (*PreconfiguredWafSet) Descriptor

func (*PreconfiguredWafSet) Descriptor() ([]byte, []int)

Deprecated: Use PreconfiguredWafSet.ProtoReflect.Descriptor instead.

func (*PreconfiguredWafSet) GetExpressionSets

func (x *PreconfiguredWafSet) GetExpressionSets() []*WafExpressionSet

func (*PreconfiguredWafSet) ProtoMessage

func (*PreconfiguredWafSet) ProtoMessage()

func (*PreconfiguredWafSet) ProtoReflect

func (x *PreconfiguredWafSet) ProtoReflect() protoreflect.Message

func (*PreconfiguredWafSet) Reset

func (x *PreconfiguredWafSet) Reset()

func (*PreconfiguredWafSet) String

func (x *PreconfiguredWafSet) String() string

type PreservedState

type PreservedState struct {

	// Preserved disks defined for this instance. This map is keyed with the device names of the disks.
	Disks map[string]*PreservedStatePreservedDisk `protobuf:"bytes,95594102,rep,name=disks,proto3" json:"disks,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// Preserved metadata defined for this instance.
	Metadata map[string]string `protobuf:"bytes,86866735,rep,name=metadata,proto3" json:"metadata,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// contains filtered or unexported fields
}

Preserved state for a given instance.

func (*PreservedState) Descriptor

func (*PreservedState) Descriptor() ([]byte, []int)

Deprecated: Use PreservedState.ProtoReflect.Descriptor instead.

func (*PreservedState) GetDisks

func (*PreservedState) GetMetadata

func (x *PreservedState) GetMetadata() map[string]string

func (*PreservedState) ProtoMessage

func (*PreservedState) ProtoMessage()

func (*PreservedState) ProtoReflect

func (x *PreservedState) ProtoReflect() protoreflect.Message

func (*PreservedState) Reset

func (x *PreservedState) Reset()

func (*PreservedState) String

func (x *PreservedState) String() string

type PreservedStatePreservedDisk

type PreservedStatePreservedDisk struct {

	// These stateful disks will never be deleted during autohealing, update, instance recreate operations. This flag is used to configure if the disk should be deleted after it is no longer used by the group, e.g. when the given instance or the whole MIG is deleted. Note: disks attached in READ_ONLY mode cannot be auto-deleted.
	// Check the AutoDelete enum for the list of possible values.
	AutoDelete *string `protobuf:"bytes,464761403,opt,name=auto_delete,json=autoDelete,proto3,oneof" json:"auto_delete,omitempty"`
	// The mode in which to attach this disk, either READ_WRITE or READ_ONLY. If not specified, the default is to attach the disk in READ_WRITE mode.
	// Check the Mode enum for the list of possible values.
	Mode *string `protobuf:"bytes,3357091,opt,name=mode,proto3,oneof" json:"mode,omitempty"`
	// The URL of the disk resource that is stateful and should be attached to the VM instance.
	Source *string `protobuf:"bytes,177235995,opt,name=source,proto3,oneof" json:"source,omitempty"`
	// contains filtered or unexported fields
}

func (*PreservedStatePreservedDisk) Descriptor

func (*PreservedStatePreservedDisk) Descriptor() ([]byte, []int)

Deprecated: Use PreservedStatePreservedDisk.ProtoReflect.Descriptor instead.

func (*PreservedStatePreservedDisk) GetAutoDelete

func (x *PreservedStatePreservedDisk) GetAutoDelete() string

func (*PreservedStatePreservedDisk) GetMode

func (x *PreservedStatePreservedDisk) GetMode() string

func (*PreservedStatePreservedDisk) GetSource

func (x *PreservedStatePreservedDisk) GetSource() string

func (*PreservedStatePreservedDisk) ProtoMessage

func (*PreservedStatePreservedDisk) ProtoMessage()

func (*PreservedStatePreservedDisk) ProtoReflect

func (*PreservedStatePreservedDisk) Reset

func (x *PreservedStatePreservedDisk) Reset()

func (*PreservedStatePreservedDisk) String

func (x *PreservedStatePreservedDisk) String() string

type PreservedStatePreservedDisk_AutoDelete

type PreservedStatePreservedDisk_AutoDelete int32

These stateful disks will never be deleted during autohealing, update, instance recreate operations. This flag is used to configure if the disk should be deleted after it is no longer used by the group, e.g. when the given instance or the whole MIG is deleted. Note: disks attached in READ_ONLY mode cannot be auto-deleted.

const (
	// A value indicating that the enum field is not set.
	PreservedStatePreservedDisk_UNDEFINED_AUTO_DELETE          PreservedStatePreservedDisk_AutoDelete = 0
	PreservedStatePreservedDisk_NEVER                          PreservedStatePreservedDisk_AutoDelete = 74175084
	PreservedStatePreservedDisk_ON_PERMANENT_INSTANCE_DELETION PreservedStatePreservedDisk_AutoDelete = 95727719
)

func (PreservedStatePreservedDisk_AutoDelete) Descriptor

func (PreservedStatePreservedDisk_AutoDelete) Enum

func (PreservedStatePreservedDisk_AutoDelete) EnumDescriptor

func (PreservedStatePreservedDisk_AutoDelete) EnumDescriptor() ([]byte, []int)

Deprecated: Use PreservedStatePreservedDisk_AutoDelete.Descriptor instead.

func (PreservedStatePreservedDisk_AutoDelete) Number

func (PreservedStatePreservedDisk_AutoDelete) String

func (PreservedStatePreservedDisk_AutoDelete) Type

type PreservedStatePreservedDisk_Mode

type PreservedStatePreservedDisk_Mode int32

The mode in which to attach this disk, either READ_WRITE or READ_ONLY. If not specified, the default is to attach the disk in READ_WRITE mode.

const (
	// A value indicating that the enum field is not set.
	PreservedStatePreservedDisk_UNDEFINED_MODE PreservedStatePreservedDisk_Mode = 0
	// Attaches this disk in read-only mode. Multiple VM instances can use a disk in READ_ONLY mode at a time.
	PreservedStatePreservedDisk_READ_ONLY PreservedStatePreservedDisk_Mode = 91950261
	// *[Default]* Attaches this disk in READ_WRITE mode. Only one VM instance at a time can be attached to a disk in READ_WRITE mode.
	PreservedStatePreservedDisk_READ_WRITE PreservedStatePreservedDisk_Mode = 173607894
)

func (PreservedStatePreservedDisk_Mode) Descriptor

func (PreservedStatePreservedDisk_Mode) Enum

func (PreservedStatePreservedDisk_Mode) EnumDescriptor

func (PreservedStatePreservedDisk_Mode) EnumDescriptor() ([]byte, []int)

Deprecated: Use PreservedStatePreservedDisk_Mode.Descriptor instead.

func (PreservedStatePreservedDisk_Mode) Number

func (PreservedStatePreservedDisk_Mode) String

func (PreservedStatePreservedDisk_Mode) Type

type PreviewRouterRequest

type PreviewRouterRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Name of the Router resource to query.
	Router string `protobuf:"bytes,148608841,opt,name=router,proto3" json:"router,omitempty"`
	// The body resource for this request
	RouterResource *Router `protobuf:"bytes,155222084,opt,name=router_resource,json=routerResource,proto3" json:"router_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for Routers.Preview. See the method description for details.

func (*PreviewRouterRequest) Descriptor

func (*PreviewRouterRequest) Descriptor() ([]byte, []int)

Deprecated: Use PreviewRouterRequest.ProtoReflect.Descriptor instead.

func (*PreviewRouterRequest) GetProject

func (x *PreviewRouterRequest) GetProject() string

func (*PreviewRouterRequest) GetRegion

func (x *PreviewRouterRequest) GetRegion() string

func (*PreviewRouterRequest) GetRouter

func (x *PreviewRouterRequest) GetRouter() string

func (*PreviewRouterRequest) GetRouterResource

func (x *PreviewRouterRequest) GetRouterResource() *Router

func (*PreviewRouterRequest) ProtoMessage

func (*PreviewRouterRequest) ProtoMessage()

func (*PreviewRouterRequest) ProtoReflect

func (x *PreviewRouterRequest) ProtoReflect() protoreflect.Message

func (*PreviewRouterRequest) Reset

func (x *PreviewRouterRequest) Reset()

func (*PreviewRouterRequest) String

func (x *PreviewRouterRequest) String() string

type Project

type Project struct {

	// Metadata key/value pairs available to all instances contained in this project. See Custom metadata for more information.
	CommonInstanceMetadata *Metadata `protobuf:"bytes,185794117,opt,name=common_instance_metadata,json=commonInstanceMetadata,proto3,oneof" json:"common_instance_metadata,omitempty"`
	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// This signifies the default network tier used for configuring resources of the project and can only take the following values: PREMIUM, STANDARD. Initially the default network tier is PREMIUM.
	// Check the DefaultNetworkTier enum for the list of possible values.
	DefaultNetworkTier *string `protobuf:"bytes,471753361,opt,name=default_network_tier,json=defaultNetworkTier,proto3,oneof" json:"default_network_tier,omitempty"`
	// [Output Only] Default service account used by VMs running in this project.
	DefaultServiceAccount *string `protobuf:"bytes,298712229,opt,name=default_service_account,json=defaultServiceAccount,proto3,oneof" json:"default_service_account,omitempty"`
	// An optional textual description of the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// Restricted features enabled for use on this project.
	EnabledFeatures []string `protobuf:"bytes,469017467,rep,name=enabled_features,json=enabledFeatures,proto3" json:"enabled_features,omitempty"`
	// [Output Only] The unique identifier for the resource. This identifier is defined by the server. This is *not* the project ID, and is just a unique ID used by Compute Engine to identify resources.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Output Only] Type of the resource. Always compute#project for projects.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// The project ID. For example: my-example-project. Use the project ID to make requests to Compute Engine.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// [Output Only] Quotas assigned to this project.
	Quotas []*Quota `protobuf:"bytes,125341947,rep,name=quotas,proto3" json:"quotas,omitempty"`
	// [Output Only] Server-defined URL for the resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// The naming prefix for daily usage reports and the Google Cloud Storage bucket where they are stored.
	UsageExportLocation *UsageExportLocation `protobuf:"bytes,347543874,opt,name=usage_export_location,json=usageExportLocation,proto3,oneof" json:"usage_export_location,omitempty"`
	// [Output Only] Default internal DNS setting used by VMs running in this project.
	// Check the VmDnsSetting enum for the list of possible values.
	VmDnsSetting *string `protobuf:"bytes,58856370,opt,name=vm_dns_setting,json=vmDnsSetting,proto3,oneof" json:"vm_dns_setting,omitempty"`
	// [Output Only] The role this project has in a shared VPC configuration. Currently, only projects with the host role, which is specified by the value HOST, are differentiated.
	// Check the XpnProjectStatus enum for the list of possible values.
	XpnProjectStatus *string `protobuf:"bytes,228419265,opt,name=xpn_project_status,json=xpnProjectStatus,proto3,oneof" json:"xpn_project_status,omitempty"`
	// contains filtered or unexported fields
}

Represents a Project resource. A project is used to organize resources in a Google Cloud Platform environment. For more information, read about the Resource Hierarchy.

func (*Project) Descriptor

func (*Project) Descriptor() ([]byte, []int)

Deprecated: Use Project.ProtoReflect.Descriptor instead.

func (*Project) GetCommonInstanceMetadata

func (x *Project) GetCommonInstanceMetadata() *Metadata

func (*Project) GetCreationTimestamp

func (x *Project) GetCreationTimestamp() string

func (*Project) GetDefaultNetworkTier

func (x *Project) GetDefaultNetworkTier() string

func (*Project) GetDefaultServiceAccount

func (x *Project) GetDefaultServiceAccount() string

func (*Project) GetDescription

func (x *Project) GetDescription() string

func (*Project) GetEnabledFeatures

func (x *Project) GetEnabledFeatures() []string

func (*Project) GetId

func (x *Project) GetId() uint64

func (*Project) GetKind

func (x *Project) GetKind() string

func (*Project) GetName

func (x *Project) GetName() string

func (*Project) GetQuotas

func (x *Project) GetQuotas() []*Quota
func (x *Project) GetSelfLink() string

func (*Project) GetUsageExportLocation

func (x *Project) GetUsageExportLocation() *UsageExportLocation

func (*Project) GetVmDnsSetting

func (x *Project) GetVmDnsSetting() string

func (*Project) GetXpnProjectStatus

func (x *Project) GetXpnProjectStatus() string

func (*Project) ProtoMessage

func (*Project) ProtoMessage()

func (*Project) ProtoReflect

func (x *Project) ProtoReflect() protoreflect.Message

func (*Project) Reset

func (x *Project) Reset()

func (*Project) String

func (x *Project) String() string

type Project_DefaultNetworkTier

type Project_DefaultNetworkTier int32

This signifies the default network tier used for configuring resources of the project and can only take the following values: PREMIUM, STANDARD. Initially the default network tier is PREMIUM.

const (
	// A value indicating that the enum field is not set.
	Project_UNDEFINED_DEFAULT_NETWORK_TIER Project_DefaultNetworkTier = 0
	// Public internet quality with fixed bandwidth.
	Project_FIXED_STANDARD Project_DefaultNetworkTier = 310464328
	// High quality, Google-grade network tier, support for all networking products.
	Project_PREMIUM Project_DefaultNetworkTier = 399530551
	// Public internet quality, only limited support for other networking products.
	Project_STANDARD Project_DefaultNetworkTier = 484642493
	// (Output only) Temporary tier for FIXED_STANDARD when fixed standard tier is expired or not configured.
	Project_STANDARD_OVERRIDES_FIXED_STANDARD Project_DefaultNetworkTier = 465847234
)

func (Project_DefaultNetworkTier) Descriptor

func (Project_DefaultNetworkTier) Enum

func (Project_DefaultNetworkTier) EnumDescriptor

func (Project_DefaultNetworkTier) EnumDescriptor() ([]byte, []int)

Deprecated: Use Project_DefaultNetworkTier.Descriptor instead.

func (Project_DefaultNetworkTier) Number

func (Project_DefaultNetworkTier) String

func (Project_DefaultNetworkTier) Type

type Project_VmDnsSetting

type Project_VmDnsSetting int32

[Output Only] Default internal DNS setting used by VMs running in this project.

const (
	// A value indicating that the enum field is not set.
	Project_UNDEFINED_VM_DNS_SETTING   Project_VmDnsSetting = 0
	Project_GLOBAL_DEFAULT             Project_VmDnsSetting = 345419141
	Project_UNSPECIFIED_VM_DNS_SETTING Project_VmDnsSetting = 35691930
	Project_ZONAL_DEFAULT              Project_VmDnsSetting = 368475782
	Project_ZONAL_ONLY                 Project_VmDnsSetting = 521198951
)

func (Project_VmDnsSetting) Descriptor

func (Project_VmDnsSetting) Enum

func (Project_VmDnsSetting) EnumDescriptor

func (Project_VmDnsSetting) EnumDescriptor() ([]byte, []int)

Deprecated: Use Project_VmDnsSetting.Descriptor instead.

func (Project_VmDnsSetting) Number

func (Project_VmDnsSetting) String

func (x Project_VmDnsSetting) String() string

func (Project_VmDnsSetting) Type

type Project_XpnProjectStatus

type Project_XpnProjectStatus int32

[Output Only] The role this project has in a shared VPC configuration. Currently, only projects with the host role, which is specified by the value HOST, are differentiated.

const (
	// A value indicating that the enum field is not set.
	Project_UNDEFINED_XPN_PROJECT_STATUS   Project_XpnProjectStatus = 0
	Project_HOST                           Project_XpnProjectStatus = 2223528
	Project_UNSPECIFIED_XPN_PROJECT_STATUS Project_XpnProjectStatus = 340393257
)

func (Project_XpnProjectStatus) Descriptor

func (Project_XpnProjectStatus) Enum

func (Project_XpnProjectStatus) EnumDescriptor

func (Project_XpnProjectStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use Project_XpnProjectStatus.Descriptor instead.

func (Project_XpnProjectStatus) Number

func (Project_XpnProjectStatus) String

func (x Project_XpnProjectStatus) String() string

func (Project_XpnProjectStatus) Type

type ProjectsClient

type ProjectsClient interface {
	// Disable this project as a shared VPC host project.
	DisableXpnHost(ctx context.Context, in *DisableXpnHostProjectRequest, opts ...grpc.CallOption) (*Operation, error)
	// Disable a service resource (also known as service project) associated with this host project.
	DisableXpnResource(ctx context.Context, in *DisableXpnResourceProjectRequest, opts ...grpc.CallOption) (*Operation, error)
	// Enable this project as a shared VPC host project.
	EnableXpnHost(ctx context.Context, in *EnableXpnHostProjectRequest, opts ...grpc.CallOption) (*Operation, error)
	// Enable service resource (a.k.a service project) for a host project, so that subnets in the host project can be used by instances in the service project.
	EnableXpnResource(ctx context.Context, in *EnableXpnResourceProjectRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified Project resource. To decrease latency for this method, you can optionally omit any unneeded information from the response by using a field mask. This practice is especially recommended for unused quota information (the `quotas` field). To exclude one or more fields, set your request's `fields` query parameter to only include the fields you need. For example, to only include the `id` and `selfLink` fields, add the query parameter `?fields=id,selfLink` to your request.
	Get(ctx context.Context, in *GetProjectRequest, opts ...grpc.CallOption) (*Project, error)
	// Gets the shared VPC host project that this project links to. May be empty if no link exists.
	GetXpnHost(ctx context.Context, in *GetXpnHostProjectRequest, opts ...grpc.CallOption) (*Project, error)
	// Gets service resources (a.k.a service project) associated with this host project.
	GetXpnResources(ctx context.Context, in *GetXpnResourcesProjectsRequest, opts ...grpc.CallOption) (*ProjectsGetXpnResources, error)
	// Lists all shared VPC host projects visible to the user in an organization.
	ListXpnHosts(ctx context.Context, in *ListXpnHostsProjectsRequest, opts ...grpc.CallOption) (*XpnHostList, error)
	// Moves a persistent disk from one zone to another.
	MoveDisk(ctx context.Context, in *MoveDiskProjectRequest, opts ...grpc.CallOption) (*Operation, error)
	// Moves an instance and its attached persistent disks from one zone to another. *Note*: Moving VMs or disks by using this method might cause unexpected behavior. For more information, see the [known issue](/compute/docs/troubleshooting/known-issues#moving_vms_or_disks_using_the_moveinstance_api_or_the_causes_unexpected_behavior). [Deprecated] This method is deprecated. See [moving instance across zones](/compute/docs/instances/moving-instance-across-zones) instead.
	MoveInstance(ctx context.Context, in *MoveInstanceProjectRequest, opts ...grpc.CallOption) (*Operation, error)
	// Sets metadata common to all instances within the specified project using the data included in the request.
	SetCommonInstanceMetadata(ctx context.Context, in *SetCommonInstanceMetadataProjectRequest, opts ...grpc.CallOption) (*Operation, error)
	// Sets the default network tier of the project. The default network tier is used when an address/forwardingRule/instance is created without specifying the network tier field.
	SetDefaultNetworkTier(ctx context.Context, in *SetDefaultNetworkTierProjectRequest, opts ...grpc.CallOption) (*Operation, error)
	// Enables the usage export feature and sets the usage export bucket where reports are stored. If you provide an empty request body using this method, the usage export feature will be disabled.
	SetUsageExportBucket(ctx context.Context, in *SetUsageExportBucketProjectRequest, opts ...grpc.CallOption) (*Operation, error)
}

ProjectsClient is the client API for Projects service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewProjectsClient

func NewProjectsClient(cc grpc.ClientConnInterface) ProjectsClient

type ProjectsDisableXpnResourceRequest

type ProjectsDisableXpnResourceRequest struct {

	// Service resource (a.k.a service project) ID.
	XpnResource *XpnResourceId `protobuf:"bytes,133384631,opt,name=xpn_resource,json=xpnResource,proto3,oneof" json:"xpn_resource,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectsDisableXpnResourceRequest) Descriptor

func (*ProjectsDisableXpnResourceRequest) Descriptor() ([]byte, []int)

Deprecated: Use ProjectsDisableXpnResourceRequest.ProtoReflect.Descriptor instead.

func (*ProjectsDisableXpnResourceRequest) GetXpnResource

func (x *ProjectsDisableXpnResourceRequest) GetXpnResource() *XpnResourceId

func (*ProjectsDisableXpnResourceRequest) ProtoMessage

func (*ProjectsDisableXpnResourceRequest) ProtoMessage()

func (*ProjectsDisableXpnResourceRequest) ProtoReflect

func (*ProjectsDisableXpnResourceRequest) Reset

func (*ProjectsDisableXpnResourceRequest) String

type ProjectsEnableXpnResourceRequest

type ProjectsEnableXpnResourceRequest struct {

	// Service resource (a.k.a service project) ID.
	XpnResource *XpnResourceId `protobuf:"bytes,133384631,opt,name=xpn_resource,json=xpnResource,proto3,oneof" json:"xpn_resource,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectsEnableXpnResourceRequest) Descriptor

func (*ProjectsEnableXpnResourceRequest) Descriptor() ([]byte, []int)

Deprecated: Use ProjectsEnableXpnResourceRequest.ProtoReflect.Descriptor instead.

func (*ProjectsEnableXpnResourceRequest) GetXpnResource

func (x *ProjectsEnableXpnResourceRequest) GetXpnResource() *XpnResourceId

func (*ProjectsEnableXpnResourceRequest) ProtoMessage

func (*ProjectsEnableXpnResourceRequest) ProtoMessage()

func (*ProjectsEnableXpnResourceRequest) ProtoReflect

func (*ProjectsEnableXpnResourceRequest) Reset

func (*ProjectsEnableXpnResourceRequest) String

type ProjectsGetXpnResources

type ProjectsGetXpnResources struct {

	// [Output Only] Type of resource. Always compute#projectsGetXpnResources for lists of service resources (a.k.a service projects)
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// Service resources (a.k.a service projects) attached to this project as their shared VPC host.
	Resources []*XpnResourceId `protobuf:"bytes,164412965,rep,name=resources,proto3" json:"resources,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectsGetXpnResources) Descriptor

func (*ProjectsGetXpnResources) Descriptor() ([]byte, []int)

Deprecated: Use ProjectsGetXpnResources.ProtoReflect.Descriptor instead.

func (*ProjectsGetXpnResources) GetKind

func (x *ProjectsGetXpnResources) GetKind() string

func (*ProjectsGetXpnResources) GetNextPageToken

func (x *ProjectsGetXpnResources) GetNextPageToken() string

func (*ProjectsGetXpnResources) GetResources

func (x *ProjectsGetXpnResources) GetResources() []*XpnResourceId

func (*ProjectsGetXpnResources) ProtoMessage

func (*ProjectsGetXpnResources) ProtoMessage()

func (*ProjectsGetXpnResources) ProtoReflect

func (x *ProjectsGetXpnResources) ProtoReflect() protoreflect.Message

func (*ProjectsGetXpnResources) Reset

func (x *ProjectsGetXpnResources) Reset()

func (*ProjectsGetXpnResources) String

func (x *ProjectsGetXpnResources) String() string

type ProjectsListXpnHostsRequest

type ProjectsListXpnHostsRequest struct {

	// Optional organization ID managed by Cloud Resource Manager, for which to list shared VPC host projects. If not specified, the organization will be inferred from the project.
	Organization *string `protobuf:"bytes,105180467,opt,name=organization,proto3,oneof" json:"organization,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectsListXpnHostsRequest) Descriptor

func (*ProjectsListXpnHostsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ProjectsListXpnHostsRequest.ProtoReflect.Descriptor instead.

func (*ProjectsListXpnHostsRequest) GetOrganization

func (x *ProjectsListXpnHostsRequest) GetOrganization() string

func (*ProjectsListXpnHostsRequest) ProtoMessage

func (*ProjectsListXpnHostsRequest) ProtoMessage()

func (*ProjectsListXpnHostsRequest) ProtoReflect

func (*ProjectsListXpnHostsRequest) Reset

func (x *ProjectsListXpnHostsRequest) Reset()

func (*ProjectsListXpnHostsRequest) String

func (x *ProjectsListXpnHostsRequest) String() string

type ProjectsServer

type ProjectsServer interface {
	// Disable this project as a shared VPC host project.
	DisableXpnHost(context.Context, *DisableXpnHostProjectRequest) (*Operation, error)
	// Disable a service resource (also known as service project) associated with this host project.
	DisableXpnResource(context.Context, *DisableXpnResourceProjectRequest) (*Operation, error)
	// Enable this project as a shared VPC host project.
	EnableXpnHost(context.Context, *EnableXpnHostProjectRequest) (*Operation, error)
	// Enable service resource (a.k.a service project) for a host project, so that subnets in the host project can be used by instances in the service project.
	EnableXpnResource(context.Context, *EnableXpnResourceProjectRequest) (*Operation, error)
	// Returns the specified Project resource. To decrease latency for this method, you can optionally omit any unneeded information from the response by using a field mask. This practice is especially recommended for unused quota information (the `quotas` field). To exclude one or more fields, set your request's `fields` query parameter to only include the fields you need. For example, to only include the `id` and `selfLink` fields, add the query parameter `?fields=id,selfLink` to your request.
	Get(context.Context, *GetProjectRequest) (*Project, error)
	// Gets the shared VPC host project that this project links to. May be empty if no link exists.
	GetXpnHost(context.Context, *GetXpnHostProjectRequest) (*Project, error)
	// Gets service resources (a.k.a service project) associated with this host project.
	GetXpnResources(context.Context, *GetXpnResourcesProjectsRequest) (*ProjectsGetXpnResources, error)
	// Lists all shared VPC host projects visible to the user in an organization.
	ListXpnHosts(context.Context, *ListXpnHostsProjectsRequest) (*XpnHostList, error)
	// Moves a persistent disk from one zone to another.
	MoveDisk(context.Context, *MoveDiskProjectRequest) (*Operation, error)
	// Moves an instance and its attached persistent disks from one zone to another. *Note*: Moving VMs or disks by using this method might cause unexpected behavior. For more information, see the [known issue](/compute/docs/troubleshooting/known-issues#moving_vms_or_disks_using_the_moveinstance_api_or_the_causes_unexpected_behavior). [Deprecated] This method is deprecated. See [moving instance across zones](/compute/docs/instances/moving-instance-across-zones) instead.
	MoveInstance(context.Context, *MoveInstanceProjectRequest) (*Operation, error)
	// Sets metadata common to all instances within the specified project using the data included in the request.
	SetCommonInstanceMetadata(context.Context, *SetCommonInstanceMetadataProjectRequest) (*Operation, error)
	// Sets the default network tier of the project. The default network tier is used when an address/forwardingRule/instance is created without specifying the network tier field.
	SetDefaultNetworkTier(context.Context, *SetDefaultNetworkTierProjectRequest) (*Operation, error)
	// Enables the usage export feature and sets the usage export bucket where reports are stored. If you provide an empty request body using this method, the usage export feature will be disabled.
	SetUsageExportBucket(context.Context, *SetUsageExportBucketProjectRequest) (*Operation, error)
}

ProjectsServer is the server API for Projects service.

type ProjectsSetDefaultNetworkTierRequest

type ProjectsSetDefaultNetworkTierRequest struct {

	// Default network tier to be set.
	// Check the NetworkTier enum for the list of possible values.
	NetworkTier *string `protobuf:"bytes,517397843,opt,name=network_tier,json=networkTier,proto3,oneof" json:"network_tier,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectsSetDefaultNetworkTierRequest) Descriptor

func (*ProjectsSetDefaultNetworkTierRequest) Descriptor() ([]byte, []int)

Deprecated: Use ProjectsSetDefaultNetworkTierRequest.ProtoReflect.Descriptor instead.

func (*ProjectsSetDefaultNetworkTierRequest) GetNetworkTier

func (x *ProjectsSetDefaultNetworkTierRequest) GetNetworkTier() string

func (*ProjectsSetDefaultNetworkTierRequest) ProtoMessage

func (*ProjectsSetDefaultNetworkTierRequest) ProtoMessage()

func (*ProjectsSetDefaultNetworkTierRequest) ProtoReflect

func (*ProjectsSetDefaultNetworkTierRequest) Reset

func (*ProjectsSetDefaultNetworkTierRequest) String

type ProjectsSetDefaultNetworkTierRequest_NetworkTier

type ProjectsSetDefaultNetworkTierRequest_NetworkTier int32

Default network tier to be set.

const (
	// A value indicating that the enum field is not set.
	ProjectsSetDefaultNetworkTierRequest_UNDEFINED_NETWORK_TIER ProjectsSetDefaultNetworkTierRequest_NetworkTier = 0
	// Public internet quality with fixed bandwidth.
	ProjectsSetDefaultNetworkTierRequest_FIXED_STANDARD ProjectsSetDefaultNetworkTierRequest_NetworkTier = 310464328
	// High quality, Google-grade network tier, support for all networking products.
	ProjectsSetDefaultNetworkTierRequest_PREMIUM ProjectsSetDefaultNetworkTierRequest_NetworkTier = 399530551
	// Public internet quality, only limited support for other networking products.
	ProjectsSetDefaultNetworkTierRequest_STANDARD ProjectsSetDefaultNetworkTierRequest_NetworkTier = 484642493
	// (Output only) Temporary tier for FIXED_STANDARD when fixed standard tier is expired or not configured.
	ProjectsSetDefaultNetworkTierRequest_STANDARD_OVERRIDES_FIXED_STANDARD ProjectsSetDefaultNetworkTierRequest_NetworkTier = 465847234
)

func (ProjectsSetDefaultNetworkTierRequest_NetworkTier) Descriptor

func (ProjectsSetDefaultNetworkTierRequest_NetworkTier) Enum

func (ProjectsSetDefaultNetworkTierRequest_NetworkTier) EnumDescriptor

Deprecated: Use ProjectsSetDefaultNetworkTierRequest_NetworkTier.Descriptor instead.

func (ProjectsSetDefaultNetworkTierRequest_NetworkTier) Number

func (ProjectsSetDefaultNetworkTierRequest_NetworkTier) String

func (ProjectsSetDefaultNetworkTierRequest_NetworkTier) Type

type PublicAdvertisedPrefix

type PublicAdvertisedPrefix struct {

	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// An optional description of this resource. Provide this property when you create the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// The address to be used for reverse DNS verification.
	DnsVerificationIp *string `protobuf:"bytes,241011381,opt,name=dns_verification_ip,json=dnsVerificationIp,proto3,oneof" json:"dns_verification_ip,omitempty"`
	// Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a new PublicAdvertisedPrefix. An up-to-date fingerprint must be provided in order to update the PublicAdvertisedPrefix, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a PublicAdvertisedPrefix.
	Fingerprint *string `protobuf:"bytes,234678500,opt,name=fingerprint,proto3,oneof" json:"fingerprint,omitempty"`
	// [Output Only] The unique identifier for the resource type. The server generates this identifier.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// The address range, in CIDR format, represented by this public advertised prefix.
	IpCidrRange *string `protobuf:"bytes,98117322,opt,name=ip_cidr_range,json=ipCidrRange,proto3,oneof" json:"ip_cidr_range,omitempty"`
	// [Output Only] Type of the resource. Always compute#publicAdvertisedPrefix for public advertised prefixes.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// [Output Only] The list of public delegated prefixes that exist for this public advertised prefix.
	PublicDelegatedPrefixs []*PublicAdvertisedPrefixPublicDelegatedPrefix `protobuf:"bytes,425811723,rep,name=public_delegated_prefixs,json=publicDelegatedPrefixs,proto3" json:"public_delegated_prefixs,omitempty"`
	// [Output Only] Server-defined URL for the resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] The shared secret to be used for reverse DNS verification.
	SharedSecret *string `protobuf:"bytes,381932490,opt,name=shared_secret,json=sharedSecret,proto3,oneof" json:"shared_secret,omitempty"`
	// The status of the public advertised prefix. Possible values include: - `INITIAL`: RPKI validation is complete. - `PTR_CONFIGURED`: User has configured the PTR. - `VALIDATED`: Reverse DNS lookup is successful. - `REVERSE_DNS_LOOKUP_FAILED`: Reverse DNS lookup failed. - `PREFIX_CONFIGURATION_IN_PROGRESS`: The prefix is being configured. - `PREFIX_CONFIGURATION_COMPLETE`: The prefix is fully configured. - `PREFIX_REMOVAL_IN_PROGRESS`: The prefix is being removed.
	// Check the Status enum for the list of possible values.
	Status *string `protobuf:"bytes,181260274,opt,name=status,proto3,oneof" json:"status,omitempty"`
	// contains filtered or unexported fields
}

A public advertised prefix represents an aggregated IP prefix or netblock which customers bring to cloud. The IP prefix is a single unit of route advertisement and is announced globally to the internet.

func (*PublicAdvertisedPrefix) Descriptor

func (*PublicAdvertisedPrefix) Descriptor() ([]byte, []int)

Deprecated: Use PublicAdvertisedPrefix.ProtoReflect.Descriptor instead.

func (*PublicAdvertisedPrefix) GetCreationTimestamp

func (x *PublicAdvertisedPrefix) GetCreationTimestamp() string

func (*PublicAdvertisedPrefix) GetDescription

func (x *PublicAdvertisedPrefix) GetDescription() string

func (*PublicAdvertisedPrefix) GetDnsVerificationIp

func (x *PublicAdvertisedPrefix) GetDnsVerificationIp() string

func (*PublicAdvertisedPrefix) GetFingerprint

func (x *PublicAdvertisedPrefix) GetFingerprint() string

func (*PublicAdvertisedPrefix) GetId

func (x *PublicAdvertisedPrefix) GetId() uint64

func (*PublicAdvertisedPrefix) GetIpCidrRange

func (x *PublicAdvertisedPrefix) GetIpCidrRange() string

func (*PublicAdvertisedPrefix) GetKind

func (x *PublicAdvertisedPrefix) GetKind() string

func (*PublicAdvertisedPrefix) GetName

func (x *PublicAdvertisedPrefix) GetName() string

func (*PublicAdvertisedPrefix) GetPublicDelegatedPrefixs

func (x *PublicAdvertisedPrefix) GetPublicDelegatedPrefixs() []*PublicAdvertisedPrefixPublicDelegatedPrefix
func (x *PublicAdvertisedPrefix) GetSelfLink() string

func (*PublicAdvertisedPrefix) GetSharedSecret

func (x *PublicAdvertisedPrefix) GetSharedSecret() string

func (*PublicAdvertisedPrefix) GetStatus

func (x *PublicAdvertisedPrefix) GetStatus() string

func (*PublicAdvertisedPrefix) ProtoMessage

func (*PublicAdvertisedPrefix) ProtoMessage()

func (*PublicAdvertisedPrefix) ProtoReflect

func (x *PublicAdvertisedPrefix) ProtoReflect() protoreflect.Message

func (*PublicAdvertisedPrefix) Reset

func (x *PublicAdvertisedPrefix) Reset()

func (*PublicAdvertisedPrefix) String

func (x *PublicAdvertisedPrefix) String() string

type PublicAdvertisedPrefixList

type PublicAdvertisedPrefixList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of PublicAdvertisedPrefix resources.
	Items []*PublicAdvertisedPrefix `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] Type of the resource. Always compute#publicAdvertisedPrefix for public advertised prefixes.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*PublicAdvertisedPrefixList) Descriptor

func (*PublicAdvertisedPrefixList) Descriptor() ([]byte, []int)

Deprecated: Use PublicAdvertisedPrefixList.ProtoReflect.Descriptor instead.

func (*PublicAdvertisedPrefixList) GetId

func (*PublicAdvertisedPrefixList) GetItems

func (*PublicAdvertisedPrefixList) GetKind

func (x *PublicAdvertisedPrefixList) GetKind() string

func (*PublicAdvertisedPrefixList) GetNextPageToken

func (x *PublicAdvertisedPrefixList) GetNextPageToken() string
func (x *PublicAdvertisedPrefixList) GetSelfLink() string

func (*PublicAdvertisedPrefixList) GetWarning

func (x *PublicAdvertisedPrefixList) GetWarning() *Warning

func (*PublicAdvertisedPrefixList) ProtoMessage

func (*PublicAdvertisedPrefixList) ProtoMessage()

func (*PublicAdvertisedPrefixList) ProtoReflect

func (*PublicAdvertisedPrefixList) Reset

func (x *PublicAdvertisedPrefixList) Reset()

func (*PublicAdvertisedPrefixList) String

func (x *PublicAdvertisedPrefixList) String() string

type PublicAdvertisedPrefixPublicDelegatedPrefix

type PublicAdvertisedPrefixPublicDelegatedPrefix struct {

	// The IP address range of the public delegated prefix
	IpRange *string `protobuf:"bytes,145092645,opt,name=ip_range,json=ipRange,proto3,oneof" json:"ip_range,omitempty"`
	// The name of the public delegated prefix
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// The project number of the public delegated prefix
	Project *string `protobuf:"bytes,227560217,opt,name=project,proto3,oneof" json:"project,omitempty"`
	// The region of the public delegated prefix if it is regional. If absent, the prefix is global.
	Region *string `protobuf:"bytes,138946292,opt,name=region,proto3,oneof" json:"region,omitempty"`
	// The status of the public delegated prefix. Possible values are: INITIALIZING: The public delegated prefix is being initialized and addresses cannot be created yet. ANNOUNCED: The public delegated prefix is active.
	Status *string `protobuf:"bytes,181260274,opt,name=status,proto3,oneof" json:"status,omitempty"`
	// contains filtered or unexported fields
}

Represents a CIDR range which can be used to assign addresses.

func (*PublicAdvertisedPrefixPublicDelegatedPrefix) Descriptor

Deprecated: Use PublicAdvertisedPrefixPublicDelegatedPrefix.ProtoReflect.Descriptor instead.

func (*PublicAdvertisedPrefixPublicDelegatedPrefix) GetIpRange

func (*PublicAdvertisedPrefixPublicDelegatedPrefix) GetName

func (*PublicAdvertisedPrefixPublicDelegatedPrefix) GetProject

func (*PublicAdvertisedPrefixPublicDelegatedPrefix) GetRegion

func (*PublicAdvertisedPrefixPublicDelegatedPrefix) GetStatus

func (*PublicAdvertisedPrefixPublicDelegatedPrefix) ProtoMessage

func (*PublicAdvertisedPrefixPublicDelegatedPrefix) ProtoReflect

func (*PublicAdvertisedPrefixPublicDelegatedPrefix) Reset

func (*PublicAdvertisedPrefixPublicDelegatedPrefix) String

type PublicAdvertisedPrefix_Status

type PublicAdvertisedPrefix_Status int32

The status of the public advertised prefix. Possible values include: - `INITIAL`: RPKI validation is complete. - `PTR_CONFIGURED`: User has configured the PTR. - `VALIDATED`: Reverse DNS lookup is successful. - `REVERSE_DNS_LOOKUP_FAILED`: Reverse DNS lookup failed. - `PREFIX_CONFIGURATION_IN_PROGRESS`: The prefix is being configured. - `PREFIX_CONFIGURATION_COMPLETE`: The prefix is fully configured. - `PREFIX_REMOVAL_IN_PROGRESS`: The prefix is being removed.

const (
	// A value indicating that the enum field is not set.
	PublicAdvertisedPrefix_UNDEFINED_STATUS PublicAdvertisedPrefix_Status = 0
	// RPKI validation is complete.
	PublicAdvertisedPrefix_INITIAL PublicAdvertisedPrefix_Status = 518841124
	// The prefix is fully configured.
	PublicAdvertisedPrefix_PREFIX_CONFIGURATION_COMPLETE PublicAdvertisedPrefix_Status = 480889551
	// The prefix is being configured.
	PublicAdvertisedPrefix_PREFIX_CONFIGURATION_IN_PROGRESS PublicAdvertisedPrefix_Status = 378550961
	// The prefix is being removed.
	PublicAdvertisedPrefix_PREFIX_REMOVAL_IN_PROGRESS PublicAdvertisedPrefix_Status = 284375783
	// User has configured the PTR.
	PublicAdvertisedPrefix_PTR_CONFIGURED PublicAdvertisedPrefix_Status = 513497167
	// Reverse DNS lookup failed.
	PublicAdvertisedPrefix_REVERSE_DNS_LOOKUP_FAILED PublicAdvertisedPrefix_Status = 295755183
	// Reverse DNS lookup is successful.
	PublicAdvertisedPrefix_VALIDATED PublicAdvertisedPrefix_Status = 66197998
)

func (PublicAdvertisedPrefix_Status) Descriptor

func (PublicAdvertisedPrefix_Status) Enum

func (PublicAdvertisedPrefix_Status) EnumDescriptor

func (PublicAdvertisedPrefix_Status) EnumDescriptor() ([]byte, []int)

Deprecated: Use PublicAdvertisedPrefix_Status.Descriptor instead.

func (PublicAdvertisedPrefix_Status) Number

func (PublicAdvertisedPrefix_Status) String

func (PublicAdvertisedPrefix_Status) Type

type PublicAdvertisedPrefixesClient

type PublicAdvertisedPrefixesClient interface {
	// Deletes the specified PublicAdvertisedPrefix
	Delete(ctx context.Context, in *DeletePublicAdvertisedPrefixeRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified PublicAdvertisedPrefix resource.
	Get(ctx context.Context, in *GetPublicAdvertisedPrefixeRequest, opts ...grpc.CallOption) (*PublicAdvertisedPrefix, error)
	// Creates a PublicAdvertisedPrefix in the specified project using the parameters that are included in the request.
	Insert(ctx context.Context, in *InsertPublicAdvertisedPrefixeRequest, opts ...grpc.CallOption) (*Operation, error)
	// Lists the PublicAdvertisedPrefixes for a project.
	List(ctx context.Context, in *ListPublicAdvertisedPrefixesRequest, opts ...grpc.CallOption) (*PublicAdvertisedPrefixList, error)
	// Patches the specified Router resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.
	Patch(ctx context.Context, in *PatchPublicAdvertisedPrefixeRequest, opts ...grpc.CallOption) (*Operation, error)
}

PublicAdvertisedPrefixesClient is the client API for PublicAdvertisedPrefixes service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewPublicAdvertisedPrefixesClient

func NewPublicAdvertisedPrefixesClient(cc grpc.ClientConnInterface) PublicAdvertisedPrefixesClient

type PublicAdvertisedPrefixesServer

type PublicAdvertisedPrefixesServer interface {
	// Deletes the specified PublicAdvertisedPrefix
	Delete(context.Context, *DeletePublicAdvertisedPrefixeRequest) (*Operation, error)
	// Returns the specified PublicAdvertisedPrefix resource.
	Get(context.Context, *GetPublicAdvertisedPrefixeRequest) (*PublicAdvertisedPrefix, error)
	// Creates a PublicAdvertisedPrefix in the specified project using the parameters that are included in the request.
	Insert(context.Context, *InsertPublicAdvertisedPrefixeRequest) (*Operation, error)
	// Lists the PublicAdvertisedPrefixes for a project.
	List(context.Context, *ListPublicAdvertisedPrefixesRequest) (*PublicAdvertisedPrefixList, error)
	// Patches the specified Router resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.
	Patch(context.Context, *PatchPublicAdvertisedPrefixeRequest) (*Operation, error)
}

PublicAdvertisedPrefixesServer is the server API for PublicAdvertisedPrefixes service.

type PublicDelegatedPrefix

type PublicDelegatedPrefix struct {

	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// An optional description of this resource. Provide this property when you create the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a new PublicDelegatedPrefix. An up-to-date fingerprint must be provided in order to update the PublicDelegatedPrefix, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a PublicDelegatedPrefix.
	Fingerprint *string `protobuf:"bytes,234678500,opt,name=fingerprint,proto3,oneof" json:"fingerprint,omitempty"`
	// [Output Only] The unique identifier for the resource type. The server generates this identifier.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// The IP address range, in CIDR format, represented by this public delegated prefix.
	IpCidrRange *string `protobuf:"bytes,98117322,opt,name=ip_cidr_range,json=ipCidrRange,proto3,oneof" json:"ip_cidr_range,omitempty"`
	// If true, the prefix will be live migrated.
	IsLiveMigration *bool `protobuf:"varint,511823856,opt,name=is_live_migration,json=isLiveMigration,proto3,oneof" json:"is_live_migration,omitempty"`
	// [Output Only] Type of the resource. Always compute#publicDelegatedPrefix for public delegated prefixes.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// The URL of parent prefix. Either PublicAdvertisedPrefix or PublicDelegatedPrefix.
	ParentPrefix *string `protobuf:"bytes,15233991,opt,name=parent_prefix,json=parentPrefix,proto3,oneof" json:"parent_prefix,omitempty"`
	// The list of sub public delegated prefixes that exist for this public delegated prefix.
	PublicDelegatedSubPrefixs []*PublicDelegatedPrefixPublicDelegatedSubPrefix `protobuf:"bytes,188940044,rep,name=public_delegated_sub_prefixs,json=publicDelegatedSubPrefixs,proto3" json:"public_delegated_sub_prefixs,omitempty"`
	// [Output Only] URL of the region where the public delegated prefix resides. This field applies only to the region resource. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
	Region *string `protobuf:"bytes,138946292,opt,name=region,proto3,oneof" json:"region,omitempty"`
	// [Output Only] Server-defined URL for the resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] The status of the public delegated prefix, which can be one of following values: - `INITIALIZING` The public delegated prefix is being initialized and addresses cannot be created yet. - `READY_TO_ANNOUNCE` The public delegated prefix is a live migration prefix and is active. - `ANNOUNCED` The public delegated prefix is active. - `DELETING` The public delegated prefix is being deprovsioned.
	// Check the Status enum for the list of possible values.
	Status *string `protobuf:"bytes,181260274,opt,name=status,proto3,oneof" json:"status,omitempty"`
	// contains filtered or unexported fields
}

A PublicDelegatedPrefix resource represents an IP block within a PublicAdvertisedPrefix that is configured within a single cloud scope (global or region). IPs in the block can be allocated to resources within that scope. Public delegated prefixes may be further broken up into smaller IP blocks in the same scope as the parent block.

func (*PublicDelegatedPrefix) Descriptor

func (*PublicDelegatedPrefix) Descriptor() ([]byte, []int)

Deprecated: Use PublicDelegatedPrefix.ProtoReflect.Descriptor instead.

func (*PublicDelegatedPrefix) GetCreationTimestamp

func (x *PublicDelegatedPrefix) GetCreationTimestamp() string

func (*PublicDelegatedPrefix) GetDescription

func (x *PublicDelegatedPrefix) GetDescription() string

func (*PublicDelegatedPrefix) GetFingerprint

func (x *PublicDelegatedPrefix) GetFingerprint() string

func (*PublicDelegatedPrefix) GetId

func (x *PublicDelegatedPrefix) GetId() uint64

func (*PublicDelegatedPrefix) GetIpCidrRange

func (x *PublicDelegatedPrefix) GetIpCidrRange() string

func (*PublicDelegatedPrefix) GetIsLiveMigration

func (x *PublicDelegatedPrefix) GetIsLiveMigration() bool

func (*PublicDelegatedPrefix) GetKind

func (x *PublicDelegatedPrefix) GetKind() string

func (*PublicDelegatedPrefix) GetName

func (x *PublicDelegatedPrefix) GetName() string

func (*PublicDelegatedPrefix) GetParentPrefix

func (x *PublicDelegatedPrefix) GetParentPrefix() string

func (*PublicDelegatedPrefix) GetPublicDelegatedSubPrefixs

func (x *PublicDelegatedPrefix) GetPublicDelegatedSubPrefixs() []*PublicDelegatedPrefixPublicDelegatedSubPrefix

func (*PublicDelegatedPrefix) GetRegion

func (x *PublicDelegatedPrefix) GetRegion() string
func (x *PublicDelegatedPrefix) GetSelfLink() string

func (*PublicDelegatedPrefix) GetStatus

func (x *PublicDelegatedPrefix) GetStatus() string

func (*PublicDelegatedPrefix) ProtoMessage

func (*PublicDelegatedPrefix) ProtoMessage()

func (*PublicDelegatedPrefix) ProtoReflect

func (x *PublicDelegatedPrefix) ProtoReflect() protoreflect.Message

func (*PublicDelegatedPrefix) Reset

func (x *PublicDelegatedPrefix) Reset()

func (*PublicDelegatedPrefix) String

func (x *PublicDelegatedPrefix) String() string

type PublicDelegatedPrefixAggregatedList

type PublicDelegatedPrefixAggregatedList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of PublicDelegatedPrefixesScopedList resources.
	Items map[string]*PublicDelegatedPrefixesScopedList `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// [Output Only] Type of the resource. Always compute#publicDelegatedPrefixAggregatedList for aggregated lists of public delegated prefixes.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Unreachable resources.
	Unreachables []string `protobuf:"bytes,243372063,rep,name=unreachables,proto3" json:"unreachables,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*PublicDelegatedPrefixAggregatedList) Descriptor

func (*PublicDelegatedPrefixAggregatedList) Descriptor() ([]byte, []int)

Deprecated: Use PublicDelegatedPrefixAggregatedList.ProtoReflect.Descriptor instead.

func (*PublicDelegatedPrefixAggregatedList) GetId

func (*PublicDelegatedPrefixAggregatedList) GetItems

func (*PublicDelegatedPrefixAggregatedList) GetKind

func (*PublicDelegatedPrefixAggregatedList) GetNextPageToken

func (x *PublicDelegatedPrefixAggregatedList) GetNextPageToken() string

func (*PublicDelegatedPrefixAggregatedList) GetUnreachables

func (x *PublicDelegatedPrefixAggregatedList) GetUnreachables() []string

func (*PublicDelegatedPrefixAggregatedList) GetWarning

func (*PublicDelegatedPrefixAggregatedList) ProtoMessage

func (*PublicDelegatedPrefixAggregatedList) ProtoMessage()

func (*PublicDelegatedPrefixAggregatedList) ProtoReflect

func (*PublicDelegatedPrefixAggregatedList) Reset

func (*PublicDelegatedPrefixAggregatedList) String

type PublicDelegatedPrefixList

type PublicDelegatedPrefixList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of PublicDelegatedPrefix resources.
	Items []*PublicDelegatedPrefix `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] Type of the resource. Always compute#publicDelegatedPrefixList for public delegated prefixes.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*PublicDelegatedPrefixList) Descriptor

func (*PublicDelegatedPrefixList) Descriptor() ([]byte, []int)

Deprecated: Use PublicDelegatedPrefixList.ProtoReflect.Descriptor instead.

func (*PublicDelegatedPrefixList) GetId

func (x *PublicDelegatedPrefixList) GetId() string

func (*PublicDelegatedPrefixList) GetItems

func (*PublicDelegatedPrefixList) GetKind

func (x *PublicDelegatedPrefixList) GetKind() string

func (*PublicDelegatedPrefixList) GetNextPageToken

func (x *PublicDelegatedPrefixList) GetNextPageToken() string
func (x *PublicDelegatedPrefixList) GetSelfLink() string

func (*PublicDelegatedPrefixList) GetWarning

func (x *PublicDelegatedPrefixList) GetWarning() *Warning

func (*PublicDelegatedPrefixList) ProtoMessage

func (*PublicDelegatedPrefixList) ProtoMessage()

func (*PublicDelegatedPrefixList) ProtoReflect

func (*PublicDelegatedPrefixList) Reset

func (x *PublicDelegatedPrefixList) Reset()

func (*PublicDelegatedPrefixList) String

func (x *PublicDelegatedPrefixList) String() string

type PublicDelegatedPrefixPublicDelegatedSubPrefix

type PublicDelegatedPrefixPublicDelegatedSubPrefix struct {

	// Name of the project scoping this PublicDelegatedSubPrefix.
	DelegateeProject *string `protobuf:"bytes,414860634,opt,name=delegatee_project,json=delegateeProject,proto3,oneof" json:"delegatee_project,omitempty"`
	// An optional description of this resource. Provide this property when you create the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// The IP address range, in CIDR format, represented by this sub public delegated prefix.
	IpCidrRange *string `protobuf:"bytes,98117322,opt,name=ip_cidr_range,json=ipCidrRange,proto3,oneof" json:"ip_cidr_range,omitempty"`
	// Whether the sub prefix is delegated to create Address resources in the delegatee project.
	IsAddress *bool `protobuf:"varint,352617951,opt,name=is_address,json=isAddress,proto3,oneof" json:"is_address,omitempty"`
	// The name of the sub public delegated prefix.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// [Output Only] The region of the sub public delegated prefix if it is regional. If absent, the sub prefix is global.
	Region *string `protobuf:"bytes,138946292,opt,name=region,proto3,oneof" json:"region,omitempty"`
	// [Output Only] The status of the sub public delegated prefix.
	// Check the Status enum for the list of possible values.
	Status *string `protobuf:"bytes,181260274,opt,name=status,proto3,oneof" json:"status,omitempty"`
	// contains filtered or unexported fields
}

Represents a sub PublicDelegatedPrefix.

func (*PublicDelegatedPrefixPublicDelegatedSubPrefix) Descriptor

Deprecated: Use PublicDelegatedPrefixPublicDelegatedSubPrefix.ProtoReflect.Descriptor instead.

func (*PublicDelegatedPrefixPublicDelegatedSubPrefix) GetDelegateeProject

func (x *PublicDelegatedPrefixPublicDelegatedSubPrefix) GetDelegateeProject() string

func (*PublicDelegatedPrefixPublicDelegatedSubPrefix) GetDescription

func (*PublicDelegatedPrefixPublicDelegatedSubPrefix) GetIpCidrRange

func (*PublicDelegatedPrefixPublicDelegatedSubPrefix) GetIsAddress

func (*PublicDelegatedPrefixPublicDelegatedSubPrefix) GetName

func (*PublicDelegatedPrefixPublicDelegatedSubPrefix) GetRegion

func (*PublicDelegatedPrefixPublicDelegatedSubPrefix) GetStatus

func (*PublicDelegatedPrefixPublicDelegatedSubPrefix) ProtoMessage

func (*PublicDelegatedPrefixPublicDelegatedSubPrefix) ProtoReflect

func (*PublicDelegatedPrefixPublicDelegatedSubPrefix) Reset

func (*PublicDelegatedPrefixPublicDelegatedSubPrefix) String

type PublicDelegatedPrefixPublicDelegatedSubPrefix_Status

type PublicDelegatedPrefixPublicDelegatedSubPrefix_Status int32

[Output Only] The status of the sub public delegated prefix.

const (
	// A value indicating that the enum field is not set.
	PublicDelegatedPrefixPublicDelegatedSubPrefix_UNDEFINED_STATUS PublicDelegatedPrefixPublicDelegatedSubPrefix_Status = 0
	PublicDelegatedPrefixPublicDelegatedSubPrefix_ACTIVE           PublicDelegatedPrefixPublicDelegatedSubPrefix_Status = 314733318
	PublicDelegatedPrefixPublicDelegatedSubPrefix_INACTIVE         PublicDelegatedPrefixPublicDelegatedSubPrefix_Status = 270421099
)

func (PublicDelegatedPrefixPublicDelegatedSubPrefix_Status) Descriptor

func (PublicDelegatedPrefixPublicDelegatedSubPrefix_Status) Enum

func (PublicDelegatedPrefixPublicDelegatedSubPrefix_Status) EnumDescriptor

Deprecated: Use PublicDelegatedPrefixPublicDelegatedSubPrefix_Status.Descriptor instead.

func (PublicDelegatedPrefixPublicDelegatedSubPrefix_Status) Number

func (PublicDelegatedPrefixPublicDelegatedSubPrefix_Status) String

func (PublicDelegatedPrefixPublicDelegatedSubPrefix_Status) Type

type PublicDelegatedPrefix_Status

type PublicDelegatedPrefix_Status int32

[Output Only] The status of the public delegated prefix, which can be one of following values: - `INITIALIZING` The public delegated prefix is being initialized and addresses cannot be created yet. - `READY_TO_ANNOUNCE` The public delegated prefix is a live migration prefix and is active. - `ANNOUNCED` The public delegated prefix is active. - `DELETING` The public delegated prefix is being deprovsioned.

const (
	// A value indicating that the enum field is not set.
	PublicDelegatedPrefix_UNDEFINED_STATUS PublicDelegatedPrefix_Status = 0
	// The public delegated prefix is active.
	PublicDelegatedPrefix_ANNOUNCED PublicDelegatedPrefix_Status = 365103355
	// The public delegated prefix is being deprovsioned.
	PublicDelegatedPrefix_DELETING PublicDelegatedPrefix_Status = 528602024
	// The public delegated prefix is being initialized and addresses cannot be created yet.
	PublicDelegatedPrefix_INITIALIZING PublicDelegatedPrefix_Status = 306588749
	// The public delegated prefix is currently withdrawn but ready to be announced.
	PublicDelegatedPrefix_READY_TO_ANNOUNCE PublicDelegatedPrefix_Status = 64641265
)

func (PublicDelegatedPrefix_Status) Descriptor

func (PublicDelegatedPrefix_Status) Enum

func (PublicDelegatedPrefix_Status) EnumDescriptor

func (PublicDelegatedPrefix_Status) EnumDescriptor() ([]byte, []int)

Deprecated: Use PublicDelegatedPrefix_Status.Descriptor instead.

func (PublicDelegatedPrefix_Status) Number

func (PublicDelegatedPrefix_Status) String

func (PublicDelegatedPrefix_Status) Type

type PublicDelegatedPrefixesClient

type PublicDelegatedPrefixesClient interface {
	// Lists all PublicDelegatedPrefix resources owned by the specific project across all scopes.
	AggregatedList(ctx context.Context, in *AggregatedListPublicDelegatedPrefixesRequest, opts ...grpc.CallOption) (*PublicDelegatedPrefixAggregatedList, error)
	// Deletes the specified PublicDelegatedPrefix in the given region.
	Delete(ctx context.Context, in *DeletePublicDelegatedPrefixeRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified PublicDelegatedPrefix resource in the given region.
	Get(ctx context.Context, in *GetPublicDelegatedPrefixeRequest, opts ...grpc.CallOption) (*PublicDelegatedPrefix, error)
	// Creates a PublicDelegatedPrefix in the specified project in the given region using the parameters that are included in the request.
	Insert(ctx context.Context, in *InsertPublicDelegatedPrefixeRequest, opts ...grpc.CallOption) (*Operation, error)
	// Lists the PublicDelegatedPrefixes for a project in the given region.
	List(ctx context.Context, in *ListPublicDelegatedPrefixesRequest, opts ...grpc.CallOption) (*PublicDelegatedPrefixList, error)
	// Patches the specified PublicDelegatedPrefix resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.
	Patch(ctx context.Context, in *PatchPublicDelegatedPrefixeRequest, opts ...grpc.CallOption) (*Operation, error)
}

PublicDelegatedPrefixesClient is the client API for PublicDelegatedPrefixes service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewPublicDelegatedPrefixesClient

func NewPublicDelegatedPrefixesClient(cc grpc.ClientConnInterface) PublicDelegatedPrefixesClient

type PublicDelegatedPrefixesScopedList

type PublicDelegatedPrefixesScopedList struct {

	// [Output Only] A list of PublicDelegatedPrefixes contained in this scope.
	PublicDelegatedPrefixes []*PublicDelegatedPrefix `protobuf:"bytes,315261206,rep,name=public_delegated_prefixes,json=publicDelegatedPrefixes,proto3" json:"public_delegated_prefixes,omitempty"`
	// [Output Only] Informational warning which replaces the list of public delegated prefixes when the list is empty.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*PublicDelegatedPrefixesScopedList) Descriptor

func (*PublicDelegatedPrefixesScopedList) Descriptor() ([]byte, []int)

Deprecated: Use PublicDelegatedPrefixesScopedList.ProtoReflect.Descriptor instead.

func (*PublicDelegatedPrefixesScopedList) GetPublicDelegatedPrefixes

func (x *PublicDelegatedPrefixesScopedList) GetPublicDelegatedPrefixes() []*PublicDelegatedPrefix

func (*PublicDelegatedPrefixesScopedList) GetWarning

func (x *PublicDelegatedPrefixesScopedList) GetWarning() *Warning

func (*PublicDelegatedPrefixesScopedList) ProtoMessage

func (*PublicDelegatedPrefixesScopedList) ProtoMessage()

func (*PublicDelegatedPrefixesScopedList) ProtoReflect

func (*PublicDelegatedPrefixesScopedList) Reset

func (*PublicDelegatedPrefixesScopedList) String

type PublicDelegatedPrefixesServer

type PublicDelegatedPrefixesServer interface {
	// Lists all PublicDelegatedPrefix resources owned by the specific project across all scopes.
	AggregatedList(context.Context, *AggregatedListPublicDelegatedPrefixesRequest) (*PublicDelegatedPrefixAggregatedList, error)
	// Deletes the specified PublicDelegatedPrefix in the given region.
	Delete(context.Context, *DeletePublicDelegatedPrefixeRequest) (*Operation, error)
	// Returns the specified PublicDelegatedPrefix resource in the given region.
	Get(context.Context, *GetPublicDelegatedPrefixeRequest) (*PublicDelegatedPrefix, error)
	// Creates a PublicDelegatedPrefix in the specified project in the given region using the parameters that are included in the request.
	Insert(context.Context, *InsertPublicDelegatedPrefixeRequest) (*Operation, error)
	// Lists the PublicDelegatedPrefixes for a project in the given region.
	List(context.Context, *ListPublicDelegatedPrefixesRequest) (*PublicDelegatedPrefixList, error)
	// Patches the specified PublicDelegatedPrefix resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.
	Patch(context.Context, *PatchPublicDelegatedPrefixeRequest) (*Operation, error)
}

PublicDelegatedPrefixesServer is the server API for PublicDelegatedPrefixes service.

type Quota

type Quota struct {

	// [Output Only] Quota limit for this metric.
	Limit *float64 `protobuf:"fixed64,102976443,opt,name=limit,proto3,oneof" json:"limit,omitempty"`
	// [Output Only] Name of the quota metric.
	// Check the Metric enum for the list of possible values.
	Metric *string `protobuf:"bytes,533067184,opt,name=metric,proto3,oneof" json:"metric,omitempty"`
	// [Output Only] Owning resource. This is the resource on which this quota is applied.
	Owner *string `protobuf:"bytes,106164915,opt,name=owner,proto3,oneof" json:"owner,omitempty"`
	// [Output Only] Current usage of this metric.
	Usage *float64 `protobuf:"fixed64,111574433,opt,name=usage,proto3,oneof" json:"usage,omitempty"`
	// contains filtered or unexported fields
}

A quotas entry.

func (*Quota) Descriptor

func (*Quota) Descriptor() ([]byte, []int)

Deprecated: Use Quota.ProtoReflect.Descriptor instead.

func (*Quota) GetLimit

func (x *Quota) GetLimit() float64

func (*Quota) GetMetric

func (x *Quota) GetMetric() string

func (*Quota) GetOwner

func (x *Quota) GetOwner() string

func (*Quota) GetUsage

func (x *Quota) GetUsage() float64

func (*Quota) ProtoMessage

func (*Quota) ProtoMessage()

func (*Quota) ProtoReflect

func (x *Quota) ProtoReflect() protoreflect.Message

func (*Quota) Reset

func (x *Quota) Reset()

func (*Quota) String

func (x *Quota) String() string

type QuotaExceededInfo

type QuotaExceededInfo struct {

	// The map holding related quota dimensions.
	Dimensions map[string]string `protobuf:"bytes,414334925,rep,name=dimensions,proto3" json:"dimensions,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// Future quota limit being rolled out. The limit's unit depends on the quota type or metric.
	FutureLimit *float64 `protobuf:"fixed64,456564287,opt,name=future_limit,json=futureLimit,proto3,oneof" json:"future_limit,omitempty"`
	// Current effective quota limit. The limit's unit depends on the quota type or metric.
	Limit *float64 `protobuf:"fixed64,102976443,opt,name=limit,proto3,oneof" json:"limit,omitempty"`
	// The name of the quota limit.
	LimitName *string `protobuf:"bytes,398197903,opt,name=limit_name,json=limitName,proto3,oneof" json:"limit_name,omitempty"`
	// The Compute Engine quota metric name.
	MetricName *string `protobuf:"bytes,409881530,opt,name=metric_name,json=metricName,proto3,oneof" json:"metric_name,omitempty"`
	// Rollout status of the future quota limit.
	// Check the RolloutStatus enum for the list of possible values.
	RolloutStatus *string `protobuf:"bytes,476426816,opt,name=rollout_status,json=rolloutStatus,proto3,oneof" json:"rollout_status,omitempty"`
	// contains filtered or unexported fields
}

Additional details for quota exceeded error for resource quota.

func (*QuotaExceededInfo) Descriptor

func (*QuotaExceededInfo) Descriptor() ([]byte, []int)

Deprecated: Use QuotaExceededInfo.ProtoReflect.Descriptor instead.

func (*QuotaExceededInfo) GetDimensions

func (x *QuotaExceededInfo) GetDimensions() map[string]string

func (*QuotaExceededInfo) GetFutureLimit

func (x *QuotaExceededInfo) GetFutureLimit() float64

func (*QuotaExceededInfo) GetLimit

func (x *QuotaExceededInfo) GetLimit() float64

func (*QuotaExceededInfo) GetLimitName

func (x *QuotaExceededInfo) GetLimitName() string

func (*QuotaExceededInfo) GetMetricName

func (x *QuotaExceededInfo) GetMetricName() string

func (*QuotaExceededInfo) GetRolloutStatus

func (x *QuotaExceededInfo) GetRolloutStatus() string

func (*QuotaExceededInfo) ProtoMessage

func (*QuotaExceededInfo) ProtoMessage()

func (*QuotaExceededInfo) ProtoReflect

func (x *QuotaExceededInfo) ProtoReflect() protoreflect.Message

func (*QuotaExceededInfo) Reset

func (x *QuotaExceededInfo) Reset()

func (*QuotaExceededInfo) String

func (x *QuotaExceededInfo) String() string

type QuotaExceededInfo_RolloutStatus

type QuotaExceededInfo_RolloutStatus int32

Rollout status of the future quota limit.

const (
	// A value indicating that the enum field is not set.
	QuotaExceededInfo_UNDEFINED_ROLLOUT_STATUS QuotaExceededInfo_RolloutStatus = 0
	// IN_PROGRESS - A rollout is in process which will change the limit value to future limit.
	QuotaExceededInfo_IN_PROGRESS QuotaExceededInfo_RolloutStatus = 469193735
	// ROLLOUT_STATUS_UNSPECIFIED - Rollout status is not specified. The default value.
	QuotaExceededInfo_ROLLOUT_STATUS_UNSPECIFIED QuotaExceededInfo_RolloutStatus = 26864568
)

func (QuotaExceededInfo_RolloutStatus) Descriptor

func (QuotaExceededInfo_RolloutStatus) Enum

func (QuotaExceededInfo_RolloutStatus) EnumDescriptor

func (QuotaExceededInfo_RolloutStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use QuotaExceededInfo_RolloutStatus.Descriptor instead.

func (QuotaExceededInfo_RolloutStatus) Number

func (QuotaExceededInfo_RolloutStatus) String

func (QuotaExceededInfo_RolloutStatus) Type

type Quota_Metric

type Quota_Metric int32

[Output Only] Name of the quota metric.

const (
	// A value indicating that the enum field is not set.
	Quota_UNDEFINED_METRIC                Quota_Metric = 0
	Quota_A2_CPUS                         Quota_Metric = 153206585
	Quota_AFFINITY_GROUPS                 Quota_Metric = 108303563
	Quota_AUTOSCALERS                     Quota_Metric = 471248988
	Quota_BACKEND_BUCKETS                 Quota_Metric = 137626846
	Quota_BACKEND_SERVICES                Quota_Metric = 269623753
	Quota_C2D_CPUS                        Quota_Metric = 508182517
	Quota_C2_CPUS                         Quota_Metric = 317601211
	Quota_C3_CPUS                         Quota_Metric = 346230362
	Quota_COMMITMENTS                     Quota_Metric = 456141790
	Quota_COMMITTED_A2_CPUS               Quota_Metric = 59330902
	Quota_COMMITTED_C2D_CPUS              Quota_Metric = 282390904
	Quota_COMMITTED_C2_CPUS               Quota_Metric = 223725528
	Quota_COMMITTED_C3_CPUS               Quota_Metric = 252354679
	Quota_COMMITTED_CPUS                  Quota_Metric = 292394702
	Quota_COMMITTED_E2_CPUS               Quota_Metric = 388120154
	Quota_COMMITTED_LICENSES              Quota_Metric = 357606869
	Quota_COMMITTED_LOCAL_SSD_TOTAL_GB    Quota_Metric = 308393480
	Quota_COMMITTED_M3_CPUS               Quota_Metric = 585985
	Quota_COMMITTED_MEMORY_OPTIMIZED_CPUS Quota_Metric = 489057886
	Quota_COMMITTED_N2A_CPUS              Quota_Metric = 40064304
	Quota_COMMITTED_N2D_CPUS              Quota_Metric = 125951757
	Quota_COMMITTED_N2_CPUS               Quota_Metric = 322589603
	Quota_COMMITTED_NVIDIA_A100_80GB_GPUS Quota_Metric = 464326565
	Quota_COMMITTED_NVIDIA_A100_GPUS      Quota_Metric = 375799445
	Quota_COMMITTED_NVIDIA_K80_GPUS       Quota_Metric = 3857188
	Quota_COMMITTED_NVIDIA_L4_GPUS        Quota_Metric = 19163645
	Quota_COMMITTED_NVIDIA_P100_GPUS      Quota_Metric = 107528100
	Quota_COMMITTED_NVIDIA_P4_GPUS        Quota_Metric = 347952897
	Quota_COMMITTED_NVIDIA_T4_GPUS        Quota_Metric = 139871237
	Quota_COMMITTED_NVIDIA_V100_GPUS      Quota_Metric = 219562
	Quota_COMMITTED_T2A_CPUS              Quota_Metric = 296378986
	Quota_COMMITTED_T2D_CPUS              Quota_Metric = 382266439
	// Guest CPUs
	Quota_CPUS                                                   Quota_Metric = 2075595
	Quota_CPUS_ALL_REGIONS                                       Quota_Metric = 470911149
	Quota_DISKS_TOTAL_GB                                         Quota_Metric = 353520543
	Quota_E2_CPUS                                                Quota_Metric = 481995837
	Quota_EXTERNAL_MANAGED_FORWARDING_RULES                      Quota_Metric = 150790089
	Quota_EXTERNAL_NETWORK_LB_FORWARDING_RULES                   Quota_Metric = 374298265
	Quota_EXTERNAL_PROTOCOL_FORWARDING_RULES                     Quota_Metric = 63478888
	Quota_EXTERNAL_VPN_GATEWAYS                                  Quota_Metric = 272457134
	Quota_FIREWALLS                                              Quota_Metric = 374485843
	Quota_FORWARDING_RULES                                       Quota_Metric = 432668949
	Quota_GLOBAL_EXTERNAL_MANAGED_BACKEND_SERVICES               Quota_Metric = 164566753
	Quota_GLOBAL_EXTERNAL_MANAGED_FORWARDING_RULES               Quota_Metric = 327611949
	Quota_GLOBAL_EXTERNAL_PROXY_LB_BACKEND_SERVICES              Quota_Metric = 400256169
	Quota_GLOBAL_INTERNAL_ADDRESSES                              Quota_Metric = 42738332
	Quota_GLOBAL_INTERNAL_MANAGED_BACKEND_SERVICES               Quota_Metric = 256608303
	Quota_GLOBAL_INTERNAL_TRAFFIC_DIRECTOR_BACKEND_SERVICES      Quota_Metric = 323514196
	Quota_GPUS_ALL_REGIONS                                       Quota_Metric = 39387177
	Quota_HEALTH_CHECKS                                          Quota_Metric = 289347502
	Quota_IMAGES                                                 Quota_Metric = 15562360
	Quota_INSTANCES                                              Quota_Metric = 131337822
	Quota_INSTANCE_GROUPS                                        Quota_Metric = 355919038
	Quota_INSTANCE_GROUP_MANAGERS                                Quota_Metric = 101798192
	Quota_INSTANCE_TEMPLATES                                     Quota_Metric = 226188271
	Quota_INTERCONNECTS                                          Quota_Metric = 415204741
	Quota_INTERCONNECT_ATTACHMENTS_PER_REGION                    Quota_Metric = 159968086
	Quota_INTERCONNECT_ATTACHMENTS_TOTAL_MBPS                    Quota_Metric = 425090419
	Quota_INTERCONNECT_TOTAL_GBPS                                Quota_Metric = 285341866
	Quota_INTERNAL_ADDRESSES                                     Quota_Metric = 197899392
	Quota_INTERNAL_TRAFFIC_DIRECTOR_FORWARDING_RULES             Quota_Metric = 266433668
	Quota_IN_PLACE_SNAPSHOTS                                     Quota_Metric = 151359133
	Quota_IN_USE_ADDRESSES                                       Quota_Metric = 402125072
	Quota_IN_USE_BACKUP_SCHEDULES                                Quota_Metric = 32786705
	Quota_IN_USE_SNAPSHOT_SCHEDULES                              Quota_Metric = 462104083
	Quota_LOCAL_SSD_TOTAL_GB                                     Quota_Metric = 330878021
	Quota_M1_CPUS                                                Quota_Metric = 37203366
	Quota_M2_CPUS                                                Quota_Metric = 65832517
	Quota_M3_CPUS                                                Quota_Metric = 94461668
	Quota_MACHINE_IMAGES                                         Quota_Metric = 446986640
	Quota_N2A_CPUS                                               Quota_Metric = 265855917
	Quota_N2D_CPUS                                               Quota_Metric = 351743370
	Quota_N2_CPUS                                                Quota_Metric = 416465286
	Quota_NETWORKS                                               Quota_Metric = 485481477
	Quota_NETWORK_ATTACHMENTS                                    Quota_Metric = 149028575
	Quota_NETWORK_ENDPOINT_GROUPS                                Quota_Metric = 102144909
	Quota_NETWORK_FIREWALL_POLICIES                              Quota_Metric = 101117374
	Quota_NET_LB_SECURITY_POLICIES_PER_REGION                    Quota_Metric = 157892269
	Quota_NET_LB_SECURITY_POLICY_RULES_PER_REGION                Quota_Metric = 356090931
	Quota_NET_LB_SECURITY_POLICY_RULE_ATTRIBUTES_PER_REGION      Quota_Metric = 311243888
	Quota_NODE_GROUPS                                            Quota_Metric = 24624817
	Quota_NODE_TEMPLATES                                         Quota_Metric = 474896668
	Quota_NVIDIA_A100_80GB_GPUS                                  Quota_Metric = 286389320
	Quota_NVIDIA_A100_GPUS                                       Quota_Metric = 504872978
	Quota_NVIDIA_K80_GPUS                                        Quota_Metric = 163886599
	Quota_NVIDIA_L4_GPUS                                         Quota_Metric = 491923130
	Quota_NVIDIA_P100_GPUS                                       Quota_Metric = 236601633
	Quota_NVIDIA_P100_VWS_GPUS                                   Quota_Metric = 213970574
	Quota_NVIDIA_P4_GPUS                                         Quota_Metric = 283841470
	Quota_NVIDIA_P4_VWS_GPUS                                     Quota_Metric = 528296619
	Quota_NVIDIA_T4_GPUS                                         Quota_Metric = 75759810
	Quota_NVIDIA_T4_VWS_GPUS                                     Quota_Metric = 319813039
	Quota_NVIDIA_V100_GPUS                                       Quota_Metric = 129293095
	Quota_PACKET_MIRRORINGS                                      Quota_Metric = 15578407
	Quota_PD_EXTREME_TOTAL_PROVISIONED_IOPS                      Quota_Metric = 69593965
	Quota_PREEMPTIBLE_CPUS                                       Quota_Metric = 251184841
	Quota_PREEMPTIBLE_LOCAL_SSD_GB                               Quota_Metric = 260819336
	Quota_PREEMPTIBLE_NVIDIA_A100_80GB_GPUS                      Quota_Metric = 151942410
	Quota_PREEMPTIBLE_NVIDIA_A100_GPUS                           Quota_Metric = 68832784
	Quota_PREEMPTIBLE_NVIDIA_K80_GPUS                            Quota_Metric = 374960201
	Quota_PREEMPTIBLE_NVIDIA_L4_GPUS                             Quota_Metric = 100408376
	Quota_PREEMPTIBLE_NVIDIA_P100_GPUS                           Quota_Metric = 337432351
	Quota_PREEMPTIBLE_NVIDIA_P100_VWS_GPUS                       Quota_Metric = 313544076
	Quota_PREEMPTIBLE_NVIDIA_P4_GPUS                             Quota_Metric = 429197628
	Quota_PREEMPTIBLE_NVIDIA_P4_VWS_GPUS                         Quota_Metric = 252981545
	Quota_PREEMPTIBLE_NVIDIA_T4_GPUS                             Quota_Metric = 221115968
	Quota_PREEMPTIBLE_NVIDIA_T4_VWS_GPUS                         Quota_Metric = 44497965
	Quota_PREEMPTIBLE_NVIDIA_V100_GPUS                           Quota_Metric = 230123813
	Quota_PSC_ILB_CONSUMER_FORWARDING_RULES_PER_PRODUCER_NETWORK Quota_Metric = 231164291
	Quota_PSC_INTERNAL_LB_FORWARDING_RULES                       Quota_Metric = 169005435
	Quota_PUBLIC_ADVERTISED_PREFIXES                             Quota_Metric = 471371980
	Quota_PUBLIC_DELEGATED_PREFIXES                              Quota_Metric = 532465974
	Quota_REGIONAL_AUTOSCALERS                                   Quota_Metric = 29363772
	Quota_REGIONAL_EXTERNAL_MANAGED_BACKEND_SERVICES             Quota_Metric = 4240989
	Quota_REGIONAL_EXTERNAL_NETWORK_LB_BACKEND_SERVICES          Quota_Metric = 409564525
	Quota_REGIONAL_INSTANCE_GROUP_MANAGERS                       Quota_Metric = 37543696
	Quota_REGIONAL_INTERNAL_LB_BACKEND_SERVICES                  Quota_Metric = 137983760
	Quota_REGIONAL_INTERNAL_MANAGED_BACKEND_SERVICES             Quota_Metric = 96282539
	Quota_RESERVATIONS                                           Quota_Metric = 32644647
	Quota_RESOURCE_POLICIES                                      Quota_Metric = 83955297
	Quota_ROUTERS                                                Quota_Metric = 493018666
	Quota_ROUTES                                                 Quota_Metric = 275680074
	Quota_SECURITY_POLICIES                                      Quota_Metric = 189518703
	Quota_SECURITY_POLICIES_PER_REGION                           Quota_Metric = 249041734
	Quota_SECURITY_POLICY_ADVANCED_RULES_PER_REGION              Quota_Metric = 371815341
	Quota_SECURITY_POLICY_CEVAL_RULES                            Quota_Metric = 470815689
	Quota_SECURITY_POLICY_RULES                                  Quota_Metric = 203549225
	Quota_SECURITY_POLICY_RULES_PER_REGION                       Quota_Metric = 126510156
	Quota_SERVICE_ATTACHMENTS                                    Quota_Metric = 471521510
	// The total number of snapshots allowed for a single project.
	Quota_SNAPSHOTS                           Quota_Metric = 343405327
	Quota_SSD_TOTAL_GB                        Quota_Metric = 161732561
	Quota_SSL_CERTIFICATES                    Quota_Metric = 378372399
	Quota_STATIC_ADDRESSES                    Quota_Metric = 93624049
	Quota_STATIC_BYOIP_ADDRESSES              Quota_Metric = 275809649
	Quota_STATIC_EXTERNAL_IPV6_ADDRESS_RANGES Quota_Metric = 472346774
	Quota_SUBNETWORKS                         Quota_Metric = 421330469
	Quota_T2A_CPUS                            Quota_Metric = 522170599
	Quota_T2D_CPUS                            Quota_Metric = 71187140
	Quota_TARGET_HTTPS_PROXIES                Quota_Metric = 219522506
	Quota_TARGET_HTTP_PROXIES                 Quota_Metric = 164117155
	Quota_TARGET_INSTANCES                    Quota_Metric = 284519728
	Quota_TARGET_POOLS                        Quota_Metric = 348261257
	Quota_TARGET_SSL_PROXIES                  Quota_Metric = 159216235
	Quota_TARGET_TCP_PROXIES                  Quota_Metric = 182243136
	Quota_TARGET_VPN_GATEWAYS                 Quota_Metric = 75029928
	Quota_URL_MAPS                            Quota_Metric = 378660743
	Quota_VPN_GATEWAYS                        Quota_Metric = 35620282
	Quota_VPN_TUNNELS                         Quota_Metric = 104327296
	Quota_XPN_SERVICE_PROJECTS                Quota_Metric = 95191981
)

func (Quota_Metric) Descriptor

func (Quota_Metric) Enum

func (x Quota_Metric) Enum() *Quota_Metric

func (Quota_Metric) EnumDescriptor

func (Quota_Metric) EnumDescriptor() ([]byte, []int)

Deprecated: Use Quota_Metric.Descriptor instead.

func (Quota_Metric) Number

func (Quota_Metric) String

func (x Quota_Metric) String() string

func (Quota_Metric) Type

type RawDisk

type RawDisk struct {

	// The format used to encode and transmit the block device, which should be TAR. This is just a container and transmission format and not a runtime format. Provided by the client when the disk image is created.
	// Check the ContainerType enum for the list of possible values.
	ContainerType *string `protobuf:"bytes,318809144,opt,name=container_type,json=containerType,proto3,oneof" json:"container_type,omitempty"`
	// [Deprecated] This field is deprecated. An optional SHA1 checksum of the disk image before unpackaging provided by the client when the disk image is created.
	Sha1Checksum *string `protobuf:"bytes,314444349,opt,name=sha1_checksum,json=sha1Checksum,proto3,oneof" json:"sha1_checksum,omitempty"`
	// The full Google Cloud Storage URL where the raw disk image archive is stored. The following are valid formats for the URL: - https://storage.googleapis.com/bucket_name/image_archive_name - https://storage.googleapis.com/bucket_name/folder_name/ image_archive_name In order to create an image, you must provide the full or partial URL of one of the following: - The rawDisk.source URL - The sourceDisk URL - The sourceImage URL - The sourceSnapshot URL
	Source *string `protobuf:"bytes,177235995,opt,name=source,proto3,oneof" json:"source,omitempty"`
	// contains filtered or unexported fields
}

The parameters of the raw disk image.

func (*RawDisk) Descriptor

func (*RawDisk) Descriptor() ([]byte, []int)

Deprecated: Use RawDisk.ProtoReflect.Descriptor instead.

func (*RawDisk) GetContainerType

func (x *RawDisk) GetContainerType() string

func (*RawDisk) GetSha1Checksum

func (x *RawDisk) GetSha1Checksum() string

func (*RawDisk) GetSource

func (x *RawDisk) GetSource() string

func (*RawDisk) ProtoMessage

func (*RawDisk) ProtoMessage()

func (*RawDisk) ProtoReflect

func (x *RawDisk) ProtoReflect() protoreflect.Message

func (*RawDisk) Reset

func (x *RawDisk) Reset()

func (*RawDisk) String

func (x *RawDisk) String() string

type RawDisk_ContainerType

type RawDisk_ContainerType int32

The format used to encode and transmit the block device, which should be TAR. This is just a container and transmission format and not a runtime format. Provided by the client when the disk image is created.

const (
	// A value indicating that the enum field is not set.
	RawDisk_UNDEFINED_CONTAINER_TYPE RawDisk_ContainerType = 0
	RawDisk_TAR                      RawDisk_ContainerType = 82821
)

func (RawDisk_ContainerType) Descriptor

func (RawDisk_ContainerType) Enum

func (RawDisk_ContainerType) EnumDescriptor

func (RawDisk_ContainerType) EnumDescriptor() ([]byte, []int)

Deprecated: Use RawDisk_ContainerType.Descriptor instead.

func (RawDisk_ContainerType) Number

func (RawDisk_ContainerType) String

func (x RawDisk_ContainerType) String() string

func (RawDisk_ContainerType) Type

type RecreateInstancesInstanceGroupManagerRequest

type RecreateInstancesInstanceGroupManagerRequest struct {

	// The name of the managed instance group.
	InstanceGroupManager string `protobuf:"bytes,249363395,opt,name=instance_group_manager,json=instanceGroupManager,proto3" json:"instance_group_manager,omitempty"`
	// The body resource for this request
	InstanceGroupManagersRecreateInstancesRequestResource *InstanceGroupManagersRecreateInstancesRequest `protobuf:"bytes,21405952,opt,name=instance_group_managers_recreate_instances_request_resource,json=instanceGroupManagersRecreateInstancesRequestResource,proto3" json:"instance_group_managers_recreate_instances_request_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone where the managed instance group is located.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for InstanceGroupManagers.RecreateInstances. See the method description for details.

func (*RecreateInstancesInstanceGroupManagerRequest) Descriptor

Deprecated: Use RecreateInstancesInstanceGroupManagerRequest.ProtoReflect.Descriptor instead.

func (*RecreateInstancesInstanceGroupManagerRequest) GetInstanceGroupManager

func (x *RecreateInstancesInstanceGroupManagerRequest) GetInstanceGroupManager() string

func (*RecreateInstancesInstanceGroupManagerRequest) GetInstanceGroupManagersRecreateInstancesRequestResource

func (x *RecreateInstancesInstanceGroupManagerRequest) GetInstanceGroupManagersRecreateInstancesRequestResource() *InstanceGroupManagersRecreateInstancesRequest

func (*RecreateInstancesInstanceGroupManagerRequest) GetProject

func (*RecreateInstancesInstanceGroupManagerRequest) GetRequestId

func (*RecreateInstancesInstanceGroupManagerRequest) GetZone

func (*RecreateInstancesInstanceGroupManagerRequest) ProtoMessage

func (*RecreateInstancesInstanceGroupManagerRequest) ProtoReflect

func (*RecreateInstancesInstanceGroupManagerRequest) Reset

func (*RecreateInstancesInstanceGroupManagerRequest) String

type RecreateInstancesRegionInstanceGroupManagerRequest

type RecreateInstancesRegionInstanceGroupManagerRequest struct {

	// Name of the managed instance group.
	InstanceGroupManager string `protobuf:"bytes,249363395,opt,name=instance_group_manager,json=instanceGroupManager,proto3" json:"instance_group_manager,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// The body resource for this request
	RegionInstanceGroupManagersRecreateRequestResource *RegionInstanceGroupManagersRecreateRequest `protobuf:"bytes,170999316,opt,name=region_instance_group_managers_recreate_request_resource,json=regionInstanceGroupManagersRecreateRequestResource,proto3" json:"region_instance_group_managers_recreate_request_resource,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionInstanceGroupManagers.RecreateInstances. See the method description for details.

func (*RecreateInstancesRegionInstanceGroupManagerRequest) Descriptor

Deprecated: Use RecreateInstancesRegionInstanceGroupManagerRequest.ProtoReflect.Descriptor instead.

func (*RecreateInstancesRegionInstanceGroupManagerRequest) GetInstanceGroupManager

func (x *RecreateInstancesRegionInstanceGroupManagerRequest) GetInstanceGroupManager() string

func (*RecreateInstancesRegionInstanceGroupManagerRequest) GetProject

func (*RecreateInstancesRegionInstanceGroupManagerRequest) GetRegion

func (*RecreateInstancesRegionInstanceGroupManagerRequest) GetRegionInstanceGroupManagersRecreateRequestResource

func (x *RecreateInstancesRegionInstanceGroupManagerRequest) GetRegionInstanceGroupManagersRecreateRequestResource() *RegionInstanceGroupManagersRecreateRequest

func (*RecreateInstancesRegionInstanceGroupManagerRequest) GetRequestId

func (*RecreateInstancesRegionInstanceGroupManagerRequest) ProtoMessage

func (*RecreateInstancesRegionInstanceGroupManagerRequest) ProtoReflect

func (*RecreateInstancesRegionInstanceGroupManagerRequest) Reset

func (*RecreateInstancesRegionInstanceGroupManagerRequest) String

type Reference

type Reference struct {

	// [Output Only] Type of the resource. Always compute#reference for references.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// A description of the reference type with no implied semantics. Possible values include: 1. MEMBER_OF
	ReferenceType *string `protobuf:"bytes,247521198,opt,name=reference_type,json=referenceType,proto3,oneof" json:"reference_type,omitempty"`
	// URL of the resource which refers to the target.
	Referrer *string `protobuf:"bytes,351173663,opt,name=referrer,proto3,oneof" json:"referrer,omitempty"`
	// URL of the resource to which this reference points.
	Target *string `protobuf:"bytes,192835985,opt,name=target,proto3,oneof" json:"target,omitempty"`
	// contains filtered or unexported fields
}

Represents a reference to a resource.

func (*Reference) Descriptor

func (*Reference) Descriptor() ([]byte, []int)

Deprecated: Use Reference.ProtoReflect.Descriptor instead.

func (*Reference) GetKind

func (x *Reference) GetKind() string

func (*Reference) GetReferenceType

func (x *Reference) GetReferenceType() string

func (*Reference) GetReferrer

func (x *Reference) GetReferrer() string

func (*Reference) GetTarget

func (x *Reference) GetTarget() string

func (*Reference) ProtoMessage

func (*Reference) ProtoMessage()

func (*Reference) ProtoReflect

func (x *Reference) ProtoReflect() protoreflect.Message

func (*Reference) Reset

func (x *Reference) Reset()

func (*Reference) String

func (x *Reference) String() string

type Region

type Region struct {

	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// [Output Only] The deprecation status associated with this region.
	Deprecated *DeprecationStatus `protobuf:"bytes,515138995,opt,name=deprecated,proto3,oneof" json:"deprecated,omitempty"`
	// [Output Only] Textual description of the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Output Only] Type of the resource. Always compute#region for regions.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] Name of the resource.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// [Output Only] Quotas assigned to this region.
	Quotas []*Quota `protobuf:"bytes,125341947,rep,name=quotas,proto3" json:"quotas,omitempty"`
	// [Output Only] Server-defined URL for the resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Status of the region, either UP or DOWN.
	// Check the Status enum for the list of possible values.
	Status *string `protobuf:"bytes,181260274,opt,name=status,proto3,oneof" json:"status,omitempty"`
	// [Output Only] Reserved for future use.
	SupportsPzs *bool `protobuf:"varint,83983214,opt,name=supports_pzs,json=supportsPzs,proto3,oneof" json:"supports_pzs,omitempty"`
	// [Output Only] A list of zones available in this region, in the form of resource URLs.
	Zones []string `protobuf:"bytes,116085319,rep,name=zones,proto3" json:"zones,omitempty"`
	// contains filtered or unexported fields
}

Represents a Region resource. A region is a geographical area where a resource is located. For more information, read Regions and Zones.

func (*Region) Descriptor

func (*Region) Descriptor() ([]byte, []int)

Deprecated: Use Region.ProtoReflect.Descriptor instead.

func (*Region) GetCreationTimestamp

func (x *Region) GetCreationTimestamp() string

func (*Region) GetDeprecated

func (x *Region) GetDeprecated() *DeprecationStatus

func (*Region) GetDescription

func (x *Region) GetDescription() string

func (*Region) GetId

func (x *Region) GetId() uint64

func (*Region) GetKind

func (x *Region) GetKind() string

func (*Region) GetName

func (x *Region) GetName() string

func (*Region) GetQuotas

func (x *Region) GetQuotas() []*Quota
func (x *Region) GetSelfLink() string

func (*Region) GetStatus

func (x *Region) GetStatus() string

func (*Region) GetSupportsPzs

func (x *Region) GetSupportsPzs() bool

func (*Region) GetZones

func (x *Region) GetZones() []string

func (*Region) ProtoMessage

func (*Region) ProtoMessage()

func (*Region) ProtoReflect

func (x *Region) ProtoReflect() protoreflect.Message

func (*Region) Reset

func (x *Region) Reset()

func (*Region) String

func (x *Region) String() string

type RegionAddressesMoveRequest

type RegionAddressesMoveRequest struct {

	// An optional destination address description if intended to be different from the source.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// The URL of the destination address to move to. This can be a full or partial URL. For example, the following are all valid URLs to a address: - https://www.googleapis.com/compute/v1/projects/project/regions/region /addresses/address - projects/project/regions/region/addresses/address Note that destination project must be different from the source project. So /regions/region/addresses/address is not valid partial url.
	DestinationAddress *string `protobuf:"bytes,371693763,opt,name=destination_address,json=destinationAddress,proto3,oneof" json:"destination_address,omitempty"`
	// contains filtered or unexported fields
}

func (*RegionAddressesMoveRequest) Descriptor

func (*RegionAddressesMoveRequest) Descriptor() ([]byte, []int)

Deprecated: Use RegionAddressesMoveRequest.ProtoReflect.Descriptor instead.

func (*RegionAddressesMoveRequest) GetDescription

func (x *RegionAddressesMoveRequest) GetDescription() string

func (*RegionAddressesMoveRequest) GetDestinationAddress

func (x *RegionAddressesMoveRequest) GetDestinationAddress() string

func (*RegionAddressesMoveRequest) ProtoMessage

func (*RegionAddressesMoveRequest) ProtoMessage()

func (*RegionAddressesMoveRequest) ProtoReflect

func (*RegionAddressesMoveRequest) Reset

func (x *RegionAddressesMoveRequest) Reset()

func (*RegionAddressesMoveRequest) String

func (x *RegionAddressesMoveRequest) String() string

type RegionAutoscalerList

type RegionAutoscalerList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of Autoscaler resources.
	Items []*Autoscaler `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// Type of resource.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

Contains a list of autoscalers.

func (*RegionAutoscalerList) Descriptor

func (*RegionAutoscalerList) Descriptor() ([]byte, []int)

Deprecated: Use RegionAutoscalerList.ProtoReflect.Descriptor instead.

func (*RegionAutoscalerList) GetId

func (x *RegionAutoscalerList) GetId() string

func (*RegionAutoscalerList) GetItems

func (x *RegionAutoscalerList) GetItems() []*Autoscaler

func (*RegionAutoscalerList) GetKind

func (x *RegionAutoscalerList) GetKind() string

func (*RegionAutoscalerList) GetNextPageToken

func (x *RegionAutoscalerList) GetNextPageToken() string
func (x *RegionAutoscalerList) GetSelfLink() string

func (*RegionAutoscalerList) GetWarning

func (x *RegionAutoscalerList) GetWarning() *Warning

func (*RegionAutoscalerList) ProtoMessage

func (*RegionAutoscalerList) ProtoMessage()

func (*RegionAutoscalerList) ProtoReflect

func (x *RegionAutoscalerList) ProtoReflect() protoreflect.Message

func (*RegionAutoscalerList) Reset

func (x *RegionAutoscalerList) Reset()

func (*RegionAutoscalerList) String

func (x *RegionAutoscalerList) String() string

type RegionAutoscalersClient

type RegionAutoscalersClient interface {
	// Deletes the specified autoscaler.
	Delete(ctx context.Context, in *DeleteRegionAutoscalerRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified autoscaler.
	Get(ctx context.Context, in *GetRegionAutoscalerRequest, opts ...grpc.CallOption) (*Autoscaler, error)
	// Creates an autoscaler in the specified project using the data included in the request.
	Insert(ctx context.Context, in *InsertRegionAutoscalerRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves a list of autoscalers contained within the specified region.
	List(ctx context.Context, in *ListRegionAutoscalersRequest, opts ...grpc.CallOption) (*RegionAutoscalerList, error)
	// Updates an autoscaler in the specified project using the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
	Patch(ctx context.Context, in *PatchRegionAutoscalerRequest, opts ...grpc.CallOption) (*Operation, error)
	// Updates an autoscaler in the specified project using the data included in the request.
	Update(ctx context.Context, in *UpdateRegionAutoscalerRequest, opts ...grpc.CallOption) (*Operation, error)
}

RegionAutoscalersClient is the client API for RegionAutoscalers service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewRegionAutoscalersClient

func NewRegionAutoscalersClient(cc grpc.ClientConnInterface) RegionAutoscalersClient

type RegionAutoscalersServer

type RegionAutoscalersServer interface {
	// Deletes the specified autoscaler.
	Delete(context.Context, *DeleteRegionAutoscalerRequest) (*Operation, error)
	// Returns the specified autoscaler.
	Get(context.Context, *GetRegionAutoscalerRequest) (*Autoscaler, error)
	// Creates an autoscaler in the specified project using the data included in the request.
	Insert(context.Context, *InsertRegionAutoscalerRequest) (*Operation, error)
	// Retrieves a list of autoscalers contained within the specified region.
	List(context.Context, *ListRegionAutoscalersRequest) (*RegionAutoscalerList, error)
	// Updates an autoscaler in the specified project using the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
	Patch(context.Context, *PatchRegionAutoscalerRequest) (*Operation, error)
	// Updates an autoscaler in the specified project using the data included in the request.
	Update(context.Context, *UpdateRegionAutoscalerRequest) (*Operation, error)
}

RegionAutoscalersServer is the server API for RegionAutoscalers service.

type RegionBackendServicesClient

type RegionBackendServicesClient interface {
	// Deletes the specified regional BackendService resource.
	Delete(ctx context.Context, in *DeleteRegionBackendServiceRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified regional BackendService resource.
	Get(ctx context.Context, in *GetRegionBackendServiceRequest, opts ...grpc.CallOption) (*BackendService, error)
	// Gets the most recent health check results for this regional BackendService.
	GetHealth(ctx context.Context, in *GetHealthRegionBackendServiceRequest, opts ...grpc.CallOption) (*BackendServiceGroupHealth, error)
	// Gets the access control policy for a resource. May be empty if no such policy or resource exists.
	GetIamPolicy(ctx context.Context, in *GetIamPolicyRegionBackendServiceRequest, opts ...grpc.CallOption) (*Policy, error)
	// Creates a regional BackendService resource in the specified project using the data included in the request. For more information, see Backend services overview.
	Insert(ctx context.Context, in *InsertRegionBackendServiceRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves the list of regional BackendService resources available to the specified project in the given region.
	List(ctx context.Context, in *ListRegionBackendServicesRequest, opts ...grpc.CallOption) (*BackendServiceList, error)
	// Updates the specified regional BackendService resource with the data included in the request. For more information, see Understanding backend services This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
	Patch(ctx context.Context, in *PatchRegionBackendServiceRequest, opts ...grpc.CallOption) (*Operation, error)
	// Sets the access control policy on the specified resource. Replaces any existing policy.
	SetIamPolicy(ctx context.Context, in *SetIamPolicyRegionBackendServiceRequest, opts ...grpc.CallOption) (*Policy, error)
	// Updates the specified regional BackendService resource with the data included in the request. For more information, see Backend services overview .
	Update(ctx context.Context, in *UpdateRegionBackendServiceRequest, opts ...grpc.CallOption) (*Operation, error)
}

RegionBackendServicesClient is the client API for RegionBackendServices service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewRegionBackendServicesClient

func NewRegionBackendServicesClient(cc grpc.ClientConnInterface) RegionBackendServicesClient

type RegionBackendServicesServer

type RegionBackendServicesServer interface {
	// Deletes the specified regional BackendService resource.
	Delete(context.Context, *DeleteRegionBackendServiceRequest) (*Operation, error)
	// Returns the specified regional BackendService resource.
	Get(context.Context, *GetRegionBackendServiceRequest) (*BackendService, error)
	// Gets the most recent health check results for this regional BackendService.
	GetHealth(context.Context, *GetHealthRegionBackendServiceRequest) (*BackendServiceGroupHealth, error)
	// Gets the access control policy for a resource. May be empty if no such policy or resource exists.
	GetIamPolicy(context.Context, *GetIamPolicyRegionBackendServiceRequest) (*Policy, error)
	// Creates a regional BackendService resource in the specified project using the data included in the request. For more information, see Backend services overview.
	Insert(context.Context, *InsertRegionBackendServiceRequest) (*Operation, error)
	// Retrieves the list of regional BackendService resources available to the specified project in the given region.
	List(context.Context, *ListRegionBackendServicesRequest) (*BackendServiceList, error)
	// Updates the specified regional BackendService resource with the data included in the request. For more information, see Understanding backend services This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
	Patch(context.Context, *PatchRegionBackendServiceRequest) (*Operation, error)
	// Sets the access control policy on the specified resource. Replaces any existing policy.
	SetIamPolicy(context.Context, *SetIamPolicyRegionBackendServiceRequest) (*Policy, error)
	// Updates the specified regional BackendService resource with the data included in the request. For more information, see Backend services overview .
	Update(context.Context, *UpdateRegionBackendServiceRequest) (*Operation, error)
}

RegionBackendServicesServer is the server API for RegionBackendServices service.

type RegionCommitmentsClient

type RegionCommitmentsClient interface {
	// Retrieves an aggregated list of commitments by region.
	AggregatedList(ctx context.Context, in *AggregatedListRegionCommitmentsRequest, opts ...grpc.CallOption) (*CommitmentAggregatedList, error)
	// Returns the specified commitment resource.
	Get(ctx context.Context, in *GetRegionCommitmentRequest, opts ...grpc.CallOption) (*Commitment, error)
	// Creates a commitment in the specified project using the data included in the request.
	Insert(ctx context.Context, in *InsertRegionCommitmentRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves a list of commitments contained within the specified region.
	List(ctx context.Context, in *ListRegionCommitmentsRequest, opts ...grpc.CallOption) (*CommitmentList, error)
	// Updates the specified commitment with the data included in the request. Update is performed only on selected fields included as part of update-mask. Only the following fields can be modified: auto_renew.
	Update(ctx context.Context, in *UpdateRegionCommitmentRequest, opts ...grpc.CallOption) (*Operation, error)
}

RegionCommitmentsClient is the client API for RegionCommitments service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewRegionCommitmentsClient

func NewRegionCommitmentsClient(cc grpc.ClientConnInterface) RegionCommitmentsClient

type RegionCommitmentsServer

type RegionCommitmentsServer interface {
	// Retrieves an aggregated list of commitments by region.
	AggregatedList(context.Context, *AggregatedListRegionCommitmentsRequest) (*CommitmentAggregatedList, error)
	// Returns the specified commitment resource.
	Get(context.Context, *GetRegionCommitmentRequest) (*Commitment, error)
	// Creates a commitment in the specified project using the data included in the request.
	Insert(context.Context, *InsertRegionCommitmentRequest) (*Operation, error)
	// Retrieves a list of commitments contained within the specified region.
	List(context.Context, *ListRegionCommitmentsRequest) (*CommitmentList, error)
	// Updates the specified commitment with the data included in the request. Update is performed only on selected fields included as part of update-mask. Only the following fields can be modified: auto_renew.
	Update(context.Context, *UpdateRegionCommitmentRequest) (*Operation, error)
}

RegionCommitmentsServer is the server API for RegionCommitments service.

type RegionDiskTypeList

type RegionDiskTypeList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of DiskType resources.
	Items []*DiskType `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] Type of resource. Always compute#regionDiskTypeList for region disk types.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*RegionDiskTypeList) Descriptor

func (*RegionDiskTypeList) Descriptor() ([]byte, []int)

Deprecated: Use RegionDiskTypeList.ProtoReflect.Descriptor instead.

func (*RegionDiskTypeList) GetId

func (x *RegionDiskTypeList) GetId() string

func (*RegionDiskTypeList) GetItems

func (x *RegionDiskTypeList) GetItems() []*DiskType

func (*RegionDiskTypeList) GetKind

func (x *RegionDiskTypeList) GetKind() string

func (*RegionDiskTypeList) GetNextPageToken

func (x *RegionDiskTypeList) GetNextPageToken() string
func (x *RegionDiskTypeList) GetSelfLink() string

func (*RegionDiskTypeList) GetWarning

func (x *RegionDiskTypeList) GetWarning() *Warning

func (*RegionDiskTypeList) ProtoMessage

func (*RegionDiskTypeList) ProtoMessage()

func (*RegionDiskTypeList) ProtoReflect

func (x *RegionDiskTypeList) ProtoReflect() protoreflect.Message

func (*RegionDiskTypeList) Reset

func (x *RegionDiskTypeList) Reset()

func (*RegionDiskTypeList) String

func (x *RegionDiskTypeList) String() string

type RegionDiskTypesClient

type RegionDiskTypesClient interface {
	// Returns the specified regional disk type.
	Get(ctx context.Context, in *GetRegionDiskTypeRequest, opts ...grpc.CallOption) (*DiskType, error)
	// Retrieves a list of regional disk types available to the specified project.
	List(ctx context.Context, in *ListRegionDiskTypesRequest, opts ...grpc.CallOption) (*RegionDiskTypeList, error)
}

RegionDiskTypesClient is the client API for RegionDiskTypes service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewRegionDiskTypesClient

func NewRegionDiskTypesClient(cc grpc.ClientConnInterface) RegionDiskTypesClient

type RegionDiskTypesServer

type RegionDiskTypesServer interface {
	// Returns the specified regional disk type.
	Get(context.Context, *GetRegionDiskTypeRequest) (*DiskType, error)
	// Retrieves a list of regional disk types available to the specified project.
	List(context.Context, *ListRegionDiskTypesRequest) (*RegionDiskTypeList, error)
}

RegionDiskTypesServer is the server API for RegionDiskTypes service.

type RegionDisksAddResourcePoliciesRequest

type RegionDisksAddResourcePoliciesRequest struct {

	// Resource policies to be added to this disk.
	ResourcePolicies []string `protobuf:"bytes,22220385,rep,name=resource_policies,json=resourcePolicies,proto3" json:"resource_policies,omitempty"`
	// contains filtered or unexported fields
}

func (*RegionDisksAddResourcePoliciesRequest) Descriptor

func (*RegionDisksAddResourcePoliciesRequest) Descriptor() ([]byte, []int)

Deprecated: Use RegionDisksAddResourcePoliciesRequest.ProtoReflect.Descriptor instead.

func (*RegionDisksAddResourcePoliciesRequest) GetResourcePolicies

func (x *RegionDisksAddResourcePoliciesRequest) GetResourcePolicies() []string

func (*RegionDisksAddResourcePoliciesRequest) ProtoMessage

func (*RegionDisksAddResourcePoliciesRequest) ProtoMessage()

func (*RegionDisksAddResourcePoliciesRequest) ProtoReflect

func (*RegionDisksAddResourcePoliciesRequest) Reset

func (*RegionDisksAddResourcePoliciesRequest) String

type RegionDisksClient

type RegionDisksClient interface {
	// Adds existing resource policies to a regional disk. You can only add one policy which will be applied to this disk for scheduling snapshot creation.
	AddResourcePolicies(ctx context.Context, in *AddResourcePoliciesRegionDiskRequest, opts ...grpc.CallOption) (*Operation, error)
	// Bulk create a set of disks.
	BulkInsert(ctx context.Context, in *BulkInsertRegionDiskRequest, opts ...grpc.CallOption) (*Operation, error)
	// Creates a snapshot of a specified persistent disk. For regular snapshot creation, consider using snapshots.insert instead, as that method supports more features, such as creating snapshots in a project different from the source disk project.
	CreateSnapshot(ctx context.Context, in *CreateSnapshotRegionDiskRequest, opts ...grpc.CallOption) (*Operation, error)
	// Deletes the specified regional persistent disk. Deleting a regional disk removes all the replicas of its data permanently and is irreversible. However, deleting a disk does not delete any snapshots previously made from the disk. You must separately delete snapshots.
	Delete(ctx context.Context, in *DeleteRegionDiskRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns a specified regional persistent disk.
	Get(ctx context.Context, in *GetRegionDiskRequest, opts ...grpc.CallOption) (*Disk, error)
	// Gets the access control policy for a resource. May be empty if no such policy or resource exists.
	GetIamPolicy(ctx context.Context, in *GetIamPolicyRegionDiskRequest, opts ...grpc.CallOption) (*Policy, error)
	// Creates a persistent regional disk in the specified project using the data included in the request.
	Insert(ctx context.Context, in *InsertRegionDiskRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves the list of persistent disks contained within the specified region.
	List(ctx context.Context, in *ListRegionDisksRequest, opts ...grpc.CallOption) (*DiskList, error)
	// Removes resource policies from a regional disk.
	RemoveResourcePolicies(ctx context.Context, in *RemoveResourcePoliciesRegionDiskRequest, opts ...grpc.CallOption) (*Operation, error)
	// Resizes the specified regional persistent disk.
	Resize(ctx context.Context, in *ResizeRegionDiskRequest, opts ...grpc.CallOption) (*Operation, error)
	// Sets the access control policy on the specified resource. Replaces any existing policy.
	SetIamPolicy(ctx context.Context, in *SetIamPolicyRegionDiskRequest, opts ...grpc.CallOption) (*Policy, error)
	// Sets the labels on the target regional disk.
	SetLabels(ctx context.Context, in *SetLabelsRegionDiskRequest, opts ...grpc.CallOption) (*Operation, error)
	// Starts asynchronous replication. Must be invoked on the primary disk.
	StartAsyncReplication(ctx context.Context, in *StartAsyncReplicationRegionDiskRequest, opts ...grpc.CallOption) (*Operation, error)
	// Stops asynchronous replication. Can be invoked either on the primary or on the secondary disk.
	StopAsyncReplication(ctx context.Context, in *StopAsyncReplicationRegionDiskRequest, opts ...grpc.CallOption) (*Operation, error)
	// Stops asynchronous replication for a consistency group of disks. Can be invoked either in the primary or secondary scope.
	StopGroupAsyncReplication(ctx context.Context, in *StopGroupAsyncReplicationRegionDiskRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns permissions that a caller has on the specified resource.
	TestIamPermissions(ctx context.Context, in *TestIamPermissionsRegionDiskRequest, opts ...grpc.CallOption) (*TestPermissionsResponse, error)
	// Update the specified disk with the data included in the request. Update is performed only on selected fields included as part of update-mask. Only the following fields can be modified: user_license.
	Update(ctx context.Context, in *UpdateRegionDiskRequest, opts ...grpc.CallOption) (*Operation, error)
}

RegionDisksClient is the client API for RegionDisks service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewRegionDisksClient

func NewRegionDisksClient(cc grpc.ClientConnInterface) RegionDisksClient

type RegionDisksRemoveResourcePoliciesRequest

type RegionDisksRemoveResourcePoliciesRequest struct {

	// Resource policies to be removed from this disk.
	ResourcePolicies []string `protobuf:"bytes,22220385,rep,name=resource_policies,json=resourcePolicies,proto3" json:"resource_policies,omitempty"`
	// contains filtered or unexported fields
}

func (*RegionDisksRemoveResourcePoliciesRequest) Descriptor

func (*RegionDisksRemoveResourcePoliciesRequest) Descriptor() ([]byte, []int)

Deprecated: Use RegionDisksRemoveResourcePoliciesRequest.ProtoReflect.Descriptor instead.

func (*RegionDisksRemoveResourcePoliciesRequest) GetResourcePolicies

func (x *RegionDisksRemoveResourcePoliciesRequest) GetResourcePolicies() []string

func (*RegionDisksRemoveResourcePoliciesRequest) ProtoMessage

func (*RegionDisksRemoveResourcePoliciesRequest) ProtoReflect

func (*RegionDisksRemoveResourcePoliciesRequest) Reset

func (*RegionDisksRemoveResourcePoliciesRequest) String

type RegionDisksResizeRequest

type RegionDisksResizeRequest struct {

	// The new size of the regional persistent disk, which is specified in GB.
	SizeGb *int64 `protobuf:"varint,494929369,opt,name=size_gb,json=sizeGb,proto3,oneof" json:"size_gb,omitempty"`
	// contains filtered or unexported fields
}

func (*RegionDisksResizeRequest) Descriptor

func (*RegionDisksResizeRequest) Descriptor() ([]byte, []int)

Deprecated: Use RegionDisksResizeRequest.ProtoReflect.Descriptor instead.

func (*RegionDisksResizeRequest) GetSizeGb

func (x *RegionDisksResizeRequest) GetSizeGb() int64

func (*RegionDisksResizeRequest) ProtoMessage

func (*RegionDisksResizeRequest) ProtoMessage()

func (*RegionDisksResizeRequest) ProtoReflect

func (x *RegionDisksResizeRequest) ProtoReflect() protoreflect.Message

func (*RegionDisksResizeRequest) Reset

func (x *RegionDisksResizeRequest) Reset()

func (*RegionDisksResizeRequest) String

func (x *RegionDisksResizeRequest) String() string

type RegionDisksServer

type RegionDisksServer interface {
	// Adds existing resource policies to a regional disk. You can only add one policy which will be applied to this disk for scheduling snapshot creation.
	AddResourcePolicies(context.Context, *AddResourcePoliciesRegionDiskRequest) (*Operation, error)
	// Bulk create a set of disks.
	BulkInsert(context.Context, *BulkInsertRegionDiskRequest) (*Operation, error)
	// Creates a snapshot of a specified persistent disk. For regular snapshot creation, consider using snapshots.insert instead, as that method supports more features, such as creating snapshots in a project different from the source disk project.
	CreateSnapshot(context.Context, *CreateSnapshotRegionDiskRequest) (*Operation, error)
	// Deletes the specified regional persistent disk. Deleting a regional disk removes all the replicas of its data permanently and is irreversible. However, deleting a disk does not delete any snapshots previously made from the disk. You must separately delete snapshots.
	Delete(context.Context, *DeleteRegionDiskRequest) (*Operation, error)
	// Returns a specified regional persistent disk.
	Get(context.Context, *GetRegionDiskRequest) (*Disk, error)
	// Gets the access control policy for a resource. May be empty if no such policy or resource exists.
	GetIamPolicy(context.Context, *GetIamPolicyRegionDiskRequest) (*Policy, error)
	// Creates a persistent regional disk in the specified project using the data included in the request.
	Insert(context.Context, *InsertRegionDiskRequest) (*Operation, error)
	// Retrieves the list of persistent disks contained within the specified region.
	List(context.Context, *ListRegionDisksRequest) (*DiskList, error)
	// Removes resource policies from a regional disk.
	RemoveResourcePolicies(context.Context, *RemoveResourcePoliciesRegionDiskRequest) (*Operation, error)
	// Resizes the specified regional persistent disk.
	Resize(context.Context, *ResizeRegionDiskRequest) (*Operation, error)
	// Sets the access control policy on the specified resource. Replaces any existing policy.
	SetIamPolicy(context.Context, *SetIamPolicyRegionDiskRequest) (*Policy, error)
	// Sets the labels on the target regional disk.
	SetLabels(context.Context, *SetLabelsRegionDiskRequest) (*Operation, error)
	// Starts asynchronous replication. Must be invoked on the primary disk.
	StartAsyncReplication(context.Context, *StartAsyncReplicationRegionDiskRequest) (*Operation, error)
	// Stops asynchronous replication. Can be invoked either on the primary or on the secondary disk.
	StopAsyncReplication(context.Context, *StopAsyncReplicationRegionDiskRequest) (*Operation, error)
	// Stops asynchronous replication for a consistency group of disks. Can be invoked either in the primary or secondary scope.
	StopGroupAsyncReplication(context.Context, *StopGroupAsyncReplicationRegionDiskRequest) (*Operation, error)
	// Returns permissions that a caller has on the specified resource.
	TestIamPermissions(context.Context, *TestIamPermissionsRegionDiskRequest) (*TestPermissionsResponse, error)
	// Update the specified disk with the data included in the request. Update is performed only on selected fields included as part of update-mask. Only the following fields can be modified: user_license.
	Update(context.Context, *UpdateRegionDiskRequest) (*Operation, error)
}

RegionDisksServer is the server API for RegionDisks service.

type RegionDisksStartAsyncReplicationRequest

type RegionDisksStartAsyncReplicationRequest struct {

	// The secondary disk to start asynchronous replication to. You can provide this as a partial or full URL to the resource. For example, the following are valid values: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /disks/disk - https://www.googleapis.com/compute/v1/projects/project/regions/region /disks/disk - projects/project/zones/zone/disks/disk - projects/project/regions/region/disks/disk - zones/zone/disks/disk - regions/region/disks/disk
	AsyncSecondaryDisk *string `protobuf:"bytes,131645867,opt,name=async_secondary_disk,json=asyncSecondaryDisk,proto3,oneof" json:"async_secondary_disk,omitempty"`
	// contains filtered or unexported fields
}

func (*RegionDisksStartAsyncReplicationRequest) Descriptor

func (*RegionDisksStartAsyncReplicationRequest) Descriptor() ([]byte, []int)

Deprecated: Use RegionDisksStartAsyncReplicationRequest.ProtoReflect.Descriptor instead.

func (*RegionDisksStartAsyncReplicationRequest) GetAsyncSecondaryDisk

func (x *RegionDisksStartAsyncReplicationRequest) GetAsyncSecondaryDisk() string

func (*RegionDisksStartAsyncReplicationRequest) ProtoMessage

func (*RegionDisksStartAsyncReplicationRequest) ProtoReflect

func (*RegionDisksStartAsyncReplicationRequest) Reset

func (*RegionDisksStartAsyncReplicationRequest) String

type RegionHealthCheckServicesClient

type RegionHealthCheckServicesClient interface {
	// Deletes the specified regional HealthCheckService.
	Delete(ctx context.Context, in *DeleteRegionHealthCheckServiceRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified regional HealthCheckService resource.
	Get(ctx context.Context, in *GetRegionHealthCheckServiceRequest, opts ...grpc.CallOption) (*HealthCheckService, error)
	// Creates a regional HealthCheckService resource in the specified project and region using the data included in the request.
	Insert(ctx context.Context, in *InsertRegionHealthCheckServiceRequest, opts ...grpc.CallOption) (*Operation, error)
	// Lists all the HealthCheckService resources that have been configured for the specified project in the given region.
	List(ctx context.Context, in *ListRegionHealthCheckServicesRequest, opts ...grpc.CallOption) (*HealthCheckServicesList, error)
	// Updates the specified regional HealthCheckService resource with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
	Patch(ctx context.Context, in *PatchRegionHealthCheckServiceRequest, opts ...grpc.CallOption) (*Operation, error)
}

RegionHealthCheckServicesClient is the client API for RegionHealthCheckServices service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewRegionHealthCheckServicesClient

func NewRegionHealthCheckServicesClient(cc grpc.ClientConnInterface) RegionHealthCheckServicesClient

type RegionHealthCheckServicesServer

type RegionHealthCheckServicesServer interface {
	// Deletes the specified regional HealthCheckService.
	Delete(context.Context, *DeleteRegionHealthCheckServiceRequest) (*Operation, error)
	// Returns the specified regional HealthCheckService resource.
	Get(context.Context, *GetRegionHealthCheckServiceRequest) (*HealthCheckService, error)
	// Creates a regional HealthCheckService resource in the specified project and region using the data included in the request.
	Insert(context.Context, *InsertRegionHealthCheckServiceRequest) (*Operation, error)
	// Lists all the HealthCheckService resources that have been configured for the specified project in the given region.
	List(context.Context, *ListRegionHealthCheckServicesRequest) (*HealthCheckServicesList, error)
	// Updates the specified regional HealthCheckService resource with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
	Patch(context.Context, *PatchRegionHealthCheckServiceRequest) (*Operation, error)
}

RegionHealthCheckServicesServer is the server API for RegionHealthCheckServices service.

type RegionHealthChecksClient

type RegionHealthChecksClient interface {
	// Deletes the specified HealthCheck resource.
	Delete(ctx context.Context, in *DeleteRegionHealthCheckRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified HealthCheck resource.
	Get(ctx context.Context, in *GetRegionHealthCheckRequest, opts ...grpc.CallOption) (*HealthCheck, error)
	// Creates a HealthCheck resource in the specified project using the data included in the request.
	Insert(ctx context.Context, in *InsertRegionHealthCheckRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves the list of HealthCheck resources available to the specified project.
	List(ctx context.Context, in *ListRegionHealthChecksRequest, opts ...grpc.CallOption) (*HealthCheckList, error)
	// Updates a HealthCheck resource in the specified project using the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
	Patch(ctx context.Context, in *PatchRegionHealthCheckRequest, opts ...grpc.CallOption) (*Operation, error)
	// Updates a HealthCheck resource in the specified project using the data included in the request.
	Update(ctx context.Context, in *UpdateRegionHealthCheckRequest, opts ...grpc.CallOption) (*Operation, error)
}

RegionHealthChecksClient is the client API for RegionHealthChecks service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewRegionHealthChecksClient

func NewRegionHealthChecksClient(cc grpc.ClientConnInterface) RegionHealthChecksClient

type RegionHealthChecksServer

type RegionHealthChecksServer interface {
	// Deletes the specified HealthCheck resource.
	Delete(context.Context, *DeleteRegionHealthCheckRequest) (*Operation, error)
	// Returns the specified HealthCheck resource.
	Get(context.Context, *GetRegionHealthCheckRequest) (*HealthCheck, error)
	// Creates a HealthCheck resource in the specified project using the data included in the request.
	Insert(context.Context, *InsertRegionHealthCheckRequest) (*Operation, error)
	// Retrieves the list of HealthCheck resources available to the specified project.
	List(context.Context, *ListRegionHealthChecksRequest) (*HealthCheckList, error)
	// Updates a HealthCheck resource in the specified project using the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
	Patch(context.Context, *PatchRegionHealthCheckRequest) (*Operation, error)
	// Updates a HealthCheck resource in the specified project using the data included in the request.
	Update(context.Context, *UpdateRegionHealthCheckRequest) (*Operation, error)
}

RegionHealthChecksServer is the server API for RegionHealthChecks service.

type RegionInstanceGroupList

type RegionInstanceGroupList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of InstanceGroup resources.
	Items []*InstanceGroup `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// The resource type.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

Contains a list of InstanceGroup resources.

func (*RegionInstanceGroupList) Descriptor

func (*RegionInstanceGroupList) Descriptor() ([]byte, []int)

Deprecated: Use RegionInstanceGroupList.ProtoReflect.Descriptor instead.

func (*RegionInstanceGroupList) GetId

func (x *RegionInstanceGroupList) GetId() string

func (*RegionInstanceGroupList) GetItems

func (x *RegionInstanceGroupList) GetItems() []*InstanceGroup

func (*RegionInstanceGroupList) GetKind

func (x *RegionInstanceGroupList) GetKind() string

func (*RegionInstanceGroupList) GetNextPageToken

func (x *RegionInstanceGroupList) GetNextPageToken() string
func (x *RegionInstanceGroupList) GetSelfLink() string

func (*RegionInstanceGroupList) GetWarning

func (x *RegionInstanceGroupList) GetWarning() *Warning

func (*RegionInstanceGroupList) ProtoMessage

func (*RegionInstanceGroupList) ProtoMessage()

func (*RegionInstanceGroupList) ProtoReflect

func (x *RegionInstanceGroupList) ProtoReflect() protoreflect.Message

func (*RegionInstanceGroupList) Reset

func (x *RegionInstanceGroupList) Reset()

func (*RegionInstanceGroupList) String

func (x *RegionInstanceGroupList) String() string

type RegionInstanceGroupManagerDeleteInstanceConfigReq

type RegionInstanceGroupManagerDeleteInstanceConfigReq struct {

	// The list of instance names for which we want to delete per-instance configs on this managed instance group.
	Names []string `protobuf:"bytes,104585032,rep,name=names,proto3" json:"names,omitempty"`
	// contains filtered or unexported fields
}

RegionInstanceGroupManagers.deletePerInstanceConfigs

func (*RegionInstanceGroupManagerDeleteInstanceConfigReq) Descriptor

Deprecated: Use RegionInstanceGroupManagerDeleteInstanceConfigReq.ProtoReflect.Descriptor instead.

func (*RegionInstanceGroupManagerDeleteInstanceConfigReq) GetNames

func (*RegionInstanceGroupManagerDeleteInstanceConfigReq) ProtoMessage

func (*RegionInstanceGroupManagerDeleteInstanceConfigReq) ProtoReflect

func (*RegionInstanceGroupManagerDeleteInstanceConfigReq) Reset

func (*RegionInstanceGroupManagerDeleteInstanceConfigReq) String

type RegionInstanceGroupManagerList

type RegionInstanceGroupManagerList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of InstanceGroupManager resources.
	Items []*InstanceGroupManager `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] The resource type, which is always compute#instanceGroupManagerList for a list of managed instance groups that exist in th regional scope.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

Contains a list of managed instance groups.

func (*RegionInstanceGroupManagerList) Descriptor

func (*RegionInstanceGroupManagerList) Descriptor() ([]byte, []int)

Deprecated: Use RegionInstanceGroupManagerList.ProtoReflect.Descriptor instead.

func (*RegionInstanceGroupManagerList) GetId

func (*RegionInstanceGroupManagerList) GetItems

func (*RegionInstanceGroupManagerList) GetKind

func (*RegionInstanceGroupManagerList) GetNextPageToken

func (x *RegionInstanceGroupManagerList) GetNextPageToken() string
func (x *RegionInstanceGroupManagerList) GetSelfLink() string

func (*RegionInstanceGroupManagerList) GetWarning

func (x *RegionInstanceGroupManagerList) GetWarning() *Warning

func (*RegionInstanceGroupManagerList) ProtoMessage

func (*RegionInstanceGroupManagerList) ProtoMessage()

func (*RegionInstanceGroupManagerList) ProtoReflect

func (*RegionInstanceGroupManagerList) Reset

func (x *RegionInstanceGroupManagerList) Reset()

func (*RegionInstanceGroupManagerList) String

type RegionInstanceGroupManagerPatchInstanceConfigReq

type RegionInstanceGroupManagerPatchInstanceConfigReq struct {

	// The list of per-instance configurations to insert or patch on this managed instance group.
	PerInstanceConfigs []*PerInstanceConfig `protobuf:"bytes,526265001,rep,name=per_instance_configs,json=perInstanceConfigs,proto3" json:"per_instance_configs,omitempty"`
	// contains filtered or unexported fields
}

RegionInstanceGroupManagers.patchPerInstanceConfigs

func (*RegionInstanceGroupManagerPatchInstanceConfigReq) Descriptor

Deprecated: Use RegionInstanceGroupManagerPatchInstanceConfigReq.ProtoReflect.Descriptor instead.

func (*RegionInstanceGroupManagerPatchInstanceConfigReq) GetPerInstanceConfigs

func (*RegionInstanceGroupManagerPatchInstanceConfigReq) ProtoMessage

func (*RegionInstanceGroupManagerPatchInstanceConfigReq) ProtoReflect

func (*RegionInstanceGroupManagerPatchInstanceConfigReq) Reset

func (*RegionInstanceGroupManagerPatchInstanceConfigReq) String

type RegionInstanceGroupManagerUpdateInstanceConfigReq

type RegionInstanceGroupManagerUpdateInstanceConfigReq struct {

	// The list of per-instance configurations to insert or patch on this managed instance group.
	PerInstanceConfigs []*PerInstanceConfig `protobuf:"bytes,526265001,rep,name=per_instance_configs,json=perInstanceConfigs,proto3" json:"per_instance_configs,omitempty"`
	// contains filtered or unexported fields
}

RegionInstanceGroupManagers.updatePerInstanceConfigs

func (*RegionInstanceGroupManagerUpdateInstanceConfigReq) Descriptor

Deprecated: Use RegionInstanceGroupManagerUpdateInstanceConfigReq.ProtoReflect.Descriptor instead.

func (*RegionInstanceGroupManagerUpdateInstanceConfigReq) GetPerInstanceConfigs

func (*RegionInstanceGroupManagerUpdateInstanceConfigReq) ProtoMessage

func (*RegionInstanceGroupManagerUpdateInstanceConfigReq) ProtoReflect

func (*RegionInstanceGroupManagerUpdateInstanceConfigReq) Reset

func (*RegionInstanceGroupManagerUpdateInstanceConfigReq) String

type RegionInstanceGroupManagersAbandonInstancesRequest

type RegionInstanceGroupManagersAbandonInstancesRequest struct {

	// The URLs of one or more instances to abandon. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].
	Instances []string `protobuf:"bytes,29097598,rep,name=instances,proto3" json:"instances,omitempty"`
	// contains filtered or unexported fields
}

func (*RegionInstanceGroupManagersAbandonInstancesRequest) Descriptor

Deprecated: Use RegionInstanceGroupManagersAbandonInstancesRequest.ProtoReflect.Descriptor instead.

func (*RegionInstanceGroupManagersAbandonInstancesRequest) GetInstances

func (*RegionInstanceGroupManagersAbandonInstancesRequest) ProtoMessage

func (*RegionInstanceGroupManagersAbandonInstancesRequest) ProtoReflect

func (*RegionInstanceGroupManagersAbandonInstancesRequest) Reset

func (*RegionInstanceGroupManagersAbandonInstancesRequest) String

type RegionInstanceGroupManagersApplyUpdatesRequest

type RegionInstanceGroupManagersApplyUpdatesRequest struct {

	// Flag to update all instances instead of specified list of “instances”. If the flag is set to true then the instances may not be specified in the request.
	AllInstances *bool `protobuf:"varint,403676512,opt,name=all_instances,json=allInstances,proto3,oneof" json:"all_instances,omitempty"`
	// The list of URLs of one or more instances for which you want to apply updates. Each URL can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].
	Instances []string `protobuf:"bytes,29097598,rep,name=instances,proto3" json:"instances,omitempty"`
	// The minimal action that you want to perform on each instance during the update: - REPLACE: At minimum, delete the instance and create it again. - RESTART: Stop the instance and start it again. - REFRESH: Do not stop the instance and limit disruption as much as possible. - NONE: Do not disrupt the instance at all. By default, the minimum action is NONE. If your update requires a more disruptive action than you set with this flag, the necessary action is performed to execute the update.
	// Check the MinimalAction enum for the list of possible values.
	MinimalAction *string `protobuf:"bytes,270567060,opt,name=minimal_action,json=minimalAction,proto3,oneof" json:"minimal_action,omitempty"`
	// The most disruptive action that you want to perform on each instance during the update: - REPLACE: Delete the instance and create it again. - RESTART: Stop the instance and start it again. - REFRESH: Do not stop the instance and limit disruption as much as possible. - NONE: Do not disrupt the instance at all. By default, the most disruptive allowed action is REPLACE. If your update requires a more disruptive action than you set with this flag, the update request will fail.
	// Check the MostDisruptiveAllowedAction enum for the list of possible values.
	MostDisruptiveAllowedAction *string `protobuf:"bytes,66103053,opt,name=most_disruptive_allowed_action,json=mostDisruptiveAllowedAction,proto3,oneof" json:"most_disruptive_allowed_action,omitempty"`
	// contains filtered or unexported fields
}

RegionInstanceGroupManagers.applyUpdatesToInstances

func (*RegionInstanceGroupManagersApplyUpdatesRequest) Descriptor

Deprecated: Use RegionInstanceGroupManagersApplyUpdatesRequest.ProtoReflect.Descriptor instead.

func (*RegionInstanceGroupManagersApplyUpdatesRequest) GetAllInstances

func (*RegionInstanceGroupManagersApplyUpdatesRequest) GetInstances

func (*RegionInstanceGroupManagersApplyUpdatesRequest) GetMinimalAction

func (*RegionInstanceGroupManagersApplyUpdatesRequest) GetMostDisruptiveAllowedAction

func (x *RegionInstanceGroupManagersApplyUpdatesRequest) GetMostDisruptiveAllowedAction() string

func (*RegionInstanceGroupManagersApplyUpdatesRequest) ProtoMessage

func (*RegionInstanceGroupManagersApplyUpdatesRequest) ProtoReflect

func (*RegionInstanceGroupManagersApplyUpdatesRequest) Reset

func (*RegionInstanceGroupManagersApplyUpdatesRequest) String

type RegionInstanceGroupManagersApplyUpdatesRequest_MinimalAction

type RegionInstanceGroupManagersApplyUpdatesRequest_MinimalAction int32

The minimal action that you want to perform on each instance during the update: - REPLACE: At minimum, delete the instance and create it again. - RESTART: Stop the instance and start it again. - REFRESH: Do not stop the instance and limit disruption as much as possible. - NONE: Do not disrupt the instance at all. By default, the minimum action is NONE. If your update requires a more disruptive action than you set with this flag, the necessary action is performed to execute the update. Additional supported values which may be not listed in the enum directly due to technical reasons: NONE REFRESH REPLACE RESTART

const (
	// A value indicating that the enum field is not set.
	RegionInstanceGroupManagersApplyUpdatesRequest_UNDEFINED_MINIMAL_ACTION RegionInstanceGroupManagersApplyUpdatesRequest_MinimalAction = 0
)

func (RegionInstanceGroupManagersApplyUpdatesRequest_MinimalAction) Descriptor

func (RegionInstanceGroupManagersApplyUpdatesRequest_MinimalAction) Enum

func (RegionInstanceGroupManagersApplyUpdatesRequest_MinimalAction) EnumDescriptor

Deprecated: Use RegionInstanceGroupManagersApplyUpdatesRequest_MinimalAction.Descriptor instead.

func (RegionInstanceGroupManagersApplyUpdatesRequest_MinimalAction) Number

func (RegionInstanceGroupManagersApplyUpdatesRequest_MinimalAction) String

func (RegionInstanceGroupManagersApplyUpdatesRequest_MinimalAction) Type

type RegionInstanceGroupManagersApplyUpdatesRequest_MostDisruptiveAllowedAction

type RegionInstanceGroupManagersApplyUpdatesRequest_MostDisruptiveAllowedAction int32

The most disruptive action that you want to perform on each instance during the update: - REPLACE: Delete the instance and create it again. - RESTART: Stop the instance and start it again. - REFRESH: Do not stop the instance and limit disruption as much as possible. - NONE: Do not disrupt the instance at all. By default, the most disruptive allowed action is REPLACE. If your update requires a more disruptive action than you set with this flag, the update request will fail. Additional supported values which may be not listed in the enum directly due to technical reasons: NONE REFRESH REPLACE RESTART

const (
	// A value indicating that the enum field is not set.
	RegionInstanceGroupManagersApplyUpdatesRequest_UNDEFINED_MOST_DISRUPTIVE_ALLOWED_ACTION RegionInstanceGroupManagersApplyUpdatesRequest_MostDisruptiveAllowedAction = 0
)

func (RegionInstanceGroupManagersApplyUpdatesRequest_MostDisruptiveAllowedAction) Descriptor

func (RegionInstanceGroupManagersApplyUpdatesRequest_MostDisruptiveAllowedAction) Enum

func (RegionInstanceGroupManagersApplyUpdatesRequest_MostDisruptiveAllowedAction) EnumDescriptor

Deprecated: Use RegionInstanceGroupManagersApplyUpdatesRequest_MostDisruptiveAllowedAction.Descriptor instead.

func (RegionInstanceGroupManagersApplyUpdatesRequest_MostDisruptiveAllowedAction) Number

func (RegionInstanceGroupManagersApplyUpdatesRequest_MostDisruptiveAllowedAction) String

func (RegionInstanceGroupManagersApplyUpdatesRequest_MostDisruptiveAllowedAction) Type

type RegionInstanceGroupManagersClient

type RegionInstanceGroupManagersClient interface {
	// Flags the specified instances to be immediately removed from the managed instance group. Abandoning an instance does not delete the instance, but it does remove the instance from any target pools that are applied by the managed instance group. This method reduces the targetSize of the managed instance group by the number of instances that you abandon. This operation is marked as DONE when the action is scheduled even if the instances have not yet been removed from the group. You must separately verify the status of the abandoning action with the listmanagedinstances method. If the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted. You can specify a maximum of 1000 instances with this method per request.
	AbandonInstances(ctx context.Context, in *AbandonInstancesRegionInstanceGroupManagerRequest, opts ...grpc.CallOption) (*Operation, error)
	// Apply updates to selected instances the managed instance group.
	ApplyUpdatesToInstances(ctx context.Context, in *ApplyUpdatesToInstancesRegionInstanceGroupManagerRequest, opts ...grpc.CallOption) (*Operation, error)
	// Creates instances with per-instance configurations in this regional managed instance group. Instances are created using the current instance template. The create instances operation is marked DONE if the createInstances request is successful. The underlying actions take additional time. You must separately verify the status of the creating or actions with the listmanagedinstances method.
	CreateInstances(ctx context.Context, in *CreateInstancesRegionInstanceGroupManagerRequest, opts ...grpc.CallOption) (*Operation, error)
	// Deletes the specified managed instance group and all of the instances in that group.
	Delete(ctx context.Context, in *DeleteRegionInstanceGroupManagerRequest, opts ...grpc.CallOption) (*Operation, error)
	// Flags the specified instances in the managed instance group to be immediately deleted. The instances are also removed from any target pools of which they were a member. This method reduces the targetSize of the managed instance group by the number of instances that you delete. The deleteInstances operation is marked DONE if the deleteInstances request is successful. The underlying actions take additional time. You must separately verify the status of the deleting action with the listmanagedinstances method. If the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted. You can specify a maximum of 1000 instances with this method per request.
	DeleteInstances(ctx context.Context, in *DeleteInstancesRegionInstanceGroupManagerRequest, opts ...grpc.CallOption) (*Operation, error)
	// Deletes selected per-instance configurations for the managed instance group.
	DeletePerInstanceConfigs(ctx context.Context, in *DeletePerInstanceConfigsRegionInstanceGroupManagerRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns all of the details about the specified managed instance group.
	Get(ctx context.Context, in *GetRegionInstanceGroupManagerRequest, opts ...grpc.CallOption) (*InstanceGroupManager, error)
	// Creates a managed instance group using the information that you specify in the request. After the group is created, instances in the group are created using the specified instance template. This operation is marked as DONE when the group is created even if the instances in the group have not yet been created. You must separately verify the status of the individual instances with the listmanagedinstances method. A regional managed instance group can contain up to 2000 instances.
	Insert(ctx context.Context, in *InsertRegionInstanceGroupManagerRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves the list of managed instance groups that are contained within the specified region.
	List(ctx context.Context, in *ListRegionInstanceGroupManagersRequest, opts ...grpc.CallOption) (*RegionInstanceGroupManagerList, error)
	// Lists all errors thrown by actions on instances for a given regional managed instance group. The filter and orderBy query parameters are not supported.
	ListErrors(ctx context.Context, in *ListErrorsRegionInstanceGroupManagersRequest, opts ...grpc.CallOption) (*RegionInstanceGroupManagersListErrorsResponse, error)
	// Lists the instances in the managed instance group and instances that are scheduled to be created. The list includes any current actions that the group has scheduled for its instances. The orderBy query parameter is not supported. The `pageToken` query parameter is supported only in the alpha and beta API and only if the group's `listManagedInstancesResults` field is set to `PAGINATED`.
	ListManagedInstances(ctx context.Context, in *ListManagedInstancesRegionInstanceGroupManagersRequest, opts ...grpc.CallOption) (*RegionInstanceGroupManagersListInstancesResponse, error)
	// Lists all of the per-instance configurations defined for the managed instance group. The orderBy query parameter is not supported.
	ListPerInstanceConfigs(ctx context.Context, in *ListPerInstanceConfigsRegionInstanceGroupManagersRequest, opts ...grpc.CallOption) (*RegionInstanceGroupManagersListInstanceConfigsResp, error)
	// Updates a managed instance group using the information that you specify in the request. This operation is marked as DONE when the group is patched even if the instances in the group are still in the process of being patched. You must separately verify the status of the individual instances with the listmanagedinstances method. This method supports PATCH semantics and uses the JSON merge patch format and processing rules. If you update your group to specify a new template or instance configuration, it's possible that your intended specification for each VM in the group is different from the current state of that VM. To learn how to apply an updated configuration to the VMs in a MIG, see Updating instances in a MIG.
	Patch(ctx context.Context, in *PatchRegionInstanceGroupManagerRequest, opts ...grpc.CallOption) (*Operation, error)
	// Inserts or patches per-instance configurations for the managed instance group. perInstanceConfig.name serves as a key used to distinguish whether to perform insert or patch.
	PatchPerInstanceConfigs(ctx context.Context, in *PatchPerInstanceConfigsRegionInstanceGroupManagerRequest, opts ...grpc.CallOption) (*Operation, error)
	// Flags the specified VM instances in the managed instance group to be immediately recreated. Each instance is recreated using the group's current configuration. This operation is marked as DONE when the flag is set even if the instances have not yet been recreated. You must separately verify the status of each instance by checking its currentAction field; for more information, see Checking the status of managed instances. If the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted. You can specify a maximum of 1000 instances with this method per request.
	RecreateInstances(ctx context.Context, in *RecreateInstancesRegionInstanceGroupManagerRequest, opts ...grpc.CallOption) (*Operation, error)
	// Changes the intended size of the managed instance group. If you increase the size, the group creates new instances using the current instance template. If you decrease the size, the group deletes one or more instances. The resize operation is marked DONE if the resize request is successful. The underlying actions take additional time. You must separately verify the status of the creating or deleting actions with the listmanagedinstances method. If the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted.
	Resize(ctx context.Context, in *ResizeRegionInstanceGroupManagerRequest, opts ...grpc.CallOption) (*Operation, error)
	// Sets the instance template to use when creating new instances or recreating instances in this group. Existing instances are not affected.
	SetInstanceTemplate(ctx context.Context, in *SetInstanceTemplateRegionInstanceGroupManagerRequest, opts ...grpc.CallOption) (*Operation, error)
	// Modifies the target pools to which all new instances in this group are assigned. Existing instances in the group are not affected.
	SetTargetPools(ctx context.Context, in *SetTargetPoolsRegionInstanceGroupManagerRequest, opts ...grpc.CallOption) (*Operation, error)
	// Inserts or updates per-instance configurations for the managed instance group. perInstanceConfig.name serves as a key used to distinguish whether to perform insert or patch.
	UpdatePerInstanceConfigs(ctx context.Context, in *UpdatePerInstanceConfigsRegionInstanceGroupManagerRequest, opts ...grpc.CallOption) (*Operation, error)
}

RegionInstanceGroupManagersClient is the client API for RegionInstanceGroupManagers service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewRegionInstanceGroupManagersClient

func NewRegionInstanceGroupManagersClient(cc grpc.ClientConnInterface) RegionInstanceGroupManagersClient

type RegionInstanceGroupManagersCreateInstancesRequest

type RegionInstanceGroupManagersCreateInstancesRequest struct {

	// [Required] List of specifications of per-instance configs.
	Instances []*PerInstanceConfig `protobuf:"bytes,29097598,rep,name=instances,proto3" json:"instances,omitempty"`
	// contains filtered or unexported fields
}

RegionInstanceGroupManagers.createInstances

func (*RegionInstanceGroupManagersCreateInstancesRequest) Descriptor

Deprecated: Use RegionInstanceGroupManagersCreateInstancesRequest.ProtoReflect.Descriptor instead.

func (*RegionInstanceGroupManagersCreateInstancesRequest) GetInstances

func (*RegionInstanceGroupManagersCreateInstancesRequest) ProtoMessage

func (*RegionInstanceGroupManagersCreateInstancesRequest) ProtoReflect

func (*RegionInstanceGroupManagersCreateInstancesRequest) Reset

func (*RegionInstanceGroupManagersCreateInstancesRequest) String

type RegionInstanceGroupManagersDeleteInstancesRequest

type RegionInstanceGroupManagersDeleteInstancesRequest struct {

	// The URLs of one or more instances to delete. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].
	Instances []string `protobuf:"bytes,29097598,rep,name=instances,proto3" json:"instances,omitempty"`
	// Specifies whether the request should proceed despite the inclusion of instances that are not members of the group or that are already in the process of being deleted or abandoned. If this field is set to `false` and such an instance is specified in the request, the operation fails. The operation always fails if the request contains a malformed instance URL or a reference to an instance that exists in a zone or region other than the group's zone or region.
	SkipInstancesOnValidationError *bool `protobuf:"varint,40631073,opt,name=skip_instances_on_validation_error,json=skipInstancesOnValidationError,proto3,oneof" json:"skip_instances_on_validation_error,omitempty"`
	// contains filtered or unexported fields
}

func (*RegionInstanceGroupManagersDeleteInstancesRequest) Descriptor

Deprecated: Use RegionInstanceGroupManagersDeleteInstancesRequest.ProtoReflect.Descriptor instead.

func (*RegionInstanceGroupManagersDeleteInstancesRequest) GetInstances

func (*RegionInstanceGroupManagersDeleteInstancesRequest) GetSkipInstancesOnValidationError

func (x *RegionInstanceGroupManagersDeleteInstancesRequest) GetSkipInstancesOnValidationError() bool

func (*RegionInstanceGroupManagersDeleteInstancesRequest) ProtoMessage

func (*RegionInstanceGroupManagersDeleteInstancesRequest) ProtoReflect

func (*RegionInstanceGroupManagersDeleteInstancesRequest) Reset

func (*RegionInstanceGroupManagersDeleteInstancesRequest) String

type RegionInstanceGroupManagersListErrorsResponse

type RegionInstanceGroupManagersListErrorsResponse struct {

	// [Output Only] The list of errors of the managed instance group.
	Items []*InstanceManagedByIgmError `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*RegionInstanceGroupManagersListErrorsResponse) Descriptor

Deprecated: Use RegionInstanceGroupManagersListErrorsResponse.ProtoReflect.Descriptor instead.

func (*RegionInstanceGroupManagersListErrorsResponse) GetItems

func (*RegionInstanceGroupManagersListErrorsResponse) GetNextPageToken

func (*RegionInstanceGroupManagersListErrorsResponse) ProtoMessage

func (*RegionInstanceGroupManagersListErrorsResponse) ProtoReflect

func (*RegionInstanceGroupManagersListErrorsResponse) Reset

func (*RegionInstanceGroupManagersListErrorsResponse) String

type RegionInstanceGroupManagersListInstanceConfigsResp

type RegionInstanceGroupManagersListInstanceConfigsResp struct {

	// [Output Only] The list of PerInstanceConfig.
	Items []*PerInstanceConfig `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*RegionInstanceGroupManagersListInstanceConfigsResp) Descriptor

Deprecated: Use RegionInstanceGroupManagersListInstanceConfigsResp.ProtoReflect.Descriptor instead.

func (*RegionInstanceGroupManagersListInstanceConfigsResp) GetItems

func (*RegionInstanceGroupManagersListInstanceConfigsResp) GetNextPageToken

func (*RegionInstanceGroupManagersListInstanceConfigsResp) GetWarning

func (*RegionInstanceGroupManagersListInstanceConfigsResp) ProtoMessage

func (*RegionInstanceGroupManagersListInstanceConfigsResp) ProtoReflect

func (*RegionInstanceGroupManagersListInstanceConfigsResp) Reset

func (*RegionInstanceGroupManagersListInstanceConfigsResp) String

type RegionInstanceGroupManagersListInstancesResponse

type RegionInstanceGroupManagersListInstancesResponse struct {

	// A list of managed instances.
	ManagedInstances []*ManagedInstance `protobuf:"bytes,336219614,rep,name=managed_instances,json=managedInstances,proto3" json:"managed_instances,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*RegionInstanceGroupManagersListInstancesResponse) Descriptor

Deprecated: Use RegionInstanceGroupManagersListInstancesResponse.ProtoReflect.Descriptor instead.

func (*RegionInstanceGroupManagersListInstancesResponse) GetManagedInstances

func (*RegionInstanceGroupManagersListInstancesResponse) GetNextPageToken

func (*RegionInstanceGroupManagersListInstancesResponse) ProtoMessage

func (*RegionInstanceGroupManagersListInstancesResponse) ProtoReflect

func (*RegionInstanceGroupManagersListInstancesResponse) Reset

func (*RegionInstanceGroupManagersListInstancesResponse) String

type RegionInstanceGroupManagersRecreateRequest

type RegionInstanceGroupManagersRecreateRequest struct {

	// The URLs of one or more instances to recreate. This can be a full URL or a partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].
	Instances []string `protobuf:"bytes,29097598,rep,name=instances,proto3" json:"instances,omitempty"`
	// contains filtered or unexported fields
}

func (*RegionInstanceGroupManagersRecreateRequest) Descriptor

Deprecated: Use RegionInstanceGroupManagersRecreateRequest.ProtoReflect.Descriptor instead.

func (*RegionInstanceGroupManagersRecreateRequest) GetInstances

func (*RegionInstanceGroupManagersRecreateRequest) ProtoMessage

func (*RegionInstanceGroupManagersRecreateRequest) ProtoReflect

func (*RegionInstanceGroupManagersRecreateRequest) Reset

func (*RegionInstanceGroupManagersRecreateRequest) String

type RegionInstanceGroupManagersServer

type RegionInstanceGroupManagersServer interface {
	// Flags the specified instances to be immediately removed from the managed instance group. Abandoning an instance does not delete the instance, but it does remove the instance from any target pools that are applied by the managed instance group. This method reduces the targetSize of the managed instance group by the number of instances that you abandon. This operation is marked as DONE when the action is scheduled even if the instances have not yet been removed from the group. You must separately verify the status of the abandoning action with the listmanagedinstances method. If the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted. You can specify a maximum of 1000 instances with this method per request.
	AbandonInstances(context.Context, *AbandonInstancesRegionInstanceGroupManagerRequest) (*Operation, error)
	// Apply updates to selected instances the managed instance group.
	ApplyUpdatesToInstances(context.Context, *ApplyUpdatesToInstancesRegionInstanceGroupManagerRequest) (*Operation, error)
	// Creates instances with per-instance configurations in this regional managed instance group. Instances are created using the current instance template. The create instances operation is marked DONE if the createInstances request is successful. The underlying actions take additional time. You must separately verify the status of the creating or actions with the listmanagedinstances method.
	CreateInstances(context.Context, *CreateInstancesRegionInstanceGroupManagerRequest) (*Operation, error)
	// Deletes the specified managed instance group and all of the instances in that group.
	Delete(context.Context, *DeleteRegionInstanceGroupManagerRequest) (*Operation, error)
	// Flags the specified instances in the managed instance group to be immediately deleted. The instances are also removed from any target pools of which they were a member. This method reduces the targetSize of the managed instance group by the number of instances that you delete. The deleteInstances operation is marked DONE if the deleteInstances request is successful. The underlying actions take additional time. You must separately verify the status of the deleting action with the listmanagedinstances method. If the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted. You can specify a maximum of 1000 instances with this method per request.
	DeleteInstances(context.Context, *DeleteInstancesRegionInstanceGroupManagerRequest) (*Operation, error)
	// Deletes selected per-instance configurations for the managed instance group.
	DeletePerInstanceConfigs(context.Context, *DeletePerInstanceConfigsRegionInstanceGroupManagerRequest) (*Operation, error)
	// Returns all of the details about the specified managed instance group.
	Get(context.Context, *GetRegionInstanceGroupManagerRequest) (*InstanceGroupManager, error)
	// Creates a managed instance group using the information that you specify in the request. After the group is created, instances in the group are created using the specified instance template. This operation is marked as DONE when the group is created even if the instances in the group have not yet been created. You must separately verify the status of the individual instances with the listmanagedinstances method. A regional managed instance group can contain up to 2000 instances.
	Insert(context.Context, *InsertRegionInstanceGroupManagerRequest) (*Operation, error)
	// Retrieves the list of managed instance groups that are contained within the specified region.
	List(context.Context, *ListRegionInstanceGroupManagersRequest) (*RegionInstanceGroupManagerList, error)
	// Lists all errors thrown by actions on instances for a given regional managed instance group. The filter and orderBy query parameters are not supported.
	ListErrors(context.Context, *ListErrorsRegionInstanceGroupManagersRequest) (*RegionInstanceGroupManagersListErrorsResponse, error)
	// Lists the instances in the managed instance group and instances that are scheduled to be created. The list includes any current actions that the group has scheduled for its instances. The orderBy query parameter is not supported. The `pageToken` query parameter is supported only in the alpha and beta API and only if the group's `listManagedInstancesResults` field is set to `PAGINATED`.
	ListManagedInstances(context.Context, *ListManagedInstancesRegionInstanceGroupManagersRequest) (*RegionInstanceGroupManagersListInstancesResponse, error)
	// Lists all of the per-instance configurations defined for the managed instance group. The orderBy query parameter is not supported.
	ListPerInstanceConfigs(context.Context, *ListPerInstanceConfigsRegionInstanceGroupManagersRequest) (*RegionInstanceGroupManagersListInstanceConfigsResp, error)
	// Updates a managed instance group using the information that you specify in the request. This operation is marked as DONE when the group is patched even if the instances in the group are still in the process of being patched. You must separately verify the status of the individual instances with the listmanagedinstances method. This method supports PATCH semantics and uses the JSON merge patch format and processing rules. If you update your group to specify a new template or instance configuration, it's possible that your intended specification for each VM in the group is different from the current state of that VM. To learn how to apply an updated configuration to the VMs in a MIG, see Updating instances in a MIG.
	Patch(context.Context, *PatchRegionInstanceGroupManagerRequest) (*Operation, error)
	// Inserts or patches per-instance configurations for the managed instance group. perInstanceConfig.name serves as a key used to distinguish whether to perform insert or patch.
	PatchPerInstanceConfigs(context.Context, *PatchPerInstanceConfigsRegionInstanceGroupManagerRequest) (*Operation, error)
	// Flags the specified VM instances in the managed instance group to be immediately recreated. Each instance is recreated using the group's current configuration. This operation is marked as DONE when the flag is set even if the instances have not yet been recreated. You must separately verify the status of each instance by checking its currentAction field; for more information, see Checking the status of managed instances. If the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted. You can specify a maximum of 1000 instances with this method per request.
	RecreateInstances(context.Context, *RecreateInstancesRegionInstanceGroupManagerRequest) (*Operation, error)
	// Changes the intended size of the managed instance group. If you increase the size, the group creates new instances using the current instance template. If you decrease the size, the group deletes one or more instances. The resize operation is marked DONE if the resize request is successful. The underlying actions take additional time. You must separately verify the status of the creating or deleting actions with the listmanagedinstances method. If the group is part of a backend service that has enabled connection draining, it can take up to 60 seconds after the connection draining duration has elapsed before the VM instance is removed or deleted.
	Resize(context.Context, *ResizeRegionInstanceGroupManagerRequest) (*Operation, error)
	// Sets the instance template to use when creating new instances or recreating instances in this group. Existing instances are not affected.
	SetInstanceTemplate(context.Context, *SetInstanceTemplateRegionInstanceGroupManagerRequest) (*Operation, error)
	// Modifies the target pools to which all new instances in this group are assigned. Existing instances in the group are not affected.
	SetTargetPools(context.Context, *SetTargetPoolsRegionInstanceGroupManagerRequest) (*Operation, error)
	// Inserts or updates per-instance configurations for the managed instance group. perInstanceConfig.name serves as a key used to distinguish whether to perform insert or patch.
	UpdatePerInstanceConfigs(context.Context, *UpdatePerInstanceConfigsRegionInstanceGroupManagerRequest) (*Operation, error)
}

RegionInstanceGroupManagersServer is the server API for RegionInstanceGroupManagers service.

type RegionInstanceGroupManagersSetTargetPoolsRequest

type RegionInstanceGroupManagersSetTargetPoolsRequest struct {

	// Fingerprint of the target pools information, which is a hash of the contents. This field is used for optimistic locking when you update the target pool entries. This field is optional.
	Fingerprint *string `protobuf:"bytes,234678500,opt,name=fingerprint,proto3,oneof" json:"fingerprint,omitempty"`
	// The URL of all TargetPool resources to which instances in the instanceGroup field are added. The target pools automatically apply to all of the instances in the managed instance group.
	TargetPools []string `protobuf:"bytes,336072617,rep,name=target_pools,json=targetPools,proto3" json:"target_pools,omitempty"`
	// contains filtered or unexported fields
}

func (*RegionInstanceGroupManagersSetTargetPoolsRequest) Descriptor

Deprecated: Use RegionInstanceGroupManagersSetTargetPoolsRequest.ProtoReflect.Descriptor instead.

func (*RegionInstanceGroupManagersSetTargetPoolsRequest) GetFingerprint

func (*RegionInstanceGroupManagersSetTargetPoolsRequest) GetTargetPools

func (*RegionInstanceGroupManagersSetTargetPoolsRequest) ProtoMessage

func (*RegionInstanceGroupManagersSetTargetPoolsRequest) ProtoReflect

func (*RegionInstanceGroupManagersSetTargetPoolsRequest) Reset

func (*RegionInstanceGroupManagersSetTargetPoolsRequest) String

type RegionInstanceGroupManagersSetTemplateRequest

type RegionInstanceGroupManagersSetTemplateRequest struct {

	// URL of the InstanceTemplate resource from which all new instances will be created.
	InstanceTemplate *string `protobuf:"bytes,309248228,opt,name=instance_template,json=instanceTemplate,proto3,oneof" json:"instance_template,omitempty"`
	// contains filtered or unexported fields
}

func (*RegionInstanceGroupManagersSetTemplateRequest) Descriptor

Deprecated: Use RegionInstanceGroupManagersSetTemplateRequest.ProtoReflect.Descriptor instead.

func (*RegionInstanceGroupManagersSetTemplateRequest) GetInstanceTemplate

func (x *RegionInstanceGroupManagersSetTemplateRequest) GetInstanceTemplate() string

func (*RegionInstanceGroupManagersSetTemplateRequest) ProtoMessage

func (*RegionInstanceGroupManagersSetTemplateRequest) ProtoReflect

func (*RegionInstanceGroupManagersSetTemplateRequest) Reset

func (*RegionInstanceGroupManagersSetTemplateRequest) String

type RegionInstanceGroupsClient

type RegionInstanceGroupsClient interface {
	// Returns the specified instance group resource.
	Get(ctx context.Context, in *GetRegionInstanceGroupRequest, opts ...grpc.CallOption) (*InstanceGroup, error)
	// Retrieves the list of instance group resources contained within the specified region.
	List(ctx context.Context, in *ListRegionInstanceGroupsRequest, opts ...grpc.CallOption) (*RegionInstanceGroupList, error)
	// Lists the instances in the specified instance group and displays information about the named ports. Depending on the specified options, this method can list all instances or only the instances that are running. The orderBy query parameter is not supported.
	ListInstances(ctx context.Context, in *ListInstancesRegionInstanceGroupsRequest, opts ...grpc.CallOption) (*RegionInstanceGroupsListInstances, error)
	// Sets the named ports for the specified regional instance group.
	SetNamedPorts(ctx context.Context, in *SetNamedPortsRegionInstanceGroupRequest, opts ...grpc.CallOption) (*Operation, error)
}

RegionInstanceGroupsClient is the client API for RegionInstanceGroups service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewRegionInstanceGroupsClient

func NewRegionInstanceGroupsClient(cc grpc.ClientConnInterface) RegionInstanceGroupsClient

type RegionInstanceGroupsListInstances

type RegionInstanceGroupsListInstances struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of InstanceWithNamedPorts resources.
	Items []*InstanceWithNamedPorts `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// The resource type.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*RegionInstanceGroupsListInstances) Descriptor

func (*RegionInstanceGroupsListInstances) Descriptor() ([]byte, []int)

Deprecated: Use RegionInstanceGroupsListInstances.ProtoReflect.Descriptor instead.

func (*RegionInstanceGroupsListInstances) GetId

func (*RegionInstanceGroupsListInstances) GetItems

func (*RegionInstanceGroupsListInstances) GetKind

func (*RegionInstanceGroupsListInstances) GetNextPageToken

func (x *RegionInstanceGroupsListInstances) GetNextPageToken() string
func (x *RegionInstanceGroupsListInstances) GetSelfLink() string

func (*RegionInstanceGroupsListInstances) GetWarning

func (x *RegionInstanceGroupsListInstances) GetWarning() *Warning

func (*RegionInstanceGroupsListInstances) ProtoMessage

func (*RegionInstanceGroupsListInstances) ProtoMessage()

func (*RegionInstanceGroupsListInstances) ProtoReflect

func (*RegionInstanceGroupsListInstances) Reset

func (*RegionInstanceGroupsListInstances) String

type RegionInstanceGroupsListInstancesRequest

type RegionInstanceGroupsListInstancesRequest struct {

	// Instances in which state should be returned. Valid options are: 'ALL', 'RUNNING'. By default, it lists all instances.
	// Check the InstanceState enum for the list of possible values.
	InstanceState *string `protobuf:"bytes,92223591,opt,name=instance_state,json=instanceState,proto3,oneof" json:"instance_state,omitempty"`
	// Name of port user is interested in. It is optional. If it is set, only information about this ports will be returned. If it is not set, all the named ports will be returned. Always lists all instances.
	PortName *string `protobuf:"bytes,41534345,opt,name=port_name,json=portName,proto3,oneof" json:"port_name,omitempty"`
	// contains filtered or unexported fields
}

func (*RegionInstanceGroupsListInstancesRequest) Descriptor

func (*RegionInstanceGroupsListInstancesRequest) Descriptor() ([]byte, []int)

Deprecated: Use RegionInstanceGroupsListInstancesRequest.ProtoReflect.Descriptor instead.

func (*RegionInstanceGroupsListInstancesRequest) GetInstanceState

func (x *RegionInstanceGroupsListInstancesRequest) GetInstanceState() string

func (*RegionInstanceGroupsListInstancesRequest) GetPortName

func (*RegionInstanceGroupsListInstancesRequest) ProtoMessage

func (*RegionInstanceGroupsListInstancesRequest) ProtoReflect

func (*RegionInstanceGroupsListInstancesRequest) Reset

func (*RegionInstanceGroupsListInstancesRequest) String

type RegionInstanceGroupsListInstancesRequest_InstanceState

type RegionInstanceGroupsListInstancesRequest_InstanceState int32

Instances in which state should be returned. Valid options are: 'ALL', 'RUNNING'. By default, it lists all instances.

const (
	// A value indicating that the enum field is not set.
	RegionInstanceGroupsListInstancesRequest_UNDEFINED_INSTANCE_STATE RegionInstanceGroupsListInstancesRequest_InstanceState = 0
	// Matches any status of the instances, running, non-running and others.
	RegionInstanceGroupsListInstancesRequest_ALL RegionInstanceGroupsListInstancesRequest_InstanceState = 64897
	// Instance is in RUNNING state if it is running.
	RegionInstanceGroupsListInstancesRequest_RUNNING RegionInstanceGroupsListInstancesRequest_InstanceState = 121282975
)

func (RegionInstanceGroupsListInstancesRequest_InstanceState) Descriptor

func (RegionInstanceGroupsListInstancesRequest_InstanceState) Enum

func (RegionInstanceGroupsListInstancesRequest_InstanceState) EnumDescriptor

Deprecated: Use RegionInstanceGroupsListInstancesRequest_InstanceState.Descriptor instead.

func (RegionInstanceGroupsListInstancesRequest_InstanceState) Number

func (RegionInstanceGroupsListInstancesRequest_InstanceState) String

func (RegionInstanceGroupsListInstancesRequest_InstanceState) Type

type RegionInstanceGroupsServer

type RegionInstanceGroupsServer interface {
	// Returns the specified instance group resource.
	Get(context.Context, *GetRegionInstanceGroupRequest) (*InstanceGroup, error)
	// Retrieves the list of instance group resources contained within the specified region.
	List(context.Context, *ListRegionInstanceGroupsRequest) (*RegionInstanceGroupList, error)
	// Lists the instances in the specified instance group and displays information about the named ports. Depending on the specified options, this method can list all instances or only the instances that are running. The orderBy query parameter is not supported.
	ListInstances(context.Context, *ListInstancesRegionInstanceGroupsRequest) (*RegionInstanceGroupsListInstances, error)
	// Sets the named ports for the specified regional instance group.
	SetNamedPorts(context.Context, *SetNamedPortsRegionInstanceGroupRequest) (*Operation, error)
}

RegionInstanceGroupsServer is the server API for RegionInstanceGroups service.

type RegionInstanceGroupsSetNamedPortsRequest

type RegionInstanceGroupsSetNamedPortsRequest struct {

	// The fingerprint of the named ports information for this instance group. Use this optional property to prevent conflicts when multiple users change the named ports settings concurrently. Obtain the fingerprint with the instanceGroups.get method. Then, include the fingerprint in your request to ensure that you do not overwrite changes that were applied from another concurrent request.
	Fingerprint *string `protobuf:"bytes,234678500,opt,name=fingerprint,proto3,oneof" json:"fingerprint,omitempty"`
	// The list of named ports to set for this instance group.
	NamedPorts []*NamedPort `protobuf:"bytes,427598732,rep,name=named_ports,json=namedPorts,proto3" json:"named_ports,omitempty"`
	// contains filtered or unexported fields
}

func (*RegionInstanceGroupsSetNamedPortsRequest) Descriptor

func (*RegionInstanceGroupsSetNamedPortsRequest) Descriptor() ([]byte, []int)

Deprecated: Use RegionInstanceGroupsSetNamedPortsRequest.ProtoReflect.Descriptor instead.

func (*RegionInstanceGroupsSetNamedPortsRequest) GetFingerprint

func (*RegionInstanceGroupsSetNamedPortsRequest) GetNamedPorts

func (*RegionInstanceGroupsSetNamedPortsRequest) ProtoMessage

func (*RegionInstanceGroupsSetNamedPortsRequest) ProtoReflect

func (*RegionInstanceGroupsSetNamedPortsRequest) Reset

func (*RegionInstanceGroupsSetNamedPortsRequest) String

type RegionInstanceTemplatesClient

type RegionInstanceTemplatesClient interface {
	// Deletes the specified instance template. Deleting an instance template is permanent and cannot be undone.
	Delete(ctx context.Context, in *DeleteRegionInstanceTemplateRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified instance template.
	Get(ctx context.Context, in *GetRegionInstanceTemplateRequest, opts ...grpc.CallOption) (*InstanceTemplate, error)
	// Creates an instance template in the specified project and region using the global instance template whose URL is included in the request.
	Insert(ctx context.Context, in *InsertRegionInstanceTemplateRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves a list of instance templates that are contained within the specified project and region.
	List(ctx context.Context, in *ListRegionInstanceTemplatesRequest, opts ...grpc.CallOption) (*InstanceTemplateList, error)
}

RegionInstanceTemplatesClient is the client API for RegionInstanceTemplates service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewRegionInstanceTemplatesClient

func NewRegionInstanceTemplatesClient(cc grpc.ClientConnInterface) RegionInstanceTemplatesClient

type RegionInstanceTemplatesServer

type RegionInstanceTemplatesServer interface {
	// Deletes the specified instance template. Deleting an instance template is permanent and cannot be undone.
	Delete(context.Context, *DeleteRegionInstanceTemplateRequest) (*Operation, error)
	// Returns the specified instance template.
	Get(context.Context, *GetRegionInstanceTemplateRequest) (*InstanceTemplate, error)
	// Creates an instance template in the specified project and region using the global instance template whose URL is included in the request.
	Insert(context.Context, *InsertRegionInstanceTemplateRequest) (*Operation, error)
	// Retrieves a list of instance templates that are contained within the specified project and region.
	List(context.Context, *ListRegionInstanceTemplatesRequest) (*InstanceTemplateList, error)
}

RegionInstanceTemplatesServer is the server API for RegionInstanceTemplates service.

type RegionInstancesClient

type RegionInstancesClient interface {
	// Creates multiple instances in a given region. Count specifies the number of instances to create.
	BulkInsert(ctx context.Context, in *BulkInsertRegionInstanceRequest, opts ...grpc.CallOption) (*Operation, error)
}

RegionInstancesClient is the client API for RegionInstances service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewRegionInstancesClient

func NewRegionInstancesClient(cc grpc.ClientConnInterface) RegionInstancesClient

type RegionInstancesServer

type RegionInstancesServer interface {
	// Creates multiple instances in a given region. Count specifies the number of instances to create.
	BulkInsert(context.Context, *BulkInsertRegionInstanceRequest) (*Operation, error)
}

RegionInstancesServer is the server API for RegionInstances service.

type RegionList

type RegionList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of Region resources.
	Items []*Region `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] Type of resource. Always compute#regionList for lists of regions.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

Contains a list of region resources.

func (*RegionList) Descriptor

func (*RegionList) Descriptor() ([]byte, []int)

Deprecated: Use RegionList.ProtoReflect.Descriptor instead.

func (*RegionList) GetId

func (x *RegionList) GetId() string

func (*RegionList) GetItems

func (x *RegionList) GetItems() []*Region

func (*RegionList) GetKind

func (x *RegionList) GetKind() string

func (*RegionList) GetNextPageToken

func (x *RegionList) GetNextPageToken() string
func (x *RegionList) GetSelfLink() string

func (*RegionList) GetWarning

func (x *RegionList) GetWarning() *Warning

func (*RegionList) ProtoMessage

func (*RegionList) ProtoMessage()

func (*RegionList) ProtoReflect

func (x *RegionList) ProtoReflect() protoreflect.Message

func (*RegionList) Reset

func (x *RegionList) Reset()

func (*RegionList) String

func (x *RegionList) String() string

type RegionNetworkEndpointGroupsClient

type RegionNetworkEndpointGroupsClient interface {
	// Deletes the specified network endpoint group. Note that the NEG cannot be deleted if it is configured as a backend of a backend service.
	Delete(ctx context.Context, in *DeleteRegionNetworkEndpointGroupRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified network endpoint group.
	Get(ctx context.Context, in *GetRegionNetworkEndpointGroupRequest, opts ...grpc.CallOption) (*NetworkEndpointGroup, error)
	// Creates a network endpoint group in the specified project using the parameters that are included in the request.
	Insert(ctx context.Context, in *InsertRegionNetworkEndpointGroupRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves the list of regional network endpoint groups available to the specified project in the given region.
	List(ctx context.Context, in *ListRegionNetworkEndpointGroupsRequest, opts ...grpc.CallOption) (*NetworkEndpointGroupList, error)
}

RegionNetworkEndpointGroupsClient is the client API for RegionNetworkEndpointGroups service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewRegionNetworkEndpointGroupsClient

func NewRegionNetworkEndpointGroupsClient(cc grpc.ClientConnInterface) RegionNetworkEndpointGroupsClient

type RegionNetworkEndpointGroupsServer

type RegionNetworkEndpointGroupsServer interface {
	// Deletes the specified network endpoint group. Note that the NEG cannot be deleted if it is configured as a backend of a backend service.
	Delete(context.Context, *DeleteRegionNetworkEndpointGroupRequest) (*Operation, error)
	// Returns the specified network endpoint group.
	Get(context.Context, *GetRegionNetworkEndpointGroupRequest) (*NetworkEndpointGroup, error)
	// Creates a network endpoint group in the specified project using the parameters that are included in the request.
	Insert(context.Context, *InsertRegionNetworkEndpointGroupRequest) (*Operation, error)
	// Retrieves the list of regional network endpoint groups available to the specified project in the given region.
	List(context.Context, *ListRegionNetworkEndpointGroupsRequest) (*NetworkEndpointGroupList, error)
}

RegionNetworkEndpointGroupsServer is the server API for RegionNetworkEndpointGroups service.

type RegionNetworkFirewallPoliciesClient

type RegionNetworkFirewallPoliciesClient interface {
	// Inserts an association for the specified network firewall policy.
	AddAssociation(ctx context.Context, in *AddAssociationRegionNetworkFirewallPolicyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Inserts a rule into a network firewall policy.
	AddRule(ctx context.Context, in *AddRuleRegionNetworkFirewallPolicyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Copies rules to the specified network firewall policy.
	CloneRules(ctx context.Context, in *CloneRulesRegionNetworkFirewallPolicyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Deletes the specified network firewall policy.
	Delete(ctx context.Context, in *DeleteRegionNetworkFirewallPolicyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified network firewall policy.
	Get(ctx context.Context, in *GetRegionNetworkFirewallPolicyRequest, opts ...grpc.CallOption) (*FirewallPolicy, error)
	// Gets an association with the specified name.
	GetAssociation(ctx context.Context, in *GetAssociationRegionNetworkFirewallPolicyRequest, opts ...grpc.CallOption) (*FirewallPolicyAssociation, error)
	// Returns the effective firewalls on a given network.
	GetEffectiveFirewalls(ctx context.Context, in *GetEffectiveFirewallsRegionNetworkFirewallPolicyRequest, opts ...grpc.CallOption) (*RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse, error)
	// Gets the access control policy for a resource. May be empty if no such policy or resource exists.
	GetIamPolicy(ctx context.Context, in *GetIamPolicyRegionNetworkFirewallPolicyRequest, opts ...grpc.CallOption) (*Policy, error)
	// Gets a rule of the specified priority.
	GetRule(ctx context.Context, in *GetRuleRegionNetworkFirewallPolicyRequest, opts ...grpc.CallOption) (*FirewallPolicyRule, error)
	// Creates a new network firewall policy in the specified project and region.
	Insert(ctx context.Context, in *InsertRegionNetworkFirewallPolicyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Lists all the network firewall policies that have been configured for the specified project in the given region.
	List(ctx context.Context, in *ListRegionNetworkFirewallPoliciesRequest, opts ...grpc.CallOption) (*FirewallPolicyList, error)
	// Patches the specified network firewall policy.
	Patch(ctx context.Context, in *PatchRegionNetworkFirewallPolicyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Patches a rule of the specified priority.
	PatchRule(ctx context.Context, in *PatchRuleRegionNetworkFirewallPolicyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Removes an association for the specified network firewall policy.
	RemoveAssociation(ctx context.Context, in *RemoveAssociationRegionNetworkFirewallPolicyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Deletes a rule of the specified priority.
	RemoveRule(ctx context.Context, in *RemoveRuleRegionNetworkFirewallPolicyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Sets the access control policy on the specified resource. Replaces any existing policy.
	SetIamPolicy(ctx context.Context, in *SetIamPolicyRegionNetworkFirewallPolicyRequest, opts ...grpc.CallOption) (*Policy, error)
	// Returns permissions that a caller has on the specified resource.
	TestIamPermissions(ctx context.Context, in *TestIamPermissionsRegionNetworkFirewallPolicyRequest, opts ...grpc.CallOption) (*TestPermissionsResponse, error)
}

RegionNetworkFirewallPoliciesClient is the client API for RegionNetworkFirewallPolicies service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewRegionNetworkFirewallPoliciesClient

func NewRegionNetworkFirewallPoliciesClient(cc grpc.ClientConnInterface) RegionNetworkFirewallPoliciesClient

type RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse

type RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse struct {

	// Effective firewalls from firewall policy.
	FirewallPolicys []*RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy `protobuf:"bytes,410985794,rep,name=firewall_policys,json=firewallPolicys,proto3" json:"firewall_policys,omitempty"`
	// Effective firewalls on the network.
	Firewalls []*Firewall `protobuf:"bytes,272245619,rep,name=firewalls,proto3" json:"firewalls,omitempty"`
	// contains filtered or unexported fields
}

func (*RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse) Descriptor

Deprecated: Use RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse.ProtoReflect.Descriptor instead.

func (*RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse) GetFirewallPolicys

func (*RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse) GetFirewalls

func (*RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse) ProtoMessage

func (*RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse) ProtoReflect

func (*RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse) Reset

func (*RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse) String

type RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy

type RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy struct {

	// [Output Only] The display name of the firewall policy.
	DisplayName *string `protobuf:"bytes,4473832,opt,name=display_name,json=displayName,proto3,oneof" json:"display_name,omitempty"`
	// [Output Only] The name of the firewall policy.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// The rules that apply to the network.
	Rules []*FirewallPolicyRule `protobuf:"bytes,108873975,rep,name=rules,proto3" json:"rules,omitempty"`
	// [Output Only] The type of the firewall policy. Can be one of HIERARCHY, NETWORK, NETWORK_REGIONAL.
	// Check the Type enum for the list of possible values.
	Type *string `protobuf:"bytes,3575610,opt,name=type,proto3,oneof" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy) Descriptor

Deprecated: Use RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy.ProtoReflect.Descriptor instead.

func (*RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy) GetDisplayName

func (*RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy) GetName

func (*RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy) GetRules

func (*RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy) GetType

func (*RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy) ProtoMessage

func (*RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy) ProtoReflect

func (*RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy) Reset

func (*RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy) String

type RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type

type RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type int32

[Output Only] The type of the firewall policy. Can be one of HIERARCHY, NETWORK, NETWORK_REGIONAL.

const (
	// A value indicating that the enum field is not set.
	RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_UNDEFINED_TYPE   RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type = 0
	RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_HIERARCHY        RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type = 69902869
	RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_NETWORK          RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type = 413984270
	RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_NETWORK_REGIONAL RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type = 190804272
	RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_UNSPECIFIED      RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type = 526786327
)

func (RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type) Descriptor

func (RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type) Enum

func (RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type) EnumDescriptor

Deprecated: Use RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type.Descriptor instead.

func (RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type) Number

func (RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type) String

func (RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy_Type) Type

type RegionNetworkFirewallPoliciesServer

type RegionNetworkFirewallPoliciesServer interface {
	// Inserts an association for the specified network firewall policy.
	AddAssociation(context.Context, *AddAssociationRegionNetworkFirewallPolicyRequest) (*Operation, error)
	// Inserts a rule into a network firewall policy.
	AddRule(context.Context, *AddRuleRegionNetworkFirewallPolicyRequest) (*Operation, error)
	// Copies rules to the specified network firewall policy.
	CloneRules(context.Context, *CloneRulesRegionNetworkFirewallPolicyRequest) (*Operation, error)
	// Deletes the specified network firewall policy.
	Delete(context.Context, *DeleteRegionNetworkFirewallPolicyRequest) (*Operation, error)
	// Returns the specified network firewall policy.
	Get(context.Context, *GetRegionNetworkFirewallPolicyRequest) (*FirewallPolicy, error)
	// Gets an association with the specified name.
	GetAssociation(context.Context, *GetAssociationRegionNetworkFirewallPolicyRequest) (*FirewallPolicyAssociation, error)
	// Returns the effective firewalls on a given network.
	GetEffectiveFirewalls(context.Context, *GetEffectiveFirewallsRegionNetworkFirewallPolicyRequest) (*RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse, error)
	// Gets the access control policy for a resource. May be empty if no such policy or resource exists.
	GetIamPolicy(context.Context, *GetIamPolicyRegionNetworkFirewallPolicyRequest) (*Policy, error)
	// Gets a rule of the specified priority.
	GetRule(context.Context, *GetRuleRegionNetworkFirewallPolicyRequest) (*FirewallPolicyRule, error)
	// Creates a new network firewall policy in the specified project and region.
	Insert(context.Context, *InsertRegionNetworkFirewallPolicyRequest) (*Operation, error)
	// Lists all the network firewall policies that have been configured for the specified project in the given region.
	List(context.Context, *ListRegionNetworkFirewallPoliciesRequest) (*FirewallPolicyList, error)
	// Patches the specified network firewall policy.
	Patch(context.Context, *PatchRegionNetworkFirewallPolicyRequest) (*Operation, error)
	// Patches a rule of the specified priority.
	PatchRule(context.Context, *PatchRuleRegionNetworkFirewallPolicyRequest) (*Operation, error)
	// Removes an association for the specified network firewall policy.
	RemoveAssociation(context.Context, *RemoveAssociationRegionNetworkFirewallPolicyRequest) (*Operation, error)
	// Deletes a rule of the specified priority.
	RemoveRule(context.Context, *RemoveRuleRegionNetworkFirewallPolicyRequest) (*Operation, error)
	// Sets the access control policy on the specified resource. Replaces any existing policy.
	SetIamPolicy(context.Context, *SetIamPolicyRegionNetworkFirewallPolicyRequest) (*Policy, error)
	// Returns permissions that a caller has on the specified resource.
	TestIamPermissions(context.Context, *TestIamPermissionsRegionNetworkFirewallPolicyRequest) (*TestPermissionsResponse, error)
}

RegionNetworkFirewallPoliciesServer is the server API for RegionNetworkFirewallPolicies service.

type RegionNotificationEndpointsClient

type RegionNotificationEndpointsClient interface {
	// Deletes the specified NotificationEndpoint in the given region
	Delete(ctx context.Context, in *DeleteRegionNotificationEndpointRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified NotificationEndpoint resource in the given region.
	Get(ctx context.Context, in *GetRegionNotificationEndpointRequest, opts ...grpc.CallOption) (*NotificationEndpoint, error)
	// Create a NotificationEndpoint in the specified project in the given region using the parameters that are included in the request.
	Insert(ctx context.Context, in *InsertRegionNotificationEndpointRequest, opts ...grpc.CallOption) (*Operation, error)
	// Lists the NotificationEndpoints for a project in the given region.
	List(ctx context.Context, in *ListRegionNotificationEndpointsRequest, opts ...grpc.CallOption) (*NotificationEndpointList, error)
}

RegionNotificationEndpointsClient is the client API for RegionNotificationEndpoints service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewRegionNotificationEndpointsClient

func NewRegionNotificationEndpointsClient(cc grpc.ClientConnInterface) RegionNotificationEndpointsClient

type RegionNotificationEndpointsServer

type RegionNotificationEndpointsServer interface {
	// Deletes the specified NotificationEndpoint in the given region
	Delete(context.Context, *DeleteRegionNotificationEndpointRequest) (*Operation, error)
	// Returns the specified NotificationEndpoint resource in the given region.
	Get(context.Context, *GetRegionNotificationEndpointRequest) (*NotificationEndpoint, error)
	// Create a NotificationEndpoint in the specified project in the given region using the parameters that are included in the request.
	Insert(context.Context, *InsertRegionNotificationEndpointRequest) (*Operation, error)
	// Lists the NotificationEndpoints for a project in the given region.
	List(context.Context, *ListRegionNotificationEndpointsRequest) (*NotificationEndpointList, error)
}

RegionNotificationEndpointsServer is the server API for RegionNotificationEndpoints service.

type RegionOperationsClient

type RegionOperationsClient interface {
	// Deletes the specified region-specific Operations resource.
	Delete(ctx context.Context, in *DeleteRegionOperationRequest, opts ...grpc.CallOption) (*DeleteRegionOperationResponse, error)
	// Retrieves the specified region-specific Operations resource.
	Get(ctx context.Context, in *GetRegionOperationRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves a list of Operation resources contained within the specified region.
	List(ctx context.Context, in *ListRegionOperationsRequest, opts ...grpc.CallOption) (*OperationList, error)
	// Waits for the specified Operation resource to return as `DONE` or for the request to approach the 2 minute deadline, and retrieves the specified Operation resource. This method differs from the `GET` method in that it waits for no more than the default deadline (2 minutes) and then returns the current state of the operation, which might be `DONE` or still in progress. This method is called on a best-effort basis. Specifically: - In uncommon cases, when the server is overloaded, the request might return before the default deadline is reached, or might return after zero seconds. - If the default deadline is reached, there is no guarantee that the operation is actually done when the method returns. Be prepared to retry if the operation is not `DONE`.
	Wait(ctx context.Context, in *WaitRegionOperationRequest, opts ...grpc.CallOption) (*Operation, error)
}

RegionOperationsClient is the client API for RegionOperations service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewRegionOperationsClient

func NewRegionOperationsClient(cc grpc.ClientConnInterface) RegionOperationsClient

type RegionOperationsServer

type RegionOperationsServer interface {
	// Deletes the specified region-specific Operations resource.
	Delete(context.Context, *DeleteRegionOperationRequest) (*DeleteRegionOperationResponse, error)
	// Retrieves the specified region-specific Operations resource.
	Get(context.Context, *GetRegionOperationRequest) (*Operation, error)
	// Retrieves a list of Operation resources contained within the specified region.
	List(context.Context, *ListRegionOperationsRequest) (*OperationList, error)
	// Waits for the specified Operation resource to return as `DONE` or for the request to approach the 2 minute deadline, and retrieves the specified Operation resource. This method differs from the `GET` method in that it waits for no more than the default deadline (2 minutes) and then returns the current state of the operation, which might be `DONE` or still in progress. This method is called on a best-effort basis. Specifically: - In uncommon cases, when the server is overloaded, the request might return before the default deadline is reached, or might return after zero seconds. - If the default deadline is reached, there is no guarantee that the operation is actually done when the method returns. Be prepared to retry if the operation is not `DONE`.
	Wait(context.Context, *WaitRegionOperationRequest) (*Operation, error)
}

RegionOperationsServer is the server API for RegionOperations service.

type RegionSecurityPoliciesClient

type RegionSecurityPoliciesClient interface {
	// Deletes the specified policy.
	Delete(ctx context.Context, in *DeleteRegionSecurityPolicyRequest, opts ...grpc.CallOption) (*Operation, error)
	// List all of the ordered rules present in a single specified policy.
	Get(ctx context.Context, in *GetRegionSecurityPolicyRequest, opts ...grpc.CallOption) (*SecurityPolicy, error)
	// Creates a new policy in the specified project using the data included in the request.
	Insert(ctx context.Context, in *InsertRegionSecurityPolicyRequest, opts ...grpc.CallOption) (*Operation, error)
	// List all the policies that have been configured for the specified project and region.
	List(ctx context.Context, in *ListRegionSecurityPoliciesRequest, opts ...grpc.CallOption) (*SecurityPolicyList, error)
	// Patches the specified policy with the data included in the request. To clear fields in the policy, leave the fields empty and specify them in the updateMask. This cannot be used to be update the rules in the policy. Please use the per rule methods like addRule, patchRule, and removeRule instead.
	Patch(ctx context.Context, in *PatchRegionSecurityPolicyRequest, opts ...grpc.CallOption) (*Operation, error)
}

RegionSecurityPoliciesClient is the client API for RegionSecurityPolicies service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewRegionSecurityPoliciesClient

func NewRegionSecurityPoliciesClient(cc grpc.ClientConnInterface) RegionSecurityPoliciesClient

type RegionSecurityPoliciesServer

type RegionSecurityPoliciesServer interface {
	// Deletes the specified policy.
	Delete(context.Context, *DeleteRegionSecurityPolicyRequest) (*Operation, error)
	// List all of the ordered rules present in a single specified policy.
	Get(context.Context, *GetRegionSecurityPolicyRequest) (*SecurityPolicy, error)
	// Creates a new policy in the specified project using the data included in the request.
	Insert(context.Context, *InsertRegionSecurityPolicyRequest) (*Operation, error)
	// List all the policies that have been configured for the specified project and region.
	List(context.Context, *ListRegionSecurityPoliciesRequest) (*SecurityPolicyList, error)
	// Patches the specified policy with the data included in the request. To clear fields in the policy, leave the fields empty and specify them in the updateMask. This cannot be used to be update the rules in the policy. Please use the per rule methods like addRule, patchRule, and removeRule instead.
	Patch(context.Context, *PatchRegionSecurityPolicyRequest) (*Operation, error)
}

RegionSecurityPoliciesServer is the server API for RegionSecurityPolicies service.

type RegionSetLabelsRequest

type RegionSetLabelsRequest struct {

	// The fingerprint of the previous set of labels for this resource, used to detect conflicts. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels. Make a get() request to the resource to get the latest fingerprint.
	LabelFingerprint *string `protobuf:"bytes,178124825,opt,name=label_fingerprint,json=labelFingerprint,proto3,oneof" json:"label_fingerprint,omitempty"`
	// The labels to set for this resource.
	Labels map[string]string `protobuf:"bytes,500195327,rep,name=labels,proto3" json:"labels,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// contains filtered or unexported fields
}

func (*RegionSetLabelsRequest) Descriptor

func (*RegionSetLabelsRequest) Descriptor() ([]byte, []int)

Deprecated: Use RegionSetLabelsRequest.ProtoReflect.Descriptor instead.

func (*RegionSetLabelsRequest) GetLabelFingerprint

func (x *RegionSetLabelsRequest) GetLabelFingerprint() string

func (*RegionSetLabelsRequest) GetLabels

func (x *RegionSetLabelsRequest) GetLabels() map[string]string

func (*RegionSetLabelsRequest) ProtoMessage

func (*RegionSetLabelsRequest) ProtoMessage()

func (*RegionSetLabelsRequest) ProtoReflect

func (x *RegionSetLabelsRequest) ProtoReflect() protoreflect.Message

func (*RegionSetLabelsRequest) Reset

func (x *RegionSetLabelsRequest) Reset()

func (*RegionSetLabelsRequest) String

func (x *RegionSetLabelsRequest) String() string

type RegionSetPolicyRequest

type RegionSetPolicyRequest struct {

	// Flatten Policy to create a backwacd compatible wire-format. Deprecated. Use 'policy' to specify bindings.
	Bindings []*Binding `protobuf:"bytes,403251854,rep,name=bindings,proto3" json:"bindings,omitempty"`
	// Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify the etag.
	Etag *string `protobuf:"bytes,3123477,opt,name=etag,proto3,oneof" json:"etag,omitempty"`
	// REQUIRED: The complete policy to be applied to the 'resource'. The size of the policy is limited to a few 10s of KB. An empty policy is in general a valid policy but certain services (like Projects) might reject them.
	Policy *Policy `protobuf:"bytes,91071794,opt,name=policy,proto3,oneof" json:"policy,omitempty"`
	// contains filtered or unexported fields
}

func (*RegionSetPolicyRequest) Descriptor

func (*RegionSetPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use RegionSetPolicyRequest.ProtoReflect.Descriptor instead.

func (*RegionSetPolicyRequest) GetBindings

func (x *RegionSetPolicyRequest) GetBindings() []*Binding

func (*RegionSetPolicyRequest) GetEtag

func (x *RegionSetPolicyRequest) GetEtag() string

func (*RegionSetPolicyRequest) GetPolicy

func (x *RegionSetPolicyRequest) GetPolicy() *Policy

func (*RegionSetPolicyRequest) ProtoMessage

func (*RegionSetPolicyRequest) ProtoMessage()

func (*RegionSetPolicyRequest) ProtoReflect

func (x *RegionSetPolicyRequest) ProtoReflect() protoreflect.Message

func (*RegionSetPolicyRequest) Reset

func (x *RegionSetPolicyRequest) Reset()

func (*RegionSetPolicyRequest) String

func (x *RegionSetPolicyRequest) String() string

type RegionSslCertificatesClient

type RegionSslCertificatesClient interface {
	// Deletes the specified SslCertificate resource in the region.
	Delete(ctx context.Context, in *DeleteRegionSslCertificateRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified SslCertificate resource in the specified region. Get a list of available SSL certificates by making a list() request.
	Get(ctx context.Context, in *GetRegionSslCertificateRequest, opts ...grpc.CallOption) (*SslCertificate, error)
	// Creates a SslCertificate resource in the specified project and region using the data included in the request
	Insert(ctx context.Context, in *InsertRegionSslCertificateRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves the list of SslCertificate resources available to the specified project in the specified region.
	List(ctx context.Context, in *ListRegionSslCertificatesRequest, opts ...grpc.CallOption) (*SslCertificateList, error)
}

RegionSslCertificatesClient is the client API for RegionSslCertificates service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewRegionSslCertificatesClient

func NewRegionSslCertificatesClient(cc grpc.ClientConnInterface) RegionSslCertificatesClient

type RegionSslCertificatesServer

type RegionSslCertificatesServer interface {
	// Deletes the specified SslCertificate resource in the region.
	Delete(context.Context, *DeleteRegionSslCertificateRequest) (*Operation, error)
	// Returns the specified SslCertificate resource in the specified region. Get a list of available SSL certificates by making a list() request.
	Get(context.Context, *GetRegionSslCertificateRequest) (*SslCertificate, error)
	// Creates a SslCertificate resource in the specified project and region using the data included in the request
	Insert(context.Context, *InsertRegionSslCertificateRequest) (*Operation, error)
	// Retrieves the list of SslCertificate resources available to the specified project in the specified region.
	List(context.Context, *ListRegionSslCertificatesRequest) (*SslCertificateList, error)
}

RegionSslCertificatesServer is the server API for RegionSslCertificates service.

type RegionSslPoliciesClient

type RegionSslPoliciesClient interface {
	// Deletes the specified SSL policy. The SSL policy resource can be deleted only if it is not in use by any TargetHttpsProxy or TargetSslProxy resources.
	Delete(ctx context.Context, in *DeleteRegionSslPolicyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Lists all of the ordered rules present in a single specified policy.
	Get(ctx context.Context, in *GetRegionSslPolicyRequest, opts ...grpc.CallOption) (*SslPolicy, error)
	// Creates a new policy in the specified project and region using the data included in the request.
	Insert(ctx context.Context, in *InsertRegionSslPolicyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Lists all the SSL policies that have been configured for the specified project and region.
	List(ctx context.Context, in *ListRegionSslPoliciesRequest, opts ...grpc.CallOption) (*SslPoliciesList, error)
	// Lists all features that can be specified in the SSL policy when using custom profile.
	ListAvailableFeatures(ctx context.Context, in *ListAvailableFeaturesRegionSslPoliciesRequest, opts ...grpc.CallOption) (*SslPoliciesListAvailableFeaturesResponse, error)
	// Patches the specified SSL policy with the data included in the request.
	Patch(ctx context.Context, in *PatchRegionSslPolicyRequest, opts ...grpc.CallOption) (*Operation, error)
}

RegionSslPoliciesClient is the client API for RegionSslPolicies service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewRegionSslPoliciesClient

func NewRegionSslPoliciesClient(cc grpc.ClientConnInterface) RegionSslPoliciesClient

type RegionSslPoliciesServer

type RegionSslPoliciesServer interface {
	// Deletes the specified SSL policy. The SSL policy resource can be deleted only if it is not in use by any TargetHttpsProxy or TargetSslProxy resources.
	Delete(context.Context, *DeleteRegionSslPolicyRequest) (*Operation, error)
	// Lists all of the ordered rules present in a single specified policy.
	Get(context.Context, *GetRegionSslPolicyRequest) (*SslPolicy, error)
	// Creates a new policy in the specified project and region using the data included in the request.
	Insert(context.Context, *InsertRegionSslPolicyRequest) (*Operation, error)
	// Lists all the SSL policies that have been configured for the specified project and region.
	List(context.Context, *ListRegionSslPoliciesRequest) (*SslPoliciesList, error)
	// Lists all features that can be specified in the SSL policy when using custom profile.
	ListAvailableFeatures(context.Context, *ListAvailableFeaturesRegionSslPoliciesRequest) (*SslPoliciesListAvailableFeaturesResponse, error)
	// Patches the specified SSL policy with the data included in the request.
	Patch(context.Context, *PatchRegionSslPolicyRequest) (*Operation, error)
}

RegionSslPoliciesServer is the server API for RegionSslPolicies service.

type RegionTargetHttpProxiesClient

type RegionTargetHttpProxiesClient interface {
	// Deletes the specified TargetHttpProxy resource.
	Delete(ctx context.Context, in *DeleteRegionTargetHttpProxyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified TargetHttpProxy resource in the specified region.
	Get(ctx context.Context, in *GetRegionTargetHttpProxyRequest, opts ...grpc.CallOption) (*TargetHttpProxy, error)
	// Creates a TargetHttpProxy resource in the specified project and region using the data included in the request.
	Insert(ctx context.Context, in *InsertRegionTargetHttpProxyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves the list of TargetHttpProxy resources available to the specified project in the specified region.
	List(ctx context.Context, in *ListRegionTargetHttpProxiesRequest, opts ...grpc.CallOption) (*TargetHttpProxyList, error)
	// Changes the URL map for TargetHttpProxy.
	SetUrlMap(ctx context.Context, in *SetUrlMapRegionTargetHttpProxyRequest, opts ...grpc.CallOption) (*Operation, error)
}

RegionTargetHttpProxiesClient is the client API for RegionTargetHttpProxies service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewRegionTargetHttpProxiesClient

func NewRegionTargetHttpProxiesClient(cc grpc.ClientConnInterface) RegionTargetHttpProxiesClient

type RegionTargetHttpProxiesServer

type RegionTargetHttpProxiesServer interface {
	// Deletes the specified TargetHttpProxy resource.
	Delete(context.Context, *DeleteRegionTargetHttpProxyRequest) (*Operation, error)
	// Returns the specified TargetHttpProxy resource in the specified region.
	Get(context.Context, *GetRegionTargetHttpProxyRequest) (*TargetHttpProxy, error)
	// Creates a TargetHttpProxy resource in the specified project and region using the data included in the request.
	Insert(context.Context, *InsertRegionTargetHttpProxyRequest) (*Operation, error)
	// Retrieves the list of TargetHttpProxy resources available to the specified project in the specified region.
	List(context.Context, *ListRegionTargetHttpProxiesRequest) (*TargetHttpProxyList, error)
	// Changes the URL map for TargetHttpProxy.
	SetUrlMap(context.Context, *SetUrlMapRegionTargetHttpProxyRequest) (*Operation, error)
}

RegionTargetHttpProxiesServer is the server API for RegionTargetHttpProxies service.

type RegionTargetHttpsProxiesClient

type RegionTargetHttpsProxiesClient interface {
	// Deletes the specified TargetHttpsProxy resource.
	Delete(ctx context.Context, in *DeleteRegionTargetHttpsProxyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified TargetHttpsProxy resource in the specified region.
	Get(ctx context.Context, in *GetRegionTargetHttpsProxyRequest, opts ...grpc.CallOption) (*TargetHttpsProxy, error)
	// Creates a TargetHttpsProxy resource in the specified project and region using the data included in the request.
	Insert(ctx context.Context, in *InsertRegionTargetHttpsProxyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves the list of TargetHttpsProxy resources available to the specified project in the specified region.
	List(ctx context.Context, in *ListRegionTargetHttpsProxiesRequest, opts ...grpc.CallOption) (*TargetHttpsProxyList, error)
	// Patches the specified regional TargetHttpsProxy resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.
	Patch(ctx context.Context, in *PatchRegionTargetHttpsProxyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Replaces SslCertificates for TargetHttpsProxy.
	SetSslCertificates(ctx context.Context, in *SetSslCertificatesRegionTargetHttpsProxyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Changes the URL map for TargetHttpsProxy.
	SetUrlMap(ctx context.Context, in *SetUrlMapRegionTargetHttpsProxyRequest, opts ...grpc.CallOption) (*Operation, error)
}

RegionTargetHttpsProxiesClient is the client API for RegionTargetHttpsProxies service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewRegionTargetHttpsProxiesClient

func NewRegionTargetHttpsProxiesClient(cc grpc.ClientConnInterface) RegionTargetHttpsProxiesClient

type RegionTargetHttpsProxiesServer

type RegionTargetHttpsProxiesServer interface {
	// Deletes the specified TargetHttpsProxy resource.
	Delete(context.Context, *DeleteRegionTargetHttpsProxyRequest) (*Operation, error)
	// Returns the specified TargetHttpsProxy resource in the specified region.
	Get(context.Context, *GetRegionTargetHttpsProxyRequest) (*TargetHttpsProxy, error)
	// Creates a TargetHttpsProxy resource in the specified project and region using the data included in the request.
	Insert(context.Context, *InsertRegionTargetHttpsProxyRequest) (*Operation, error)
	// Retrieves the list of TargetHttpsProxy resources available to the specified project in the specified region.
	List(context.Context, *ListRegionTargetHttpsProxiesRequest) (*TargetHttpsProxyList, error)
	// Patches the specified regional TargetHttpsProxy resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.
	Patch(context.Context, *PatchRegionTargetHttpsProxyRequest) (*Operation, error)
	// Replaces SslCertificates for TargetHttpsProxy.
	SetSslCertificates(context.Context, *SetSslCertificatesRegionTargetHttpsProxyRequest) (*Operation, error)
	// Changes the URL map for TargetHttpsProxy.
	SetUrlMap(context.Context, *SetUrlMapRegionTargetHttpsProxyRequest) (*Operation, error)
}

RegionTargetHttpsProxiesServer is the server API for RegionTargetHttpsProxies service.

type RegionTargetHttpsProxiesSetSslCertificatesRequest

type RegionTargetHttpsProxiesSetSslCertificatesRequest struct {

	// New set of SslCertificate resources to associate with this TargetHttpsProxy resource.
	SslCertificates []string `protobuf:"bytes,366006543,rep,name=ssl_certificates,json=sslCertificates,proto3" json:"ssl_certificates,omitempty"`
	// contains filtered or unexported fields
}

func (*RegionTargetHttpsProxiesSetSslCertificatesRequest) Descriptor

Deprecated: Use RegionTargetHttpsProxiesSetSslCertificatesRequest.ProtoReflect.Descriptor instead.

func (*RegionTargetHttpsProxiesSetSslCertificatesRequest) GetSslCertificates

func (*RegionTargetHttpsProxiesSetSslCertificatesRequest) ProtoMessage

func (*RegionTargetHttpsProxiesSetSslCertificatesRequest) ProtoReflect

func (*RegionTargetHttpsProxiesSetSslCertificatesRequest) Reset

func (*RegionTargetHttpsProxiesSetSslCertificatesRequest) String

type RegionTargetTcpProxiesClient

type RegionTargetTcpProxiesClient interface {
	// Deletes the specified TargetTcpProxy resource.
	Delete(ctx context.Context, in *DeleteRegionTargetTcpProxyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified TargetTcpProxy resource.
	Get(ctx context.Context, in *GetRegionTargetTcpProxyRequest, opts ...grpc.CallOption) (*TargetTcpProxy, error)
	// Creates a TargetTcpProxy resource in the specified project and region using the data included in the request.
	Insert(ctx context.Context, in *InsertRegionTargetTcpProxyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves a list of TargetTcpProxy resources available to the specified project in a given region.
	List(ctx context.Context, in *ListRegionTargetTcpProxiesRequest, opts ...grpc.CallOption) (*TargetTcpProxyList, error)
}

RegionTargetTcpProxiesClient is the client API for RegionTargetTcpProxies service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewRegionTargetTcpProxiesClient

func NewRegionTargetTcpProxiesClient(cc grpc.ClientConnInterface) RegionTargetTcpProxiesClient

type RegionTargetTcpProxiesServer

type RegionTargetTcpProxiesServer interface {
	// Deletes the specified TargetTcpProxy resource.
	Delete(context.Context, *DeleteRegionTargetTcpProxyRequest) (*Operation, error)
	// Returns the specified TargetTcpProxy resource.
	Get(context.Context, *GetRegionTargetTcpProxyRequest) (*TargetTcpProxy, error)
	// Creates a TargetTcpProxy resource in the specified project and region using the data included in the request.
	Insert(context.Context, *InsertRegionTargetTcpProxyRequest) (*Operation, error)
	// Retrieves a list of TargetTcpProxy resources available to the specified project in a given region.
	List(context.Context, *ListRegionTargetTcpProxiesRequest) (*TargetTcpProxyList, error)
}

RegionTargetTcpProxiesServer is the server API for RegionTargetTcpProxies service.

type RegionUrlMapsClient

type RegionUrlMapsClient interface {
	// Deletes the specified UrlMap resource.
	Delete(ctx context.Context, in *DeleteRegionUrlMapRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified UrlMap resource.
	Get(ctx context.Context, in *GetRegionUrlMapRequest, opts ...grpc.CallOption) (*UrlMap, error)
	// Creates a UrlMap resource in the specified project using the data included in the request.
	Insert(ctx context.Context, in *InsertRegionUrlMapRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves the list of UrlMap resources available to the specified project in the specified region.
	List(ctx context.Context, in *ListRegionUrlMapsRequest, opts ...grpc.CallOption) (*UrlMapList, error)
	// Patches the specified UrlMap resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.
	Patch(ctx context.Context, in *PatchRegionUrlMapRequest, opts ...grpc.CallOption) (*Operation, error)
	// Updates the specified UrlMap resource with the data included in the request.
	Update(ctx context.Context, in *UpdateRegionUrlMapRequest, opts ...grpc.CallOption) (*Operation, error)
	// Runs static validation for the UrlMap. In particular, the tests of the provided UrlMap will be run. Calling this method does NOT create the UrlMap.
	Validate(ctx context.Context, in *ValidateRegionUrlMapRequest, opts ...grpc.CallOption) (*UrlMapsValidateResponse, error)
}

RegionUrlMapsClient is the client API for RegionUrlMaps service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewRegionUrlMapsClient

func NewRegionUrlMapsClient(cc grpc.ClientConnInterface) RegionUrlMapsClient

type RegionUrlMapsServer

type RegionUrlMapsServer interface {
	// Deletes the specified UrlMap resource.
	Delete(context.Context, *DeleteRegionUrlMapRequest) (*Operation, error)
	// Returns the specified UrlMap resource.
	Get(context.Context, *GetRegionUrlMapRequest) (*UrlMap, error)
	// Creates a UrlMap resource in the specified project using the data included in the request.
	Insert(context.Context, *InsertRegionUrlMapRequest) (*Operation, error)
	// Retrieves the list of UrlMap resources available to the specified project in the specified region.
	List(context.Context, *ListRegionUrlMapsRequest) (*UrlMapList, error)
	// Patches the specified UrlMap resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.
	Patch(context.Context, *PatchRegionUrlMapRequest) (*Operation, error)
	// Updates the specified UrlMap resource with the data included in the request.
	Update(context.Context, *UpdateRegionUrlMapRequest) (*Operation, error)
	// Runs static validation for the UrlMap. In particular, the tests of the provided UrlMap will be run. Calling this method does NOT create the UrlMap.
	Validate(context.Context, *ValidateRegionUrlMapRequest) (*UrlMapsValidateResponse, error)
}

RegionUrlMapsServer is the server API for RegionUrlMaps service.

type RegionUrlMapsValidateRequest

type RegionUrlMapsValidateRequest struct {

	// Content of the UrlMap to be validated.
	Resource *UrlMap `protobuf:"bytes,195806222,opt,name=resource,proto3,oneof" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

func (*RegionUrlMapsValidateRequest) Descriptor

func (*RegionUrlMapsValidateRequest) Descriptor() ([]byte, []int)

Deprecated: Use RegionUrlMapsValidateRequest.ProtoReflect.Descriptor instead.

func (*RegionUrlMapsValidateRequest) GetResource

func (x *RegionUrlMapsValidateRequest) GetResource() *UrlMap

func (*RegionUrlMapsValidateRequest) ProtoMessage

func (*RegionUrlMapsValidateRequest) ProtoMessage()

func (*RegionUrlMapsValidateRequest) ProtoReflect

func (*RegionUrlMapsValidateRequest) Reset

func (x *RegionUrlMapsValidateRequest) Reset()

func (*RegionUrlMapsValidateRequest) String

type Region_Status

type Region_Status int32

[Output Only] Status of the region, either UP or DOWN.

const (
	// A value indicating that the enum field is not set.
	Region_UNDEFINED_STATUS Region_Status = 0
	Region_DOWN             Region_Status = 2104482
	Region_UP               Region_Status = 2715
)

func (Region_Status) Descriptor

func (Region_Status) Enum

func (x Region_Status) Enum() *Region_Status

func (Region_Status) EnumDescriptor

func (Region_Status) EnumDescriptor() ([]byte, []int)

Deprecated: Use Region_Status.Descriptor instead.

func (Region_Status) Number

func (Region_Status) String

func (x Region_Status) String() string

func (Region_Status) Type

type RegionsClient

type RegionsClient interface {
	// Returns the specified Region resource. To decrease latency for this method, you can optionally omit any unneeded information from the response by using a field mask. This practice is especially recommended for unused quota information (the `quotas` field). To exclude one or more fields, set your request's `fields` query parameter to only include the fields you need. For example, to only include the `id` and `selfLink` fields, add the query parameter `?fields=id,selfLink` to your request.
	Get(ctx context.Context, in *GetRegionRequest, opts ...grpc.CallOption) (*Region, error)
	// Retrieves the list of region resources available to the specified project. To decrease latency for this method, you can optionally omit any unneeded information from the response by using a field mask. This practice is especially recommended for unused quota information (the `items.quotas` field). To exclude one or more fields, set your request's `fields` query parameter to only include the fields you need. For example, to only include the `id` and `selfLink` fields, add the query parameter `?fields=id,selfLink` to your request.
	List(ctx context.Context, in *ListRegionsRequest, opts ...grpc.CallOption) (*RegionList, error)
}

RegionsClient is the client API for Regions service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewRegionsClient

func NewRegionsClient(cc grpc.ClientConnInterface) RegionsClient

type RegionsServer

type RegionsServer interface {
	// Returns the specified Region resource. To decrease latency for this method, you can optionally omit any unneeded information from the response by using a field mask. This practice is especially recommended for unused quota information (the `quotas` field). To exclude one or more fields, set your request's `fields` query parameter to only include the fields you need. For example, to only include the `id` and `selfLink` fields, add the query parameter `?fields=id,selfLink` to your request.
	Get(context.Context, *GetRegionRequest) (*Region, error)
	// Retrieves the list of region resources available to the specified project. To decrease latency for this method, you can optionally omit any unneeded information from the response by using a field mask. This practice is especially recommended for unused quota information (the `items.quotas` field). To exclude one or more fields, set your request's `fields` query parameter to only include the fields you need. For example, to only include the `id` and `selfLink` fields, add the query parameter `?fields=id,selfLink` to your request.
	List(context.Context, *ListRegionsRequest) (*RegionList, error)
}

RegionsServer is the server API for Regions service.

type RemoveAssociationFirewallPolicyRequest

type RemoveAssociationFirewallPolicyRequest struct {

	// Name of the firewall policy to update.
	FirewallPolicy string `protobuf:"bytes,498173265,opt,name=firewall_policy,json=firewallPolicy,proto3" json:"firewall_policy,omitempty"`
	// Name for the attachment that will be removed.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for FirewallPolicies.RemoveAssociation. See the method description for details.

func (*RemoveAssociationFirewallPolicyRequest) Descriptor

func (*RemoveAssociationFirewallPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveAssociationFirewallPolicyRequest.ProtoReflect.Descriptor instead.

func (*RemoveAssociationFirewallPolicyRequest) GetFirewallPolicy

func (x *RemoveAssociationFirewallPolicyRequest) GetFirewallPolicy() string

func (*RemoveAssociationFirewallPolicyRequest) GetName

func (*RemoveAssociationFirewallPolicyRequest) GetRequestId

func (*RemoveAssociationFirewallPolicyRequest) ProtoMessage

func (*RemoveAssociationFirewallPolicyRequest) ProtoReflect

func (*RemoveAssociationFirewallPolicyRequest) Reset

func (*RemoveAssociationFirewallPolicyRequest) String

type RemoveAssociationNetworkFirewallPolicyRequest

type RemoveAssociationNetworkFirewallPolicyRequest struct {

	// Name of the firewall policy to update.
	FirewallPolicy string `protobuf:"bytes,498173265,opt,name=firewall_policy,json=firewallPolicy,proto3" json:"firewall_policy,omitempty"`
	// Name for the attachment that will be removed.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for NetworkFirewallPolicies.RemoveAssociation. See the method description for details.

func (*RemoveAssociationNetworkFirewallPolicyRequest) Descriptor

Deprecated: Use RemoveAssociationNetworkFirewallPolicyRequest.ProtoReflect.Descriptor instead.

func (*RemoveAssociationNetworkFirewallPolicyRequest) GetFirewallPolicy

func (*RemoveAssociationNetworkFirewallPolicyRequest) GetName

func (*RemoveAssociationNetworkFirewallPolicyRequest) GetProject

func (*RemoveAssociationNetworkFirewallPolicyRequest) GetRequestId

func (*RemoveAssociationNetworkFirewallPolicyRequest) ProtoMessage

func (*RemoveAssociationNetworkFirewallPolicyRequest) ProtoReflect

func (*RemoveAssociationNetworkFirewallPolicyRequest) Reset

func (*RemoveAssociationNetworkFirewallPolicyRequest) String

type RemoveAssociationRegionNetworkFirewallPolicyRequest

type RemoveAssociationRegionNetworkFirewallPolicyRequest struct {

	// Name of the firewall policy to update.
	FirewallPolicy string `protobuf:"bytes,498173265,opt,name=firewall_policy,json=firewallPolicy,proto3" json:"firewall_policy,omitempty"`
	// Name for the association that will be removed.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionNetworkFirewallPolicies.RemoveAssociation. See the method description for details.

func (*RemoveAssociationRegionNetworkFirewallPolicyRequest) Descriptor

Deprecated: Use RemoveAssociationRegionNetworkFirewallPolicyRequest.ProtoReflect.Descriptor instead.

func (*RemoveAssociationRegionNetworkFirewallPolicyRequest) GetFirewallPolicy

func (*RemoveAssociationRegionNetworkFirewallPolicyRequest) GetName

func (*RemoveAssociationRegionNetworkFirewallPolicyRequest) GetProject

func (*RemoveAssociationRegionNetworkFirewallPolicyRequest) GetRegion

func (*RemoveAssociationRegionNetworkFirewallPolicyRequest) GetRequestId

func (*RemoveAssociationRegionNetworkFirewallPolicyRequest) ProtoMessage

func (*RemoveAssociationRegionNetworkFirewallPolicyRequest) ProtoReflect

func (*RemoveAssociationRegionNetworkFirewallPolicyRequest) Reset

func (*RemoveAssociationRegionNetworkFirewallPolicyRequest) String

type RemoveHealthCheckTargetPoolRequest

type RemoveHealthCheckTargetPoolRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the target pool to remove health checks from.
	TargetPool string `protobuf:"bytes,62796298,opt,name=target_pool,json=targetPool,proto3" json:"target_pool,omitempty"`
	// The body resource for this request
	TargetPoolsRemoveHealthCheckRequestResource *TargetPoolsRemoveHealthCheckRequest `protobuf:"bytes,304985011,opt,name=target_pools_remove_health_check_request_resource,json=targetPoolsRemoveHealthCheckRequestResource,proto3" json:"target_pools_remove_health_check_request_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetPools.RemoveHealthCheck. See the method description for details.

func (*RemoveHealthCheckTargetPoolRequest) Descriptor

func (*RemoveHealthCheckTargetPoolRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveHealthCheckTargetPoolRequest.ProtoReflect.Descriptor instead.

func (*RemoveHealthCheckTargetPoolRequest) GetProject

func (*RemoveHealthCheckTargetPoolRequest) GetRegion

func (*RemoveHealthCheckTargetPoolRequest) GetRequestId

func (x *RemoveHealthCheckTargetPoolRequest) GetRequestId() string

func (*RemoveHealthCheckTargetPoolRequest) GetTargetPool

func (x *RemoveHealthCheckTargetPoolRequest) GetTargetPool() string

func (*RemoveHealthCheckTargetPoolRequest) GetTargetPoolsRemoveHealthCheckRequestResource

func (x *RemoveHealthCheckTargetPoolRequest) GetTargetPoolsRemoveHealthCheckRequestResource() *TargetPoolsRemoveHealthCheckRequest

func (*RemoveHealthCheckTargetPoolRequest) ProtoMessage

func (*RemoveHealthCheckTargetPoolRequest) ProtoMessage()

func (*RemoveHealthCheckTargetPoolRequest) ProtoReflect

func (*RemoveHealthCheckTargetPoolRequest) Reset

func (*RemoveHealthCheckTargetPoolRequest) String

type RemoveInstanceTargetPoolRequest

type RemoveInstanceTargetPoolRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the TargetPool resource to remove instances from.
	TargetPool string `protobuf:"bytes,62796298,opt,name=target_pool,json=targetPool,proto3" json:"target_pool,omitempty"`
	// The body resource for this request
	TargetPoolsRemoveInstanceRequestResource *TargetPoolsRemoveInstanceRequest `protobuf:"bytes,29548547,opt,name=target_pools_remove_instance_request_resource,json=targetPoolsRemoveInstanceRequestResource,proto3" json:"target_pools_remove_instance_request_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetPools.RemoveInstance. See the method description for details.

func (*RemoveInstanceTargetPoolRequest) Descriptor

func (*RemoveInstanceTargetPoolRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveInstanceTargetPoolRequest.ProtoReflect.Descriptor instead.

func (*RemoveInstanceTargetPoolRequest) GetProject

func (x *RemoveInstanceTargetPoolRequest) GetProject() string

func (*RemoveInstanceTargetPoolRequest) GetRegion

func (x *RemoveInstanceTargetPoolRequest) GetRegion() string

func (*RemoveInstanceTargetPoolRequest) GetRequestId

func (x *RemoveInstanceTargetPoolRequest) GetRequestId() string

func (*RemoveInstanceTargetPoolRequest) GetTargetPool

func (x *RemoveInstanceTargetPoolRequest) GetTargetPool() string

func (*RemoveInstanceTargetPoolRequest) GetTargetPoolsRemoveInstanceRequestResource

func (x *RemoveInstanceTargetPoolRequest) GetTargetPoolsRemoveInstanceRequestResource() *TargetPoolsRemoveInstanceRequest

func (*RemoveInstanceTargetPoolRequest) ProtoMessage

func (*RemoveInstanceTargetPoolRequest) ProtoMessage()

func (*RemoveInstanceTargetPoolRequest) ProtoReflect

func (*RemoveInstanceTargetPoolRequest) Reset

func (*RemoveInstanceTargetPoolRequest) String

type RemoveInstancesInstanceGroupRequest

type RemoveInstancesInstanceGroupRequest struct {

	// The name of the instance group where the specified instances will be removed.
	InstanceGroup string `protobuf:"bytes,81095253,opt,name=instance_group,json=instanceGroup,proto3" json:"instance_group,omitempty"`
	// The body resource for this request
	InstanceGroupsRemoveInstancesRequestResource *InstanceGroupsRemoveInstancesRequest `protobuf:"bytes,390981817,opt,name=instance_groups_remove_instances_request_resource,json=instanceGroupsRemoveInstancesRequestResource,proto3" json:"instance_groups_remove_instances_request_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone where the instance group is located.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for InstanceGroups.RemoveInstances. See the method description for details.

func (*RemoveInstancesInstanceGroupRequest) Descriptor

func (*RemoveInstancesInstanceGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveInstancesInstanceGroupRequest.ProtoReflect.Descriptor instead.

func (*RemoveInstancesInstanceGroupRequest) GetInstanceGroup

func (x *RemoveInstancesInstanceGroupRequest) GetInstanceGroup() string

func (*RemoveInstancesInstanceGroupRequest) GetInstanceGroupsRemoveInstancesRequestResource

func (x *RemoveInstancesInstanceGroupRequest) GetInstanceGroupsRemoveInstancesRequestResource() *InstanceGroupsRemoveInstancesRequest

func (*RemoveInstancesInstanceGroupRequest) GetProject

func (*RemoveInstancesInstanceGroupRequest) GetRequestId

func (x *RemoveInstancesInstanceGroupRequest) GetRequestId() string

func (*RemoveInstancesInstanceGroupRequest) GetZone

func (*RemoveInstancesInstanceGroupRequest) ProtoMessage

func (*RemoveInstancesInstanceGroupRequest) ProtoMessage()

func (*RemoveInstancesInstanceGroupRequest) ProtoReflect

func (*RemoveInstancesInstanceGroupRequest) Reset

func (*RemoveInstancesInstanceGroupRequest) String

type RemovePeeringNetworkRequest

type RemovePeeringNetworkRequest struct {

	// Name of the network resource to remove peering from.
	Network string `protobuf:"bytes,232872494,opt,name=network,proto3" json:"network,omitempty"`
	// The body resource for this request
	NetworksRemovePeeringRequestResource *NetworksRemovePeeringRequest `protobuf:"bytes,421162494,opt,name=networks_remove_peering_request_resource,json=networksRemovePeeringRequestResource,proto3" json:"networks_remove_peering_request_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for Networks.RemovePeering. See the method description for details.

func (*RemovePeeringNetworkRequest) Descriptor

func (*RemovePeeringNetworkRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemovePeeringNetworkRequest.ProtoReflect.Descriptor instead.

func (*RemovePeeringNetworkRequest) GetNetwork

func (x *RemovePeeringNetworkRequest) GetNetwork() string

func (*RemovePeeringNetworkRequest) GetNetworksRemovePeeringRequestResource

func (x *RemovePeeringNetworkRequest) GetNetworksRemovePeeringRequestResource() *NetworksRemovePeeringRequest

func (*RemovePeeringNetworkRequest) GetProject

func (x *RemovePeeringNetworkRequest) GetProject() string

func (*RemovePeeringNetworkRequest) GetRequestId

func (x *RemovePeeringNetworkRequest) GetRequestId() string

func (*RemovePeeringNetworkRequest) ProtoMessage

func (*RemovePeeringNetworkRequest) ProtoMessage()

func (*RemovePeeringNetworkRequest) ProtoReflect

func (*RemovePeeringNetworkRequest) Reset

func (x *RemovePeeringNetworkRequest) Reset()

func (*RemovePeeringNetworkRequest) String

func (x *RemovePeeringNetworkRequest) String() string

type RemoveResourcePoliciesDiskRequest

type RemoveResourcePoliciesDiskRequest struct {

	// The disk name for this request.
	Disk string `protobuf:"bytes,3083677,opt,name=disk,proto3" json:"disk,omitempty"`
	// The body resource for this request
	DisksRemoveResourcePoliciesRequestResource *DisksRemoveResourcePoliciesRequest `protobuf:"bytes,436756718,opt,name=disks_remove_resource_policies_request_resource,json=disksRemoveResourcePoliciesRequestResource,proto3" json:"disks_remove_resource_policies_request_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Disks.RemoveResourcePolicies. See the method description for details.

func (*RemoveResourcePoliciesDiskRequest) Descriptor

func (*RemoveResourcePoliciesDiskRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveResourcePoliciesDiskRequest.ProtoReflect.Descriptor instead.

func (*RemoveResourcePoliciesDiskRequest) GetDisk

func (*RemoveResourcePoliciesDiskRequest) GetDisksRemoveResourcePoliciesRequestResource

func (x *RemoveResourcePoliciesDiskRequest) GetDisksRemoveResourcePoliciesRequestResource() *DisksRemoveResourcePoliciesRequest

func (*RemoveResourcePoliciesDiskRequest) GetProject

func (x *RemoveResourcePoliciesDiskRequest) GetProject() string

func (*RemoveResourcePoliciesDiskRequest) GetRequestId

func (x *RemoveResourcePoliciesDiskRequest) GetRequestId() string

func (*RemoveResourcePoliciesDiskRequest) GetZone

func (*RemoveResourcePoliciesDiskRequest) ProtoMessage

func (*RemoveResourcePoliciesDiskRequest) ProtoMessage()

func (*RemoveResourcePoliciesDiskRequest) ProtoReflect

func (*RemoveResourcePoliciesDiskRequest) Reset

func (*RemoveResourcePoliciesDiskRequest) String

type RemoveResourcePoliciesInstanceRequest

type RemoveResourcePoliciesInstanceRequest struct {

	// The instance name for this request.
	Instance string `protobuf:"bytes,18257045,opt,name=instance,proto3" json:"instance,omitempty"`
	// The body resource for this request
	InstancesRemoveResourcePoliciesRequestResource *InstancesRemoveResourcePoliciesRequest `protobuf:"bytes,49229558,opt,name=instances_remove_resource_policies_request_resource,json=instancesRemoveResourcePoliciesRequestResource,proto3" json:"instances_remove_resource_policies_request_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Instances.RemoveResourcePolicies. See the method description for details.

func (*RemoveResourcePoliciesInstanceRequest) Descriptor

func (*RemoveResourcePoliciesInstanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveResourcePoliciesInstanceRequest.ProtoReflect.Descriptor instead.

func (*RemoveResourcePoliciesInstanceRequest) GetInstance

func (*RemoveResourcePoliciesInstanceRequest) GetInstancesRemoveResourcePoliciesRequestResource

func (x *RemoveResourcePoliciesInstanceRequest) GetInstancesRemoveResourcePoliciesRequestResource() *InstancesRemoveResourcePoliciesRequest

func (*RemoveResourcePoliciesInstanceRequest) GetProject

func (*RemoveResourcePoliciesInstanceRequest) GetRequestId

func (*RemoveResourcePoliciesInstanceRequest) GetZone

func (*RemoveResourcePoliciesInstanceRequest) ProtoMessage

func (*RemoveResourcePoliciesInstanceRequest) ProtoMessage()

func (*RemoveResourcePoliciesInstanceRequest) ProtoReflect

func (*RemoveResourcePoliciesInstanceRequest) Reset

func (*RemoveResourcePoliciesInstanceRequest) String

type RemoveResourcePoliciesRegionDiskRequest

type RemoveResourcePoliciesRegionDiskRequest struct {

	// The disk name for this request.
	Disk string `protobuf:"bytes,3083677,opt,name=disk,proto3" json:"disk,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// The body resource for this request
	RegionDisksRemoveResourcePoliciesRequestResource *RegionDisksRemoveResourcePoliciesRequest `protobuf:"bytes,8741283,opt,name=region_disks_remove_resource_policies_request_resource,json=regionDisksRemoveResourcePoliciesRequestResource,proto3" json:"region_disks_remove_resource_policies_request_resource,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionDisks.RemoveResourcePolicies. See the method description for details.

func (*RemoveResourcePoliciesRegionDiskRequest) Descriptor

func (*RemoveResourcePoliciesRegionDiskRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveResourcePoliciesRegionDiskRequest.ProtoReflect.Descriptor instead.

func (*RemoveResourcePoliciesRegionDiskRequest) GetDisk

func (*RemoveResourcePoliciesRegionDiskRequest) GetProject

func (*RemoveResourcePoliciesRegionDiskRequest) GetRegion

func (*RemoveResourcePoliciesRegionDiskRequest) GetRegionDisksRemoveResourcePoliciesRequestResource

func (x *RemoveResourcePoliciesRegionDiskRequest) GetRegionDisksRemoveResourcePoliciesRequestResource() *RegionDisksRemoveResourcePoliciesRequest

func (*RemoveResourcePoliciesRegionDiskRequest) GetRequestId

func (*RemoveResourcePoliciesRegionDiskRequest) ProtoMessage

func (*RemoveResourcePoliciesRegionDiskRequest) ProtoReflect

func (*RemoveResourcePoliciesRegionDiskRequest) Reset

func (*RemoveResourcePoliciesRegionDiskRequest) String

type RemoveRuleFirewallPolicyRequest

type RemoveRuleFirewallPolicyRequest struct {

	// Name of the firewall policy to update.
	FirewallPolicy string `protobuf:"bytes,498173265,opt,name=firewall_policy,json=firewallPolicy,proto3" json:"firewall_policy,omitempty"`
	// The priority of the rule to remove from the firewall policy.
	Priority *int32 `protobuf:"varint,445151652,opt,name=priority,proto3,oneof" json:"priority,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for FirewallPolicies.RemoveRule. See the method description for details.

func (*RemoveRuleFirewallPolicyRequest) Descriptor

func (*RemoveRuleFirewallPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveRuleFirewallPolicyRequest.ProtoReflect.Descriptor instead.

func (*RemoveRuleFirewallPolicyRequest) GetFirewallPolicy

func (x *RemoveRuleFirewallPolicyRequest) GetFirewallPolicy() string

func (*RemoveRuleFirewallPolicyRequest) GetPriority

func (x *RemoveRuleFirewallPolicyRequest) GetPriority() int32

func (*RemoveRuleFirewallPolicyRequest) GetRequestId

func (x *RemoveRuleFirewallPolicyRequest) GetRequestId() string

func (*RemoveRuleFirewallPolicyRequest) ProtoMessage

func (*RemoveRuleFirewallPolicyRequest) ProtoMessage()

func (*RemoveRuleFirewallPolicyRequest) ProtoReflect

func (*RemoveRuleFirewallPolicyRequest) Reset

func (*RemoveRuleFirewallPolicyRequest) String

type RemoveRuleNetworkFirewallPolicyRequest

type RemoveRuleNetworkFirewallPolicyRequest struct {

	// Name of the firewall policy to update.
	FirewallPolicy string `protobuf:"bytes,498173265,opt,name=firewall_policy,json=firewallPolicy,proto3" json:"firewall_policy,omitempty"`
	// The priority of the rule to remove from the firewall policy.
	Priority *int32 `protobuf:"varint,445151652,opt,name=priority,proto3,oneof" json:"priority,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for NetworkFirewallPolicies.RemoveRule. See the method description for details.

func (*RemoveRuleNetworkFirewallPolicyRequest) Descriptor

func (*RemoveRuleNetworkFirewallPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveRuleNetworkFirewallPolicyRequest.ProtoReflect.Descriptor instead.

func (*RemoveRuleNetworkFirewallPolicyRequest) GetFirewallPolicy

func (x *RemoveRuleNetworkFirewallPolicyRequest) GetFirewallPolicy() string

func (*RemoveRuleNetworkFirewallPolicyRequest) GetPriority

func (*RemoveRuleNetworkFirewallPolicyRequest) GetProject

func (*RemoveRuleNetworkFirewallPolicyRequest) GetRequestId

func (*RemoveRuleNetworkFirewallPolicyRequest) ProtoMessage

func (*RemoveRuleNetworkFirewallPolicyRequest) ProtoReflect

func (*RemoveRuleNetworkFirewallPolicyRequest) Reset

func (*RemoveRuleNetworkFirewallPolicyRequest) String

type RemoveRuleRegionNetworkFirewallPolicyRequest

type RemoveRuleRegionNetworkFirewallPolicyRequest struct {

	// Name of the firewall policy to update.
	FirewallPolicy string `protobuf:"bytes,498173265,opt,name=firewall_policy,json=firewallPolicy,proto3" json:"firewall_policy,omitempty"`
	// The priority of the rule to remove from the firewall policy.
	Priority *int32 `protobuf:"varint,445151652,opt,name=priority,proto3,oneof" json:"priority,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionNetworkFirewallPolicies.RemoveRule. See the method description for details.

func (*RemoveRuleRegionNetworkFirewallPolicyRequest) Descriptor

Deprecated: Use RemoveRuleRegionNetworkFirewallPolicyRequest.ProtoReflect.Descriptor instead.

func (*RemoveRuleRegionNetworkFirewallPolicyRequest) GetFirewallPolicy

func (*RemoveRuleRegionNetworkFirewallPolicyRequest) GetPriority

func (*RemoveRuleRegionNetworkFirewallPolicyRequest) GetProject

func (*RemoveRuleRegionNetworkFirewallPolicyRequest) GetRegion

func (*RemoveRuleRegionNetworkFirewallPolicyRequest) GetRequestId

func (*RemoveRuleRegionNetworkFirewallPolicyRequest) ProtoMessage

func (*RemoveRuleRegionNetworkFirewallPolicyRequest) ProtoReflect

func (*RemoveRuleRegionNetworkFirewallPolicyRequest) Reset

func (*RemoveRuleRegionNetworkFirewallPolicyRequest) String

type RemoveRuleSecurityPolicyRequest

type RemoveRuleSecurityPolicyRequest struct {

	// The priority of the rule to remove from the security policy.
	Priority *int32 `protobuf:"varint,445151652,opt,name=priority,proto3,oneof" json:"priority,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the security policy to update.
	SecurityPolicy string `protobuf:"bytes,171082513,opt,name=security_policy,json=securityPolicy,proto3" json:"security_policy,omitempty"`
	// contains filtered or unexported fields
}

A request message for SecurityPolicies.RemoveRule. See the method description for details.

func (*RemoveRuleSecurityPolicyRequest) Descriptor

func (*RemoveRuleSecurityPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveRuleSecurityPolicyRequest.ProtoReflect.Descriptor instead.

func (*RemoveRuleSecurityPolicyRequest) GetPriority

func (x *RemoveRuleSecurityPolicyRequest) GetPriority() int32

func (*RemoveRuleSecurityPolicyRequest) GetProject

func (x *RemoveRuleSecurityPolicyRequest) GetProject() string

func (*RemoveRuleSecurityPolicyRequest) GetSecurityPolicy

func (x *RemoveRuleSecurityPolicyRequest) GetSecurityPolicy() string

func (*RemoveRuleSecurityPolicyRequest) ProtoMessage

func (*RemoveRuleSecurityPolicyRequest) ProtoMessage()

func (*RemoveRuleSecurityPolicyRequest) ProtoReflect

func (*RemoveRuleSecurityPolicyRequest) Reset

func (*RemoveRuleSecurityPolicyRequest) String

type RequestMirrorPolicy

type RequestMirrorPolicy struct {

	// The full or partial URL to the BackendService resource being mirrored to. The backend service configured for a mirroring policy must reference backends that are of the same type as the original backend service matched in the URL map. Serverless NEG backends are not currently supported as a mirrored backend service.
	BackendService *string `protobuf:"bytes,306946058,opt,name=backend_service,json=backendService,proto3,oneof" json:"backend_service,omitempty"`
	// contains filtered or unexported fields
}

A policy that specifies how requests intended for the route's backends are shadowed to a separate mirrored backend service. The load balancer doesn't wait for responses from the shadow service. Before sending traffic to the shadow service, the host or authority header is suffixed with -shadow.

func (*RequestMirrorPolicy) Descriptor

func (*RequestMirrorPolicy) Descriptor() ([]byte, []int)

Deprecated: Use RequestMirrorPolicy.ProtoReflect.Descriptor instead.

func (*RequestMirrorPolicy) GetBackendService

func (x *RequestMirrorPolicy) GetBackendService() string

func (*RequestMirrorPolicy) ProtoMessage

func (*RequestMirrorPolicy) ProtoMessage()

func (*RequestMirrorPolicy) ProtoReflect

func (x *RequestMirrorPolicy) ProtoReflect() protoreflect.Message

func (*RequestMirrorPolicy) Reset

func (x *RequestMirrorPolicy) Reset()

func (*RequestMirrorPolicy) String

func (x *RequestMirrorPolicy) String() string

type Reservation

type Reservation struct {

	// [Output Only] Full or partial URL to a parent commitment. This field displays for reservations that are tied to a commitment.
	Commitment *string `protobuf:"bytes,482134805,opt,name=commitment,proto3,oneof" json:"commitment,omitempty"`
	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// An optional description of this resource. Provide this property when you create the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Output Only] Type of the resource. Always compute#reservations for reservations.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// The name of the resource, provided by the client when initially creating the resource. The resource name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// Resource policies to be added to this reservation. The key is defined by user, and the value is resource policy url. This is to define placement policy with reservation.
	ResourcePolicies map[string]string `protobuf:"bytes,22220385,rep,name=resource_policies,json=resourcePolicies,proto3" json:"resource_policies,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// [Output Only] Status information for Reservation resource.
	ResourceStatus *AllocationResourceStatus `protobuf:"bytes,249429315,opt,name=resource_status,json=resourceStatus,proto3,oneof" json:"resource_status,omitempty"`
	// [Output Only] Reserved for future use.
	SatisfiesPzs *bool `protobuf:"varint,480964267,opt,name=satisfies_pzs,json=satisfiesPzs,proto3,oneof" json:"satisfies_pzs,omitempty"`
	// [Output Only] Server-defined fully-qualified URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// Specify share-settings to create a shared reservation. This property is optional. For more information about the syntax and options for this field and its subfields, see the guide for creating a shared reservation.
	ShareSettings *ShareSettings `protobuf:"bytes,266668163,opt,name=share_settings,json=shareSettings,proto3,oneof" json:"share_settings,omitempty"`
	// Reservation for instances with specific machine shapes.
	SpecificReservation *AllocationSpecificSKUReservation `protobuf:"bytes,404901951,opt,name=specific_reservation,json=specificReservation,proto3,oneof" json:"specific_reservation,omitempty"`
	// Indicates whether the reservation can be consumed by VMs with affinity for "any" reservation. If the field is set, then only VMs that target the reservation by name can consume from this reservation.
	SpecificReservationRequired *bool `protobuf:"varint,226550687,opt,name=specific_reservation_required,json=specificReservationRequired,proto3,oneof" json:"specific_reservation_required,omitempty"`
	// [Output Only] The status of the reservation.
	// Check the Status enum for the list of possible values.
	Status *string `protobuf:"bytes,181260274,opt,name=status,proto3,oneof" json:"status,omitempty"`
	// Zone in which the reservation resides. A zone must be provided if the reservation is created within a commitment.
	Zone *string `protobuf:"bytes,3744684,opt,name=zone,proto3,oneof" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

Represents a reservation resource. A reservation ensures that capacity is held in a specific zone even if the reserved VMs are not running. For more information, read Reserving zonal resources.

func (*Reservation) Descriptor

func (*Reservation) Descriptor() ([]byte, []int)

Deprecated: Use Reservation.ProtoReflect.Descriptor instead.

func (*Reservation) GetCommitment

func (x *Reservation) GetCommitment() string

func (*Reservation) GetCreationTimestamp

func (x *Reservation) GetCreationTimestamp() string

func (*Reservation) GetDescription

func (x *Reservation) GetDescription() string

func (*Reservation) GetId

func (x *Reservation) GetId() uint64

func (*Reservation) GetKind

func (x *Reservation) GetKind() string

func (*Reservation) GetName

func (x *Reservation) GetName() string

func (*Reservation) GetResourcePolicies

func (x *Reservation) GetResourcePolicies() map[string]string

func (*Reservation) GetResourceStatus

func (x *Reservation) GetResourceStatus() *AllocationResourceStatus

func (*Reservation) GetSatisfiesPzs

func (x *Reservation) GetSatisfiesPzs() bool
func (x *Reservation) GetSelfLink() string

func (*Reservation) GetShareSettings

func (x *Reservation) GetShareSettings() *ShareSettings

func (*Reservation) GetSpecificReservation

func (x *Reservation) GetSpecificReservation() *AllocationSpecificSKUReservation

func (*Reservation) GetSpecificReservationRequired

func (x *Reservation) GetSpecificReservationRequired() bool

func (*Reservation) GetStatus

func (x *Reservation) GetStatus() string

func (*Reservation) GetZone

func (x *Reservation) GetZone() string

func (*Reservation) ProtoMessage

func (*Reservation) ProtoMessage()

func (*Reservation) ProtoReflect

func (x *Reservation) ProtoReflect() protoreflect.Message

func (*Reservation) Reset

func (x *Reservation) Reset()

func (*Reservation) String

func (x *Reservation) String() string

type ReservationAffinity

type ReservationAffinity struct {

	// Specifies the type of reservation from which this instance can consume resources: ANY_RESERVATION (default), SPECIFIC_RESERVATION, or NO_RESERVATION. See Consuming reserved instances for examples.
	// Check the ConsumeReservationType enum for the list of possible values.
	ConsumeReservationType *string `protobuf:"bytes,300736944,opt,name=consume_reservation_type,json=consumeReservationType,proto3,oneof" json:"consume_reservation_type,omitempty"`
	// Corresponds to the label key of a reservation resource. To target a SPECIFIC_RESERVATION by name, specify googleapis.com/reservation-name as the key and specify the name of your reservation as its value.
	Key *string `protobuf:"bytes,106079,opt,name=key,proto3,oneof" json:"key,omitempty"`
	// Corresponds to the label values of a reservation resource. This can be either a name to a reservation in the same project or "projects/different-project/reservations/some-reservation-name" to target a shared reservation in the same zone but in a different project.
	Values []string `protobuf:"bytes,249928994,rep,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

Specifies the reservations that this instance can consume from.

func (*ReservationAffinity) Descriptor

func (*ReservationAffinity) Descriptor() ([]byte, []int)

Deprecated: Use ReservationAffinity.ProtoReflect.Descriptor instead.

func (*ReservationAffinity) GetConsumeReservationType

func (x *ReservationAffinity) GetConsumeReservationType() string

func (*ReservationAffinity) GetKey

func (x *ReservationAffinity) GetKey() string

func (*ReservationAffinity) GetValues

func (x *ReservationAffinity) GetValues() []string

func (*ReservationAffinity) ProtoMessage

func (*ReservationAffinity) ProtoMessage()

func (*ReservationAffinity) ProtoReflect

func (x *ReservationAffinity) ProtoReflect() protoreflect.Message

func (*ReservationAffinity) Reset

func (x *ReservationAffinity) Reset()

func (*ReservationAffinity) String

func (x *ReservationAffinity) String() string

type ReservationAffinity_ConsumeReservationType

type ReservationAffinity_ConsumeReservationType int32

Specifies the type of reservation from which this instance can consume resources: ANY_RESERVATION (default), SPECIFIC_RESERVATION, or NO_RESERVATION. See Consuming reserved instances for examples.

const (
	// A value indicating that the enum field is not set.
	ReservationAffinity_UNDEFINED_CONSUME_RESERVATION_TYPE ReservationAffinity_ConsumeReservationType = 0
	// Consume any allocation available.
	ReservationAffinity_ANY_RESERVATION ReservationAffinity_ConsumeReservationType = 200008121
	// Do not consume from any allocated capacity.
	ReservationAffinity_NO_RESERVATION ReservationAffinity_ConsumeReservationType = 169322030
	// Must consume from a specific reservation. Must specify key value fields for specifying the reservations.
	ReservationAffinity_SPECIFIC_RESERVATION ReservationAffinity_ConsumeReservationType = 229889055
	ReservationAffinity_UNSPECIFIED          ReservationAffinity_ConsumeReservationType = 526786327
)

func (ReservationAffinity_ConsumeReservationType) Descriptor

func (ReservationAffinity_ConsumeReservationType) Enum

func (ReservationAffinity_ConsumeReservationType) EnumDescriptor

func (ReservationAffinity_ConsumeReservationType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ReservationAffinity_ConsumeReservationType.Descriptor instead.

func (ReservationAffinity_ConsumeReservationType) Number

func (ReservationAffinity_ConsumeReservationType) String

func (ReservationAffinity_ConsumeReservationType) Type

type ReservationAggregatedList

type ReservationAggregatedList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of Allocation resources.
	Items map[string]*ReservationsScopedList `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// Type of resource.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Unreachable resources.
	Unreachables []string `protobuf:"bytes,243372063,rep,name=unreachables,proto3" json:"unreachables,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

Contains a list of reservations.

func (*ReservationAggregatedList) Descriptor

func (*ReservationAggregatedList) Descriptor() ([]byte, []int)

Deprecated: Use ReservationAggregatedList.ProtoReflect.Descriptor instead.

func (*ReservationAggregatedList) GetId

func (x *ReservationAggregatedList) GetId() string

func (*ReservationAggregatedList) GetItems

func (*ReservationAggregatedList) GetKind

func (x *ReservationAggregatedList) GetKind() string

func (*ReservationAggregatedList) GetNextPageToken

func (x *ReservationAggregatedList) GetNextPageToken() string
func (x *ReservationAggregatedList) GetSelfLink() string

func (*ReservationAggregatedList) GetUnreachables

func (x *ReservationAggregatedList) GetUnreachables() []string

func (*ReservationAggregatedList) GetWarning

func (x *ReservationAggregatedList) GetWarning() *Warning

func (*ReservationAggregatedList) ProtoMessage

func (*ReservationAggregatedList) ProtoMessage()

func (*ReservationAggregatedList) ProtoReflect

func (*ReservationAggregatedList) Reset

func (x *ReservationAggregatedList) Reset()

func (*ReservationAggregatedList) String

func (x *ReservationAggregatedList) String() string

type ReservationList

type ReservationList struct {

	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Output Only] A list of Allocation resources.
	Items []*Reservation `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] Type of resource.Always compute#reservationsList for listsof reservations
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*ReservationList) Descriptor

func (*ReservationList) Descriptor() ([]byte, []int)

Deprecated: Use ReservationList.ProtoReflect.Descriptor instead.

func (*ReservationList) GetId

func (x *ReservationList) GetId() string

func (*ReservationList) GetItems

func (x *ReservationList) GetItems() []*Reservation

func (*ReservationList) GetKind

func (x *ReservationList) GetKind() string

func (*ReservationList) GetNextPageToken

func (x *ReservationList) GetNextPageToken() string
func (x *ReservationList) GetSelfLink() string

func (*ReservationList) GetWarning

func (x *ReservationList) GetWarning() *Warning

func (*ReservationList) ProtoMessage

func (*ReservationList) ProtoMessage()

func (*ReservationList) ProtoReflect

func (x *ReservationList) ProtoReflect() protoreflect.Message

func (*ReservationList) Reset

func (x *ReservationList) Reset()

func (*ReservationList) String

func (x *ReservationList) String() string

type Reservation_Status

type Reservation_Status int32

[Output Only] The status of the reservation.

const (
	// A value indicating that the enum field is not set.
	Reservation_UNDEFINED_STATUS Reservation_Status = 0
	// Resources are being allocated for the reservation.
	Reservation_CREATING Reservation_Status = 455564985
	// Reservation is currently being deleted.
	Reservation_DELETING Reservation_Status = 528602024
	Reservation_INVALID  Reservation_Status = 530283991
	// Reservation has allocated all its resources.
	Reservation_READY Reservation_Status = 77848963
	// Reservation is currently being resized.
	Reservation_UPDATING Reservation_Status = 494614342
)

func (Reservation_Status) Descriptor

func (Reservation_Status) Enum

func (Reservation_Status) EnumDescriptor

func (Reservation_Status) EnumDescriptor() ([]byte, []int)

Deprecated: Use Reservation_Status.Descriptor instead.

func (Reservation_Status) Number

func (Reservation_Status) String

func (x Reservation_Status) String() string

func (Reservation_Status) Type

type ReservationsClient

type ReservationsClient interface {
	// Retrieves an aggregated list of reservations.
	AggregatedList(ctx context.Context, in *AggregatedListReservationsRequest, opts ...grpc.CallOption) (*ReservationAggregatedList, error)
	// Deletes the specified reservation.
	Delete(ctx context.Context, in *DeleteReservationRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves information about the specified reservation.
	Get(ctx context.Context, in *GetReservationRequest, opts ...grpc.CallOption) (*Reservation, error)
	// Gets the access control policy for a resource. May be empty if no such policy or resource exists.
	GetIamPolicy(ctx context.Context, in *GetIamPolicyReservationRequest, opts ...grpc.CallOption) (*Policy, error)
	// Creates a new reservation. For more information, read Reserving zonal resources.
	Insert(ctx context.Context, in *InsertReservationRequest, opts ...grpc.CallOption) (*Operation, error)
	// A list of all the reservations that have been configured for the specified project in specified zone.
	List(ctx context.Context, in *ListReservationsRequest, opts ...grpc.CallOption) (*ReservationList, error)
	// Resizes the reservation (applicable to standalone reservations only). For more information, read Modifying reservations.
	Resize(ctx context.Context, in *ResizeReservationRequest, opts ...grpc.CallOption) (*Operation, error)
	// Sets the access control policy on the specified resource. Replaces any existing policy.
	SetIamPolicy(ctx context.Context, in *SetIamPolicyReservationRequest, opts ...grpc.CallOption) (*Policy, error)
	// Returns permissions that a caller has on the specified resource.
	TestIamPermissions(ctx context.Context, in *TestIamPermissionsReservationRequest, opts ...grpc.CallOption) (*TestPermissionsResponse, error)
	// Update share settings of the reservation.
	Update(ctx context.Context, in *UpdateReservationRequest, opts ...grpc.CallOption) (*Operation, error)
}

ReservationsClient is the client API for Reservations service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewReservationsClient

func NewReservationsClient(cc grpc.ClientConnInterface) ReservationsClient

type ReservationsResizeRequest

type ReservationsResizeRequest struct {

	// Number of allocated resources can be resized with minimum = 1 and maximum = 1000.
	SpecificSkuCount *int64 `protobuf:"varint,13890720,opt,name=specific_sku_count,json=specificSkuCount,proto3,oneof" json:"specific_sku_count,omitempty"`
	// contains filtered or unexported fields
}

func (*ReservationsResizeRequest) Descriptor

func (*ReservationsResizeRequest) Descriptor() ([]byte, []int)

Deprecated: Use ReservationsResizeRequest.ProtoReflect.Descriptor instead.

func (*ReservationsResizeRequest) GetSpecificSkuCount

func (x *ReservationsResizeRequest) GetSpecificSkuCount() int64

func (*ReservationsResizeRequest) ProtoMessage

func (*ReservationsResizeRequest) ProtoMessage()

func (*ReservationsResizeRequest) ProtoReflect

func (*ReservationsResizeRequest) Reset

func (x *ReservationsResizeRequest) Reset()

func (*ReservationsResizeRequest) String

func (x *ReservationsResizeRequest) String() string

type ReservationsScopedList

type ReservationsScopedList struct {

	// A list of reservations contained in this scope.
	Reservations []*Reservation `protobuf:"bytes,399717927,rep,name=reservations,proto3" json:"reservations,omitempty"`
	// Informational warning which replaces the list of reservations when the list is empty.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*ReservationsScopedList) Descriptor

func (*ReservationsScopedList) Descriptor() ([]byte, []int)

Deprecated: Use ReservationsScopedList.ProtoReflect.Descriptor instead.

func (*ReservationsScopedList) GetReservations

func (x *ReservationsScopedList) GetReservations() []*Reservation

func (*ReservationsScopedList) GetWarning

func (x *ReservationsScopedList) GetWarning() *Warning

func (*ReservationsScopedList) ProtoMessage

func (*ReservationsScopedList) ProtoMessage()

func (*ReservationsScopedList) ProtoReflect

func (x *ReservationsScopedList) ProtoReflect() protoreflect.Message

func (*ReservationsScopedList) Reset

func (x *ReservationsScopedList) Reset()

func (*ReservationsScopedList) String

func (x *ReservationsScopedList) String() string

type ReservationsServer

type ReservationsServer interface {
	// Retrieves an aggregated list of reservations.
	AggregatedList(context.Context, *AggregatedListReservationsRequest) (*ReservationAggregatedList, error)
	// Deletes the specified reservation.
	Delete(context.Context, *DeleteReservationRequest) (*Operation, error)
	// Retrieves information about the specified reservation.
	Get(context.Context, *GetReservationRequest) (*Reservation, error)
	// Gets the access control policy for a resource. May be empty if no such policy or resource exists.
	GetIamPolicy(context.Context, *GetIamPolicyReservationRequest) (*Policy, error)
	// Creates a new reservation. For more information, read Reserving zonal resources.
	Insert(context.Context, *InsertReservationRequest) (*Operation, error)
	// A list of all the reservations that have been configured for the specified project in specified zone.
	List(context.Context, *ListReservationsRequest) (*ReservationList, error)
	// Resizes the reservation (applicable to standalone reservations only). For more information, read Modifying reservations.
	Resize(context.Context, *ResizeReservationRequest) (*Operation, error)
	// Sets the access control policy on the specified resource. Replaces any existing policy.
	SetIamPolicy(context.Context, *SetIamPolicyReservationRequest) (*Policy, error)
	// Returns permissions that a caller has on the specified resource.
	TestIamPermissions(context.Context, *TestIamPermissionsReservationRequest) (*TestPermissionsResponse, error)
	// Update share settings of the reservation.
	Update(context.Context, *UpdateReservationRequest) (*Operation, error)
}

ReservationsServer is the server API for Reservations service.

type ResetInstanceRequest

type ResetInstanceRequest struct {

	// Name of the instance scoping this request.
	Instance string `protobuf:"bytes,18257045,opt,name=instance,proto3" json:"instance,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Instances.Reset. See the method description for details.

func (*ResetInstanceRequest) Descriptor

func (*ResetInstanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use ResetInstanceRequest.ProtoReflect.Descriptor instead.

func (*ResetInstanceRequest) GetInstance

func (x *ResetInstanceRequest) GetInstance() string

func (*ResetInstanceRequest) GetProject

func (x *ResetInstanceRequest) GetProject() string

func (*ResetInstanceRequest) GetRequestId

func (x *ResetInstanceRequest) GetRequestId() string

func (*ResetInstanceRequest) GetZone

func (x *ResetInstanceRequest) GetZone() string

func (*ResetInstanceRequest) ProtoMessage

func (*ResetInstanceRequest) ProtoMessage()

func (*ResetInstanceRequest) ProtoReflect

func (x *ResetInstanceRequest) ProtoReflect() protoreflect.Message

func (*ResetInstanceRequest) Reset

func (x *ResetInstanceRequest) Reset()

func (*ResetInstanceRequest) String

func (x *ResetInstanceRequest) String() string

type ResizeDiskRequest

type ResizeDiskRequest struct {

	// The name of the persistent disk.
	Disk string `protobuf:"bytes,3083677,opt,name=disk,proto3" json:"disk,omitempty"`
	// The body resource for this request
	DisksResizeRequestResource *DisksResizeRequest `protobuf:"bytes,78307616,opt,name=disks_resize_request_resource,json=disksResizeRequestResource,proto3" json:"disks_resize_request_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Disks.Resize. See the method description for details.

func (*ResizeDiskRequest) Descriptor

func (*ResizeDiskRequest) Descriptor() ([]byte, []int)

Deprecated: Use ResizeDiskRequest.ProtoReflect.Descriptor instead.

func (*ResizeDiskRequest) GetDisk

func (x *ResizeDiskRequest) GetDisk() string

func (*ResizeDiskRequest) GetDisksResizeRequestResource

func (x *ResizeDiskRequest) GetDisksResizeRequestResource() *DisksResizeRequest

func (*ResizeDiskRequest) GetProject

func (x *ResizeDiskRequest) GetProject() string

func (*ResizeDiskRequest) GetRequestId

func (x *ResizeDiskRequest) GetRequestId() string

func (*ResizeDiskRequest) GetZone

func (x *ResizeDiskRequest) GetZone() string

func (*ResizeDiskRequest) ProtoMessage

func (*ResizeDiskRequest) ProtoMessage()

func (*ResizeDiskRequest) ProtoReflect

func (x *ResizeDiskRequest) ProtoReflect() protoreflect.Message

func (*ResizeDiskRequest) Reset

func (x *ResizeDiskRequest) Reset()

func (*ResizeDiskRequest) String

func (x *ResizeDiskRequest) String() string

type ResizeInstanceGroupManagerRequest

type ResizeInstanceGroupManagerRequest struct {

	// The name of the managed instance group.
	InstanceGroupManager string `protobuf:"bytes,249363395,opt,name=instance_group_manager,json=instanceGroupManager,proto3" json:"instance_group_manager,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The number of running instances that the managed instance group should maintain at any given time. The group automatically adds or removes instances to maintain the number of instances specified by this parameter.
	Size int32 `protobuf:"varint,3530753,opt,name=size,proto3" json:"size,omitempty"`
	// The name of the zone where the managed instance group is located.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for InstanceGroupManagers.Resize. See the method description for details.

func (*ResizeInstanceGroupManagerRequest) Descriptor

func (*ResizeInstanceGroupManagerRequest) Descriptor() ([]byte, []int)

Deprecated: Use ResizeInstanceGroupManagerRequest.ProtoReflect.Descriptor instead.

func (*ResizeInstanceGroupManagerRequest) GetInstanceGroupManager

func (x *ResizeInstanceGroupManagerRequest) GetInstanceGroupManager() string

func (*ResizeInstanceGroupManagerRequest) GetProject

func (x *ResizeInstanceGroupManagerRequest) GetProject() string

func (*ResizeInstanceGroupManagerRequest) GetRequestId

func (x *ResizeInstanceGroupManagerRequest) GetRequestId() string

func (*ResizeInstanceGroupManagerRequest) GetSize

func (*ResizeInstanceGroupManagerRequest) GetZone

func (*ResizeInstanceGroupManagerRequest) ProtoMessage

func (*ResizeInstanceGroupManagerRequest) ProtoMessage()

func (*ResizeInstanceGroupManagerRequest) ProtoReflect

func (*ResizeInstanceGroupManagerRequest) Reset

func (*ResizeInstanceGroupManagerRequest) String

type ResizeRegionDiskRequest

type ResizeRegionDiskRequest struct {

	// Name of the regional persistent disk.
	Disk string `protobuf:"bytes,3083677,opt,name=disk,proto3" json:"disk,omitempty"`
	// The project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// The body resource for this request
	RegionDisksResizeRequestResource *RegionDisksResizeRequest `protobuf:"bytes,446633237,opt,name=region_disks_resize_request_resource,json=regionDisksResizeRequestResource,proto3" json:"region_disks_resize_request_resource,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionDisks.Resize. See the method description for details.

func (*ResizeRegionDiskRequest) Descriptor

func (*ResizeRegionDiskRequest) Descriptor() ([]byte, []int)

Deprecated: Use ResizeRegionDiskRequest.ProtoReflect.Descriptor instead.

func (*ResizeRegionDiskRequest) GetDisk

func (x *ResizeRegionDiskRequest) GetDisk() string

func (*ResizeRegionDiskRequest) GetProject

func (x *ResizeRegionDiskRequest) GetProject() string

func (*ResizeRegionDiskRequest) GetRegion

func (x *ResizeRegionDiskRequest) GetRegion() string

func (*ResizeRegionDiskRequest) GetRegionDisksResizeRequestResource

func (x *ResizeRegionDiskRequest) GetRegionDisksResizeRequestResource() *RegionDisksResizeRequest

func (*ResizeRegionDiskRequest) GetRequestId

func (x *ResizeRegionDiskRequest) GetRequestId() string

func (*ResizeRegionDiskRequest) ProtoMessage

func (*ResizeRegionDiskRequest) ProtoMessage()

func (*ResizeRegionDiskRequest) ProtoReflect

func (x *ResizeRegionDiskRequest) ProtoReflect() protoreflect.Message

func (*ResizeRegionDiskRequest) Reset

func (x *ResizeRegionDiskRequest) Reset()

func (*ResizeRegionDiskRequest) String

func (x *ResizeRegionDiskRequest) String() string

type ResizeRegionInstanceGroupManagerRequest

type ResizeRegionInstanceGroupManagerRequest struct {

	// Name of the managed instance group.
	InstanceGroupManager string `protobuf:"bytes,249363395,opt,name=instance_group_manager,json=instanceGroupManager,proto3" json:"instance_group_manager,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Number of instances that should exist in this instance group manager.
	Size int32 `protobuf:"varint,3530753,opt,name=size,proto3" json:"size,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionInstanceGroupManagers.Resize. See the method description for details.

func (*ResizeRegionInstanceGroupManagerRequest) Descriptor

func (*ResizeRegionInstanceGroupManagerRequest) Descriptor() ([]byte, []int)

Deprecated: Use ResizeRegionInstanceGroupManagerRequest.ProtoReflect.Descriptor instead.

func (*ResizeRegionInstanceGroupManagerRequest) GetInstanceGroupManager

func (x *ResizeRegionInstanceGroupManagerRequest) GetInstanceGroupManager() string

func (*ResizeRegionInstanceGroupManagerRequest) GetProject

func (*ResizeRegionInstanceGroupManagerRequest) GetRegion

func (*ResizeRegionInstanceGroupManagerRequest) GetRequestId

func (*ResizeRegionInstanceGroupManagerRequest) GetSize

func (*ResizeRegionInstanceGroupManagerRequest) ProtoMessage

func (*ResizeRegionInstanceGroupManagerRequest) ProtoReflect

func (*ResizeRegionInstanceGroupManagerRequest) Reset

func (*ResizeRegionInstanceGroupManagerRequest) String

type ResizeReservationRequest

type ResizeReservationRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the reservation to update.
	Reservation string `protobuf:"bytes,47530956,opt,name=reservation,proto3" json:"reservation,omitempty"`
	// The body resource for this request
	ReservationsResizeRequestResource *ReservationsResizeRequest `protobuf:"bytes,389262801,opt,name=reservations_resize_request_resource,json=reservationsResizeRequestResource,proto3" json:"reservations_resize_request_resource,omitempty"`
	// Name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Reservations.Resize. See the method description for details.

func (*ResizeReservationRequest) Descriptor

func (*ResizeReservationRequest) Descriptor() ([]byte, []int)

Deprecated: Use ResizeReservationRequest.ProtoReflect.Descriptor instead.

func (*ResizeReservationRequest) GetProject

func (x *ResizeReservationRequest) GetProject() string

func (*ResizeReservationRequest) GetRequestId

func (x *ResizeReservationRequest) GetRequestId() string

func (*ResizeReservationRequest) GetReservation

func (x *ResizeReservationRequest) GetReservation() string

func (*ResizeReservationRequest) GetReservationsResizeRequestResource

func (x *ResizeReservationRequest) GetReservationsResizeRequestResource() *ReservationsResizeRequest

func (*ResizeReservationRequest) GetZone

func (x *ResizeReservationRequest) GetZone() string

func (*ResizeReservationRequest) ProtoMessage

func (*ResizeReservationRequest) ProtoMessage()

func (*ResizeReservationRequest) ProtoReflect

func (x *ResizeReservationRequest) ProtoReflect() protoreflect.Message

func (*ResizeReservationRequest) Reset

func (x *ResizeReservationRequest) Reset()

func (*ResizeReservationRequest) String

func (x *ResizeReservationRequest) String() string

type ResourceCommitment

type ResourceCommitment struct {

	// Name of the accelerator type resource. Applicable only when the type is ACCELERATOR.
	AcceleratorType *string `protobuf:"bytes,138031246,opt,name=accelerator_type,json=acceleratorType,proto3,oneof" json:"accelerator_type,omitempty"`
	// The amount of the resource purchased (in a type-dependent unit, such as bytes). For vCPUs, this can just be an integer. For memory, this must be provided in MB. Memory must be a multiple of 256 MB, with up to 6.5GB of memory per every vCPU.
	Amount *int64 `protobuf:"varint,196759640,opt,name=amount,proto3,oneof" json:"amount,omitempty"`
	// Type of resource for which this commitment applies. Possible values are VCPU, MEMORY, LOCAL_SSD, and ACCELERATOR.
	// Check the Type enum for the list of possible values.
	Type *string `protobuf:"bytes,3575610,opt,name=type,proto3,oneof" json:"type,omitempty"`
	// contains filtered or unexported fields
}

Commitment for a particular resource (a Commitment is composed of one or more of these).

func (*ResourceCommitment) Descriptor

func (*ResourceCommitment) Descriptor() ([]byte, []int)

Deprecated: Use ResourceCommitment.ProtoReflect.Descriptor instead.

func (*ResourceCommitment) GetAcceleratorType

func (x *ResourceCommitment) GetAcceleratorType() string

func (*ResourceCommitment) GetAmount

func (x *ResourceCommitment) GetAmount() int64

func (*ResourceCommitment) GetType

func (x *ResourceCommitment) GetType() string

func (*ResourceCommitment) ProtoMessage

func (*ResourceCommitment) ProtoMessage()

func (*ResourceCommitment) ProtoReflect

func (x *ResourceCommitment) ProtoReflect() protoreflect.Message

func (*ResourceCommitment) Reset

func (x *ResourceCommitment) Reset()

func (*ResourceCommitment) String

func (x *ResourceCommitment) String() string

type ResourceCommitment_Type

type ResourceCommitment_Type int32

Type of resource for which this commitment applies. Possible values are VCPU, MEMORY, LOCAL_SSD, and ACCELERATOR.

const (
	// A value indicating that the enum field is not set.
	ResourceCommitment_UNDEFINED_TYPE ResourceCommitment_Type = 0
	ResourceCommitment_ACCELERATOR    ResourceCommitment_Type = 429815371
	ResourceCommitment_LOCAL_SSD      ResourceCommitment_Type = 508934896
	ResourceCommitment_MEMORY         ResourceCommitment_Type = 123056385
	ResourceCommitment_UNSPECIFIED    ResourceCommitment_Type = 526786327
	ResourceCommitment_VCPU           ResourceCommitment_Type = 2628978
)

func (ResourceCommitment_Type) Descriptor

func (ResourceCommitment_Type) Enum

func (ResourceCommitment_Type) EnumDescriptor

func (ResourceCommitment_Type) EnumDescriptor() ([]byte, []int)

Deprecated: Use ResourceCommitment_Type.Descriptor instead.

func (ResourceCommitment_Type) Number

func (ResourceCommitment_Type) String

func (x ResourceCommitment_Type) String() string

func (ResourceCommitment_Type) Type

type ResourceGroupReference

type ResourceGroupReference struct {

	// A URI referencing one of the instance groups or network endpoint groups listed in the backend service.
	Group *string `protobuf:"bytes,98629247,opt,name=group,proto3,oneof" json:"group,omitempty"`
	// contains filtered or unexported fields
}

func (*ResourceGroupReference) Descriptor

func (*ResourceGroupReference) Descriptor() ([]byte, []int)

Deprecated: Use ResourceGroupReference.ProtoReflect.Descriptor instead.

func (*ResourceGroupReference) GetGroup

func (x *ResourceGroupReference) GetGroup() string

func (*ResourceGroupReference) ProtoMessage

func (*ResourceGroupReference) ProtoMessage()

func (*ResourceGroupReference) ProtoReflect

func (x *ResourceGroupReference) ProtoReflect() protoreflect.Message

func (*ResourceGroupReference) Reset

func (x *ResourceGroupReference) Reset()

func (*ResourceGroupReference) String

func (x *ResourceGroupReference) String() string

type ResourcePoliciesClient

type ResourcePoliciesClient interface {
	// Retrieves an aggregated list of resource policies.
	AggregatedList(ctx context.Context, in *AggregatedListResourcePoliciesRequest, opts ...grpc.CallOption) (*ResourcePolicyAggregatedList, error)
	// Deletes the specified resource policy.
	Delete(ctx context.Context, in *DeleteResourcePolicyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves all information of the specified resource policy.
	Get(ctx context.Context, in *GetResourcePolicyRequest, opts ...grpc.CallOption) (*ResourcePolicy, error)
	// Gets the access control policy for a resource. May be empty if no such policy or resource exists.
	GetIamPolicy(ctx context.Context, in *GetIamPolicyResourcePolicyRequest, opts ...grpc.CallOption) (*Policy, error)
	// Creates a new resource policy.
	Insert(ctx context.Context, in *InsertResourcePolicyRequest, opts ...grpc.CallOption) (*Operation, error)
	// A list all the resource policies that have been configured for the specified project in specified region.
	List(ctx context.Context, in *ListResourcePoliciesRequest, opts ...grpc.CallOption) (*ResourcePolicyList, error)
	// Modify the specified resource policy.
	Patch(ctx context.Context, in *PatchResourcePolicyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Sets the access control policy on the specified resource. Replaces any existing policy.
	SetIamPolicy(ctx context.Context, in *SetIamPolicyResourcePolicyRequest, opts ...grpc.CallOption) (*Policy, error)
	// Returns permissions that a caller has on the specified resource.
	TestIamPermissions(ctx context.Context, in *TestIamPermissionsResourcePolicyRequest, opts ...grpc.CallOption) (*TestPermissionsResponse, error)
}

ResourcePoliciesClient is the client API for ResourcePolicies service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewResourcePoliciesClient

func NewResourcePoliciesClient(cc grpc.ClientConnInterface) ResourcePoliciesClient

type ResourcePoliciesScopedList

type ResourcePoliciesScopedList struct {

	// A list of resourcePolicies contained in this scope.
	ResourcePolicies []*ResourcePolicy `protobuf:"bytes,22220385,rep,name=resource_policies,json=resourcePolicies,proto3" json:"resource_policies,omitempty"`
	// Informational warning which replaces the list of resourcePolicies when the list is empty.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*ResourcePoliciesScopedList) Descriptor

func (*ResourcePoliciesScopedList) Descriptor() ([]byte, []int)

Deprecated: Use ResourcePoliciesScopedList.ProtoReflect.Descriptor instead.

func (*ResourcePoliciesScopedList) GetResourcePolicies

func (x *ResourcePoliciesScopedList) GetResourcePolicies() []*ResourcePolicy

func (*ResourcePoliciesScopedList) GetWarning

func (x *ResourcePoliciesScopedList) GetWarning() *Warning

func (*ResourcePoliciesScopedList) ProtoMessage

func (*ResourcePoliciesScopedList) ProtoMessage()

func (*ResourcePoliciesScopedList) ProtoReflect

func (*ResourcePoliciesScopedList) Reset

func (x *ResourcePoliciesScopedList) Reset()

func (*ResourcePoliciesScopedList) String

func (x *ResourcePoliciesScopedList) String() string

type ResourcePoliciesServer

type ResourcePoliciesServer interface {
	// Retrieves an aggregated list of resource policies.
	AggregatedList(context.Context, *AggregatedListResourcePoliciesRequest) (*ResourcePolicyAggregatedList, error)
	// Deletes the specified resource policy.
	Delete(context.Context, *DeleteResourcePolicyRequest) (*Operation, error)
	// Retrieves all information of the specified resource policy.
	Get(context.Context, *GetResourcePolicyRequest) (*ResourcePolicy, error)
	// Gets the access control policy for a resource. May be empty if no such policy or resource exists.
	GetIamPolicy(context.Context, *GetIamPolicyResourcePolicyRequest) (*Policy, error)
	// Creates a new resource policy.
	Insert(context.Context, *InsertResourcePolicyRequest) (*Operation, error)
	// A list all the resource policies that have been configured for the specified project in specified region.
	List(context.Context, *ListResourcePoliciesRequest) (*ResourcePolicyList, error)
	// Modify the specified resource policy.
	Patch(context.Context, *PatchResourcePolicyRequest) (*Operation, error)
	// Sets the access control policy on the specified resource. Replaces any existing policy.
	SetIamPolicy(context.Context, *SetIamPolicyResourcePolicyRequest) (*Policy, error)
	// Returns permissions that a caller has on the specified resource.
	TestIamPermissions(context.Context, *TestIamPermissionsResourcePolicyRequest) (*TestPermissionsResponse, error)
}

ResourcePoliciesServer is the server API for ResourcePolicies service.

type ResourcePolicy

type ResourcePolicy struct {

	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	Description       *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// Resource policy for disk consistency groups.
	DiskConsistencyGroupPolicy *ResourcePolicyDiskConsistencyGroupPolicy `protobuf:"bytes,473727515,opt,name=disk_consistency_group_policy,json=diskConsistencyGroupPolicy,proto3,oneof" json:"disk_consistency_group_policy,omitempty"`
	// Resource policy for instances for placement configuration.
	GroupPlacementPolicy *ResourcePolicyGroupPlacementPolicy `protobuf:"bytes,10931596,opt,name=group_placement_policy,json=groupPlacementPolicy,proto3,oneof" json:"group_placement_policy,omitempty"`
	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// Resource policy for scheduling instance operations.
	InstanceSchedulePolicy *ResourcePolicyInstanceSchedulePolicy `protobuf:"bytes,344877104,opt,name=instance_schedule_policy,json=instanceSchedulePolicy,proto3,oneof" json:"instance_schedule_policy,omitempty"`
	// [Output Only] Type of the resource. Always compute#resource_policies for resource policies.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// The name of the resource, provided by the client when initially creating the resource. The resource name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
	Name   *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	Region *string `protobuf:"bytes,138946292,opt,name=region,proto3,oneof" json:"region,omitempty"`
	// [Output Only] The system status of the resource policy.
	ResourceStatus *ResourcePolicyResourceStatus `protobuf:"bytes,249429315,opt,name=resource_status,json=resourceStatus,proto3,oneof" json:"resource_status,omitempty"`
	// [Output Only] Server-defined fully-qualified URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// Resource policy for persistent disks for creating snapshots.
	SnapshotSchedulePolicy *ResourcePolicySnapshotSchedulePolicy `protobuf:"bytes,218131295,opt,name=snapshot_schedule_policy,json=snapshotSchedulePolicy,proto3,oneof" json:"snapshot_schedule_policy,omitempty"`
	// [Output Only] The status of resource policy creation.
	// Check the Status enum for the list of possible values.
	Status *string `protobuf:"bytes,181260274,opt,name=status,proto3,oneof" json:"status,omitempty"`
	// contains filtered or unexported fields
}

Represents a Resource Policy resource. You can use resource policies to schedule actions for some Compute Engine resources. For example, you can use them to schedule persistent disk snapshots.

func (*ResourcePolicy) Descriptor

func (*ResourcePolicy) Descriptor() ([]byte, []int)

Deprecated: Use ResourcePolicy.ProtoReflect.Descriptor instead.

func (*ResourcePolicy) GetCreationTimestamp

func (x *ResourcePolicy) GetCreationTimestamp() string

func (*ResourcePolicy) GetDescription

func (x *ResourcePolicy) GetDescription() string

func (*ResourcePolicy) GetDiskConsistencyGroupPolicy

func (x *ResourcePolicy) GetDiskConsistencyGroupPolicy() *ResourcePolicyDiskConsistencyGroupPolicy

func (*ResourcePolicy) GetGroupPlacementPolicy

func (x *ResourcePolicy) GetGroupPlacementPolicy() *ResourcePolicyGroupPlacementPolicy

func (*ResourcePolicy) GetId

func (x *ResourcePolicy) GetId() uint64

func (*ResourcePolicy) GetInstanceSchedulePolicy

func (x *ResourcePolicy) GetInstanceSchedulePolicy() *ResourcePolicyInstanceSchedulePolicy

func (*ResourcePolicy) GetKind

func (x *ResourcePolicy) GetKind() string

func (*ResourcePolicy) GetName

func (x *ResourcePolicy) GetName() string

func (*ResourcePolicy) GetRegion

func (x *ResourcePolicy) GetRegion() string

func (*ResourcePolicy) GetResourceStatus

func (x *ResourcePolicy) GetResourceStatus() *ResourcePolicyResourceStatus
func (x *ResourcePolicy) GetSelfLink() string

func (*ResourcePolicy) GetSnapshotSchedulePolicy

func (x *ResourcePolicy) GetSnapshotSchedulePolicy() *ResourcePolicySnapshotSchedulePolicy

func (*ResourcePolicy) GetStatus

func (x *ResourcePolicy) GetStatus() string

func (*ResourcePolicy) ProtoMessage

func (*ResourcePolicy) ProtoMessage()

func (*ResourcePolicy) ProtoReflect

func (x *ResourcePolicy) ProtoReflect() protoreflect.Message

func (*ResourcePolicy) Reset

func (x *ResourcePolicy) Reset()

func (*ResourcePolicy) String

func (x *ResourcePolicy) String() string

type ResourcePolicyAggregatedList

type ResourcePolicyAggregatedList struct {
	Etag *string `protobuf:"bytes,3123477,opt,name=etag,proto3,oneof" json:"etag,omitempty"`
	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of ResourcePolicy resources.
	Items map[string]*ResourcePoliciesScopedList `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// Type of resource.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Unreachable resources.
	Unreachables []string `protobuf:"bytes,243372063,rep,name=unreachables,proto3" json:"unreachables,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

Contains a list of resourcePolicies.

func (*ResourcePolicyAggregatedList) Descriptor

func (*ResourcePolicyAggregatedList) Descriptor() ([]byte, []int)

Deprecated: Use ResourcePolicyAggregatedList.ProtoReflect.Descriptor instead.

func (*ResourcePolicyAggregatedList) GetEtag

func (x *ResourcePolicyAggregatedList) GetEtag() string

func (*ResourcePolicyAggregatedList) GetId

func (*ResourcePolicyAggregatedList) GetItems

func (*ResourcePolicyAggregatedList) GetKind

func (x *ResourcePolicyAggregatedList) GetKind() string

func (*ResourcePolicyAggregatedList) GetNextPageToken

func (x *ResourcePolicyAggregatedList) GetNextPageToken() string
func (x *ResourcePolicyAggregatedList) GetSelfLink() string

func (*ResourcePolicyAggregatedList) GetUnreachables

func (x *ResourcePolicyAggregatedList) GetUnreachables() []string

func (*ResourcePolicyAggregatedList) GetWarning

func (x *ResourcePolicyAggregatedList) GetWarning() *Warning

func (*ResourcePolicyAggregatedList) ProtoMessage

func (*ResourcePolicyAggregatedList) ProtoMessage()

func (*ResourcePolicyAggregatedList) ProtoReflect

func (*ResourcePolicyAggregatedList) Reset

func (x *ResourcePolicyAggregatedList) Reset()

func (*ResourcePolicyAggregatedList) String

type ResourcePolicyDailyCycle

type ResourcePolicyDailyCycle struct {

	// Defines a schedule with units measured in days. The value determines how many days pass between the start of each cycle.
	DaysInCycle *int32 `protobuf:"varint,369790004,opt,name=days_in_cycle,json=daysInCycle,proto3,oneof" json:"days_in_cycle,omitempty"`
	// [Output only] A predetermined duration for the window, automatically chosen to be the smallest possible in the given scenario.
	Duration *string `protobuf:"bytes,155471252,opt,name=duration,proto3,oneof" json:"duration,omitempty"`
	// Start time of the window. This must be in UTC format that resolves to one of 00:00, 04:00, 08:00, 12:00, 16:00, or 20:00. For example, both 13:00-5 and 08:00 are valid.
	StartTime *string `protobuf:"bytes,37467274,opt,name=start_time,json=startTime,proto3,oneof" json:"start_time,omitempty"`
	// contains filtered or unexported fields
}

Time window specified for daily operations.

func (*ResourcePolicyDailyCycle) Descriptor

func (*ResourcePolicyDailyCycle) Descriptor() ([]byte, []int)

Deprecated: Use ResourcePolicyDailyCycle.ProtoReflect.Descriptor instead.

func (*ResourcePolicyDailyCycle) GetDaysInCycle

func (x *ResourcePolicyDailyCycle) GetDaysInCycle() int32

func (*ResourcePolicyDailyCycle) GetDuration

func (x *ResourcePolicyDailyCycle) GetDuration() string

func (*ResourcePolicyDailyCycle) GetStartTime

func (x *ResourcePolicyDailyCycle) GetStartTime() string

func (*ResourcePolicyDailyCycle) ProtoMessage

func (*ResourcePolicyDailyCycle) ProtoMessage()

func (*ResourcePolicyDailyCycle) ProtoReflect

func (x *ResourcePolicyDailyCycle) ProtoReflect() protoreflect.Message

func (*ResourcePolicyDailyCycle) Reset

func (x *ResourcePolicyDailyCycle) Reset()

func (*ResourcePolicyDailyCycle) String

func (x *ResourcePolicyDailyCycle) String() string

type ResourcePolicyDiskConsistencyGroupPolicy

type ResourcePolicyDiskConsistencyGroupPolicy struct {
	// contains filtered or unexported fields
}

Resource policy for disk consistency groups.

func (*ResourcePolicyDiskConsistencyGroupPolicy) Descriptor

func (*ResourcePolicyDiskConsistencyGroupPolicy) Descriptor() ([]byte, []int)

Deprecated: Use ResourcePolicyDiskConsistencyGroupPolicy.ProtoReflect.Descriptor instead.

func (*ResourcePolicyDiskConsistencyGroupPolicy) ProtoMessage

func (*ResourcePolicyDiskConsistencyGroupPolicy) ProtoReflect

func (*ResourcePolicyDiskConsistencyGroupPolicy) Reset

func (*ResourcePolicyDiskConsistencyGroupPolicy) String

type ResourcePolicyGroupPlacementPolicy

type ResourcePolicyGroupPlacementPolicy struct {

	// The number of availability domains to spread instances across. If two instances are in different availability domain, they are not in the same low latency network.
	AvailabilityDomainCount *int32 `protobuf:"varint,12453432,opt,name=availability_domain_count,json=availabilityDomainCount,proto3,oneof" json:"availability_domain_count,omitempty"`
	// Specifies network collocation
	// Check the Collocation enum for the list of possible values.
	Collocation *string `protobuf:"bytes,511156533,opt,name=collocation,proto3,oneof" json:"collocation,omitempty"`
	// Number of VMs in this placement group. Google does not recommend that you use this field unless you use a compact policy and you want your policy to work only if it contains this exact number of VMs.
	VmCount *int32 `protobuf:"varint,261463431,opt,name=vm_count,json=vmCount,proto3,oneof" json:"vm_count,omitempty"`
	// contains filtered or unexported fields
}

A GroupPlacementPolicy specifies resource placement configuration. It specifies the failure bucket separation as well as network locality

func (*ResourcePolicyGroupPlacementPolicy) Descriptor

func (*ResourcePolicyGroupPlacementPolicy) Descriptor() ([]byte, []int)

Deprecated: Use ResourcePolicyGroupPlacementPolicy.ProtoReflect.Descriptor instead.

func (*ResourcePolicyGroupPlacementPolicy) GetAvailabilityDomainCount

func (x *ResourcePolicyGroupPlacementPolicy) GetAvailabilityDomainCount() int32

func (*ResourcePolicyGroupPlacementPolicy) GetCollocation

func (x *ResourcePolicyGroupPlacementPolicy) GetCollocation() string

func (*ResourcePolicyGroupPlacementPolicy) GetVmCount

func (x *ResourcePolicyGroupPlacementPolicy) GetVmCount() int32

func (*ResourcePolicyGroupPlacementPolicy) ProtoMessage

func (*ResourcePolicyGroupPlacementPolicy) ProtoMessage()

func (*ResourcePolicyGroupPlacementPolicy) ProtoReflect

func (*ResourcePolicyGroupPlacementPolicy) Reset

func (*ResourcePolicyGroupPlacementPolicy) String

type ResourcePolicyGroupPlacementPolicy_Collocation

type ResourcePolicyGroupPlacementPolicy_Collocation int32

Specifies network collocation

const (
	// A value indicating that the enum field is not set.
	ResourcePolicyGroupPlacementPolicy_UNDEFINED_COLLOCATION   ResourcePolicyGroupPlacementPolicy_Collocation = 0
	ResourcePolicyGroupPlacementPolicy_COLLOCATED              ResourcePolicyGroupPlacementPolicy_Collocation = 103257554
	ResourcePolicyGroupPlacementPolicy_UNSPECIFIED_COLLOCATION ResourcePolicyGroupPlacementPolicy_Collocation = 464308205
)

func (ResourcePolicyGroupPlacementPolicy_Collocation) Descriptor

func (ResourcePolicyGroupPlacementPolicy_Collocation) Enum

func (ResourcePolicyGroupPlacementPolicy_Collocation) EnumDescriptor

Deprecated: Use ResourcePolicyGroupPlacementPolicy_Collocation.Descriptor instead.

func (ResourcePolicyGroupPlacementPolicy_Collocation) Number

func (ResourcePolicyGroupPlacementPolicy_Collocation) String

func (ResourcePolicyGroupPlacementPolicy_Collocation) Type

type ResourcePolicyHourlyCycle

type ResourcePolicyHourlyCycle struct {

	// [Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.
	Duration *string `protobuf:"bytes,155471252,opt,name=duration,proto3,oneof" json:"duration,omitempty"`
	// Defines a schedule with units measured in hours. The value determines how many hours pass between the start of each cycle.
	HoursInCycle *int32 `protobuf:"varint,526763132,opt,name=hours_in_cycle,json=hoursInCycle,proto3,oneof" json:"hours_in_cycle,omitempty"`
	// Time within the window to start the operations. It must be in format "HH:MM", where HH : [00-23] and MM : [00-00] GMT.
	StartTime *string `protobuf:"bytes,37467274,opt,name=start_time,json=startTime,proto3,oneof" json:"start_time,omitempty"`
	// contains filtered or unexported fields
}

Time window specified for hourly operations.

func (*ResourcePolicyHourlyCycle) Descriptor

func (*ResourcePolicyHourlyCycle) Descriptor() ([]byte, []int)

Deprecated: Use ResourcePolicyHourlyCycle.ProtoReflect.Descriptor instead.

func (*ResourcePolicyHourlyCycle) GetDuration

func (x *ResourcePolicyHourlyCycle) GetDuration() string

func (*ResourcePolicyHourlyCycle) GetHoursInCycle

func (x *ResourcePolicyHourlyCycle) GetHoursInCycle() int32

func (*ResourcePolicyHourlyCycle) GetStartTime

func (x *ResourcePolicyHourlyCycle) GetStartTime() string

func (*ResourcePolicyHourlyCycle) ProtoMessage

func (*ResourcePolicyHourlyCycle) ProtoMessage()

func (*ResourcePolicyHourlyCycle) ProtoReflect

func (*ResourcePolicyHourlyCycle) Reset

func (x *ResourcePolicyHourlyCycle) Reset()

func (*ResourcePolicyHourlyCycle) String

func (x *ResourcePolicyHourlyCycle) String() string

type ResourcePolicyInstanceSchedulePolicy

type ResourcePolicyInstanceSchedulePolicy struct {

	// The expiration time of the schedule. The timestamp is an RFC3339 string.
	ExpirationTime *string `protobuf:"bytes,230299229,opt,name=expiration_time,json=expirationTime,proto3,oneof" json:"expiration_time,omitempty"`
	// The start time of the schedule. The timestamp is an RFC3339 string.
	StartTime *string `protobuf:"bytes,37467274,opt,name=start_time,json=startTime,proto3,oneof" json:"start_time,omitempty"`
	// Specifies the time zone to be used in interpreting Schedule.schedule. The value of this field must be a time zone name from the tz database: https://wikipedia.org/wiki/Tz_database.
	TimeZone *string `protobuf:"bytes,36848094,opt,name=time_zone,json=timeZone,proto3,oneof" json:"time_zone,omitempty"`
	// Specifies the schedule for starting instances.
	VmStartSchedule *ResourcePolicyInstanceSchedulePolicySchedule `protobuf:"bytes,17762396,opt,name=vm_start_schedule,json=vmStartSchedule,proto3,oneof" json:"vm_start_schedule,omitempty"`
	// Specifies the schedule for stopping instances.
	VmStopSchedule *ResourcePolicyInstanceSchedulePolicySchedule `protobuf:"bytes,426242732,opt,name=vm_stop_schedule,json=vmStopSchedule,proto3,oneof" json:"vm_stop_schedule,omitempty"`
	// contains filtered or unexported fields
}

An InstanceSchedulePolicy specifies when and how frequent certain operations are performed on the instance.

func (*ResourcePolicyInstanceSchedulePolicy) Descriptor

func (*ResourcePolicyInstanceSchedulePolicy) Descriptor() ([]byte, []int)

Deprecated: Use ResourcePolicyInstanceSchedulePolicy.ProtoReflect.Descriptor instead.

func (*ResourcePolicyInstanceSchedulePolicy) GetExpirationTime

func (x *ResourcePolicyInstanceSchedulePolicy) GetExpirationTime() string

func (*ResourcePolicyInstanceSchedulePolicy) GetStartTime

func (x *ResourcePolicyInstanceSchedulePolicy) GetStartTime() string

func (*ResourcePolicyInstanceSchedulePolicy) GetTimeZone

func (*ResourcePolicyInstanceSchedulePolicy) GetVmStartSchedule

func (*ResourcePolicyInstanceSchedulePolicy) GetVmStopSchedule

func (*ResourcePolicyInstanceSchedulePolicy) ProtoMessage

func (*ResourcePolicyInstanceSchedulePolicy) ProtoMessage()

func (*ResourcePolicyInstanceSchedulePolicy) ProtoReflect

func (*ResourcePolicyInstanceSchedulePolicy) Reset

func (*ResourcePolicyInstanceSchedulePolicy) String

type ResourcePolicyInstanceSchedulePolicySchedule

type ResourcePolicyInstanceSchedulePolicySchedule struct {

	// Specifies the frequency for the operation, using the unix-cron format.
	Schedule *string `protobuf:"bytes,375820951,opt,name=schedule,proto3,oneof" json:"schedule,omitempty"`
	// contains filtered or unexported fields
}

Schedule for an instance operation.

func (*ResourcePolicyInstanceSchedulePolicySchedule) Descriptor

Deprecated: Use ResourcePolicyInstanceSchedulePolicySchedule.ProtoReflect.Descriptor instead.

func (*ResourcePolicyInstanceSchedulePolicySchedule) GetSchedule

func (*ResourcePolicyInstanceSchedulePolicySchedule) ProtoMessage

func (*ResourcePolicyInstanceSchedulePolicySchedule) ProtoReflect

func (*ResourcePolicyInstanceSchedulePolicySchedule) Reset

func (*ResourcePolicyInstanceSchedulePolicySchedule) String

type ResourcePolicyList

type ResourcePolicyList struct {
	Etag *string `protobuf:"bytes,3123477,opt,name=etag,proto3,oneof" json:"etag,omitempty"`
	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Output Only] A list of ResourcePolicy resources.
	Items []*ResourcePolicy `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] Type of resource.Always compute#resourcePoliciesList for listsof resourcePolicies
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*ResourcePolicyList) Descriptor

func (*ResourcePolicyList) Descriptor() ([]byte, []int)

Deprecated: Use ResourcePolicyList.ProtoReflect.Descriptor instead.

func (*ResourcePolicyList) GetEtag

func (x *ResourcePolicyList) GetEtag() string

func (*ResourcePolicyList) GetId

func (x *ResourcePolicyList) GetId() string

func (*ResourcePolicyList) GetItems

func (x *ResourcePolicyList) GetItems() []*ResourcePolicy

func (*ResourcePolicyList) GetKind

func (x *ResourcePolicyList) GetKind() string

func (*ResourcePolicyList) GetNextPageToken

func (x *ResourcePolicyList) GetNextPageToken() string
func (x *ResourcePolicyList) GetSelfLink() string

func (*ResourcePolicyList) GetWarning

func (x *ResourcePolicyList) GetWarning() *Warning

func (*ResourcePolicyList) ProtoMessage

func (*ResourcePolicyList) ProtoMessage()

func (*ResourcePolicyList) ProtoReflect

func (x *ResourcePolicyList) ProtoReflect() protoreflect.Message

func (*ResourcePolicyList) Reset

func (x *ResourcePolicyList) Reset()

func (*ResourcePolicyList) String

func (x *ResourcePolicyList) String() string

type ResourcePolicyResourceStatus

type ResourcePolicyResourceStatus struct {

	// [Output Only] Specifies a set of output values reffering to the instance_schedule_policy system status. This field should have the same name as corresponding policy field.
	InstanceSchedulePolicy *ResourcePolicyResourceStatusInstanceSchedulePolicyStatus `protobuf:"bytes,344877104,opt,name=instance_schedule_policy,json=instanceSchedulePolicy,proto3,oneof" json:"instance_schedule_policy,omitempty"`
	// contains filtered or unexported fields
}

Contains output only fields. Use this sub-message for all output fields set on ResourcePolicy. The internal structure of this "status" field should mimic the structure of ResourcePolicy proto specification.

func (*ResourcePolicyResourceStatus) Descriptor

func (*ResourcePolicyResourceStatus) Descriptor() ([]byte, []int)

Deprecated: Use ResourcePolicyResourceStatus.ProtoReflect.Descriptor instead.

func (*ResourcePolicyResourceStatus) GetInstanceSchedulePolicy

func (*ResourcePolicyResourceStatus) ProtoMessage

func (*ResourcePolicyResourceStatus) ProtoMessage()

func (*ResourcePolicyResourceStatus) ProtoReflect

func (*ResourcePolicyResourceStatus) Reset

func (x *ResourcePolicyResourceStatus) Reset()

func (*ResourcePolicyResourceStatus) String

type ResourcePolicyResourceStatusInstanceSchedulePolicyStatus

type ResourcePolicyResourceStatusInstanceSchedulePolicyStatus struct {

	// [Output Only] The last time the schedule successfully ran. The timestamp is an RFC3339 string.
	LastRunStartTime *string `protobuf:"bytes,303069063,opt,name=last_run_start_time,json=lastRunStartTime,proto3,oneof" json:"last_run_start_time,omitempty"`
	// [Output Only] The next time the schedule is planned to run. The actual time might be slightly different. The timestamp is an RFC3339 string.
	NextRunStartTime *string `protobuf:"bytes,318642570,opt,name=next_run_start_time,json=nextRunStartTime,proto3,oneof" json:"next_run_start_time,omitempty"`
	// contains filtered or unexported fields
}

func (*ResourcePolicyResourceStatusInstanceSchedulePolicyStatus) Descriptor

Deprecated: Use ResourcePolicyResourceStatusInstanceSchedulePolicyStatus.ProtoReflect.Descriptor instead.

func (*ResourcePolicyResourceStatusInstanceSchedulePolicyStatus) GetLastRunStartTime

func (*ResourcePolicyResourceStatusInstanceSchedulePolicyStatus) GetNextRunStartTime

func (*ResourcePolicyResourceStatusInstanceSchedulePolicyStatus) ProtoMessage

func (*ResourcePolicyResourceStatusInstanceSchedulePolicyStatus) ProtoReflect

func (*ResourcePolicyResourceStatusInstanceSchedulePolicyStatus) Reset

func (*ResourcePolicyResourceStatusInstanceSchedulePolicyStatus) String

type ResourcePolicySnapshotSchedulePolicy

type ResourcePolicySnapshotSchedulePolicy struct {

	// Retention policy applied to snapshots created by this resource policy.
	RetentionPolicy *ResourcePolicySnapshotSchedulePolicyRetentionPolicy `protobuf:"bytes,68625779,opt,name=retention_policy,json=retentionPolicy,proto3,oneof" json:"retention_policy,omitempty"`
	// A Vm Maintenance Policy specifies what kind of infrastructure maintenance we are allowed to perform on this VM and when. Schedule that is applied to disks covered by this policy.
	Schedule *ResourcePolicySnapshotSchedulePolicySchedule `protobuf:"bytes,375820951,opt,name=schedule,proto3,oneof" json:"schedule,omitempty"`
	// Properties with which snapshots are created such as labels, encryption keys.
	SnapshotProperties *ResourcePolicySnapshotSchedulePolicySnapshotProperties `protobuf:"bytes,185371278,opt,name=snapshot_properties,json=snapshotProperties,proto3,oneof" json:"snapshot_properties,omitempty"`
	// contains filtered or unexported fields
}

A snapshot schedule policy specifies when and how frequently snapshots are to be created for the target disk. Also specifies how many and how long these scheduled snapshots should be retained.

func (*ResourcePolicySnapshotSchedulePolicy) Descriptor

func (*ResourcePolicySnapshotSchedulePolicy) Descriptor() ([]byte, []int)

Deprecated: Use ResourcePolicySnapshotSchedulePolicy.ProtoReflect.Descriptor instead.

func (*ResourcePolicySnapshotSchedulePolicy) GetRetentionPolicy

func (*ResourcePolicySnapshotSchedulePolicy) GetSchedule

func (*ResourcePolicySnapshotSchedulePolicy) GetSnapshotProperties

func (*ResourcePolicySnapshotSchedulePolicy) ProtoMessage

func (*ResourcePolicySnapshotSchedulePolicy) ProtoMessage()

func (*ResourcePolicySnapshotSchedulePolicy) ProtoReflect

func (*ResourcePolicySnapshotSchedulePolicy) Reset

func (*ResourcePolicySnapshotSchedulePolicy) String

type ResourcePolicySnapshotSchedulePolicyRetentionPolicy

type ResourcePolicySnapshotSchedulePolicyRetentionPolicy struct {

	// Maximum age of the snapshot that is allowed to be kept.
	MaxRetentionDays *int32 `protobuf:"varint,324296979,opt,name=max_retention_days,json=maxRetentionDays,proto3,oneof" json:"max_retention_days,omitempty"`
	// Specifies the behavior to apply to scheduled snapshots when the source disk is deleted.
	// Check the OnSourceDiskDelete enum for the list of possible values.
	OnSourceDiskDelete *string `protobuf:"bytes,321955529,opt,name=on_source_disk_delete,json=onSourceDiskDelete,proto3,oneof" json:"on_source_disk_delete,omitempty"`
	// contains filtered or unexported fields
}

Policy for retention of scheduled snapshots.

func (*ResourcePolicySnapshotSchedulePolicyRetentionPolicy) Descriptor

Deprecated: Use ResourcePolicySnapshotSchedulePolicyRetentionPolicy.ProtoReflect.Descriptor instead.

func (*ResourcePolicySnapshotSchedulePolicyRetentionPolicy) GetMaxRetentionDays

func (*ResourcePolicySnapshotSchedulePolicyRetentionPolicy) GetOnSourceDiskDelete

func (*ResourcePolicySnapshotSchedulePolicyRetentionPolicy) ProtoMessage

func (*ResourcePolicySnapshotSchedulePolicyRetentionPolicy) ProtoReflect

func (*ResourcePolicySnapshotSchedulePolicyRetentionPolicy) Reset

func (*ResourcePolicySnapshotSchedulePolicyRetentionPolicy) String

type ResourcePolicySnapshotSchedulePolicyRetentionPolicy_OnSourceDiskDelete

type ResourcePolicySnapshotSchedulePolicyRetentionPolicy_OnSourceDiskDelete int32

Specifies the behavior to apply to scheduled snapshots when the source disk is deleted.

const (
	// A value indicating that the enum field is not set.
	ResourcePolicySnapshotSchedulePolicyRetentionPolicy_UNDEFINED_ON_SOURCE_DISK_DELETE   ResourcePolicySnapshotSchedulePolicyRetentionPolicy_OnSourceDiskDelete = 0
	ResourcePolicySnapshotSchedulePolicyRetentionPolicy_APPLY_RETENTION_POLICY            ResourcePolicySnapshotSchedulePolicyRetentionPolicy_OnSourceDiskDelete = 535071332
	ResourcePolicySnapshotSchedulePolicyRetentionPolicy_KEEP_AUTO_SNAPSHOTS               ResourcePolicySnapshotSchedulePolicyRetentionPolicy_OnSourceDiskDelete = 258925689
	ResourcePolicySnapshotSchedulePolicyRetentionPolicy_UNSPECIFIED_ON_SOURCE_DISK_DELETE ResourcePolicySnapshotSchedulePolicyRetentionPolicy_OnSourceDiskDelete = 239140769
)

func (ResourcePolicySnapshotSchedulePolicyRetentionPolicy_OnSourceDiskDelete) Descriptor

func (ResourcePolicySnapshotSchedulePolicyRetentionPolicy_OnSourceDiskDelete) Enum

func (ResourcePolicySnapshotSchedulePolicyRetentionPolicy_OnSourceDiskDelete) EnumDescriptor

Deprecated: Use ResourcePolicySnapshotSchedulePolicyRetentionPolicy_OnSourceDiskDelete.Descriptor instead.

func (ResourcePolicySnapshotSchedulePolicyRetentionPolicy_OnSourceDiskDelete) Number

func (ResourcePolicySnapshotSchedulePolicyRetentionPolicy_OnSourceDiskDelete) String

func (ResourcePolicySnapshotSchedulePolicyRetentionPolicy_OnSourceDiskDelete) Type

type ResourcePolicySnapshotSchedulePolicySchedule

type ResourcePolicySnapshotSchedulePolicySchedule struct {
	DailySchedule  *ResourcePolicyDailyCycle  `protobuf:"bytes,86159869,opt,name=daily_schedule,json=dailySchedule,proto3,oneof" json:"daily_schedule,omitempty"`
	HourlySchedule *ResourcePolicyHourlyCycle `protobuf:"bytes,38328485,opt,name=hourly_schedule,json=hourlySchedule,proto3,oneof" json:"hourly_schedule,omitempty"`
	WeeklySchedule *ResourcePolicyWeeklyCycle `protobuf:"bytes,359548053,opt,name=weekly_schedule,json=weeklySchedule,proto3,oneof" json:"weekly_schedule,omitempty"`
	// contains filtered or unexported fields
}

A schedule for disks where the schedueled operations are performed.

func (*ResourcePolicySnapshotSchedulePolicySchedule) Descriptor

Deprecated: Use ResourcePolicySnapshotSchedulePolicySchedule.ProtoReflect.Descriptor instead.

func (*ResourcePolicySnapshotSchedulePolicySchedule) GetDailySchedule

func (*ResourcePolicySnapshotSchedulePolicySchedule) GetHourlySchedule

func (*ResourcePolicySnapshotSchedulePolicySchedule) GetWeeklySchedule

func (*ResourcePolicySnapshotSchedulePolicySchedule) ProtoMessage

func (*ResourcePolicySnapshotSchedulePolicySchedule) ProtoReflect

func (*ResourcePolicySnapshotSchedulePolicySchedule) Reset

func (*ResourcePolicySnapshotSchedulePolicySchedule) String

type ResourcePolicySnapshotSchedulePolicySnapshotProperties

type ResourcePolicySnapshotSchedulePolicySnapshotProperties struct {

	// Chain name that the snapshot is created in.
	ChainName *string `protobuf:"bytes,68644169,opt,name=chain_name,json=chainName,proto3,oneof" json:"chain_name,omitempty"`
	// Indication to perform a 'guest aware' snapshot.
	GuestFlush *bool `protobuf:"varint,385550813,opt,name=guest_flush,json=guestFlush,proto3,oneof" json:"guest_flush,omitempty"`
	// Labels to apply to scheduled snapshots. These can be later modified by the setLabels method. Label values may be empty.
	Labels map[string]string `protobuf:"bytes,500195327,rep,name=labels,proto3" json:"labels,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// Cloud Storage bucket storage location of the auto snapshot (regional or multi-regional).
	StorageLocations []string `protobuf:"bytes,328005274,rep,name=storage_locations,json=storageLocations,proto3" json:"storage_locations,omitempty"`
	// contains filtered or unexported fields
}

Specified snapshot properties for scheduled snapshots created by this policy.

func (*ResourcePolicySnapshotSchedulePolicySnapshotProperties) Descriptor

Deprecated: Use ResourcePolicySnapshotSchedulePolicySnapshotProperties.ProtoReflect.Descriptor instead.

func (*ResourcePolicySnapshotSchedulePolicySnapshotProperties) GetChainName

func (*ResourcePolicySnapshotSchedulePolicySnapshotProperties) GetGuestFlush

func (*ResourcePolicySnapshotSchedulePolicySnapshotProperties) GetLabels

func (*ResourcePolicySnapshotSchedulePolicySnapshotProperties) GetStorageLocations

func (*ResourcePolicySnapshotSchedulePolicySnapshotProperties) ProtoMessage

func (*ResourcePolicySnapshotSchedulePolicySnapshotProperties) ProtoReflect

func (*ResourcePolicySnapshotSchedulePolicySnapshotProperties) Reset

func (*ResourcePolicySnapshotSchedulePolicySnapshotProperties) String

type ResourcePolicyWeeklyCycle

type ResourcePolicyWeeklyCycle struct {

	// Up to 7 intervals/windows, one for each day of the week.
	DayOfWeeks []*ResourcePolicyWeeklyCycleDayOfWeek `protobuf:"bytes,257871834,rep,name=day_of_weeks,json=dayOfWeeks,proto3" json:"day_of_weeks,omitempty"`
	// contains filtered or unexported fields
}

Time window specified for weekly operations.

func (*ResourcePolicyWeeklyCycle) Descriptor

func (*ResourcePolicyWeeklyCycle) Descriptor() ([]byte, []int)

Deprecated: Use ResourcePolicyWeeklyCycle.ProtoReflect.Descriptor instead.

func (*ResourcePolicyWeeklyCycle) GetDayOfWeeks

func (*ResourcePolicyWeeklyCycle) ProtoMessage

func (*ResourcePolicyWeeklyCycle) ProtoMessage()

func (*ResourcePolicyWeeklyCycle) ProtoReflect

func (*ResourcePolicyWeeklyCycle) Reset

func (x *ResourcePolicyWeeklyCycle) Reset()

func (*ResourcePolicyWeeklyCycle) String

func (x *ResourcePolicyWeeklyCycle) String() string

type ResourcePolicyWeeklyCycleDayOfWeek

type ResourcePolicyWeeklyCycleDayOfWeek struct {

	// Defines a schedule that runs on specific days of the week. Specify one or more days. The following options are available: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY.
	// Check the Day enum for the list of possible values.
	Day *string `protobuf:"bytes,99228,opt,name=day,proto3,oneof" json:"day,omitempty"`
	// [Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.
	Duration *string `protobuf:"bytes,155471252,opt,name=duration,proto3,oneof" json:"duration,omitempty"`
	// Time within the window to start the operations. It must be in format "HH:MM", where HH : [00-23] and MM : [00-00] GMT.
	StartTime *string `protobuf:"bytes,37467274,opt,name=start_time,json=startTime,proto3,oneof" json:"start_time,omitempty"`
	// contains filtered or unexported fields
}

func (*ResourcePolicyWeeklyCycleDayOfWeek) Descriptor

func (*ResourcePolicyWeeklyCycleDayOfWeek) Descriptor() ([]byte, []int)

Deprecated: Use ResourcePolicyWeeklyCycleDayOfWeek.ProtoReflect.Descriptor instead.

func (*ResourcePolicyWeeklyCycleDayOfWeek) GetDay

func (*ResourcePolicyWeeklyCycleDayOfWeek) GetDuration

func (x *ResourcePolicyWeeklyCycleDayOfWeek) GetDuration() string

func (*ResourcePolicyWeeklyCycleDayOfWeek) GetStartTime

func (x *ResourcePolicyWeeklyCycleDayOfWeek) GetStartTime() string

func (*ResourcePolicyWeeklyCycleDayOfWeek) ProtoMessage

func (*ResourcePolicyWeeklyCycleDayOfWeek) ProtoMessage()

func (*ResourcePolicyWeeklyCycleDayOfWeek) ProtoReflect

func (*ResourcePolicyWeeklyCycleDayOfWeek) Reset

func (*ResourcePolicyWeeklyCycleDayOfWeek) String

type ResourcePolicyWeeklyCycleDayOfWeek_Day

type ResourcePolicyWeeklyCycleDayOfWeek_Day int32

Defines a schedule that runs on specific days of the week. Specify one or more days. The following options are available: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY.

const (
	// A value indicating that the enum field is not set.
	ResourcePolicyWeeklyCycleDayOfWeek_UNDEFINED_DAY ResourcePolicyWeeklyCycleDayOfWeek_Day = 0
	ResourcePolicyWeeklyCycleDayOfWeek_FRIDAY        ResourcePolicyWeeklyCycleDayOfWeek_Day = 471398751
	ResourcePolicyWeeklyCycleDayOfWeek_INVALID       ResourcePolicyWeeklyCycleDayOfWeek_Day = 530283991
	ResourcePolicyWeeklyCycleDayOfWeek_MONDAY        ResourcePolicyWeeklyCycleDayOfWeek_Day = 132310288
	ResourcePolicyWeeklyCycleDayOfWeek_SATURDAY      ResourcePolicyWeeklyCycleDayOfWeek_Day = 279037881
	ResourcePolicyWeeklyCycleDayOfWeek_SUNDAY        ResourcePolicyWeeklyCycleDayOfWeek_Day = 309626320
	ResourcePolicyWeeklyCycleDayOfWeek_THURSDAY      ResourcePolicyWeeklyCycleDayOfWeek_Day = 207198682
	ResourcePolicyWeeklyCycleDayOfWeek_TUESDAY       ResourcePolicyWeeklyCycleDayOfWeek_Day = 277509677
	ResourcePolicyWeeklyCycleDayOfWeek_WEDNESDAY     ResourcePolicyWeeklyCycleDayOfWeek_Day = 422029110
)

func (ResourcePolicyWeeklyCycleDayOfWeek_Day) Descriptor

func (ResourcePolicyWeeklyCycleDayOfWeek_Day) Enum

func (ResourcePolicyWeeklyCycleDayOfWeek_Day) EnumDescriptor

func (ResourcePolicyWeeklyCycleDayOfWeek_Day) EnumDescriptor() ([]byte, []int)

Deprecated: Use ResourcePolicyWeeklyCycleDayOfWeek_Day.Descriptor instead.

func (ResourcePolicyWeeklyCycleDayOfWeek_Day) Number

func (ResourcePolicyWeeklyCycleDayOfWeek_Day) String

func (ResourcePolicyWeeklyCycleDayOfWeek_Day) Type

type ResourcePolicy_Status

type ResourcePolicy_Status int32

[Output Only] The status of resource policy creation.

const (
	// A value indicating that the enum field is not set.
	ResourcePolicy_UNDEFINED_STATUS ResourcePolicy_Status = 0
	// Resource policy is being created.
	ResourcePolicy_CREATING ResourcePolicy_Status = 455564985
	// Resource policy is being deleted.
	ResourcePolicy_DELETING ResourcePolicy_Status = 528602024
	// Resource policy is expired and will not run again.
	ResourcePolicy_EXPIRED ResourcePolicy_Status = 482489093
	ResourcePolicy_INVALID ResourcePolicy_Status = 530283991
	// Resource policy is ready to be used.
	ResourcePolicy_READY ResourcePolicy_Status = 77848963
)

func (ResourcePolicy_Status) Descriptor

func (ResourcePolicy_Status) Enum

func (ResourcePolicy_Status) EnumDescriptor

func (ResourcePolicy_Status) EnumDescriptor() ([]byte, []int)

Deprecated: Use ResourcePolicy_Status.Descriptor instead.

func (ResourcePolicy_Status) Number

func (ResourcePolicy_Status) String

func (x ResourcePolicy_Status) String() string

func (ResourcePolicy_Status) Type

type ResourceStatus

type ResourceStatus struct {

	// [Output Only] An opaque ID of the host on which the VM is running.
	PhysicalHost *string `protobuf:"bytes,464370704,opt,name=physical_host,json=physicalHost,proto3,oneof" json:"physical_host,omitempty"`
	// contains filtered or unexported fields
}

Contains output only fields. Use this sub-message for actual values set on Instance attributes as compared to the value requested by the user (intent) in their instance CRUD calls.

func (*ResourceStatus) Descriptor

func (*ResourceStatus) Descriptor() ([]byte, []int)

Deprecated: Use ResourceStatus.ProtoReflect.Descriptor instead.

func (*ResourceStatus) GetPhysicalHost

func (x *ResourceStatus) GetPhysicalHost() string

func (*ResourceStatus) ProtoMessage

func (*ResourceStatus) ProtoMessage()

func (*ResourceStatus) ProtoReflect

func (x *ResourceStatus) ProtoReflect() protoreflect.Message

func (*ResourceStatus) Reset

func (x *ResourceStatus) Reset()

func (*ResourceStatus) String

func (x *ResourceStatus) String() string

type ResumeInstanceRequest

type ResumeInstanceRequest struct {

	// Name of the instance resource to resume.
	Instance string `protobuf:"bytes,18257045,opt,name=instance,proto3" json:"instance,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Instances.Resume. See the method description for details.

func (*ResumeInstanceRequest) Descriptor

func (*ResumeInstanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use ResumeInstanceRequest.ProtoReflect.Descriptor instead.

func (*ResumeInstanceRequest) GetInstance

func (x *ResumeInstanceRequest) GetInstance() string

func (*ResumeInstanceRequest) GetProject

func (x *ResumeInstanceRequest) GetProject() string

func (*ResumeInstanceRequest) GetRequestId

func (x *ResumeInstanceRequest) GetRequestId() string

func (*ResumeInstanceRequest) GetZone

func (x *ResumeInstanceRequest) GetZone() string

func (*ResumeInstanceRequest) ProtoMessage

func (*ResumeInstanceRequest) ProtoMessage()

func (*ResumeInstanceRequest) ProtoReflect

func (x *ResumeInstanceRequest) ProtoReflect() protoreflect.Message

func (*ResumeInstanceRequest) Reset

func (x *ResumeInstanceRequest) Reset()

func (*ResumeInstanceRequest) String

func (x *ResumeInstanceRequest) String() string

type Route

type Route struct {

	// [Output Only] AS path.
	AsPaths []*RouteAsPath `protobuf:"bytes,137568929,rep,name=as_paths,json=asPaths,proto3" json:"as_paths,omitempty"`
	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// An optional description of this resource. Provide this field when you create the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// The destination range of outgoing packets that this route applies to. Both IPv4 and IPv6 are supported.
	DestRange *string `protobuf:"bytes,381327712,opt,name=dest_range,json=destRange,proto3,oneof" json:"dest_range,omitempty"`
	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Output Only] Type of this resource. Always compute#routes for Route resources.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?`. The first character must be a lowercase letter, and all following characters (except for the last character) must be a dash, lowercase letter, or digit. The last character must be a lowercase letter or digit.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// Fully-qualified URL of the network that this route applies to.
	Network *string `protobuf:"bytes,232872494,opt,name=network,proto3,oneof" json:"network,omitempty"`
	// The URL to a gateway that should handle matching packets. You can only specify the internet gateway using a full or partial valid URL: projects/ project/global/gateways/default-internet-gateway
	NextHopGateway *string `protobuf:"bytes,377175298,opt,name=next_hop_gateway,json=nextHopGateway,proto3,oneof" json:"next_hop_gateway,omitempty"`
	// [Output Only] The full resource name of the Network Connectivity Center hub that will handle matching packets.
	NextHopHub *string `protobuf:"bytes,198679219,opt,name=next_hop_hub,json=nextHopHub,proto3,oneof" json:"next_hop_hub,omitempty"`
	// The URL to a forwarding rule of type loadBalancingScheme=INTERNAL that should handle matching packets or the IP address of the forwarding Rule. For example, the following are all valid URLs: - 10.128.0.56 - https://www.googleapis.com/compute/v1/projects/project/regions/region /forwardingRules/forwardingRule - regions/region/forwardingRules/forwardingRule
	NextHopIlb *string `protobuf:"bytes,198679901,opt,name=next_hop_ilb,json=nextHopIlb,proto3,oneof" json:"next_hop_ilb,omitempty"`
	// The URL to an instance that should handle matching packets. You can specify this as a full or partial URL. For example: https://www.googleapis.com/compute/v1/projects/project/zones/zone/instances/
	NextHopInstance *string `protobuf:"bytes,393508247,opt,name=next_hop_instance,json=nextHopInstance,proto3,oneof" json:"next_hop_instance,omitempty"`
	// The network IP address of an instance that should handle matching packets. Only IPv4 is supported.
	NextHopIp *string `protobuf:"bytes,110319529,opt,name=next_hop_ip,json=nextHopIp,proto3,oneof" json:"next_hop_ip,omitempty"`
	// The URL of the local network if it should handle matching packets.
	NextHopNetwork *string `protobuf:"bytes,262295788,opt,name=next_hop_network,json=nextHopNetwork,proto3,oneof" json:"next_hop_network,omitempty"`
	// [Output Only] The network peering name that should handle matching packets, which should conform to RFC1035.
	NextHopPeering *string `protobuf:"bytes,412682750,opt,name=next_hop_peering,json=nextHopPeering,proto3,oneof" json:"next_hop_peering,omitempty"`
	// The URL to a VpnTunnel that should handle matching packets.
	NextHopVpnTunnel *string `protobuf:"bytes,519844501,opt,name=next_hop_vpn_tunnel,json=nextHopVpnTunnel,proto3,oneof" json:"next_hop_vpn_tunnel,omitempty"`
	// The priority of this route. Priority is used to break ties in cases where there is more than one matching route of equal prefix length. In cases where multiple routes have equal prefix length, the one with the lowest-numbered priority value wins. The default value is `1000`. The priority value must be from `0` to `65535`, inclusive.
	Priority *uint32 `protobuf:"varint,445151652,opt,name=priority,proto3,oneof" json:"priority,omitempty"`
	// [Output only] The status of the route.
	// Check the RouteStatus enum for the list of possible values.
	RouteStatus *string `protobuf:"bytes,418162344,opt,name=route_status,json=routeStatus,proto3,oneof" json:"route_status,omitempty"`
	// [Output Only] The type of this route, which can be one of the following values: - 'TRANSIT' for a transit route that this router learned from another Cloud Router and will readvertise to one of its BGP peers - 'SUBNET' for a route from a subnet of the VPC - 'BGP' for a route learned from a BGP peer of this router - 'STATIC' for a static route
	// Check the RouteType enum for the list of possible values.
	RouteType *string `protobuf:"bytes,375888752,opt,name=route_type,json=routeType,proto3,oneof" json:"route_type,omitempty"`
	// [Output Only] Server-defined fully-qualified URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// A list of instance tags to which this route applies.
	Tags []string `protobuf:"bytes,3552281,rep,name=tags,proto3" json:"tags,omitempty"`
	// [Output Only] If potential misconfigurations are detected for this route, this field will be populated with warning messages.
	Warnings []*Warnings `protobuf:"bytes,498091095,rep,name=warnings,proto3" json:"warnings,omitempty"`
	// contains filtered or unexported fields
}

Represents a Route resource. A route defines a path from VM instances in the VPC network to a specific destination. This destination can be inside or outside the VPC network. For more information, read the Routes overview.

func (*Route) Descriptor

func (*Route) Descriptor() ([]byte, []int)

Deprecated: Use Route.ProtoReflect.Descriptor instead.

func (*Route) GetAsPaths

func (x *Route) GetAsPaths() []*RouteAsPath

func (*Route) GetCreationTimestamp

func (x *Route) GetCreationTimestamp() string

func (*Route) GetDescription

func (x *Route) GetDescription() string

func (*Route) GetDestRange

func (x *Route) GetDestRange() string

func (*Route) GetId

func (x *Route) GetId() uint64

func (*Route) GetKind

func (x *Route) GetKind() string

func (*Route) GetName

func (x *Route) GetName() string

func (*Route) GetNetwork

func (x *Route) GetNetwork() string

func (*Route) GetNextHopGateway

func (x *Route) GetNextHopGateway() string

func (*Route) GetNextHopHub

func (x *Route) GetNextHopHub() string

func (*Route) GetNextHopIlb

func (x *Route) GetNextHopIlb() string

func (*Route) GetNextHopInstance

func (x *Route) GetNextHopInstance() string

func (*Route) GetNextHopIp

func (x *Route) GetNextHopIp() string

func (*Route) GetNextHopNetwork

func (x *Route) GetNextHopNetwork() string

func (*Route) GetNextHopPeering

func (x *Route) GetNextHopPeering() string

func (*Route) GetNextHopVpnTunnel

func (x *Route) GetNextHopVpnTunnel() string

func (*Route) GetPriority

func (x *Route) GetPriority() uint32

func (*Route) GetRouteStatus

func (x *Route) GetRouteStatus() string

func (*Route) GetRouteType

func (x *Route) GetRouteType() string
func (x *Route) GetSelfLink() string

func (*Route) GetTags

func (x *Route) GetTags() []string

func (*Route) GetWarnings

func (x *Route) GetWarnings() []*Warnings

func (*Route) ProtoMessage

func (*Route) ProtoMessage()

func (*Route) ProtoReflect

func (x *Route) ProtoReflect() protoreflect.Message

func (*Route) Reset

func (x *Route) Reset()

func (*Route) String

func (x *Route) String() string

type RouteAsPath

type RouteAsPath struct {

	// [Output Only] The AS numbers of the AS Path.
	AsLists []uint32 `protobuf:"varint,134112584,rep,packed,name=as_lists,json=asLists,proto3" json:"as_lists,omitempty"`
	// [Output Only] The type of the AS Path, which can be one of the following values: - 'AS_SET': unordered set of autonomous systems that the route in has traversed - 'AS_SEQUENCE': ordered set of autonomous systems that the route has traversed - 'AS_CONFED_SEQUENCE': ordered set of Member Autonomous Systems in the local confederation that the route has traversed - 'AS_CONFED_SET': unordered set of Member Autonomous Systems in the local confederation that the route has traversed
	// Check the PathSegmentType enum for the list of possible values.
	PathSegmentType *string `protobuf:"bytes,513464992,opt,name=path_segment_type,json=pathSegmentType,proto3,oneof" json:"path_segment_type,omitempty"`
	// contains filtered or unexported fields
}

func (*RouteAsPath) Descriptor

func (*RouteAsPath) Descriptor() ([]byte, []int)

Deprecated: Use RouteAsPath.ProtoReflect.Descriptor instead.

func (*RouteAsPath) GetAsLists

func (x *RouteAsPath) GetAsLists() []uint32

func (*RouteAsPath) GetPathSegmentType

func (x *RouteAsPath) GetPathSegmentType() string

func (*RouteAsPath) ProtoMessage

func (*RouteAsPath) ProtoMessage()

func (*RouteAsPath) ProtoReflect

func (x *RouteAsPath) ProtoReflect() protoreflect.Message

func (*RouteAsPath) Reset

func (x *RouteAsPath) Reset()

func (*RouteAsPath) String

func (x *RouteAsPath) String() string

type RouteAsPath_PathSegmentType

type RouteAsPath_PathSegmentType int32

[Output Only] The type of the AS Path, which can be one of the following values: - 'AS_SET': unordered set of autonomous systems that the route in has traversed - 'AS_SEQUENCE': ordered set of autonomous systems that the route has traversed - 'AS_CONFED_SEQUENCE': ordered set of Member Autonomous Systems in the local confederation that the route has traversed - 'AS_CONFED_SET': unordered set of Member Autonomous Systems in the local confederation that the route has traversed

const (
	// A value indicating that the enum field is not set.
	RouteAsPath_UNDEFINED_PATH_SEGMENT_TYPE RouteAsPath_PathSegmentType = 0
	RouteAsPath_AS_CONFED_SEQUENCE          RouteAsPath_PathSegmentType = 222152624
	RouteAsPath_AS_CONFED_SET               RouteAsPath_PathSegmentType = 374040307
	RouteAsPath_AS_SEQUENCE                 RouteAsPath_PathSegmentType = 106735918
	RouteAsPath_AS_SET                      RouteAsPath_PathSegmentType = 329846453
)

func (RouteAsPath_PathSegmentType) Descriptor

func (RouteAsPath_PathSegmentType) Enum

func (RouteAsPath_PathSegmentType) EnumDescriptor

func (RouteAsPath_PathSegmentType) EnumDescriptor() ([]byte, []int)

Deprecated: Use RouteAsPath_PathSegmentType.Descriptor instead.

func (RouteAsPath_PathSegmentType) Number

func (RouteAsPath_PathSegmentType) String

func (RouteAsPath_PathSegmentType) Type

type RouteList

type RouteList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of Route resources.
	Items []*Route `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// Type of resource.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

Contains a list of Route resources.

func (*RouteList) Descriptor

func (*RouteList) Descriptor() ([]byte, []int)

Deprecated: Use RouteList.ProtoReflect.Descriptor instead.

func (*RouteList) GetId

func (x *RouteList) GetId() string

func (*RouteList) GetItems

func (x *RouteList) GetItems() []*Route

func (*RouteList) GetKind

func (x *RouteList) GetKind() string

func (*RouteList) GetNextPageToken

func (x *RouteList) GetNextPageToken() string
func (x *RouteList) GetSelfLink() string

func (*RouteList) GetWarning

func (x *RouteList) GetWarning() *Warning

func (*RouteList) ProtoMessage

func (*RouteList) ProtoMessage()

func (*RouteList) ProtoReflect

func (x *RouteList) ProtoReflect() protoreflect.Message

func (*RouteList) Reset

func (x *RouteList) Reset()

func (*RouteList) String

func (x *RouteList) String() string

type Route_RouteStatus

type Route_RouteStatus int32

[Output only] The status of the route.

const (
	// A value indicating that the enum field is not set.
	Route_UNDEFINED_ROUTE_STATUS Route_RouteStatus = 0
	// This route is processed and active.
	Route_ACTIVE Route_RouteStatus = 314733318
	// The route is dropped due to the VPC exceeding the dynamic route limit. For dynamic route limit, please refer to the Learned route example
	Route_DROPPED Route_RouteStatus = 496235424
	// This route is processed but inactive due to failure from the backend. The backend may have rejected the route
	Route_INACTIVE Route_RouteStatus = 270421099
	// This route is being processed internally. The status will change once processed.
	Route_PENDING Route_RouteStatus = 35394935
)

func (Route_RouteStatus) Descriptor

func (Route_RouteStatus) Enum

func (Route_RouteStatus) EnumDescriptor

func (Route_RouteStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use Route_RouteStatus.Descriptor instead.

func (Route_RouteStatus) Number

func (Route_RouteStatus) String

func (x Route_RouteStatus) String() string

func (Route_RouteStatus) Type

type Route_RouteType

type Route_RouteType int32

[Output Only] The type of this route, which can be one of the following values: - 'TRANSIT' for a transit route that this router learned from another Cloud Router and will readvertise to one of its BGP peers - 'SUBNET' for a route from a subnet of the VPC - 'BGP' for a route learned from a BGP peer of this router - 'STATIC' for a static route

const (
	// A value indicating that the enum field is not set.
	Route_UNDEFINED_ROUTE_TYPE Route_RouteType = 0
	Route_BGP                  Route_RouteType = 65707
	Route_STATIC               Route_RouteType = 308331118
	Route_SUBNET               Route_RouteType = 309278557
	Route_TRANSIT              Route_RouteType = 187793843
)

func (Route_RouteType) Descriptor

func (Route_RouteType) Enum

func (x Route_RouteType) Enum() *Route_RouteType

func (Route_RouteType) EnumDescriptor

func (Route_RouteType) EnumDescriptor() ([]byte, []int)

Deprecated: Use Route_RouteType.Descriptor instead.

func (Route_RouteType) Number

func (Route_RouteType) String

func (x Route_RouteType) String() string

func (Route_RouteType) Type

type Router

type Router struct {

	// BGP information specific to this router.
	Bgp *RouterBgp `protobuf:"bytes,97483,opt,name=bgp,proto3,oneof" json:"bgp,omitempty"`
	// BGP information that must be configured into the routing stack to establish BGP peering. This information must specify the peer ASN and either the interface name, IP address, or peer IP address. Please refer to RFC4273.
	BgpPeers []*RouterBgpPeer `protobuf:"bytes,452695773,rep,name=bgp_peers,json=bgpPeers,proto3" json:"bgp_peers,omitempty"`
	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// An optional description of this resource. Provide this property when you create the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// Indicates if a router is dedicated for use with encrypted VLAN attachments (interconnectAttachments).
	EncryptedInterconnectRouter *bool `protobuf:"varint,297996575,opt,name=encrypted_interconnect_router,json=encryptedInterconnectRouter,proto3,oneof" json:"encrypted_interconnect_router,omitempty"`
	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// Router interfaces. Each interface requires either one linked resource, (for example, linkedVpnTunnel), or IP address and IP address range (for example, ipRange), or both.
	Interfaces []*RouterInterface `protobuf:"bytes,12073562,rep,name=interfaces,proto3" json:"interfaces,omitempty"`
	// [Output Only] Type of resource. Always compute#router for routers.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// Keys used for MD5 authentication.
	Md5AuthenticationKeys []*RouterMd5AuthenticationKey `protobuf:"bytes,71063322,rep,name=md5_authentication_keys,json=md5AuthenticationKeys,proto3" json:"md5_authentication_keys,omitempty"`
	// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// A list of NAT services created in this router.
	Nats []*RouterNat `protobuf:"bytes,3373938,rep,name=nats,proto3" json:"nats,omitempty"`
	// URI of the network to which this router belongs.
	Network *string `protobuf:"bytes,232872494,opt,name=network,proto3,oneof" json:"network,omitempty"`
	// [Output Only] URI of the region where the router resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
	Region *string `protobuf:"bytes,138946292,opt,name=region,proto3,oneof" json:"region,omitempty"`
	// [Output Only] Server-defined URL for the resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// contains filtered or unexported fields
}

Represents a Cloud Router resource. For more information about Cloud Router, read the Cloud Router overview.

func (*Router) Descriptor

func (*Router) Descriptor() ([]byte, []int)

Deprecated: Use Router.ProtoReflect.Descriptor instead.

func (*Router) GetBgp

func (x *Router) GetBgp() *RouterBgp

func (*Router) GetBgpPeers

func (x *Router) GetBgpPeers() []*RouterBgpPeer

func (*Router) GetCreationTimestamp

func (x *Router) GetCreationTimestamp() string

func (*Router) GetDescription

func (x *Router) GetDescription() string

func (*Router) GetEncryptedInterconnectRouter

func (x *Router) GetEncryptedInterconnectRouter() bool

func (*Router) GetId

func (x *Router) GetId() uint64

func (*Router) GetInterfaces

func (x *Router) GetInterfaces() []*RouterInterface

func (*Router) GetKind

func (x *Router) GetKind() string

func (*Router) GetMd5AuthenticationKeys

func (x *Router) GetMd5AuthenticationKeys() []*RouterMd5AuthenticationKey

func (*Router) GetName

func (x *Router) GetName() string

func (*Router) GetNats

func (x *Router) GetNats() []*RouterNat

func (*Router) GetNetwork

func (x *Router) GetNetwork() string

func (*Router) GetRegion

func (x *Router) GetRegion() string
func (x *Router) GetSelfLink() string

func (*Router) ProtoMessage

func (*Router) ProtoMessage()

func (*Router) ProtoReflect

func (x *Router) ProtoReflect() protoreflect.Message

func (*Router) Reset

func (x *Router) Reset()

func (*Router) String

func (x *Router) String() string

type RouterAdvertisedIpRange

type RouterAdvertisedIpRange struct {

	// User-specified description for the IP range.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// The IP range to advertise. The value must be a CIDR-formatted string.
	Range *string `protobuf:"bytes,108280125,opt,name=range,proto3,oneof" json:"range,omitempty"`
	// contains filtered or unexported fields
}

Description-tagged IP ranges for the router to advertise.

func (*RouterAdvertisedIpRange) Descriptor

func (*RouterAdvertisedIpRange) Descriptor() ([]byte, []int)

Deprecated: Use RouterAdvertisedIpRange.ProtoReflect.Descriptor instead.

func (*RouterAdvertisedIpRange) GetDescription

func (x *RouterAdvertisedIpRange) GetDescription() string

func (*RouterAdvertisedIpRange) GetRange

func (x *RouterAdvertisedIpRange) GetRange() string

func (*RouterAdvertisedIpRange) ProtoMessage

func (*RouterAdvertisedIpRange) ProtoMessage()

func (*RouterAdvertisedIpRange) ProtoReflect

func (x *RouterAdvertisedIpRange) ProtoReflect() protoreflect.Message

func (*RouterAdvertisedIpRange) Reset

func (x *RouterAdvertisedIpRange) Reset()

func (*RouterAdvertisedIpRange) String

func (x *RouterAdvertisedIpRange) String() string

type RouterAggregatedList

type RouterAggregatedList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of Router resources.
	Items map[string]*RoutersScopedList `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// Type of resource.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Unreachable resources.
	Unreachables []string `protobuf:"bytes,243372063,rep,name=unreachables,proto3" json:"unreachables,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

Contains a list of routers.

func (*RouterAggregatedList) Descriptor

func (*RouterAggregatedList) Descriptor() ([]byte, []int)

Deprecated: Use RouterAggregatedList.ProtoReflect.Descriptor instead.

func (*RouterAggregatedList) GetId

func (x *RouterAggregatedList) GetId() string

func (*RouterAggregatedList) GetItems

func (x *RouterAggregatedList) GetItems() map[string]*RoutersScopedList

func (*RouterAggregatedList) GetKind

func (x *RouterAggregatedList) GetKind() string

func (*RouterAggregatedList) GetNextPageToken

func (x *RouterAggregatedList) GetNextPageToken() string
func (x *RouterAggregatedList) GetSelfLink() string

func (*RouterAggregatedList) GetUnreachables

func (x *RouterAggregatedList) GetUnreachables() []string

func (*RouterAggregatedList) GetWarning

func (x *RouterAggregatedList) GetWarning() *Warning

func (*RouterAggregatedList) ProtoMessage

func (*RouterAggregatedList) ProtoMessage()

func (*RouterAggregatedList) ProtoReflect

func (x *RouterAggregatedList) ProtoReflect() protoreflect.Message

func (*RouterAggregatedList) Reset

func (x *RouterAggregatedList) Reset()

func (*RouterAggregatedList) String

func (x *RouterAggregatedList) String() string

type RouterBgp

type RouterBgp struct {

	// User-specified flag to indicate which mode to use for advertisement. The options are DEFAULT or CUSTOM.
	// Check the AdvertiseMode enum for the list of possible values.
	AdvertiseMode *string `protobuf:"bytes,312134331,opt,name=advertise_mode,json=advertiseMode,proto3,oneof" json:"advertise_mode,omitempty"`
	// User-specified list of prefix groups to advertise in custom mode. This field can only be populated if advertise_mode is CUSTOM and is advertised to all peers of the router. These groups will be advertised in addition to any specified prefixes. Leave this field blank to advertise no custom groups.
	// Check the AdvertisedGroups enum for the list of possible values.
	AdvertisedGroups []string `protobuf:"bytes,21065526,rep,name=advertised_groups,json=advertisedGroups,proto3" json:"advertised_groups,omitempty"`
	// User-specified list of individual IP ranges to advertise in custom mode. This field can only be populated if advertise_mode is CUSTOM and is advertised to all peers of the router. These IP ranges will be advertised in addition to any specified groups. Leave this field blank to advertise no custom IP ranges.
	AdvertisedIpRanges []*RouterAdvertisedIpRange `protobuf:"bytes,35449932,rep,name=advertised_ip_ranges,json=advertisedIpRanges,proto3" json:"advertised_ip_ranges,omitempty"`
	// Local BGP Autonomous System Number (ASN). Must be an RFC6996 private ASN, either 16-bit or 32-bit. The value will be fixed for this router resource. All VPN tunnels that link to this router will have the same local ASN.
	Asn *uint32 `protobuf:"varint,96892,opt,name=asn,proto3,oneof" json:"asn,omitempty"`
	// The interval in seconds between BGP keepalive messages that are sent to the peer. Hold time is three times the interval at which keepalive messages are sent, and the hold time is the maximum number of seconds allowed to elapse between successive keepalive messages that BGP receives from a peer. BGP will use the smaller of either the local hold time value or the peer's hold time value as the hold time for the BGP connection between the two peers. If set, this value must be between 20 and 60. The default is 20.
	KeepaliveInterval *uint32 `protobuf:"varint,276771516,opt,name=keepalive_interval,json=keepaliveInterval,proto3,oneof" json:"keepalive_interval,omitempty"`
	// contains filtered or unexported fields
}

func (*RouterBgp) Descriptor

func (*RouterBgp) Descriptor() ([]byte, []int)

Deprecated: Use RouterBgp.ProtoReflect.Descriptor instead.

func (*RouterBgp) GetAdvertiseMode

func (x *RouterBgp) GetAdvertiseMode() string

func (*RouterBgp) GetAdvertisedGroups

func (x *RouterBgp) GetAdvertisedGroups() []string

func (*RouterBgp) GetAdvertisedIpRanges

func (x *RouterBgp) GetAdvertisedIpRanges() []*RouterAdvertisedIpRange

func (*RouterBgp) GetAsn

func (x *RouterBgp) GetAsn() uint32

func (*RouterBgp) GetKeepaliveInterval

func (x *RouterBgp) GetKeepaliveInterval() uint32

func (*RouterBgp) ProtoMessage

func (*RouterBgp) ProtoMessage()

func (*RouterBgp) ProtoReflect

func (x *RouterBgp) ProtoReflect() protoreflect.Message

func (*RouterBgp) Reset

func (x *RouterBgp) Reset()

func (*RouterBgp) String

func (x *RouterBgp) String() string

type RouterBgpPeer

type RouterBgpPeer struct {

	// User-specified flag to indicate which mode to use for advertisement.
	// Check the AdvertiseMode enum for the list of possible values.
	AdvertiseMode *string `protobuf:"bytes,312134331,opt,name=advertise_mode,json=advertiseMode,proto3,oneof" json:"advertise_mode,omitempty"`
	// User-specified list of prefix groups to advertise in custom mode, which currently supports the following option: - ALL_SUBNETS: Advertises all of the router's own VPC subnets. This excludes any routes learned for subnets that use VPC Network Peering. Note that this field can only be populated if advertise_mode is CUSTOM and overrides the list defined for the router (in the "bgp" message). These groups are advertised in addition to any specified prefixes. Leave this field blank to advertise no custom groups.
	// Check the AdvertisedGroups enum for the list of possible values.
	AdvertisedGroups []string `protobuf:"bytes,21065526,rep,name=advertised_groups,json=advertisedGroups,proto3" json:"advertised_groups,omitempty"`
	// User-specified list of individual IP ranges to advertise in custom mode. This field can only be populated if advertise_mode is CUSTOM and overrides the list defined for the router (in the "bgp" message). These IP ranges are advertised in addition to any specified groups. Leave this field blank to advertise no custom IP ranges.
	AdvertisedIpRanges []*RouterAdvertisedIpRange `protobuf:"bytes,35449932,rep,name=advertised_ip_ranges,json=advertisedIpRanges,proto3" json:"advertised_ip_ranges,omitempty"`
	// The priority of routes advertised to this BGP peer. Where there is more than one matching route of maximum length, the routes with the lowest priority value win.
	AdvertisedRoutePriority *uint32 `protobuf:"varint,186486332,opt,name=advertised_route_priority,json=advertisedRoutePriority,proto3,oneof" json:"advertised_route_priority,omitempty"`
	// BFD configuration for the BGP peering.
	Bfd *RouterBgpPeerBfd `protobuf:"bytes,97440,opt,name=bfd,proto3,oneof" json:"bfd,omitempty"`
	// A list of user-defined custom learned route IP address ranges for a BGP session.
	CustomLearnedIpRanges []*RouterBgpPeerCustomLearnedIpRange `protobuf:"bytes,481363012,rep,name=custom_learned_ip_ranges,json=customLearnedIpRanges,proto3" json:"custom_learned_ip_ranges,omitempty"`
	// The user-defined custom learned route priority for a BGP session. This value is applied to all custom learned route ranges for the session. You can choose a value from `0` to `65335`. If you don't provide a value, Google Cloud assigns a priority of `100` to the ranges.
	CustomLearnedRoutePriority *int32 `protobuf:"varint,330412356,opt,name=custom_learned_route_priority,json=customLearnedRoutePriority,proto3,oneof" json:"custom_learned_route_priority,omitempty"`
	// The status of the BGP peer connection. If set to FALSE, any active session with the peer is terminated and all associated routing information is removed. If set to TRUE, the peer connection can be established with routing information. The default is TRUE.
	// Check the Enable enum for the list of possible values.
	Enable *string `protobuf:"bytes,311764355,opt,name=enable,proto3,oneof" json:"enable,omitempty"`
	// Enable IPv6 traffic over BGP Peer. If not specified, it is disabled by default.
	EnableIpv6 *bool `protobuf:"varint,181467939,opt,name=enable_ipv6,json=enableIpv6,proto3,oneof" json:"enable_ipv6,omitempty"`
	// Name of the interface the BGP peer is associated with.
	InterfaceName *string `protobuf:"bytes,437854673,opt,name=interface_name,json=interfaceName,proto3,oneof" json:"interface_name,omitempty"`
	// IP address of the interface inside Google Cloud Platform. Only IPv4 is supported.
	IpAddress *string `protobuf:"bytes,406272220,opt,name=ip_address,json=ipAddress,proto3,oneof" json:"ip_address,omitempty"`
	// IPv6 address of the interface inside Google Cloud Platform.
	Ipv6NexthopAddress *string `protobuf:"bytes,27968211,opt,name=ipv6_nexthop_address,json=ipv6NexthopAddress,proto3,oneof" json:"ipv6_nexthop_address,omitempty"`
	// [Output Only] The resource that configures and manages this BGP peer. - MANAGED_BY_USER is the default value and can be managed by you or other users - MANAGED_BY_ATTACHMENT is a BGP peer that is configured and managed by Cloud Interconnect, specifically by an InterconnectAttachment of type PARTNER. Google automatically creates, updates, and deletes this type of BGP peer when the PARTNER InterconnectAttachment is created, updated, or deleted.
	// Check the ManagementType enum for the list of possible values.
	ManagementType *string `protobuf:"bytes,173703606,opt,name=management_type,json=managementType,proto3,oneof" json:"management_type,omitempty"`
	// Present if MD5 authentication is enabled for the peering. Must be the name of one of the entries in the Router.md5_authentication_keys. The field must comply with RFC1035.
	Md5AuthenticationKeyName *string `protobuf:"bytes,281075345,opt,name=md5_authentication_key_name,json=md5AuthenticationKeyName,proto3,oneof" json:"md5_authentication_key_name,omitempty"`
	// Name of this BGP peer. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// Peer BGP Autonomous System Number (ASN). Each BGP interface may use a different value.
	PeerAsn *uint32 `protobuf:"varint,69573151,opt,name=peer_asn,json=peerAsn,proto3,oneof" json:"peer_asn,omitempty"`
	// IP address of the BGP interface outside Google Cloud Platform. Only IPv4 is supported.
	PeerIpAddress *string `protobuf:"bytes,207735769,opt,name=peer_ip_address,json=peerIpAddress,proto3,oneof" json:"peer_ip_address,omitempty"`
	// IPv6 address of the BGP interface outside Google Cloud Platform.
	PeerIpv6NexthopAddress *string `protobuf:"bytes,491486608,opt,name=peer_ipv6_nexthop_address,json=peerIpv6NexthopAddress,proto3,oneof" json:"peer_ipv6_nexthop_address,omitempty"`
	// URI of the VM instance that is used as third-party router appliances such as Next Gen Firewalls, Virtual Routers, or Router Appliances. The VM instance must be located in zones contained in the same region as this Cloud Router. The VM instance is the peer side of the BGP session.
	RouterApplianceInstance *string `protobuf:"bytes,468312989,opt,name=router_appliance_instance,json=routerApplianceInstance,proto3,oneof" json:"router_appliance_instance,omitempty"`
	// contains filtered or unexported fields
}

func (*RouterBgpPeer) Descriptor

func (*RouterBgpPeer) Descriptor() ([]byte, []int)

Deprecated: Use RouterBgpPeer.ProtoReflect.Descriptor instead.

func (*RouterBgpPeer) GetAdvertiseMode

func (x *RouterBgpPeer) GetAdvertiseMode() string

func (*RouterBgpPeer) GetAdvertisedGroups

func (x *RouterBgpPeer) GetAdvertisedGroups() []string

func (*RouterBgpPeer) GetAdvertisedIpRanges

func (x *RouterBgpPeer) GetAdvertisedIpRanges() []*RouterAdvertisedIpRange

func (*RouterBgpPeer) GetAdvertisedRoutePriority

func (x *RouterBgpPeer) GetAdvertisedRoutePriority() uint32

func (*RouterBgpPeer) GetBfd

func (x *RouterBgpPeer) GetBfd() *RouterBgpPeerBfd

func (*RouterBgpPeer) GetCustomLearnedIpRanges

func (x *RouterBgpPeer) GetCustomLearnedIpRanges() []*RouterBgpPeerCustomLearnedIpRange

func (*RouterBgpPeer) GetCustomLearnedRoutePriority

func (x *RouterBgpPeer) GetCustomLearnedRoutePriority() int32

func (*RouterBgpPeer) GetEnable

func (x *RouterBgpPeer) GetEnable() string

func (*RouterBgpPeer) GetEnableIpv6

func (x *RouterBgpPeer) GetEnableIpv6() bool

func (*RouterBgpPeer) GetInterfaceName

func (x *RouterBgpPeer) GetInterfaceName() string

func (*RouterBgpPeer) GetIpAddress

func (x *RouterBgpPeer) GetIpAddress() string

func (*RouterBgpPeer) GetIpv6NexthopAddress

func (x *RouterBgpPeer) GetIpv6NexthopAddress() string

func (*RouterBgpPeer) GetManagementType

func (x *RouterBgpPeer) GetManagementType() string

func (*RouterBgpPeer) GetMd5AuthenticationKeyName

func (x *RouterBgpPeer) GetMd5AuthenticationKeyName() string

func (*RouterBgpPeer) GetName

func (x *RouterBgpPeer) GetName() string

func (*RouterBgpPeer) GetPeerAsn

func (x *RouterBgpPeer) GetPeerAsn() uint32

func (*RouterBgpPeer) GetPeerIpAddress

func (x *RouterBgpPeer) GetPeerIpAddress() string

func (*RouterBgpPeer) GetPeerIpv6NexthopAddress

func (x *RouterBgpPeer) GetPeerIpv6NexthopAddress() string

func (*RouterBgpPeer) GetRouterApplianceInstance

func (x *RouterBgpPeer) GetRouterApplianceInstance() string

func (*RouterBgpPeer) ProtoMessage

func (*RouterBgpPeer) ProtoMessage()

func (*RouterBgpPeer) ProtoReflect

func (x *RouterBgpPeer) ProtoReflect() protoreflect.Message

func (*RouterBgpPeer) Reset

func (x *RouterBgpPeer) Reset()

func (*RouterBgpPeer) String

func (x *RouterBgpPeer) String() string

type RouterBgpPeerBfd

type RouterBgpPeerBfd struct {

	// The minimum interval, in milliseconds, between BFD control packets received from the peer router. The actual value is negotiated between the two routers and is equal to the greater of this value and the transmit interval of the other router. If set, this value must be between 1000 and 30000. The default is 1000.
	MinReceiveInterval *uint32 `protobuf:"varint,186981614,opt,name=min_receive_interval,json=minReceiveInterval,proto3,oneof" json:"min_receive_interval,omitempty"`
	// The minimum interval, in milliseconds, between BFD control packets transmitted to the peer router. The actual value is negotiated between the two routers and is equal to the greater of this value and the corresponding receive interval of the other router. If set, this value must be between 1000 and 30000. The default is 1000.
	MinTransmitInterval *uint32 `protobuf:"varint,523282631,opt,name=min_transmit_interval,json=minTransmitInterval,proto3,oneof" json:"min_transmit_interval,omitempty"`
	// The number of consecutive BFD packets that must be missed before BFD declares that a peer is unavailable. If set, the value must be a value between 5 and 16. The default is 5.
	Multiplier *uint32 `protobuf:"varint,191331777,opt,name=multiplier,proto3,oneof" json:"multiplier,omitempty"`
	// The BFD session initialization mode for this BGP peer. If set to ACTIVE, the Cloud Router will initiate the BFD session for this BGP peer. If set to PASSIVE, the Cloud Router will wait for the peer router to initiate the BFD session for this BGP peer. If set to DISABLED, BFD is disabled for this BGP peer. The default is DISABLED.
	// Check the SessionInitializationMode enum for the list of possible values.
	SessionInitializationMode *string `protobuf:"bytes,105957049,opt,name=session_initialization_mode,json=sessionInitializationMode,proto3,oneof" json:"session_initialization_mode,omitempty"`
	// contains filtered or unexported fields
}

func (*RouterBgpPeerBfd) Descriptor

func (*RouterBgpPeerBfd) Descriptor() ([]byte, []int)

Deprecated: Use RouterBgpPeerBfd.ProtoReflect.Descriptor instead.

func (*RouterBgpPeerBfd) GetMinReceiveInterval

func (x *RouterBgpPeerBfd) GetMinReceiveInterval() uint32

func (*RouterBgpPeerBfd) GetMinTransmitInterval

func (x *RouterBgpPeerBfd) GetMinTransmitInterval() uint32

func (*RouterBgpPeerBfd) GetMultiplier

func (x *RouterBgpPeerBfd) GetMultiplier() uint32

func (*RouterBgpPeerBfd) GetSessionInitializationMode

func (x *RouterBgpPeerBfd) GetSessionInitializationMode() string

func (*RouterBgpPeerBfd) ProtoMessage

func (*RouterBgpPeerBfd) ProtoMessage()

func (*RouterBgpPeerBfd) ProtoReflect

func (x *RouterBgpPeerBfd) ProtoReflect() protoreflect.Message

func (*RouterBgpPeerBfd) Reset

func (x *RouterBgpPeerBfd) Reset()

func (*RouterBgpPeerBfd) String

func (x *RouterBgpPeerBfd) String() string

type RouterBgpPeerBfd_SessionInitializationMode

type RouterBgpPeerBfd_SessionInitializationMode int32

The BFD session initialization mode for this BGP peer. If set to ACTIVE, the Cloud Router will initiate the BFD session for this BGP peer. If set to PASSIVE, the Cloud Router will wait for the peer router to initiate the BFD session for this BGP peer. If set to DISABLED, BFD is disabled for this BGP peer. The default is DISABLED.

const (
	// A value indicating that the enum field is not set.
	RouterBgpPeerBfd_UNDEFINED_SESSION_INITIALIZATION_MODE RouterBgpPeerBfd_SessionInitializationMode = 0
	RouterBgpPeerBfd_ACTIVE                                RouterBgpPeerBfd_SessionInitializationMode = 314733318
	RouterBgpPeerBfd_DISABLED                              RouterBgpPeerBfd_SessionInitializationMode = 516696700
	RouterBgpPeerBfd_PASSIVE                               RouterBgpPeerBfd_SessionInitializationMode = 462813959
)

func (RouterBgpPeerBfd_SessionInitializationMode) Descriptor

func (RouterBgpPeerBfd_SessionInitializationMode) Enum

func (RouterBgpPeerBfd_SessionInitializationMode) EnumDescriptor

func (RouterBgpPeerBfd_SessionInitializationMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use RouterBgpPeerBfd_SessionInitializationMode.Descriptor instead.

func (RouterBgpPeerBfd_SessionInitializationMode) Number

func (RouterBgpPeerBfd_SessionInitializationMode) String

func (RouterBgpPeerBfd_SessionInitializationMode) Type

type RouterBgpPeerCustomLearnedIpRange

type RouterBgpPeerCustomLearnedIpRange struct {

	// The custom learned route IP address range. Must be a valid CIDR-formatted prefix. If an IP address is provided without a subnet mask, it is interpreted as, for IPv4, a `/32` singular IP address range, and, for IPv6, `/128`.
	Range *string `protobuf:"bytes,108280125,opt,name=range,proto3,oneof" json:"range,omitempty"`
	// contains filtered or unexported fields
}

func (*RouterBgpPeerCustomLearnedIpRange) Descriptor

func (*RouterBgpPeerCustomLearnedIpRange) Descriptor() ([]byte, []int)

Deprecated: Use RouterBgpPeerCustomLearnedIpRange.ProtoReflect.Descriptor instead.

func (*RouterBgpPeerCustomLearnedIpRange) GetRange

func (*RouterBgpPeerCustomLearnedIpRange) ProtoMessage

func (*RouterBgpPeerCustomLearnedIpRange) ProtoMessage()

func (*RouterBgpPeerCustomLearnedIpRange) ProtoReflect

func (*RouterBgpPeerCustomLearnedIpRange) Reset

func (*RouterBgpPeerCustomLearnedIpRange) String

type RouterBgpPeer_AdvertiseMode

type RouterBgpPeer_AdvertiseMode int32

User-specified flag to indicate which mode to use for advertisement.

const (
	// A value indicating that the enum field is not set.
	RouterBgpPeer_UNDEFINED_ADVERTISE_MODE RouterBgpPeer_AdvertiseMode = 0
	RouterBgpPeer_CUSTOM                   RouterBgpPeer_AdvertiseMode = 388595569
	RouterBgpPeer_DEFAULT                  RouterBgpPeer_AdvertiseMode = 115302945
)

func (RouterBgpPeer_AdvertiseMode) Descriptor

func (RouterBgpPeer_AdvertiseMode) Enum

func (RouterBgpPeer_AdvertiseMode) EnumDescriptor

func (RouterBgpPeer_AdvertiseMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use RouterBgpPeer_AdvertiseMode.Descriptor instead.

func (RouterBgpPeer_AdvertiseMode) Number

func (RouterBgpPeer_AdvertiseMode) String

func (RouterBgpPeer_AdvertiseMode) Type

type RouterBgpPeer_AdvertisedGroups

type RouterBgpPeer_AdvertisedGroups int32
const (
	// A value indicating that the enum field is not set.
	RouterBgpPeer_UNDEFINED_ADVERTISED_GROUPS RouterBgpPeer_AdvertisedGroups = 0
	// Advertise all available subnets (including peer VPC subnets).
	RouterBgpPeer_ALL_SUBNETS RouterBgpPeer_AdvertisedGroups = 3622872
)

func (RouterBgpPeer_AdvertisedGroups) Descriptor

func (RouterBgpPeer_AdvertisedGroups) Enum

func (RouterBgpPeer_AdvertisedGroups) EnumDescriptor

func (RouterBgpPeer_AdvertisedGroups) EnumDescriptor() ([]byte, []int)

Deprecated: Use RouterBgpPeer_AdvertisedGroups.Descriptor instead.

func (RouterBgpPeer_AdvertisedGroups) Number

func (RouterBgpPeer_AdvertisedGroups) String

func (RouterBgpPeer_AdvertisedGroups) Type

type RouterBgpPeer_Enable

type RouterBgpPeer_Enable int32

The status of the BGP peer connection. If set to FALSE, any active session with the peer is terminated and all associated routing information is removed. If set to TRUE, the peer connection can be established with routing information. The default is TRUE.

const (
	// A value indicating that the enum field is not set.
	RouterBgpPeer_UNDEFINED_ENABLE RouterBgpPeer_Enable = 0
	RouterBgpPeer_FALSE            RouterBgpPeer_Enable = 66658563
	RouterBgpPeer_TRUE             RouterBgpPeer_Enable = 2583950
)

func (RouterBgpPeer_Enable) Descriptor

func (RouterBgpPeer_Enable) Enum

func (RouterBgpPeer_Enable) EnumDescriptor

func (RouterBgpPeer_Enable) EnumDescriptor() ([]byte, []int)

Deprecated: Use RouterBgpPeer_Enable.Descriptor instead.

func (RouterBgpPeer_Enable) Number

func (RouterBgpPeer_Enable) String

func (x RouterBgpPeer_Enable) String() string

func (RouterBgpPeer_Enable) Type

type RouterBgpPeer_ManagementType

type RouterBgpPeer_ManagementType int32

[Output Only] The resource that configures and manages this BGP peer. - MANAGED_BY_USER is the default value and can be managed by you or other users - MANAGED_BY_ATTACHMENT is a BGP peer that is configured and managed by Cloud Interconnect, specifically by an InterconnectAttachment of type PARTNER. Google automatically creates, updates, and deletes this type of BGP peer when the PARTNER InterconnectAttachment is created, updated, or deleted.

const (
	// A value indicating that the enum field is not set.
	RouterBgpPeer_UNDEFINED_MANAGEMENT_TYPE RouterBgpPeer_ManagementType = 0
	// The BGP peer is automatically created for PARTNER type InterconnectAttachment; Google will automatically create/delete this BGP peer when the PARTNER InterconnectAttachment is created/deleted, and Google will update the ipAddress and peerIpAddress when the PARTNER InterconnectAttachment is provisioned. This type of BGP peer cannot be created or deleted, but can be modified for all fields except for name, ipAddress and peerIpAddress.
	RouterBgpPeer_MANAGED_BY_ATTACHMENT RouterBgpPeer_ManagementType = 458926411
	// Default value, the BGP peer is manually created and managed by user.
	RouterBgpPeer_MANAGED_BY_USER RouterBgpPeer_ManagementType = 317294067
)

func (RouterBgpPeer_ManagementType) Descriptor

func (RouterBgpPeer_ManagementType) Enum

func (RouterBgpPeer_ManagementType) EnumDescriptor

func (RouterBgpPeer_ManagementType) EnumDescriptor() ([]byte, []int)

Deprecated: Use RouterBgpPeer_ManagementType.Descriptor instead.

func (RouterBgpPeer_ManagementType) Number

func (RouterBgpPeer_ManagementType) String

func (RouterBgpPeer_ManagementType) Type

type RouterBgp_AdvertiseMode

type RouterBgp_AdvertiseMode int32

User-specified flag to indicate which mode to use for advertisement. The options are DEFAULT or CUSTOM.

const (
	// A value indicating that the enum field is not set.
	RouterBgp_UNDEFINED_ADVERTISE_MODE RouterBgp_AdvertiseMode = 0
	RouterBgp_CUSTOM                   RouterBgp_AdvertiseMode = 388595569
	RouterBgp_DEFAULT                  RouterBgp_AdvertiseMode = 115302945
)

func (RouterBgp_AdvertiseMode) Descriptor

func (RouterBgp_AdvertiseMode) Enum

func (RouterBgp_AdvertiseMode) EnumDescriptor

func (RouterBgp_AdvertiseMode) EnumDescriptor() ([]byte, []int)

Deprecated: Use RouterBgp_AdvertiseMode.Descriptor instead.

func (RouterBgp_AdvertiseMode) Number

func (RouterBgp_AdvertiseMode) String

func (x RouterBgp_AdvertiseMode) String() string

func (RouterBgp_AdvertiseMode) Type

type RouterBgp_AdvertisedGroups

type RouterBgp_AdvertisedGroups int32
const (
	// A value indicating that the enum field is not set.
	RouterBgp_UNDEFINED_ADVERTISED_GROUPS RouterBgp_AdvertisedGroups = 0
	// Advertise all available subnets (including peer VPC subnets).
	RouterBgp_ALL_SUBNETS RouterBgp_AdvertisedGroups = 3622872
)

func (RouterBgp_AdvertisedGroups) Descriptor

func (RouterBgp_AdvertisedGroups) Enum

func (RouterBgp_AdvertisedGroups) EnumDescriptor

func (RouterBgp_AdvertisedGroups) EnumDescriptor() ([]byte, []int)

Deprecated: Use RouterBgp_AdvertisedGroups.Descriptor instead.

func (RouterBgp_AdvertisedGroups) Number

func (RouterBgp_AdvertisedGroups) String

func (RouterBgp_AdvertisedGroups) Type

type RouterInterface

type RouterInterface struct {

	// IP address and range of the interface. The IP range must be in the RFC3927 link-local IP address space. The value must be a CIDR-formatted string, for example: 169.254.0.1/30. NOTE: Do not truncate the address as it represents the IP address of the interface.
	IpRange *string `protobuf:"bytes,145092645,opt,name=ip_range,json=ipRange,proto3,oneof" json:"ip_range,omitempty"`
	// URI of the linked Interconnect attachment. It must be in the same region as the router. Each interface can have one linked resource, which can be a VPN tunnel, an Interconnect attachment, or a virtual machine instance.
	LinkedInterconnectAttachment *string `protobuf:"bytes,501085518,opt,name=linked_interconnect_attachment,json=linkedInterconnectAttachment,proto3,oneof" json:"linked_interconnect_attachment,omitempty"`
	// URI of the linked VPN tunnel, which must be in the same region as the router. Each interface can have one linked resource, which can be a VPN tunnel, an Interconnect attachment, or a virtual machine instance.
	LinkedVpnTunnel *string `protobuf:"bytes,352296953,opt,name=linked_vpn_tunnel,json=linkedVpnTunnel,proto3,oneof" json:"linked_vpn_tunnel,omitempty"`
	// [Output Only] The resource that configures and manages this interface. - MANAGED_BY_USER is the default value and can be managed directly by users. - MANAGED_BY_ATTACHMENT is an interface that is configured and managed by Cloud Interconnect, specifically, by an InterconnectAttachment of type PARTNER. Google automatically creates, updates, and deletes this type of interface when the PARTNER InterconnectAttachment is created, updated, or deleted.
	// Check the ManagementType enum for the list of possible values.
	ManagementType *string `protobuf:"bytes,173703606,opt,name=management_type,json=managementType,proto3,oneof" json:"management_type,omitempty"`
	// Name of this interface entry. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// The regional private internal IP address that is used to establish BGP sessions to a VM instance acting as a third-party Router Appliance, such as a Next Gen Firewall, a Virtual Router, or an SD-WAN VM.
	PrivateIpAddress *string `protobuf:"bytes,100854040,opt,name=private_ip_address,json=privateIpAddress,proto3,oneof" json:"private_ip_address,omitempty"`
	// Name of the interface that will be redundant with the current interface you are creating. The redundantInterface must belong to the same Cloud Router as the interface here. To establish the BGP session to a Router Appliance VM, you must create two BGP peers. The two BGP peers must be attached to two separate interfaces that are redundant with each other. The redundant_interface must be 1-63 characters long, and comply with RFC1035. Specifically, the redundant_interface must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
	RedundantInterface *string `protobuf:"bytes,523187303,opt,name=redundant_interface,json=redundantInterface,proto3,oneof" json:"redundant_interface,omitempty"`
	// The URI of the subnetwork resource that this interface belongs to, which must be in the same region as the Cloud Router. When you establish a BGP session to a VM instance using this interface, the VM instance must belong to the same subnetwork as the subnetwork specified here.
	Subnetwork *string `protobuf:"bytes,307827694,opt,name=subnetwork,proto3,oneof" json:"subnetwork,omitempty"`
	// contains filtered or unexported fields
}

func (*RouterInterface) Descriptor

func (*RouterInterface) Descriptor() ([]byte, []int)

Deprecated: Use RouterInterface.ProtoReflect.Descriptor instead.

func (*RouterInterface) GetIpRange

func (x *RouterInterface) GetIpRange() string

func (*RouterInterface) GetLinkedInterconnectAttachment

func (x *RouterInterface) GetLinkedInterconnectAttachment() string

func (*RouterInterface) GetLinkedVpnTunnel

func (x *RouterInterface) GetLinkedVpnTunnel() string

func (*RouterInterface) GetManagementType

func (x *RouterInterface) GetManagementType() string

func (*RouterInterface) GetName

func (x *RouterInterface) GetName() string

func (*RouterInterface) GetPrivateIpAddress

func (x *RouterInterface) GetPrivateIpAddress() string

func (*RouterInterface) GetRedundantInterface

func (x *RouterInterface) GetRedundantInterface() string

func (*RouterInterface) GetSubnetwork

func (x *RouterInterface) GetSubnetwork() string

func (*RouterInterface) ProtoMessage

func (*RouterInterface) ProtoMessage()

func (*RouterInterface) ProtoReflect

func (x *RouterInterface) ProtoReflect() protoreflect.Message

func (*RouterInterface) Reset

func (x *RouterInterface) Reset()

func (*RouterInterface) String

func (x *RouterInterface) String() string

type RouterInterface_ManagementType

type RouterInterface_ManagementType int32

[Output Only] The resource that configures and manages this interface. - MANAGED_BY_USER is the default value and can be managed directly by users. - MANAGED_BY_ATTACHMENT is an interface that is configured and managed by Cloud Interconnect, specifically, by an InterconnectAttachment of type PARTNER. Google automatically creates, updates, and deletes this type of interface when the PARTNER InterconnectAttachment is created, updated, or deleted.

const (
	// A value indicating that the enum field is not set.
	RouterInterface_UNDEFINED_MANAGEMENT_TYPE RouterInterface_ManagementType = 0
	// The interface is automatically created for PARTNER type InterconnectAttachment, Google will automatically create/update/delete this interface when the PARTNER InterconnectAttachment is created/provisioned/deleted. This type of interface cannot be manually managed by user.
	RouterInterface_MANAGED_BY_ATTACHMENT RouterInterface_ManagementType = 458926411
	// Default value, the interface is manually created and managed by user.
	RouterInterface_MANAGED_BY_USER RouterInterface_ManagementType = 317294067
)

func (RouterInterface_ManagementType) Descriptor

func (RouterInterface_ManagementType) Enum

func (RouterInterface_ManagementType) EnumDescriptor

func (RouterInterface_ManagementType) EnumDescriptor() ([]byte, []int)

Deprecated: Use RouterInterface_ManagementType.Descriptor instead.

func (RouterInterface_ManagementType) Number

func (RouterInterface_ManagementType) String

func (RouterInterface_ManagementType) Type

type RouterList

type RouterList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of Router resources.
	Items []*Router `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] Type of resource. Always compute#router for routers.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

Contains a list of Router resources.

func (*RouterList) Descriptor

func (*RouterList) Descriptor() ([]byte, []int)

Deprecated: Use RouterList.ProtoReflect.Descriptor instead.

func (*RouterList) GetId

func (x *RouterList) GetId() string

func (*RouterList) GetItems

func (x *RouterList) GetItems() []*Router

func (*RouterList) GetKind

func (x *RouterList) GetKind() string

func (*RouterList) GetNextPageToken

func (x *RouterList) GetNextPageToken() string
func (x *RouterList) GetSelfLink() string

func (*RouterList) GetWarning

func (x *RouterList) GetWarning() *Warning

func (*RouterList) ProtoMessage

func (*RouterList) ProtoMessage()

func (*RouterList) ProtoReflect

func (x *RouterList) ProtoReflect() protoreflect.Message

func (*RouterList) Reset

func (x *RouterList) Reset()

func (*RouterList) String

func (x *RouterList) String() string

type RouterMd5AuthenticationKey

type RouterMd5AuthenticationKey struct {

	// [Input only] Value of the key. For patch and update calls, it can be skipped to copy the value from the previous configuration. This is allowed if the key with the same name existed before the operation. Maximum length is 80 characters. Can only contain printable ASCII characters.
	Key *string `protobuf:"bytes,106079,opt,name=key,proto3,oneof" json:"key,omitempty"`
	// Name used to identify the key. Must be unique within a router. Must be referenced by at least one bgpPeer. Must comply with RFC1035.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*RouterMd5AuthenticationKey) Descriptor

func (*RouterMd5AuthenticationKey) Descriptor() ([]byte, []int)

Deprecated: Use RouterMd5AuthenticationKey.ProtoReflect.Descriptor instead.

func (*RouterMd5AuthenticationKey) GetKey

func (x *RouterMd5AuthenticationKey) GetKey() string

func (*RouterMd5AuthenticationKey) GetName

func (x *RouterMd5AuthenticationKey) GetName() string

func (*RouterMd5AuthenticationKey) ProtoMessage

func (*RouterMd5AuthenticationKey) ProtoMessage()

func (*RouterMd5AuthenticationKey) ProtoReflect

func (*RouterMd5AuthenticationKey) Reset

func (x *RouterMd5AuthenticationKey) Reset()

func (*RouterMd5AuthenticationKey) String

func (x *RouterMd5AuthenticationKey) String() string

type RouterNat

type RouterNat struct {

	// The network tier to use when automatically reserving IP addresses. Must be one of: PREMIUM, STANDARD. If not specified, PREMIUM tier will be used.
	// Check the AutoNetworkTier enum for the list of possible values.
	AutoNetworkTier *string `protobuf:"bytes,269770211,opt,name=auto_network_tier,json=autoNetworkTier,proto3,oneof" json:"auto_network_tier,omitempty"`
	// A list of URLs of the IP resources to be drained. These IPs must be valid static external IPs that have been assigned to the NAT. These IPs should be used for updating/patching a NAT only.
	DrainNatIps []string `protobuf:"bytes,504078535,rep,name=drain_nat_ips,json=drainNatIps,proto3" json:"drain_nat_ips,omitempty"`
	// Enable Dynamic Port Allocation. If not specified, it is disabled by default. If set to true, - Dynamic Port Allocation will be enabled on this NAT config. - enableEndpointIndependentMapping cannot be set to true. - If minPorts is set, minPortsPerVm must be set to a power of two greater than or equal to 32. If minPortsPerVm is not set, a minimum of 32 ports will be allocated to a VM from this NAT config.
	EnableDynamicPortAllocation      *bool `protobuf:"varint,532106402,opt,name=enable_dynamic_port_allocation,json=enableDynamicPortAllocation,proto3,oneof" json:"enable_dynamic_port_allocation,omitempty"`
	EnableEndpointIndependentMapping *bool `protobuf:"varint,259441819,opt,name=enable_endpoint_independent_mapping,json=enableEndpointIndependentMapping,proto3,oneof" json:"enable_endpoint_independent_mapping,omitempty"`
	// List of NAT-ted endpoint types supported by the Nat Gateway. If the list is empty, then it will be equivalent to include ENDPOINT_TYPE_VM
	// Check the EndpointTypes enum for the list of possible values.
	EndpointTypes []string `protobuf:"bytes,502633807,rep,name=endpoint_types,json=endpointTypes,proto3" json:"endpoint_types,omitempty"`
	// Timeout (in seconds) for ICMP connections. Defaults to 30s if not set.
	IcmpIdleTimeoutSec *int32 `protobuf:"varint,3647562,opt,name=icmp_idle_timeout_sec,json=icmpIdleTimeoutSec,proto3,oneof" json:"icmp_idle_timeout_sec,omitempty"`
	// Configure logging on this NAT.
	LogConfig *RouterNatLogConfig `protobuf:"bytes,351299741,opt,name=log_config,json=logConfig,proto3,oneof" json:"log_config,omitempty"`
	// Maximum number of ports allocated to a VM from this NAT config when Dynamic Port Allocation is enabled. If Dynamic Port Allocation is not enabled, this field has no effect. If Dynamic Port Allocation is enabled, and this field is set, it must be set to a power of two greater than minPortsPerVm, or 64 if minPortsPerVm is not set. If Dynamic Port Allocation is enabled and this field is not set, a maximum of 65536 ports will be allocated to a VM from this NAT config.
	MaxPortsPerVm *int32 `protobuf:"varint,250062049,opt,name=max_ports_per_vm,json=maxPortsPerVm,proto3,oneof" json:"max_ports_per_vm,omitempty"`
	// Minimum number of ports allocated to a VM from this NAT config. If not set, a default number of ports is allocated to a VM. This is rounded up to the nearest power of 2. For example, if the value of this field is 50, at least 64 ports are allocated to a VM.
	MinPortsPerVm *int32 `protobuf:"varint,186193587,opt,name=min_ports_per_vm,json=minPortsPerVm,proto3,oneof" json:"min_ports_per_vm,omitempty"`
	// Unique name of this Nat service. The name must be 1-63 characters long and comply with RFC1035.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// Specify the NatIpAllocateOption, which can take one of the following values: - MANUAL_ONLY: Uses only Nat IP addresses provided by customers. When there are not enough specified Nat IPs, the Nat service fails for new VMs. - AUTO_ONLY: Nat IPs are allocated by Google Cloud Platform; customers can't specify any Nat IPs. When choosing AUTO_ONLY, then nat_ip should be empty.
	// Check the NatIpAllocateOption enum for the list of possible values.
	NatIpAllocateOption *string `protobuf:"bytes,429726845,opt,name=nat_ip_allocate_option,json=natIpAllocateOption,proto3,oneof" json:"nat_ip_allocate_option,omitempty"`
	// A list of URLs of the IP resources used for this Nat service. These IP addresses must be valid static external IP addresses assigned to the project.
	NatIps []string `protobuf:"bytes,117635086,rep,name=nat_ips,json=natIps,proto3" json:"nat_ips,omitempty"`
	// A list of rules associated with this NAT.
	Rules []*RouterNatRule `protobuf:"bytes,108873975,rep,name=rules,proto3" json:"rules,omitempty"`
	// Specify the Nat option, which can take one of the following values: - ALL_SUBNETWORKS_ALL_IP_RANGES: All of the IP ranges in every Subnetwork are allowed to Nat. - ALL_SUBNETWORKS_ALL_PRIMARY_IP_RANGES: All of the primary IP ranges in every Subnetwork are allowed to Nat. - LIST_OF_SUBNETWORKS: A list of Subnetworks are allowed to Nat (specified in the field subnetwork below) The default is SUBNETWORK_IP_RANGE_TO_NAT_OPTION_UNSPECIFIED. Note that if this field contains ALL_SUBNETWORKS_ALL_IP_RANGES then there should not be any other Router.Nat section in any Router for this network in this region.
	// Check the SourceSubnetworkIpRangesToNat enum for the list of possible values.
	SourceSubnetworkIpRangesToNat *string `protobuf:"bytes,252213211,opt,name=source_subnetwork_ip_ranges_to_nat,json=sourceSubnetworkIpRangesToNat,proto3,oneof" json:"source_subnetwork_ip_ranges_to_nat,omitempty"`
	// A list of Subnetwork resources whose traffic should be translated by NAT Gateway. It is used only when LIST_OF_SUBNETWORKS is selected for the SubnetworkIpRangeToNatOption above.
	Subnetworks []*RouterNatSubnetworkToNat `protobuf:"bytes,415853125,rep,name=subnetworks,proto3" json:"subnetworks,omitempty"`
	// Timeout (in seconds) for TCP established connections. Defaults to 1200s if not set.
	TcpEstablishedIdleTimeoutSec *int32 `protobuf:"varint,223098349,opt,name=tcp_established_idle_timeout_sec,json=tcpEstablishedIdleTimeoutSec,proto3,oneof" json:"tcp_established_idle_timeout_sec,omitempty"`
	// Timeout (in seconds) for TCP connections that are in TIME_WAIT state. Defaults to 120s if not set.
	TcpTimeWaitTimeoutSec *int32 `protobuf:"varint,513596925,opt,name=tcp_time_wait_timeout_sec,json=tcpTimeWaitTimeoutSec,proto3,oneof" json:"tcp_time_wait_timeout_sec,omitempty"`
	// Timeout (in seconds) for TCP transitory connections. Defaults to 30s if not set.
	TcpTransitoryIdleTimeoutSec *int32 `protobuf:"varint,205028774,opt,name=tcp_transitory_idle_timeout_sec,json=tcpTransitoryIdleTimeoutSec,proto3,oneof" json:"tcp_transitory_idle_timeout_sec,omitempty"`
	// Timeout (in seconds) for UDP connections. Defaults to 30s if not set.
	UdpIdleTimeoutSec *int32 `protobuf:"varint,64919878,opt,name=udp_idle_timeout_sec,json=udpIdleTimeoutSec,proto3,oneof" json:"udp_idle_timeout_sec,omitempty"`
	// contains filtered or unexported fields
}

Represents a Nat resource. It enables the VMs within the specified subnetworks to access Internet without external IP addresses. It specifies a list of subnetworks (and the ranges within) that want to use NAT. Customers can also provide the external IPs that would be used for NAT. GCP would auto-allocate ephemeral IPs if no external IPs are provided.

func (*RouterNat) Descriptor

func (*RouterNat) Descriptor() ([]byte, []int)

Deprecated: Use RouterNat.ProtoReflect.Descriptor instead.

func (*RouterNat) GetAutoNetworkTier

func (x *RouterNat) GetAutoNetworkTier() string

func (*RouterNat) GetDrainNatIps

func (x *RouterNat) GetDrainNatIps() []string

func (*RouterNat) GetEnableDynamicPortAllocation

func (x *RouterNat) GetEnableDynamicPortAllocation() bool

func (*RouterNat) GetEnableEndpointIndependentMapping

func (x *RouterNat) GetEnableEndpointIndependentMapping() bool

func (*RouterNat) GetEndpointTypes

func (x *RouterNat) GetEndpointTypes() []string

func (*RouterNat) GetIcmpIdleTimeoutSec

func (x *RouterNat) GetIcmpIdleTimeoutSec() int32

func (*RouterNat) GetLogConfig

func (x *RouterNat) GetLogConfig() *RouterNatLogConfig

func (*RouterNat) GetMaxPortsPerVm

func (x *RouterNat) GetMaxPortsPerVm() int32

func (*RouterNat) GetMinPortsPerVm

func (x *RouterNat) GetMinPortsPerVm() int32

func (*RouterNat) GetName

func (x *RouterNat) GetName() string

func (*RouterNat) GetNatIpAllocateOption

func (x *RouterNat) GetNatIpAllocateOption() string

func (*RouterNat) GetNatIps

func (x *RouterNat) GetNatIps() []string

func (*RouterNat) GetRules

func (x *RouterNat) GetRules() []*RouterNatRule

func (*RouterNat) GetSourceSubnetworkIpRangesToNat

func (x *RouterNat) GetSourceSubnetworkIpRangesToNat() string

func (*RouterNat) GetSubnetworks

func (x *RouterNat) GetSubnetworks() []*RouterNatSubnetworkToNat

func (*RouterNat) GetTcpEstablishedIdleTimeoutSec

func (x *RouterNat) GetTcpEstablishedIdleTimeoutSec() int32

func (*RouterNat) GetTcpTimeWaitTimeoutSec

func (x *RouterNat) GetTcpTimeWaitTimeoutSec() int32

func (*RouterNat) GetTcpTransitoryIdleTimeoutSec

func (x *RouterNat) GetTcpTransitoryIdleTimeoutSec() int32

func (*RouterNat) GetUdpIdleTimeoutSec

func (x *RouterNat) GetUdpIdleTimeoutSec() int32

func (*RouterNat) ProtoMessage

func (*RouterNat) ProtoMessage()

func (*RouterNat) ProtoReflect

func (x *RouterNat) ProtoReflect() protoreflect.Message

func (*RouterNat) Reset

func (x *RouterNat) Reset()

func (*RouterNat) String

func (x *RouterNat) String() string

type RouterNatLogConfig

type RouterNatLogConfig struct {

	// Indicates whether or not to export logs. This is false by default.
	Enable *bool `protobuf:"varint,311764355,opt,name=enable,proto3,oneof" json:"enable,omitempty"`
	// Specify the desired filtering of logs on this NAT. If unspecified, logs are exported for all connections handled by this NAT. This option can take one of the following values: - ERRORS_ONLY: Export logs only for connection failures. - TRANSLATIONS_ONLY: Export logs only for successful connections. - ALL: Export logs for all connections, successful and unsuccessful.
	// Check the Filter enum for the list of possible values.
	Filter *string `protobuf:"bytes,336120696,opt,name=filter,proto3,oneof" json:"filter,omitempty"`
	// contains filtered or unexported fields
}

Configuration of logging on a NAT.

func (*RouterNatLogConfig) Descriptor

func (*RouterNatLogConfig) Descriptor() ([]byte, []int)

Deprecated: Use RouterNatLogConfig.ProtoReflect.Descriptor instead.

func (*RouterNatLogConfig) GetEnable

func (x *RouterNatLogConfig) GetEnable() bool

func (*RouterNatLogConfig) GetFilter

func (x *RouterNatLogConfig) GetFilter() string

func (*RouterNatLogConfig) ProtoMessage

func (*RouterNatLogConfig) ProtoMessage()

func (*RouterNatLogConfig) ProtoReflect

func (x *RouterNatLogConfig) ProtoReflect() protoreflect.Message

func (*RouterNatLogConfig) Reset

func (x *RouterNatLogConfig) Reset()

func (*RouterNatLogConfig) String

func (x *RouterNatLogConfig) String() string

type RouterNatLogConfig_Filter

type RouterNatLogConfig_Filter int32

Specify the desired filtering of logs on this NAT. If unspecified, logs are exported for all connections handled by this NAT. This option can take one of the following values: - ERRORS_ONLY: Export logs only for connection failures. - TRANSLATIONS_ONLY: Export logs only for successful connections. - ALL: Export logs for all connections, successful and unsuccessful.

const (
	// A value indicating that the enum field is not set.
	RouterNatLogConfig_UNDEFINED_FILTER RouterNatLogConfig_Filter = 0
	// Export logs for all (successful and unsuccessful) connections.
	RouterNatLogConfig_ALL RouterNatLogConfig_Filter = 64897
	// Export logs for connection failures only.
	RouterNatLogConfig_ERRORS_ONLY RouterNatLogConfig_Filter = 307484672
	// Export logs for successful connections only.
	RouterNatLogConfig_TRANSLATIONS_ONLY RouterNatLogConfig_Filter = 357212649
)

func (RouterNatLogConfig_Filter) Descriptor

func (RouterNatLogConfig_Filter) Enum

func (RouterNatLogConfig_Filter) EnumDescriptor

func (RouterNatLogConfig_Filter) EnumDescriptor() ([]byte, []int)

Deprecated: Use RouterNatLogConfig_Filter.Descriptor instead.

func (RouterNatLogConfig_Filter) Number

func (RouterNatLogConfig_Filter) String

func (x RouterNatLogConfig_Filter) String() string

func (RouterNatLogConfig_Filter) Type

type RouterNatRule

type RouterNatRule struct {

	// The action to be enforced for traffic that matches this rule.
	Action *RouterNatRuleAction `protobuf:"bytes,187661878,opt,name=action,proto3,oneof" json:"action,omitempty"`
	// An optional description of this rule.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// CEL expression that specifies the match condition that egress traffic from a VM is evaluated against. If it evaluates to true, the corresponding `action` is enforced. The following examples are valid match expressions for public NAT: "inIpRange(destination.ip, '1.1.0.0/16') || inIpRange(destination.ip, '2.2.0.0/16')" "destination.ip == '1.1.0.1' || destination.ip == '8.8.8.8'" The following example is a valid match expression for private NAT: "nexthop.hub == 'https://networkconnectivity.googleapis.com/v1alpha1/projects/my-project/global/hub/hub-1'"
	Match *string `protobuf:"bytes,103668165,opt,name=match,proto3,oneof" json:"match,omitempty"`
	// An integer uniquely identifying a rule in the list. The rule number must be a positive value between 0 and 65000, and must be unique among rules within a NAT.
	RuleNumber *uint32 `protobuf:"varint,535211500,opt,name=rule_number,json=ruleNumber,proto3,oneof" json:"rule_number,omitempty"`
	// contains filtered or unexported fields
}

func (*RouterNatRule) Descriptor

func (*RouterNatRule) Descriptor() ([]byte, []int)

Deprecated: Use RouterNatRule.ProtoReflect.Descriptor instead.

func (*RouterNatRule) GetAction

func (x *RouterNatRule) GetAction() *RouterNatRuleAction

func (*RouterNatRule) GetDescription

func (x *RouterNatRule) GetDescription() string

func (*RouterNatRule) GetMatch

func (x *RouterNatRule) GetMatch() string

func (*RouterNatRule) GetRuleNumber

func (x *RouterNatRule) GetRuleNumber() uint32

func (*RouterNatRule) ProtoMessage

func (*RouterNatRule) ProtoMessage()

func (*RouterNatRule) ProtoReflect

func (x *RouterNatRule) ProtoReflect() protoreflect.Message

func (*RouterNatRule) Reset

func (x *RouterNatRule) Reset()

func (*RouterNatRule) String

func (x *RouterNatRule) String() string

type RouterNatRuleAction

type RouterNatRuleAction struct {

	// A list of URLs of the IP resources used for this NAT rule. These IP addresses must be valid static external IP addresses assigned to the project. This field is used for public NAT.
	SourceNatActiveIps []string `protobuf:"bytes,210378229,rep,name=source_nat_active_ips,json=sourceNatActiveIps,proto3" json:"source_nat_active_ips,omitempty"`
	// A list of URLs of the IP resources to be drained. These IPs must be valid static external IPs that have been assigned to the NAT. These IPs should be used for updating/patching a NAT rule only. This field is used for public NAT.
	SourceNatDrainIps []string `protobuf:"bytes,340812451,rep,name=source_nat_drain_ips,json=sourceNatDrainIps,proto3" json:"source_nat_drain_ips,omitempty"`
	// contains filtered or unexported fields
}

func (*RouterNatRuleAction) Descriptor

func (*RouterNatRuleAction) Descriptor() ([]byte, []int)

Deprecated: Use RouterNatRuleAction.ProtoReflect.Descriptor instead.

func (*RouterNatRuleAction) GetSourceNatActiveIps

func (x *RouterNatRuleAction) GetSourceNatActiveIps() []string

func (*RouterNatRuleAction) GetSourceNatDrainIps

func (x *RouterNatRuleAction) GetSourceNatDrainIps() []string

func (*RouterNatRuleAction) ProtoMessage

func (*RouterNatRuleAction) ProtoMessage()

func (*RouterNatRuleAction) ProtoReflect

func (x *RouterNatRuleAction) ProtoReflect() protoreflect.Message

func (*RouterNatRuleAction) Reset

func (x *RouterNatRuleAction) Reset()

func (*RouterNatRuleAction) String

func (x *RouterNatRuleAction) String() string

type RouterNatSubnetworkToNat

type RouterNatSubnetworkToNat struct {

	// URL for the subnetwork resource that will use NAT.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// A list of the secondary ranges of the Subnetwork that are allowed to use NAT. This can be populated only if "LIST_OF_SECONDARY_IP_RANGES" is one of the values in source_ip_ranges_to_nat.
	SecondaryIpRangeNames []string `protobuf:"bytes,264315097,rep,name=secondary_ip_range_names,json=secondaryIpRangeNames,proto3" json:"secondary_ip_range_names,omitempty"`
	// Specify the options for NAT ranges in the Subnetwork. All options of a single value are valid except NAT_IP_RANGE_OPTION_UNSPECIFIED. The only valid option with multiple values is: ["PRIMARY_IP_RANGE", "LIST_OF_SECONDARY_IP_RANGES"] Default: [ALL_IP_RANGES]
	// Check the SourceIpRangesToNat enum for the list of possible values.
	SourceIpRangesToNat []string `protobuf:"bytes,388310386,rep,name=source_ip_ranges_to_nat,json=sourceIpRangesToNat,proto3" json:"source_ip_ranges_to_nat,omitempty"`
	// contains filtered or unexported fields
}

Defines the IP ranges that want to use NAT for a subnetwork.

func (*RouterNatSubnetworkToNat) Descriptor

func (*RouterNatSubnetworkToNat) Descriptor() ([]byte, []int)

Deprecated: Use RouterNatSubnetworkToNat.ProtoReflect.Descriptor instead.

func (*RouterNatSubnetworkToNat) GetName

func (x *RouterNatSubnetworkToNat) GetName() string

func (*RouterNatSubnetworkToNat) GetSecondaryIpRangeNames

func (x *RouterNatSubnetworkToNat) GetSecondaryIpRangeNames() []string

func (*RouterNatSubnetworkToNat) GetSourceIpRangesToNat

func (x *RouterNatSubnetworkToNat) GetSourceIpRangesToNat() []string

func (*RouterNatSubnetworkToNat) ProtoMessage

func (*RouterNatSubnetworkToNat) ProtoMessage()

func (*RouterNatSubnetworkToNat) ProtoReflect

func (x *RouterNatSubnetworkToNat) ProtoReflect() protoreflect.Message

func (*RouterNatSubnetworkToNat) Reset

func (x *RouterNatSubnetworkToNat) Reset()

func (*RouterNatSubnetworkToNat) String

func (x *RouterNatSubnetworkToNat) String() string

type RouterNatSubnetworkToNat_SourceIpRangesToNat

type RouterNatSubnetworkToNat_SourceIpRangesToNat int32
const (
	// A value indicating that the enum field is not set.
	RouterNatSubnetworkToNat_UNDEFINED_SOURCE_IP_RANGES_TO_NAT RouterNatSubnetworkToNat_SourceIpRangesToNat = 0
	// The primary and all the secondary ranges are allowed to Nat.
	RouterNatSubnetworkToNat_ALL_IP_RANGES RouterNatSubnetworkToNat_SourceIpRangesToNat = 35608496
	// A list of secondary ranges are allowed to Nat.
	RouterNatSubnetworkToNat_LIST_OF_SECONDARY_IP_RANGES RouterNatSubnetworkToNat_SourceIpRangesToNat = 192289308
	// The primary range is allowed to Nat.
	RouterNatSubnetworkToNat_PRIMARY_IP_RANGE RouterNatSubnetworkToNat_SourceIpRangesToNat = 297109954
)

func (RouterNatSubnetworkToNat_SourceIpRangesToNat) Descriptor

func (RouterNatSubnetworkToNat_SourceIpRangesToNat) Enum

func (RouterNatSubnetworkToNat_SourceIpRangesToNat) EnumDescriptor

func (RouterNatSubnetworkToNat_SourceIpRangesToNat) EnumDescriptor() ([]byte, []int)

Deprecated: Use RouterNatSubnetworkToNat_SourceIpRangesToNat.Descriptor instead.

func (RouterNatSubnetworkToNat_SourceIpRangesToNat) Number

func (RouterNatSubnetworkToNat_SourceIpRangesToNat) String

func (RouterNatSubnetworkToNat_SourceIpRangesToNat) Type

type RouterNat_AutoNetworkTier

type RouterNat_AutoNetworkTier int32

The network tier to use when automatically reserving IP addresses. Must be one of: PREMIUM, STANDARD. If not specified, PREMIUM tier will be used.

const (
	// A value indicating that the enum field is not set.
	RouterNat_UNDEFINED_AUTO_NETWORK_TIER RouterNat_AutoNetworkTier = 0
	// Public internet quality with fixed bandwidth.
	RouterNat_FIXED_STANDARD RouterNat_AutoNetworkTier = 310464328
	// High quality, Google-grade network tier, support for all networking products.
	RouterNat_PREMIUM RouterNat_AutoNetworkTier = 399530551
	// Public internet quality, only limited support for other networking products.
	RouterNat_STANDARD RouterNat_AutoNetworkTier = 484642493
	// (Output only) Temporary tier for FIXED_STANDARD when fixed standard tier is expired or not configured.
	RouterNat_STANDARD_OVERRIDES_FIXED_STANDARD RouterNat_AutoNetworkTier = 465847234
)

func (RouterNat_AutoNetworkTier) Descriptor

func (RouterNat_AutoNetworkTier) Enum

func (RouterNat_AutoNetworkTier) EnumDescriptor

func (RouterNat_AutoNetworkTier) EnumDescriptor() ([]byte, []int)

Deprecated: Use RouterNat_AutoNetworkTier.Descriptor instead.

func (RouterNat_AutoNetworkTier) Number

func (RouterNat_AutoNetworkTier) String

func (x RouterNat_AutoNetworkTier) String() string

func (RouterNat_AutoNetworkTier) Type

type RouterNat_EndpointTypes

type RouterNat_EndpointTypes int32
const (
	// A value indicating that the enum field is not set.
	RouterNat_UNDEFINED_ENDPOINT_TYPES RouterNat_EndpointTypes = 0
	// This is used for Secure Web Gateway endpoints.
	RouterNat_ENDPOINT_TYPE_SWG RouterNat_EndpointTypes = 159344456
	// This is the default.
	RouterNat_ENDPOINT_TYPE_VM RouterNat_EndpointTypes = 57095474
)

func (RouterNat_EndpointTypes) Descriptor

func (RouterNat_EndpointTypes) Enum

func (RouterNat_EndpointTypes) EnumDescriptor

func (RouterNat_EndpointTypes) EnumDescriptor() ([]byte, []int)

Deprecated: Use RouterNat_EndpointTypes.Descriptor instead.

func (RouterNat_EndpointTypes) Number

func (RouterNat_EndpointTypes) String

func (x RouterNat_EndpointTypes) String() string

func (RouterNat_EndpointTypes) Type

type RouterNat_NatIpAllocateOption

type RouterNat_NatIpAllocateOption int32

Specify the NatIpAllocateOption, which can take one of the following values: - MANUAL_ONLY: Uses only Nat IP addresses provided by customers. When there are not enough specified Nat IPs, the Nat service fails for new VMs. - AUTO_ONLY: Nat IPs are allocated by Google Cloud Platform; customers can't specify any Nat IPs. When choosing AUTO_ONLY, then nat_ip should be empty.

const (
	// A value indicating that the enum field is not set.
	RouterNat_UNDEFINED_NAT_IP_ALLOCATE_OPTION RouterNat_NatIpAllocateOption = 0
	// Nat IPs are allocated by GCP; customers can not specify any Nat IPs.
	RouterNat_AUTO_ONLY RouterNat_NatIpAllocateOption = 182333500
	// Only use Nat IPs provided by customers. When specified Nat IPs are not enough then the Nat service fails for new VMs.
	RouterNat_MANUAL_ONLY RouterNat_NatIpAllocateOption = 261251205
)

func (RouterNat_NatIpAllocateOption) Descriptor

func (RouterNat_NatIpAllocateOption) Enum

func (RouterNat_NatIpAllocateOption) EnumDescriptor

func (RouterNat_NatIpAllocateOption) EnumDescriptor() ([]byte, []int)

Deprecated: Use RouterNat_NatIpAllocateOption.Descriptor instead.

func (RouterNat_NatIpAllocateOption) Number

func (RouterNat_NatIpAllocateOption) String

func (RouterNat_NatIpAllocateOption) Type

type RouterNat_SourceSubnetworkIpRangesToNat

type RouterNat_SourceSubnetworkIpRangesToNat int32

Specify the Nat option, which can take one of the following values: - ALL_SUBNETWORKS_ALL_IP_RANGES: All of the IP ranges in every Subnetwork are allowed to Nat. - ALL_SUBNETWORKS_ALL_PRIMARY_IP_RANGES: All of the primary IP ranges in every Subnetwork are allowed to Nat. - LIST_OF_SUBNETWORKS: A list of Subnetworks are allowed to Nat (specified in the field subnetwork below) The default is SUBNETWORK_IP_RANGE_TO_NAT_OPTION_UNSPECIFIED. Note that if this field contains ALL_SUBNETWORKS_ALL_IP_RANGES then there should not be any other Router.Nat section in any Router for this network in this region.

const (
	// A value indicating that the enum field is not set.
	RouterNat_UNDEFINED_SOURCE_SUBNETWORK_IP_RANGES_TO_NAT RouterNat_SourceSubnetworkIpRangesToNat = 0
	// All the IP ranges in every Subnetwork are allowed to Nat.
	RouterNat_ALL_SUBNETWORKS_ALL_IP_RANGES RouterNat_SourceSubnetworkIpRangesToNat = 179964376
	// All the primary IP ranges in every Subnetwork are allowed to Nat.
	RouterNat_ALL_SUBNETWORKS_ALL_PRIMARY_IP_RANGES RouterNat_SourceSubnetworkIpRangesToNat = 185573819
	// A list of Subnetworks are allowed to Nat (specified in the field subnetwork below)
	RouterNat_LIST_OF_SUBNETWORKS RouterNat_SourceSubnetworkIpRangesToNat = 517542270
)

func (RouterNat_SourceSubnetworkIpRangesToNat) Descriptor

func (RouterNat_SourceSubnetworkIpRangesToNat) Enum

func (RouterNat_SourceSubnetworkIpRangesToNat) EnumDescriptor

func (RouterNat_SourceSubnetworkIpRangesToNat) EnumDescriptor() ([]byte, []int)

Deprecated: Use RouterNat_SourceSubnetworkIpRangesToNat.Descriptor instead.

func (RouterNat_SourceSubnetworkIpRangesToNat) Number

func (RouterNat_SourceSubnetworkIpRangesToNat) String

func (RouterNat_SourceSubnetworkIpRangesToNat) Type

type RouterStatus

type RouterStatus struct {

	// Best routes for this router's network.
	BestRoutes []*Route `protobuf:"bytes,395826693,rep,name=best_routes,json=bestRoutes,proto3" json:"best_routes,omitempty"`
	// Best routes learned by this router.
	BestRoutesForRouter []*Route                     `protobuf:"bytes,119389689,rep,name=best_routes_for_router,json=bestRoutesForRouter,proto3" json:"best_routes_for_router,omitempty"`
	BgpPeerStatus       []*RouterStatusBgpPeerStatus `protobuf:"bytes,218459131,rep,name=bgp_peer_status,json=bgpPeerStatus,proto3" json:"bgp_peer_status,omitempty"`
	NatStatus           []*RouterStatusNatStatus     `protobuf:"bytes,63098064,rep,name=nat_status,json=natStatus,proto3" json:"nat_status,omitempty"`
	// URI of the network to which this router belongs.
	Network *string `protobuf:"bytes,232872494,opt,name=network,proto3,oneof" json:"network,omitempty"`
	// contains filtered or unexported fields
}

func (*RouterStatus) Descriptor

func (*RouterStatus) Descriptor() ([]byte, []int)

Deprecated: Use RouterStatus.ProtoReflect.Descriptor instead.

func (*RouterStatus) GetBestRoutes

func (x *RouterStatus) GetBestRoutes() []*Route

func (*RouterStatus) GetBestRoutesForRouter

func (x *RouterStatus) GetBestRoutesForRouter() []*Route

func (*RouterStatus) GetBgpPeerStatus

func (x *RouterStatus) GetBgpPeerStatus() []*RouterStatusBgpPeerStatus

func (*RouterStatus) GetNatStatus

func (x *RouterStatus) GetNatStatus() []*RouterStatusNatStatus

func (*RouterStatus) GetNetwork

func (x *RouterStatus) GetNetwork() string

func (*RouterStatus) ProtoMessage

func (*RouterStatus) ProtoMessage()

func (*RouterStatus) ProtoReflect

func (x *RouterStatus) ProtoReflect() protoreflect.Message

func (*RouterStatus) Reset

func (x *RouterStatus) Reset()

func (*RouterStatus) String

func (x *RouterStatus) String() string

type RouterStatusBgpPeerStatus

type RouterStatusBgpPeerStatus struct {

	// Routes that were advertised to the remote BGP peer
	AdvertisedRoutes []*Route   `protobuf:"bytes,333393068,rep,name=advertised_routes,json=advertisedRoutes,proto3" json:"advertised_routes,omitempty"`
	BfdStatus        *BfdStatus `protobuf:"bytes,395631729,opt,name=bfd_status,json=bfdStatus,proto3,oneof" json:"bfd_status,omitempty"`
	// Enable IPv6 traffic over BGP Peer. If not specified, it is disabled by default.
	EnableIpv6 *bool `protobuf:"varint,181467939,opt,name=enable_ipv6,json=enableIpv6,proto3,oneof" json:"enable_ipv6,omitempty"`
	// IP address of the local BGP interface.
	IpAddress *string `protobuf:"bytes,406272220,opt,name=ip_address,json=ipAddress,proto3,oneof" json:"ip_address,omitempty"`
	// IPv6 address of the local BGP interface.
	Ipv6NexthopAddress *string `protobuf:"bytes,27968211,opt,name=ipv6_nexthop_address,json=ipv6NexthopAddress,proto3,oneof" json:"ipv6_nexthop_address,omitempty"`
	// URL of the VPN tunnel that this BGP peer controls.
	LinkedVpnTunnel *string `protobuf:"bytes,352296953,opt,name=linked_vpn_tunnel,json=linkedVpnTunnel,proto3,oneof" json:"linked_vpn_tunnel,omitempty"`
	// Informs whether MD5 authentication is enabled on this BGP peer.
	Md5AuthEnabled *bool `protobuf:"varint,451152075,opt,name=md5_auth_enabled,json=md5AuthEnabled,proto3,oneof" json:"md5_auth_enabled,omitempty"`
	// Name of this BGP peer. Unique within the Routers resource.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// Number of routes learned from the remote BGP Peer.
	NumLearnedRoutes *uint32 `protobuf:"varint,135457535,opt,name=num_learned_routes,json=numLearnedRoutes,proto3,oneof" json:"num_learned_routes,omitempty"`
	// IP address of the remote BGP interface.
	PeerIpAddress *string `protobuf:"bytes,207735769,opt,name=peer_ip_address,json=peerIpAddress,proto3,oneof" json:"peer_ip_address,omitempty"`
	// IPv6 address of the remote BGP interface.
	PeerIpv6NexthopAddress *string `protobuf:"bytes,491486608,opt,name=peer_ipv6_nexthop_address,json=peerIpv6NexthopAddress,proto3,oneof" json:"peer_ipv6_nexthop_address,omitempty"`
	// [Output only] URI of the VM instance that is used as third-party router appliances such as Next Gen Firewalls, Virtual Routers, or Router Appliances. The VM instance is the peer side of the BGP session.
	RouterApplianceInstance *string `protobuf:"bytes,468312989,opt,name=router_appliance_instance,json=routerApplianceInstance,proto3,oneof" json:"router_appliance_instance,omitempty"`
	// The state of the BGP session. For a list of possible values for this field, see BGP session states.
	State *string `protobuf:"bytes,109757585,opt,name=state,proto3,oneof" json:"state,omitempty"`
	// Status of the BGP peer: {UP, DOWN}
	// Check the Status enum for the list of possible values.
	Status *string `protobuf:"bytes,181260274,opt,name=status,proto3,oneof" json:"status,omitempty"`
	// Indicates why particular status was returned.
	// Check the StatusReason enum for the list of possible values.
	StatusReason *string `protobuf:"bytes,342706993,opt,name=status_reason,json=statusReason,proto3,oneof" json:"status_reason,omitempty"`
	// Time this session has been up. Format: 14 years, 51 weeks, 6 days, 23 hours, 59 minutes, 59 seconds
	Uptime *string `protobuf:"bytes,235379688,opt,name=uptime,proto3,oneof" json:"uptime,omitempty"`
	// Time this session has been up, in seconds. Format: 145
	UptimeSeconds *string `protobuf:"bytes,104736040,opt,name=uptime_seconds,json=uptimeSeconds,proto3,oneof" json:"uptime_seconds,omitempty"`
	// contains filtered or unexported fields
}

func (*RouterStatusBgpPeerStatus) Descriptor

func (*RouterStatusBgpPeerStatus) Descriptor() ([]byte, []int)

Deprecated: Use RouterStatusBgpPeerStatus.ProtoReflect.Descriptor instead.

func (*RouterStatusBgpPeerStatus) GetAdvertisedRoutes

func (x *RouterStatusBgpPeerStatus) GetAdvertisedRoutes() []*Route

func (*RouterStatusBgpPeerStatus) GetBfdStatus

func (x *RouterStatusBgpPeerStatus) GetBfdStatus() *BfdStatus

func (*RouterStatusBgpPeerStatus) GetEnableIpv6

func (x *RouterStatusBgpPeerStatus) GetEnableIpv6() bool

func (*RouterStatusBgpPeerStatus) GetIpAddress

func (x *RouterStatusBgpPeerStatus) GetIpAddress() string

func (*RouterStatusBgpPeerStatus) GetIpv6NexthopAddress

func (x *RouterStatusBgpPeerStatus) GetIpv6NexthopAddress() string

func (*RouterStatusBgpPeerStatus) GetLinkedVpnTunnel

func (x *RouterStatusBgpPeerStatus) GetLinkedVpnTunnel() string

func (*RouterStatusBgpPeerStatus) GetMd5AuthEnabled

func (x *RouterStatusBgpPeerStatus) GetMd5AuthEnabled() bool

func (*RouterStatusBgpPeerStatus) GetName

func (x *RouterStatusBgpPeerStatus) GetName() string

func (*RouterStatusBgpPeerStatus) GetNumLearnedRoutes

func (x *RouterStatusBgpPeerStatus) GetNumLearnedRoutes() uint32

func (*RouterStatusBgpPeerStatus) GetPeerIpAddress

func (x *RouterStatusBgpPeerStatus) GetPeerIpAddress() string

func (*RouterStatusBgpPeerStatus) GetPeerIpv6NexthopAddress

func (x *RouterStatusBgpPeerStatus) GetPeerIpv6NexthopAddress() string

func (*RouterStatusBgpPeerStatus) GetRouterApplianceInstance

func (x *RouterStatusBgpPeerStatus) GetRouterApplianceInstance() string

func (*RouterStatusBgpPeerStatus) GetState

func (x *RouterStatusBgpPeerStatus) GetState() string

func (*RouterStatusBgpPeerStatus) GetStatus

func (x *RouterStatusBgpPeerStatus) GetStatus() string

func (*RouterStatusBgpPeerStatus) GetStatusReason

func (x *RouterStatusBgpPeerStatus) GetStatusReason() string

func (*RouterStatusBgpPeerStatus) GetUptime

func (x *RouterStatusBgpPeerStatus) GetUptime() string

func (*RouterStatusBgpPeerStatus) GetUptimeSeconds

func (x *RouterStatusBgpPeerStatus) GetUptimeSeconds() string

func (*RouterStatusBgpPeerStatus) ProtoMessage

func (*RouterStatusBgpPeerStatus) ProtoMessage()

func (*RouterStatusBgpPeerStatus) ProtoReflect

func (*RouterStatusBgpPeerStatus) Reset

func (x *RouterStatusBgpPeerStatus) Reset()

func (*RouterStatusBgpPeerStatus) String

func (x *RouterStatusBgpPeerStatus) String() string

type RouterStatusBgpPeerStatus_Status

type RouterStatusBgpPeerStatus_Status int32

Status of the BGP peer: {UP, DOWN}

const (
	// A value indicating that the enum field is not set.
	RouterStatusBgpPeerStatus_UNDEFINED_STATUS RouterStatusBgpPeerStatus_Status = 0
	RouterStatusBgpPeerStatus_DOWN             RouterStatusBgpPeerStatus_Status = 2104482
	RouterStatusBgpPeerStatus_UNKNOWN          RouterStatusBgpPeerStatus_Status = 433141802
	RouterStatusBgpPeerStatus_UP               RouterStatusBgpPeerStatus_Status = 2715
)

func (RouterStatusBgpPeerStatus_Status) Descriptor

func (RouterStatusBgpPeerStatus_Status) Enum

func (RouterStatusBgpPeerStatus_Status) EnumDescriptor

func (RouterStatusBgpPeerStatus_Status) EnumDescriptor() ([]byte, []int)

Deprecated: Use RouterStatusBgpPeerStatus_Status.Descriptor instead.

func (RouterStatusBgpPeerStatus_Status) Number

func (RouterStatusBgpPeerStatus_Status) String

func (RouterStatusBgpPeerStatus_Status) Type

type RouterStatusBgpPeerStatus_StatusReason

type RouterStatusBgpPeerStatus_StatusReason int32

Indicates why particular status was returned.

const (
	// A value indicating that the enum field is not set.
	RouterStatusBgpPeerStatus_UNDEFINED_STATUS_REASON RouterStatusBgpPeerStatus_StatusReason = 0
	// Indicates internal problems with configuration of MD5 authentication. This particular reason can only be returned when md5AuthEnabled is true and status is DOWN.
	RouterStatusBgpPeerStatus_MD5_AUTH_INTERNAL_PROBLEM RouterStatusBgpPeerStatus_StatusReason = 140462259
	RouterStatusBgpPeerStatus_STATUS_REASON_UNSPECIFIED RouterStatusBgpPeerStatus_StatusReason = 394331913
)

func (RouterStatusBgpPeerStatus_StatusReason) Descriptor

func (RouterStatusBgpPeerStatus_StatusReason) Enum

func (RouterStatusBgpPeerStatus_StatusReason) EnumDescriptor

func (RouterStatusBgpPeerStatus_StatusReason) EnumDescriptor() ([]byte, []int)

Deprecated: Use RouterStatusBgpPeerStatus_StatusReason.Descriptor instead.

func (RouterStatusBgpPeerStatus_StatusReason) Number

func (RouterStatusBgpPeerStatus_StatusReason) String

func (RouterStatusBgpPeerStatus_StatusReason) Type

type RouterStatusNatStatus

type RouterStatusNatStatus struct {

	// A list of IPs auto-allocated for NAT. Example: ["1.1.1.1", "129.2.16.89"]
	AutoAllocatedNatIps []string `protobuf:"bytes,510794246,rep,name=auto_allocated_nat_ips,json=autoAllocatedNatIps,proto3" json:"auto_allocated_nat_ips,omitempty"`
	// A list of IPs auto-allocated for NAT that are in drain mode. Example: ["1.1.1.1", "179.12.26.133"].
	DrainAutoAllocatedNatIps []string `protobuf:"bytes,309184557,rep,name=drain_auto_allocated_nat_ips,json=drainAutoAllocatedNatIps,proto3" json:"drain_auto_allocated_nat_ips,omitempty"`
	// A list of IPs user-allocated for NAT that are in drain mode. Example: ["1.1.1.1", "179.12.26.133"].
	DrainUserAllocatedNatIps []string `protobuf:"bytes,305268553,rep,name=drain_user_allocated_nat_ips,json=drainUserAllocatedNatIps,proto3" json:"drain_user_allocated_nat_ips,omitempty"`
	// The number of extra IPs to allocate. This will be greater than 0 only if user-specified IPs are NOT enough to allow all configured VMs to use NAT. This value is meaningful only when auto-allocation of NAT IPs is *not* used.
	MinExtraNatIpsNeeded *int32 `protobuf:"varint,365786338,opt,name=min_extra_nat_ips_needed,json=minExtraNatIpsNeeded,proto3,oneof" json:"min_extra_nat_ips_needed,omitempty"`
	// Unique name of this NAT.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// Number of VM endpoints (i.e., Nics) that can use NAT.
	NumVmEndpointsWithNatMappings *int32 `protobuf:"varint,512367468,opt,name=num_vm_endpoints_with_nat_mappings,json=numVmEndpointsWithNatMappings,proto3,oneof" json:"num_vm_endpoints_with_nat_mappings,omitempty"`
	// Status of rules in this NAT.
	RuleStatus []*RouterStatusNatStatusNatRuleStatus `protobuf:"bytes,140223125,rep,name=rule_status,json=ruleStatus,proto3" json:"rule_status,omitempty"`
	// A list of fully qualified URLs of reserved IP address resources.
	UserAllocatedNatIpResources []string `protobuf:"bytes,212776151,rep,name=user_allocated_nat_ip_resources,json=userAllocatedNatIpResources,proto3" json:"user_allocated_nat_ip_resources,omitempty"`
	// A list of IPs user-allocated for NAT. They will be raw IP strings like "179.12.26.133".
	UserAllocatedNatIps []string `protobuf:"bytes,506878242,rep,name=user_allocated_nat_ips,json=userAllocatedNatIps,proto3" json:"user_allocated_nat_ips,omitempty"`
	// contains filtered or unexported fields
}

Status of a NAT contained in this router.

func (*RouterStatusNatStatus) Descriptor

func (*RouterStatusNatStatus) Descriptor() ([]byte, []int)

Deprecated: Use RouterStatusNatStatus.ProtoReflect.Descriptor instead.

func (*RouterStatusNatStatus) GetAutoAllocatedNatIps

func (x *RouterStatusNatStatus) GetAutoAllocatedNatIps() []string

func (*RouterStatusNatStatus) GetDrainAutoAllocatedNatIps

func (x *RouterStatusNatStatus) GetDrainAutoAllocatedNatIps() []string

func (*RouterStatusNatStatus) GetDrainUserAllocatedNatIps

func (x *RouterStatusNatStatus) GetDrainUserAllocatedNatIps() []string

func (*RouterStatusNatStatus) GetMinExtraNatIpsNeeded

func (x *RouterStatusNatStatus) GetMinExtraNatIpsNeeded() int32

func (*RouterStatusNatStatus) GetName

func (x *RouterStatusNatStatus) GetName() string

func (*RouterStatusNatStatus) GetNumVmEndpointsWithNatMappings

func (x *RouterStatusNatStatus) GetNumVmEndpointsWithNatMappings() int32

func (*RouterStatusNatStatus) GetRuleStatus

func (*RouterStatusNatStatus) GetUserAllocatedNatIpResources

func (x *RouterStatusNatStatus) GetUserAllocatedNatIpResources() []string

func (*RouterStatusNatStatus) GetUserAllocatedNatIps

func (x *RouterStatusNatStatus) GetUserAllocatedNatIps() []string

func (*RouterStatusNatStatus) ProtoMessage

func (*RouterStatusNatStatus) ProtoMessage()

func (*RouterStatusNatStatus) ProtoReflect

func (x *RouterStatusNatStatus) ProtoReflect() protoreflect.Message

func (*RouterStatusNatStatus) Reset

func (x *RouterStatusNatStatus) Reset()

func (*RouterStatusNatStatus) String

func (x *RouterStatusNatStatus) String() string

type RouterStatusNatStatusNatRuleStatus

type RouterStatusNatStatusNatRuleStatus struct {

	// A list of active IPs for NAT. Example: ["1.1.1.1", "179.12.26.133"].
	ActiveNatIps []string `protobuf:"bytes,208517077,rep,name=active_nat_ips,json=activeNatIps,proto3" json:"active_nat_ips,omitempty"`
	// A list of IPs for NAT that are in drain mode. Example: ["1.1.1.1", "179.12.26.133"].
	DrainNatIps []string `protobuf:"bytes,504078535,rep,name=drain_nat_ips,json=drainNatIps,proto3" json:"drain_nat_ips,omitempty"`
	// The number of extra IPs to allocate. This will be greater than 0 only if the existing IPs in this NAT Rule are NOT enough to allow all configured VMs to use NAT.
	MinExtraIpsNeeded *int32 `protobuf:"varint,353002756,opt,name=min_extra_ips_needed,json=minExtraIpsNeeded,proto3,oneof" json:"min_extra_ips_needed,omitempty"`
	// Number of VM endpoints (i.e., NICs) that have NAT Mappings from this NAT Rule.
	NumVmEndpointsWithNatMappings *int32 `protobuf:"varint,512367468,opt,name=num_vm_endpoints_with_nat_mappings,json=numVmEndpointsWithNatMappings,proto3,oneof" json:"num_vm_endpoints_with_nat_mappings,omitempty"`
	// Rule number of the rule.
	RuleNumber *int32 `protobuf:"varint,535211500,opt,name=rule_number,json=ruleNumber,proto3,oneof" json:"rule_number,omitempty"`
	// contains filtered or unexported fields
}

Status of a NAT Rule contained in this NAT.

func (*RouterStatusNatStatusNatRuleStatus) Descriptor

func (*RouterStatusNatStatusNatRuleStatus) Descriptor() ([]byte, []int)

Deprecated: Use RouterStatusNatStatusNatRuleStatus.ProtoReflect.Descriptor instead.

func (*RouterStatusNatStatusNatRuleStatus) GetActiveNatIps

func (x *RouterStatusNatStatusNatRuleStatus) GetActiveNatIps() []string

func (*RouterStatusNatStatusNatRuleStatus) GetDrainNatIps

func (x *RouterStatusNatStatusNatRuleStatus) GetDrainNatIps() []string

func (*RouterStatusNatStatusNatRuleStatus) GetMinExtraIpsNeeded

func (x *RouterStatusNatStatusNatRuleStatus) GetMinExtraIpsNeeded() int32

func (*RouterStatusNatStatusNatRuleStatus) GetNumVmEndpointsWithNatMappings

func (x *RouterStatusNatStatusNatRuleStatus) GetNumVmEndpointsWithNatMappings() int32

func (*RouterStatusNatStatusNatRuleStatus) GetRuleNumber

func (x *RouterStatusNatStatusNatRuleStatus) GetRuleNumber() int32

func (*RouterStatusNatStatusNatRuleStatus) ProtoMessage

func (*RouterStatusNatStatusNatRuleStatus) ProtoMessage()

func (*RouterStatusNatStatusNatRuleStatus) ProtoReflect

func (*RouterStatusNatStatusNatRuleStatus) Reset

func (*RouterStatusNatStatusNatRuleStatus) String

type RouterStatusResponse

type RouterStatusResponse struct {

	// Type of resource.
	Kind   *string       `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	Result *RouterStatus `protobuf:"bytes,139315229,opt,name=result,proto3,oneof" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*RouterStatusResponse) Descriptor

func (*RouterStatusResponse) Descriptor() ([]byte, []int)

Deprecated: Use RouterStatusResponse.ProtoReflect.Descriptor instead.

func (*RouterStatusResponse) GetKind

func (x *RouterStatusResponse) GetKind() string

func (*RouterStatusResponse) GetResult

func (x *RouterStatusResponse) GetResult() *RouterStatus

func (*RouterStatusResponse) ProtoMessage

func (*RouterStatusResponse) ProtoMessage()

func (*RouterStatusResponse) ProtoReflect

func (x *RouterStatusResponse) ProtoReflect() protoreflect.Message

func (*RouterStatusResponse) Reset

func (x *RouterStatusResponse) Reset()

func (*RouterStatusResponse) String

func (x *RouterStatusResponse) String() string

type RoutersClient

type RoutersClient interface {
	// Retrieves an aggregated list of routers.
	AggregatedList(ctx context.Context, in *AggregatedListRoutersRequest, opts ...grpc.CallOption) (*RouterAggregatedList, error)
	// Deletes the specified Router resource.
	Delete(ctx context.Context, in *DeleteRouterRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified Router resource.
	Get(ctx context.Context, in *GetRouterRequest, opts ...grpc.CallOption) (*Router, error)
	// Retrieves runtime Nat mapping information of VM endpoints.
	GetNatMappingInfo(ctx context.Context, in *GetNatMappingInfoRoutersRequest, opts ...grpc.CallOption) (*VmEndpointNatMappingsList, error)
	// Retrieves runtime information of the specified router.
	GetRouterStatus(ctx context.Context, in *GetRouterStatusRouterRequest, opts ...grpc.CallOption) (*RouterStatusResponse, error)
	// Creates a Router resource in the specified project and region using the data included in the request.
	Insert(ctx context.Context, in *InsertRouterRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves a list of Router resources available to the specified project.
	List(ctx context.Context, in *ListRoutersRequest, opts ...grpc.CallOption) (*RouterList, error)
	// Patches the specified Router resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.
	Patch(ctx context.Context, in *PatchRouterRequest, opts ...grpc.CallOption) (*Operation, error)
	// Preview fields auto-generated during router create and update operations. Calling this method does NOT create or update the router.
	Preview(ctx context.Context, in *PreviewRouterRequest, opts ...grpc.CallOption) (*RoutersPreviewResponse, error)
	// Updates the specified Router resource with the data included in the request. This method conforms to PUT semantics, which requests that the state of the target resource be created or replaced with the state defined by the representation enclosed in the request message payload.
	Update(ctx context.Context, in *UpdateRouterRequest, opts ...grpc.CallOption) (*Operation, error)
}

RoutersClient is the client API for Routers service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewRoutersClient

func NewRoutersClient(cc grpc.ClientConnInterface) RoutersClient

type RoutersPreviewResponse

type RoutersPreviewResponse struct {

	// Preview of given router.
	Resource *Router `protobuf:"bytes,195806222,opt,name=resource,proto3,oneof" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

func (*RoutersPreviewResponse) Descriptor

func (*RoutersPreviewResponse) Descriptor() ([]byte, []int)

Deprecated: Use RoutersPreviewResponse.ProtoReflect.Descriptor instead.

func (*RoutersPreviewResponse) GetResource

func (x *RoutersPreviewResponse) GetResource() *Router

func (*RoutersPreviewResponse) ProtoMessage

func (*RoutersPreviewResponse) ProtoMessage()

func (*RoutersPreviewResponse) ProtoReflect

func (x *RoutersPreviewResponse) ProtoReflect() protoreflect.Message

func (*RoutersPreviewResponse) Reset

func (x *RoutersPreviewResponse) Reset()

func (*RoutersPreviewResponse) String

func (x *RoutersPreviewResponse) String() string

type RoutersScopedList

type RoutersScopedList struct {

	// A list of routers contained in this scope.
	Routers []*Router `protobuf:"bytes,311906890,rep,name=routers,proto3" json:"routers,omitempty"`
	// Informational warning which replaces the list of routers when the list is empty.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*RoutersScopedList) Descriptor

func (*RoutersScopedList) Descriptor() ([]byte, []int)

Deprecated: Use RoutersScopedList.ProtoReflect.Descriptor instead.

func (*RoutersScopedList) GetRouters

func (x *RoutersScopedList) GetRouters() []*Router

func (*RoutersScopedList) GetWarning

func (x *RoutersScopedList) GetWarning() *Warning

func (*RoutersScopedList) ProtoMessage

func (*RoutersScopedList) ProtoMessage()

func (*RoutersScopedList) ProtoReflect

func (x *RoutersScopedList) ProtoReflect() protoreflect.Message

func (*RoutersScopedList) Reset

func (x *RoutersScopedList) Reset()

func (*RoutersScopedList) String

func (x *RoutersScopedList) String() string

type RoutersServer

type RoutersServer interface {
	// Retrieves an aggregated list of routers.
	AggregatedList(context.Context, *AggregatedListRoutersRequest) (*RouterAggregatedList, error)
	// Deletes the specified Router resource.
	Delete(context.Context, *DeleteRouterRequest) (*Operation, error)
	// Returns the specified Router resource.
	Get(context.Context, *GetRouterRequest) (*Router, error)
	// Retrieves runtime Nat mapping information of VM endpoints.
	GetNatMappingInfo(context.Context, *GetNatMappingInfoRoutersRequest) (*VmEndpointNatMappingsList, error)
	// Retrieves runtime information of the specified router.
	GetRouterStatus(context.Context, *GetRouterStatusRouterRequest) (*RouterStatusResponse, error)
	// Creates a Router resource in the specified project and region using the data included in the request.
	Insert(context.Context, *InsertRouterRequest) (*Operation, error)
	// Retrieves a list of Router resources available to the specified project.
	List(context.Context, *ListRoutersRequest) (*RouterList, error)
	// Patches the specified Router resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.
	Patch(context.Context, *PatchRouterRequest) (*Operation, error)
	// Preview fields auto-generated during router create and update operations. Calling this method does NOT create or update the router.
	Preview(context.Context, *PreviewRouterRequest) (*RoutersPreviewResponse, error)
	// Updates the specified Router resource with the data included in the request. This method conforms to PUT semantics, which requests that the state of the target resource be created or replaced with the state defined by the representation enclosed in the request message payload.
	Update(context.Context, *UpdateRouterRequest) (*Operation, error)
}

RoutersServer is the server API for Routers service.

type RoutesClient

type RoutesClient interface {
	// Deletes the specified Route resource.
	Delete(ctx context.Context, in *DeleteRouteRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified Route resource.
	Get(ctx context.Context, in *GetRouteRequest, opts ...grpc.CallOption) (*Route, error)
	// Creates a Route resource in the specified project using the data included in the request.
	Insert(ctx context.Context, in *InsertRouteRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves the list of Route resources available to the specified project.
	List(ctx context.Context, in *ListRoutesRequest, opts ...grpc.CallOption) (*RouteList, error)
}

RoutesClient is the client API for Routes service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewRoutesClient

func NewRoutesClient(cc grpc.ClientConnInterface) RoutesClient

type RoutesServer

type RoutesServer interface {
	// Deletes the specified Route resource.
	Delete(context.Context, *DeleteRouteRequest) (*Operation, error)
	// Returns the specified Route resource.
	Get(context.Context, *GetRouteRequest) (*Route, error)
	// Creates a Route resource in the specified project using the data included in the request.
	Insert(context.Context, *InsertRouteRequest) (*Operation, error)
	// Retrieves the list of Route resources available to the specified project.
	List(context.Context, *ListRoutesRequest) (*RouteList, error)
}

RoutesServer is the server API for Routes service.

type Rule

type Rule struct {

	// This is deprecated and has no effect. Do not use.
	// Check the Action enum for the list of possible values.
	Action *string `protobuf:"bytes,187661878,opt,name=action,proto3,oneof" json:"action,omitempty"`
	// This is deprecated and has no effect. Do not use.
	Conditions []*Condition `protobuf:"bytes,142882488,rep,name=conditions,proto3" json:"conditions,omitempty"`
	// This is deprecated and has no effect. Do not use.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// This is deprecated and has no effect. Do not use.
	Ins []string `protobuf:"bytes,104430,rep,name=ins,proto3" json:"ins,omitempty"`
	// This is deprecated and has no effect. Do not use.
	LogConfigs []*LogConfig `protobuf:"bytes,152873846,rep,name=log_configs,json=logConfigs,proto3" json:"log_configs,omitempty"`
	// This is deprecated and has no effect. Do not use.
	NotIns []string `protobuf:"bytes,518443138,rep,name=not_ins,json=notIns,proto3" json:"not_ins,omitempty"`
	// This is deprecated and has no effect. Do not use.
	Permissions []string `protobuf:"bytes,59962500,rep,name=permissions,proto3" json:"permissions,omitempty"`
	// contains filtered or unexported fields
}

This is deprecated and has no effect. Do not use.

func (*Rule) Descriptor

func (*Rule) Descriptor() ([]byte, []int)

Deprecated: Use Rule.ProtoReflect.Descriptor instead.

func (*Rule) GetAction

func (x *Rule) GetAction() string

func (*Rule) GetConditions

func (x *Rule) GetConditions() []*Condition

func (*Rule) GetDescription

func (x *Rule) GetDescription() string

func (*Rule) GetIns

func (x *Rule) GetIns() []string

func (*Rule) GetLogConfigs

func (x *Rule) GetLogConfigs() []*LogConfig

func (*Rule) GetNotIns

func (x *Rule) GetNotIns() []string

func (*Rule) GetPermissions

func (x *Rule) GetPermissions() []string

func (*Rule) ProtoMessage

func (*Rule) ProtoMessage()

func (*Rule) ProtoReflect

func (x *Rule) ProtoReflect() protoreflect.Message

func (*Rule) Reset

func (x *Rule) Reset()

func (*Rule) String

func (x *Rule) String() string

type Rule_Action

type Rule_Action int32

This is deprecated and has no effect. Do not use.

const (
	// A value indicating that the enum field is not set.
	Rule_UNDEFINED_ACTION Rule_Action = 0
	// This is deprecated and has no effect. Do not use.
	Rule_ALLOW Rule_Action = 62368553
	// This is deprecated and has no effect. Do not use.
	Rule_ALLOW_WITH_LOG Rule_Action = 76034177
	// This is deprecated and has no effect. Do not use.
	Rule_DENY Rule_Action = 2094604
	// This is deprecated and has no effect. Do not use.
	Rule_DENY_WITH_LOG Rule_Action = 351433982
	// This is deprecated and has no effect. Do not use.
	Rule_LOG Rule_Action = 75556
	// This is deprecated and has no effect. Do not use.
	Rule_NO_ACTION Rule_Action = 260643444
)

func (Rule_Action) Descriptor

func (Rule_Action) Enum

func (x Rule_Action) Enum() *Rule_Action

func (Rule_Action) EnumDescriptor

func (Rule_Action) EnumDescriptor() ([]byte, []int)

Deprecated: Use Rule_Action.Descriptor instead.

func (Rule_Action) Number

func (x Rule_Action) Number() protoreflect.EnumNumber

func (Rule_Action) String

func (x Rule_Action) String() string

func (Rule_Action) Type

type SSLHealthCheck

type SSLHealthCheck struct {

	// The TCP port number to which the health check prober sends packets. The default value is 443. Valid values are 1 through 65535.
	Port *int32 `protobuf:"varint,3446913,opt,name=port,proto3,oneof" json:"port,omitempty"`
	// Not supported.
	PortName *string `protobuf:"bytes,41534345,opt,name=port_name,json=portName,proto3,oneof" json:"port_name,omitempty"`
	// Specifies how a port is selected for health checking. Can be one of the following values: USE_FIXED_PORT: Specifies a port number explicitly using the port field in the health check. Supported by backend services for pass-through load balancers and backend services for proxy load balancers. Not supported by target pools. The health check supports all backends supported by the backend service provided the backend can be health checked. For example, GCE_VM_IP network endpoint groups, GCE_VM_IP_PORT network endpoint groups, and instance group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an indirect method of specifying the health check port by referring to the backend service. Only supported by backend services for proxy load balancers. Not supported by target pools. Not supported by backend services for pass-through load balancers. Supports all backends that can be health checked; for example, GCE_VM_IP_PORT network endpoint groups and instance group backends. For GCE_VM_IP_PORT network endpoint group backends, the health check uses the port number specified for each endpoint in the network endpoint group. For instance group backends, the health check uses the port number determined by looking up the backend service's named port in the instance group's list of named ports.
	// Check the PortSpecification enum for the list of possible values.
	PortSpecification *string `protobuf:"bytes,51590597,opt,name=port_specification,json=portSpecification,proto3,oneof" json:"port_specification,omitempty"`
	// Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE.
	// Check the ProxyHeader enum for the list of possible values.
	ProxyHeader *string `protobuf:"bytes,160374142,opt,name=proxy_header,json=proxyHeader,proto3,oneof" json:"proxy_header,omitempty"`
	// Instructs the health check prober to send this exact ASCII string, up to 1024 bytes in length, after establishing the TCP connection and SSL handshake.
	Request *string `protobuf:"bytes,21951119,opt,name=request,proto3,oneof" json:"request,omitempty"`
	// Creates a content-based SSL health check. In addition to establishing a TCP connection and the TLS handshake, you can configure the health check to pass only when the backend sends this exact response ASCII string, up to 1024 bytes in length. For details, see: https://cloud.google.com/load-balancing/docs/health-check-concepts#criteria-protocol-ssl-tcp
	Response *string `protobuf:"bytes,196547649,opt,name=response,proto3,oneof" json:"response,omitempty"`
	// contains filtered or unexported fields
}

func (*SSLHealthCheck) Descriptor

func (*SSLHealthCheck) Descriptor() ([]byte, []int)

Deprecated: Use SSLHealthCheck.ProtoReflect.Descriptor instead.

func (*SSLHealthCheck) GetPort

func (x *SSLHealthCheck) GetPort() int32

func (*SSLHealthCheck) GetPortName

func (x *SSLHealthCheck) GetPortName() string

func (*SSLHealthCheck) GetPortSpecification

func (x *SSLHealthCheck) GetPortSpecification() string

func (*SSLHealthCheck) GetProxyHeader

func (x *SSLHealthCheck) GetProxyHeader() string

func (*SSLHealthCheck) GetRequest

func (x *SSLHealthCheck) GetRequest() string

func (*SSLHealthCheck) GetResponse

func (x *SSLHealthCheck) GetResponse() string

func (*SSLHealthCheck) ProtoMessage

func (*SSLHealthCheck) ProtoMessage()

func (*SSLHealthCheck) ProtoReflect

func (x *SSLHealthCheck) ProtoReflect() protoreflect.Message

func (*SSLHealthCheck) Reset

func (x *SSLHealthCheck) Reset()

func (*SSLHealthCheck) String

func (x *SSLHealthCheck) String() string

type SSLHealthCheck_PortSpecification

type SSLHealthCheck_PortSpecification int32

Specifies how a port is selected for health checking. Can be one of the following values: USE_FIXED_PORT: Specifies a port number explicitly using the port field in the health check. Supported by backend services for pass-through load balancers and backend services for proxy load balancers. Not supported by target pools. The health check supports all backends supported by the backend service provided the backend can be health checked. For example, GCE_VM_IP network endpoint groups, GCE_VM_IP_PORT network endpoint groups, and instance group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an indirect method of specifying the health check port by referring to the backend service. Only supported by backend services for proxy load balancers. Not supported by target pools. Not supported by backend services for pass-through load balancers. Supports all backends that can be health checked; for example, GCE_VM_IP_PORT network endpoint groups and instance group backends. For GCE_VM_IP_PORT network endpoint group backends, the health check uses the port number specified for each endpoint in the network endpoint group. For instance group backends, the health check uses the port number determined by looking up the backend service's named port in the instance group's list of named ports.

const (
	// A value indicating that the enum field is not set.
	SSLHealthCheck_UNDEFINED_PORT_SPECIFICATION SSLHealthCheck_PortSpecification = 0
	// The port number in the health check's port is used for health checking. Applies to network endpoint group and instance group backends.
	SSLHealthCheck_USE_FIXED_PORT SSLHealthCheck_PortSpecification = 190235748
	// Not supported.
	SSLHealthCheck_USE_NAMED_PORT SSLHealthCheck_PortSpecification = 349300671
	// For network endpoint group backends, the health check uses the port number specified on each endpoint in the network endpoint group. For instance group backends, the health check uses the port number specified for the backend service's named port defined in the instance group's named ports.
	SSLHealthCheck_USE_SERVING_PORT SSLHealthCheck_PortSpecification = 362637516
)

func (SSLHealthCheck_PortSpecification) Descriptor

func (SSLHealthCheck_PortSpecification) Enum

func (SSLHealthCheck_PortSpecification) EnumDescriptor

func (SSLHealthCheck_PortSpecification) EnumDescriptor() ([]byte, []int)

Deprecated: Use SSLHealthCheck_PortSpecification.Descriptor instead.

func (SSLHealthCheck_PortSpecification) Number

func (SSLHealthCheck_PortSpecification) String

func (SSLHealthCheck_PortSpecification) Type

type SSLHealthCheck_ProxyHeader

type SSLHealthCheck_ProxyHeader int32

Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE.

const (
	// A value indicating that the enum field is not set.
	SSLHealthCheck_UNDEFINED_PROXY_HEADER SSLHealthCheck_ProxyHeader = 0
	SSLHealthCheck_NONE                   SSLHealthCheck_ProxyHeader = 2402104
	SSLHealthCheck_PROXY_V1               SSLHealthCheck_ProxyHeader = 334352940
)

func (SSLHealthCheck_ProxyHeader) Descriptor

func (SSLHealthCheck_ProxyHeader) Enum

func (SSLHealthCheck_ProxyHeader) EnumDescriptor

func (SSLHealthCheck_ProxyHeader) EnumDescriptor() ([]byte, []int)

Deprecated: Use SSLHealthCheck_ProxyHeader.Descriptor instead.

func (SSLHealthCheck_ProxyHeader) Number

func (SSLHealthCheck_ProxyHeader) String

func (SSLHealthCheck_ProxyHeader) Type

type SavedAttachedDisk

type SavedAttachedDisk struct {

	// Specifies whether the disk will be auto-deleted when the instance is deleted (but not when the disk is detached from the instance).
	AutoDelete *bool `protobuf:"varint,464761403,opt,name=auto_delete,json=autoDelete,proto3,oneof" json:"auto_delete,omitempty"`
	// Indicates that this is a boot disk. The virtual machine will use the first partition of the disk for its root filesystem.
	Boot *bool `protobuf:"varint,3029746,opt,name=boot,proto3,oneof" json:"boot,omitempty"`
	// Specifies the name of the disk attached to the source instance.
	DeviceName *string `protobuf:"bytes,67541716,opt,name=device_name,json=deviceName,proto3,oneof" json:"device_name,omitempty"`
	// The encryption key for the disk.
	DiskEncryptionKey *CustomerEncryptionKey `protobuf:"bytes,271660677,opt,name=disk_encryption_key,json=diskEncryptionKey,proto3,oneof" json:"disk_encryption_key,omitempty"`
	// The size of the disk in base-2 GB.
	DiskSizeGb *int64 `protobuf:"varint,316263735,opt,name=disk_size_gb,json=diskSizeGb,proto3,oneof" json:"disk_size_gb,omitempty"`
	// [Output Only] URL of the disk type resource. For example: projects/project /zones/zone/diskTypes/pd-standard or pd-ssd
	DiskType *string `protobuf:"bytes,93009052,opt,name=disk_type,json=diskType,proto3,oneof" json:"disk_type,omitempty"`
	// A list of features to enable on the guest operating system. Applicable only for bootable images. Read Enabling guest operating system features to see a list of available options.
	GuestOsFeatures []*GuestOsFeature `protobuf:"bytes,79294545,rep,name=guest_os_features,json=guestOsFeatures,proto3" json:"guest_os_features,omitempty"`
	// Specifies zero-based index of the disk that is attached to the source instance.
	Index *int32 `protobuf:"varint,100346066,opt,name=index,proto3,oneof" json:"index,omitempty"`
	// Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME.
	// Check the Interface enum for the list of possible values.
	Interface *string `protobuf:"bytes,502623545,opt,name=interface,proto3,oneof" json:"interface,omitempty"`
	// [Output Only] Type of the resource. Always compute#attachedDisk for attached disks.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] Any valid publicly visible licenses.
	Licenses []string `protobuf:"bytes,337642578,rep,name=licenses,proto3" json:"licenses,omitempty"`
	// The mode in which this disk is attached to the source instance, either READ_WRITE or READ_ONLY.
	// Check the Mode enum for the list of possible values.
	Mode *string `protobuf:"bytes,3357091,opt,name=mode,proto3,oneof" json:"mode,omitempty"`
	// Specifies a URL of the disk attached to the source instance.
	Source *string `protobuf:"bytes,177235995,opt,name=source,proto3,oneof" json:"source,omitempty"`
	// [Output Only] A size of the storage used by the disk's snapshot by this machine image.
	StorageBytes *int64 `protobuf:"varint,424631719,opt,name=storage_bytes,json=storageBytes,proto3,oneof" json:"storage_bytes,omitempty"`
	// [Output Only] An indicator whether storageBytes is in a stable state or it is being adjusted as a result of shared storage reallocation. This status can either be UPDATING, meaning the size of the snapshot is being updated, or UP_TO_DATE, meaning the size of the snapshot is up-to-date.
	// Check the StorageBytesStatus enum for the list of possible values.
	StorageBytesStatus *string `protobuf:"bytes,490739082,opt,name=storage_bytes_status,json=storageBytesStatus,proto3,oneof" json:"storage_bytes_status,omitempty"`
	// Specifies the type of the attached disk, either SCRATCH or PERSISTENT.
	// Check the Type enum for the list of possible values.
	Type *string `protobuf:"bytes,3575610,opt,name=type,proto3,oneof" json:"type,omitempty"`
	// contains filtered or unexported fields
}

DEPRECATED: Please use compute#savedDisk instead. An instance-attached disk resource.

func (*SavedAttachedDisk) Descriptor

func (*SavedAttachedDisk) Descriptor() ([]byte, []int)

Deprecated: Use SavedAttachedDisk.ProtoReflect.Descriptor instead.

func (*SavedAttachedDisk) GetAutoDelete

func (x *SavedAttachedDisk) GetAutoDelete() bool

func (*SavedAttachedDisk) GetBoot

func (x *SavedAttachedDisk) GetBoot() bool

func (*SavedAttachedDisk) GetDeviceName

func (x *SavedAttachedDisk) GetDeviceName() string

func (*SavedAttachedDisk) GetDiskEncryptionKey

func (x *SavedAttachedDisk) GetDiskEncryptionKey() *CustomerEncryptionKey

func (*SavedAttachedDisk) GetDiskSizeGb

func (x *SavedAttachedDisk) GetDiskSizeGb() int64

func (*SavedAttachedDisk) GetDiskType

func (x *SavedAttachedDisk) GetDiskType() string

func (*SavedAttachedDisk) GetGuestOsFeatures

func (x *SavedAttachedDisk) GetGuestOsFeatures() []*GuestOsFeature

func (*SavedAttachedDisk) GetIndex

func (x *SavedAttachedDisk) GetIndex() int32

func (*SavedAttachedDisk) GetInterface

func (x *SavedAttachedDisk) GetInterface() string

func (*SavedAttachedDisk) GetKind

func (x *SavedAttachedDisk) GetKind() string

func (*SavedAttachedDisk) GetLicenses

func (x *SavedAttachedDisk) GetLicenses() []string

func (*SavedAttachedDisk) GetMode

func (x *SavedAttachedDisk) GetMode() string

func (*SavedAttachedDisk) GetSource

func (x *SavedAttachedDisk) GetSource() string

func (*SavedAttachedDisk) GetStorageBytes

func (x *SavedAttachedDisk) GetStorageBytes() int64

func (*SavedAttachedDisk) GetStorageBytesStatus

func (x *SavedAttachedDisk) GetStorageBytesStatus() string

func (*SavedAttachedDisk) GetType

func (x *SavedAttachedDisk) GetType() string

func (*SavedAttachedDisk) ProtoMessage

func (*SavedAttachedDisk) ProtoMessage()

func (*SavedAttachedDisk) ProtoReflect

func (x *SavedAttachedDisk) ProtoReflect() protoreflect.Message

func (*SavedAttachedDisk) Reset

func (x *SavedAttachedDisk) Reset()

func (*SavedAttachedDisk) String

func (x *SavedAttachedDisk) String() string

type SavedAttachedDisk_Interface

type SavedAttachedDisk_Interface int32

Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME.

const (
	// A value indicating that the enum field is not set.
	SavedAttachedDisk_UNDEFINED_INTERFACE SavedAttachedDisk_Interface = 0
	SavedAttachedDisk_NVME                SavedAttachedDisk_Interface = 2408800
	SavedAttachedDisk_SCSI                SavedAttachedDisk_Interface = 2539686
)

func (SavedAttachedDisk_Interface) Descriptor

func (SavedAttachedDisk_Interface) Enum

func (SavedAttachedDisk_Interface) EnumDescriptor

func (SavedAttachedDisk_Interface) EnumDescriptor() ([]byte, []int)

Deprecated: Use SavedAttachedDisk_Interface.Descriptor instead.

func (SavedAttachedDisk_Interface) Number

func (SavedAttachedDisk_Interface) String

func (SavedAttachedDisk_Interface) Type

type SavedAttachedDisk_Mode

type SavedAttachedDisk_Mode int32

The mode in which this disk is attached to the source instance, either READ_WRITE or READ_ONLY.

const (
	// A value indicating that the enum field is not set.
	SavedAttachedDisk_UNDEFINED_MODE SavedAttachedDisk_Mode = 0
	// Attaches this disk in read-only mode. Multiple virtual machines can use a disk in read-only mode at a time.
	SavedAttachedDisk_READ_ONLY SavedAttachedDisk_Mode = 91950261
	// *[Default]* Attaches this disk in read-write mode. Only one virtual machine at a time can be attached to a disk in read-write mode.
	SavedAttachedDisk_READ_WRITE SavedAttachedDisk_Mode = 173607894
)

func (SavedAttachedDisk_Mode) Descriptor

func (SavedAttachedDisk_Mode) Enum

func (SavedAttachedDisk_Mode) EnumDescriptor

func (SavedAttachedDisk_Mode) EnumDescriptor() ([]byte, []int)

Deprecated: Use SavedAttachedDisk_Mode.Descriptor instead.

func (SavedAttachedDisk_Mode) Number

func (SavedAttachedDisk_Mode) String

func (x SavedAttachedDisk_Mode) String() string

func (SavedAttachedDisk_Mode) Type

type SavedAttachedDisk_StorageBytesStatus

type SavedAttachedDisk_StorageBytesStatus int32

[Output Only] An indicator whether storageBytes is in a stable state or it is being adjusted as a result of shared storage reallocation. This status can either be UPDATING, meaning the size of the snapshot is being updated, or UP_TO_DATE, meaning the size of the snapshot is up-to-date.

const (
	// A value indicating that the enum field is not set.
	SavedAttachedDisk_UNDEFINED_STORAGE_BYTES_STATUS SavedAttachedDisk_StorageBytesStatus = 0
	SavedAttachedDisk_UPDATING                       SavedAttachedDisk_StorageBytesStatus = 494614342
	SavedAttachedDisk_UP_TO_DATE                     SavedAttachedDisk_StorageBytesStatus = 101306702
)

func (SavedAttachedDisk_StorageBytesStatus) Descriptor

func (SavedAttachedDisk_StorageBytesStatus) Enum

func (SavedAttachedDisk_StorageBytesStatus) EnumDescriptor

func (SavedAttachedDisk_StorageBytesStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use SavedAttachedDisk_StorageBytesStatus.Descriptor instead.

func (SavedAttachedDisk_StorageBytesStatus) Number

func (SavedAttachedDisk_StorageBytesStatus) String

func (SavedAttachedDisk_StorageBytesStatus) Type

type SavedAttachedDisk_Type

type SavedAttachedDisk_Type int32

Specifies the type of the attached disk, either SCRATCH or PERSISTENT.

const (
	// A value indicating that the enum field is not set.
	SavedAttachedDisk_UNDEFINED_TYPE SavedAttachedDisk_Type = 0
	SavedAttachedDisk_PERSISTENT     SavedAttachedDisk_Type = 460683927
	SavedAttachedDisk_SCRATCH        SavedAttachedDisk_Type = 496778970
)

func (SavedAttachedDisk_Type) Descriptor

func (SavedAttachedDisk_Type) Enum

func (SavedAttachedDisk_Type) EnumDescriptor

func (SavedAttachedDisk_Type) EnumDescriptor() ([]byte, []int)

Deprecated: Use SavedAttachedDisk_Type.Descriptor instead.

func (SavedAttachedDisk_Type) Number

func (SavedAttachedDisk_Type) String

func (x SavedAttachedDisk_Type) String() string

func (SavedAttachedDisk_Type) Type

type SavedDisk

type SavedDisk struct {

	// [Output Only] The architecture of the attached disk.
	// Check the Architecture enum for the list of possible values.
	Architecture *string `protobuf:"bytes,302803283,opt,name=architecture,proto3,oneof" json:"architecture,omitempty"`
	// [Output Only] Type of the resource. Always compute#savedDisk for attached disks.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// Specifies a URL of the disk attached to the source instance.
	SourceDisk *string `protobuf:"bytes,451753793,opt,name=source_disk,json=sourceDisk,proto3,oneof" json:"source_disk,omitempty"`
	// [Output Only] Size of the individual disk snapshot used by this machine image.
	StorageBytes *int64 `protobuf:"varint,424631719,opt,name=storage_bytes,json=storageBytes,proto3,oneof" json:"storage_bytes,omitempty"`
	// [Output Only] An indicator whether storageBytes is in a stable state or it is being adjusted as a result of shared storage reallocation. This status can either be UPDATING, meaning the size of the snapshot is being updated, or UP_TO_DATE, meaning the size of the snapshot is up-to-date.
	// Check the StorageBytesStatus enum for the list of possible values.
	StorageBytesStatus *string `protobuf:"bytes,490739082,opt,name=storage_bytes_status,json=storageBytesStatus,proto3,oneof" json:"storage_bytes_status,omitempty"`
	// contains filtered or unexported fields
}

An instance-attached disk resource.

func (*SavedDisk) Descriptor

func (*SavedDisk) Descriptor() ([]byte, []int)

Deprecated: Use SavedDisk.ProtoReflect.Descriptor instead.

func (*SavedDisk) GetArchitecture

func (x *SavedDisk) GetArchitecture() string

func (*SavedDisk) GetKind

func (x *SavedDisk) GetKind() string

func (*SavedDisk) GetSourceDisk

func (x *SavedDisk) GetSourceDisk() string

func (*SavedDisk) GetStorageBytes

func (x *SavedDisk) GetStorageBytes() int64

func (*SavedDisk) GetStorageBytesStatus

func (x *SavedDisk) GetStorageBytesStatus() string

func (*SavedDisk) ProtoMessage

func (*SavedDisk) ProtoMessage()

func (*SavedDisk) ProtoReflect

func (x *SavedDisk) ProtoReflect() protoreflect.Message

func (*SavedDisk) Reset

func (x *SavedDisk) Reset()

func (*SavedDisk) String

func (x *SavedDisk) String() string

type SavedDisk_Architecture

type SavedDisk_Architecture int32

[Output Only] The architecture of the attached disk.

const (
	// A value indicating that the enum field is not set.
	SavedDisk_UNDEFINED_ARCHITECTURE SavedDisk_Architecture = 0
	// Default value indicating Architecture is not set.
	SavedDisk_ARCHITECTURE_UNSPECIFIED SavedDisk_Architecture = 394750507
	// Machines with architecture ARM64
	SavedDisk_ARM64 SavedDisk_Architecture = 62547450
	// Machines with architecture X86_64
	SavedDisk_X86_64 SavedDisk_Architecture = 425300551
)

func (SavedDisk_Architecture) Descriptor

func (SavedDisk_Architecture) Enum

func (SavedDisk_Architecture) EnumDescriptor

func (SavedDisk_Architecture) EnumDescriptor() ([]byte, []int)

Deprecated: Use SavedDisk_Architecture.Descriptor instead.

func (SavedDisk_Architecture) Number

func (SavedDisk_Architecture) String

func (x SavedDisk_Architecture) String() string

func (SavedDisk_Architecture) Type

type SavedDisk_StorageBytesStatus

type SavedDisk_StorageBytesStatus int32

[Output Only] An indicator whether storageBytes is in a stable state or it is being adjusted as a result of shared storage reallocation. This status can either be UPDATING, meaning the size of the snapshot is being updated, or UP_TO_DATE, meaning the size of the snapshot is up-to-date.

const (
	// A value indicating that the enum field is not set.
	SavedDisk_UNDEFINED_STORAGE_BYTES_STATUS SavedDisk_StorageBytesStatus = 0
	SavedDisk_UPDATING                       SavedDisk_StorageBytesStatus = 494614342
	SavedDisk_UP_TO_DATE                     SavedDisk_StorageBytesStatus = 101306702
)

func (SavedDisk_StorageBytesStatus) Descriptor

func (SavedDisk_StorageBytesStatus) Enum

func (SavedDisk_StorageBytesStatus) EnumDescriptor

func (SavedDisk_StorageBytesStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use SavedDisk_StorageBytesStatus.Descriptor instead.

func (SavedDisk_StorageBytesStatus) Number

func (SavedDisk_StorageBytesStatus) String

func (SavedDisk_StorageBytesStatus) Type

type ScalingScheduleStatus

type ScalingScheduleStatus struct {

	// [Output Only] The last time the scaling schedule became active. Note: this is a timestamp when a schedule actually became active, not when it was planned to do so. The timestamp is in RFC3339 text format.
	LastStartTime *string `protobuf:"bytes,34545107,opt,name=last_start_time,json=lastStartTime,proto3,oneof" json:"last_start_time,omitempty"`
	// [Output Only] The next time the scaling schedule is to become active. Note: this is a timestamp when a schedule is planned to run, but the actual time might be slightly different. The timestamp is in RFC3339 text format.
	NextStartTime *string `protobuf:"bytes,97270102,opt,name=next_start_time,json=nextStartTime,proto3,oneof" json:"next_start_time,omitempty"`
	// [Output Only] The current state of a scaling schedule.
	// Check the State enum for the list of possible values.
	State *string `protobuf:"bytes,109757585,opt,name=state,proto3,oneof" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*ScalingScheduleStatus) Descriptor

func (*ScalingScheduleStatus) Descriptor() ([]byte, []int)

Deprecated: Use ScalingScheduleStatus.ProtoReflect.Descriptor instead.

func (*ScalingScheduleStatus) GetLastStartTime

func (x *ScalingScheduleStatus) GetLastStartTime() string

func (*ScalingScheduleStatus) GetNextStartTime

func (x *ScalingScheduleStatus) GetNextStartTime() string

func (*ScalingScheduleStatus) GetState

func (x *ScalingScheduleStatus) GetState() string

func (*ScalingScheduleStatus) ProtoMessage

func (*ScalingScheduleStatus) ProtoMessage()

func (*ScalingScheduleStatus) ProtoReflect

func (x *ScalingScheduleStatus) ProtoReflect() protoreflect.Message

func (*ScalingScheduleStatus) Reset

func (x *ScalingScheduleStatus) Reset()

func (*ScalingScheduleStatus) String

func (x *ScalingScheduleStatus) String() string

type ScalingScheduleStatus_State

type ScalingScheduleStatus_State int32

[Output Only] The current state of a scaling schedule.

const (
	// A value indicating that the enum field is not set.
	ScalingScheduleStatus_UNDEFINED_STATE ScalingScheduleStatus_State = 0
	// The current autoscaling recommendation is influenced by this scaling schedule.
	ScalingScheduleStatus_ACTIVE ScalingScheduleStatus_State = 314733318
	// This scaling schedule has been disabled by the user.
	ScalingScheduleStatus_DISABLED ScalingScheduleStatus_State = 516696700
	// This scaling schedule will never become active again.
	ScalingScheduleStatus_OBSOLETE ScalingScheduleStatus_State = 66532761
	// The current autoscaling recommendation is not influenced by this scaling schedule.
	ScalingScheduleStatus_READY ScalingScheduleStatus_State = 77848963
)

func (ScalingScheduleStatus_State) Descriptor

func (ScalingScheduleStatus_State) Enum

func (ScalingScheduleStatus_State) EnumDescriptor

func (ScalingScheduleStatus_State) EnumDescriptor() ([]byte, []int)

Deprecated: Use ScalingScheduleStatus_State.Descriptor instead.

func (ScalingScheduleStatus_State) Number

func (ScalingScheduleStatus_State) String

func (ScalingScheduleStatus_State) Type

type Scheduling

type Scheduling struct {

	// Specifies whether the instance should be automatically restarted if it is terminated by Compute Engine (not terminated by a user). You can only set the automatic restart option for standard instances. Preemptible instances cannot be automatically restarted. By default, this is set to true so an instance is automatically restarted if it is terminated by Compute Engine.
	AutomaticRestart *bool `protobuf:"varint,350821371,opt,name=automatic_restart,json=automaticRestart,proto3,oneof" json:"automatic_restart,omitempty"`
	// Specifies the termination action for the instance.
	// Check the InstanceTerminationAction enum for the list of possible values.
	InstanceTerminationAction *string `protobuf:"bytes,107380667,opt,name=instance_termination_action,json=instanceTerminationAction,proto3,oneof" json:"instance_termination_action,omitempty"`
	// Specifies the maximum amount of time a Local Ssd Vm should wait while recovery of the Local Ssd state is attempted. Its value should be in between 0 and 168 hours with hour granularity and the default value being 1 hour.
	LocalSsdRecoveryTimeout *Duration `protobuf:"bytes,268015590,opt,name=local_ssd_recovery_timeout,json=localSsdRecoveryTimeout,proto3,oneof" json:"local_ssd_recovery_timeout,omitempty"`
	// An opaque location hint used to place the instance close to other resources. This field is for use by internal tools that use the public API.
	LocationHint *string `protobuf:"bytes,350519505,opt,name=location_hint,json=locationHint,proto3,oneof" json:"location_hint,omitempty"`
	// The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node.
	MinNodeCpus *int32 `protobuf:"varint,317231675,opt,name=min_node_cpus,json=minNodeCpus,proto3,oneof" json:"min_node_cpus,omitempty"`
	// A set of node affinity and anti-affinity configurations. Refer to Configuring node affinity for more information. Overrides reservationAffinity.
	NodeAffinities []*SchedulingNodeAffinity `protobuf:"bytes,461799971,rep,name=node_affinities,json=nodeAffinities,proto3" json:"node_affinities,omitempty"`
	// Defines the maintenance behavior for this instance. For standard instances, the default behavior is MIGRATE. For preemptible instances, the default and only possible behavior is TERMINATE. For more information, see Set VM host maintenance policy.
	// Check the OnHostMaintenance enum for the list of possible values.
	OnHostMaintenance *string `protobuf:"bytes,64616796,opt,name=on_host_maintenance,json=onHostMaintenance,proto3,oneof" json:"on_host_maintenance,omitempty"`
	// Defines whether the instance is preemptible. This can only be set during instance creation or while the instance is stopped and therefore, in a `TERMINATED` state. See Instance Life Cycle for more information on the possible instance states.
	Preemptible *bool `protobuf:"varint,324203169,opt,name=preemptible,proto3,oneof" json:"preemptible,omitempty"`
	// Specifies the provisioning model of the instance.
	// Check the ProvisioningModel enum for the list of possible values.
	ProvisioningModel *string `protobuf:"bytes,494423,opt,name=provisioning_model,json=provisioningModel,proto3,oneof" json:"provisioning_model,omitempty"`
	// contains filtered or unexported fields
}

Sets the scheduling options for an Instance.

func (*Scheduling) Descriptor

func (*Scheduling) Descriptor() ([]byte, []int)

Deprecated: Use Scheduling.ProtoReflect.Descriptor instead.

func (*Scheduling) GetAutomaticRestart

func (x *Scheduling) GetAutomaticRestart() bool

func (*Scheduling) GetInstanceTerminationAction

func (x *Scheduling) GetInstanceTerminationAction() string

func (*Scheduling) GetLocalSsdRecoveryTimeout

func (x *Scheduling) GetLocalSsdRecoveryTimeout() *Duration

func (*Scheduling) GetLocationHint

func (x *Scheduling) GetLocationHint() string

func (*Scheduling) GetMinNodeCpus

func (x *Scheduling) GetMinNodeCpus() int32

func (*Scheduling) GetNodeAffinities

func (x *Scheduling) GetNodeAffinities() []*SchedulingNodeAffinity

func (*Scheduling) GetOnHostMaintenance

func (x *Scheduling) GetOnHostMaintenance() string

func (*Scheduling) GetPreemptible

func (x *Scheduling) GetPreemptible() bool

func (*Scheduling) GetProvisioningModel

func (x *Scheduling) GetProvisioningModel() string

func (*Scheduling) ProtoMessage

func (*Scheduling) ProtoMessage()

func (*Scheduling) ProtoReflect

func (x *Scheduling) ProtoReflect() protoreflect.Message

func (*Scheduling) Reset

func (x *Scheduling) Reset()

func (*Scheduling) String

func (x *Scheduling) String() string

type SchedulingNodeAffinity

type SchedulingNodeAffinity struct {

	// Corresponds to the label key of Node resource.
	Key *string `protobuf:"bytes,106079,opt,name=key,proto3,oneof" json:"key,omitempty"`
	// Defines the operation of node selection. Valid operators are IN for affinity and NOT_IN for anti-affinity.
	// Check the Operator enum for the list of possible values.
	Operator *string `protobuf:"bytes,36317348,opt,name=operator,proto3,oneof" json:"operator,omitempty"`
	// Corresponds to the label values of Node resource.
	Values []string `protobuf:"bytes,249928994,rep,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

Node Affinity: the configuration of desired nodes onto which this Instance could be scheduled.

func (*SchedulingNodeAffinity) Descriptor

func (*SchedulingNodeAffinity) Descriptor() ([]byte, []int)

Deprecated: Use SchedulingNodeAffinity.ProtoReflect.Descriptor instead.

func (*SchedulingNodeAffinity) GetKey

func (x *SchedulingNodeAffinity) GetKey() string

func (*SchedulingNodeAffinity) GetOperator

func (x *SchedulingNodeAffinity) GetOperator() string

func (*SchedulingNodeAffinity) GetValues

func (x *SchedulingNodeAffinity) GetValues() []string

func (*SchedulingNodeAffinity) ProtoMessage

func (*SchedulingNodeAffinity) ProtoMessage()

func (*SchedulingNodeAffinity) ProtoReflect

func (x *SchedulingNodeAffinity) ProtoReflect() protoreflect.Message

func (*SchedulingNodeAffinity) Reset

func (x *SchedulingNodeAffinity) Reset()

func (*SchedulingNodeAffinity) String

func (x *SchedulingNodeAffinity) String() string

type SchedulingNodeAffinity_Operator

type SchedulingNodeAffinity_Operator int32

Defines the operation of node selection. Valid operators are IN for affinity and NOT_IN for anti-affinity.

const (
	// A value indicating that the enum field is not set.
	SchedulingNodeAffinity_UNDEFINED_OPERATOR SchedulingNodeAffinity_Operator = 0
	// Requires Compute Engine to seek for matched nodes.
	SchedulingNodeAffinity_IN SchedulingNodeAffinity_Operator = 2341
	// Requires Compute Engine to avoid certain nodes.
	SchedulingNodeAffinity_NOT_IN               SchedulingNodeAffinity_Operator = 161144369
	SchedulingNodeAffinity_OPERATOR_UNSPECIFIED SchedulingNodeAffinity_Operator = 128892924
)

func (SchedulingNodeAffinity_Operator) Descriptor

func (SchedulingNodeAffinity_Operator) Enum

func (SchedulingNodeAffinity_Operator) EnumDescriptor

func (SchedulingNodeAffinity_Operator) EnumDescriptor() ([]byte, []int)

Deprecated: Use SchedulingNodeAffinity_Operator.Descriptor instead.

func (SchedulingNodeAffinity_Operator) Number

func (SchedulingNodeAffinity_Operator) String

func (SchedulingNodeAffinity_Operator) Type

type Scheduling_InstanceTerminationAction

type Scheduling_InstanceTerminationAction int32

Specifies the termination action for the instance.

const (
	// A value indicating that the enum field is not set.
	Scheduling_UNDEFINED_INSTANCE_TERMINATION_ACTION Scheduling_InstanceTerminationAction = 0
	// Delete the VM.
	Scheduling_DELETE Scheduling_InstanceTerminationAction = 402225579
	// Default value. This value is unused.
	Scheduling_INSTANCE_TERMINATION_ACTION_UNSPECIFIED Scheduling_InstanceTerminationAction = 92954803
	// Stop the VM without storing in-memory content. default action.
	Scheduling_STOP Scheduling_InstanceTerminationAction = 2555906
)

func (Scheduling_InstanceTerminationAction) Descriptor

func (Scheduling_InstanceTerminationAction) Enum

func (Scheduling_InstanceTerminationAction) EnumDescriptor

func (Scheduling_InstanceTerminationAction) EnumDescriptor() ([]byte, []int)

Deprecated: Use Scheduling_InstanceTerminationAction.Descriptor instead.

func (Scheduling_InstanceTerminationAction) Number

func (Scheduling_InstanceTerminationAction) String

func (Scheduling_InstanceTerminationAction) Type

type Scheduling_OnHostMaintenance

type Scheduling_OnHostMaintenance int32

Defines the maintenance behavior for this instance. For standard instances, the default behavior is MIGRATE. For preemptible instances, the default and only possible behavior is TERMINATE. For more information, see Set VM host maintenance policy.

const (
	// A value indicating that the enum field is not set.
	Scheduling_UNDEFINED_ON_HOST_MAINTENANCE Scheduling_OnHostMaintenance = 0
	// *[Default]* Allows Compute Engine to automatically migrate instances out of the way of maintenance events.
	Scheduling_MIGRATE Scheduling_OnHostMaintenance = 165699979
	// Tells Compute Engine to terminate and (optionally) restart the instance away from the maintenance activity. If you would like your instance to be restarted, set the automaticRestart flag to true. Your instance may be restarted more than once, and it may be restarted outside the window of maintenance events.
	Scheduling_TERMINATE Scheduling_OnHostMaintenance = 527617601
)

func (Scheduling_OnHostMaintenance) Descriptor

func (Scheduling_OnHostMaintenance) Enum

func (Scheduling_OnHostMaintenance) EnumDescriptor

func (Scheduling_OnHostMaintenance) EnumDescriptor() ([]byte, []int)

Deprecated: Use Scheduling_OnHostMaintenance.Descriptor instead.

func (Scheduling_OnHostMaintenance) Number

func (Scheduling_OnHostMaintenance) String

func (Scheduling_OnHostMaintenance) Type

type Scheduling_ProvisioningModel

type Scheduling_ProvisioningModel int32

Specifies the provisioning model of the instance.

const (
	// A value indicating that the enum field is not set.
	Scheduling_UNDEFINED_PROVISIONING_MODEL Scheduling_ProvisioningModel = 0
	// Heavily discounted, no guaranteed runtime.
	Scheduling_SPOT Scheduling_ProvisioningModel = 2552066
	// Standard provisioning with user controlled runtime, no discounts.
	Scheduling_STANDARD Scheduling_ProvisioningModel = 484642493
)

func (Scheduling_ProvisioningModel) Descriptor

func (Scheduling_ProvisioningModel) Enum

func (Scheduling_ProvisioningModel) EnumDescriptor

func (Scheduling_ProvisioningModel) EnumDescriptor() ([]byte, []int)

Deprecated: Use Scheduling_ProvisioningModel.Descriptor instead.

func (Scheduling_ProvisioningModel) Number

func (Scheduling_ProvisioningModel) String

func (Scheduling_ProvisioningModel) Type

type ScratchDisks

type ScratchDisks struct {

	// Size of the scratch disk, defined in GB.
	DiskGb *int32 `protobuf:"varint,60990141,opt,name=disk_gb,json=diskGb,proto3,oneof" json:"disk_gb,omitempty"`
	// contains filtered or unexported fields
}

func (*ScratchDisks) Descriptor

func (*ScratchDisks) Descriptor() ([]byte, []int)

Deprecated: Use ScratchDisks.ProtoReflect.Descriptor instead.

func (*ScratchDisks) GetDiskGb

func (x *ScratchDisks) GetDiskGb() int32

func (*ScratchDisks) ProtoMessage

func (*ScratchDisks) ProtoMessage()

func (*ScratchDisks) ProtoReflect

func (x *ScratchDisks) ProtoReflect() protoreflect.Message

func (*ScratchDisks) Reset

func (x *ScratchDisks) Reset()

func (*ScratchDisks) String

func (x *ScratchDisks) String() string

type Screenshot

type Screenshot struct {

	// [Output Only] The Base64-encoded screenshot data.
	Contents *string `protobuf:"bytes,506419994,opt,name=contents,proto3,oneof" json:"contents,omitempty"`
	// [Output Only] Type of the resource. Always compute#screenshot for the screenshots.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// contains filtered or unexported fields
}

An instance's screenshot.

func (*Screenshot) Descriptor

func (*Screenshot) Descriptor() ([]byte, []int)

Deprecated: Use Screenshot.ProtoReflect.Descriptor instead.

func (*Screenshot) GetContents

func (x *Screenshot) GetContents() string

func (*Screenshot) GetKind

func (x *Screenshot) GetKind() string

func (*Screenshot) ProtoMessage

func (*Screenshot) ProtoMessage()

func (*Screenshot) ProtoReflect

func (x *Screenshot) ProtoReflect() protoreflect.Message

func (*Screenshot) Reset

func (x *Screenshot) Reset()

func (*Screenshot) String

func (x *Screenshot) String() string

type SecurityPoliciesAggregatedList

type SecurityPoliciesAggregatedList struct {
	Etag *string `protobuf:"bytes,3123477,opt,name=etag,proto3,oneof" json:"etag,omitempty"`
	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of SecurityPoliciesScopedList resources.
	Items map[string]*SecurityPoliciesScopedList `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// [Output Only] Type of resource. Always compute#securityPolicyAggregatedList for lists of Security Policies.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Unreachable resources.
	Unreachables []string `protobuf:"bytes,243372063,rep,name=unreachables,proto3" json:"unreachables,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*SecurityPoliciesAggregatedList) Descriptor

func (*SecurityPoliciesAggregatedList) Descriptor() ([]byte, []int)

Deprecated: Use SecurityPoliciesAggregatedList.ProtoReflect.Descriptor instead.

func (*SecurityPoliciesAggregatedList) GetEtag

func (*SecurityPoliciesAggregatedList) GetId

func (*SecurityPoliciesAggregatedList) GetItems

func (*SecurityPoliciesAggregatedList) GetKind

func (*SecurityPoliciesAggregatedList) GetNextPageToken

func (x *SecurityPoliciesAggregatedList) GetNextPageToken() string
func (x *SecurityPoliciesAggregatedList) GetSelfLink() string

func (*SecurityPoliciesAggregatedList) GetUnreachables

func (x *SecurityPoliciesAggregatedList) GetUnreachables() []string

func (*SecurityPoliciesAggregatedList) GetWarning

func (x *SecurityPoliciesAggregatedList) GetWarning() *Warning

func (*SecurityPoliciesAggregatedList) ProtoMessage

func (*SecurityPoliciesAggregatedList) ProtoMessage()

func (*SecurityPoliciesAggregatedList) ProtoReflect

func (*SecurityPoliciesAggregatedList) Reset

func (x *SecurityPoliciesAggregatedList) Reset()

func (*SecurityPoliciesAggregatedList) String

type SecurityPoliciesClient

type SecurityPoliciesClient interface {
	// Inserts a rule into a security policy.
	AddRule(ctx context.Context, in *AddRuleSecurityPolicyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves the list of all SecurityPolicy resources, regional and global, available to the specified project.
	AggregatedList(ctx context.Context, in *AggregatedListSecurityPoliciesRequest, opts ...grpc.CallOption) (*SecurityPoliciesAggregatedList, error)
	// Deletes the specified policy.
	Delete(ctx context.Context, in *DeleteSecurityPolicyRequest, opts ...grpc.CallOption) (*Operation, error)
	// List all of the ordered rules present in a single specified policy.
	Get(ctx context.Context, in *GetSecurityPolicyRequest, opts ...grpc.CallOption) (*SecurityPolicy, error)
	// Gets a rule at the specified priority.
	GetRule(ctx context.Context, in *GetRuleSecurityPolicyRequest, opts ...grpc.CallOption) (*SecurityPolicyRule, error)
	// Creates a new policy in the specified project using the data included in the request.
	Insert(ctx context.Context, in *InsertSecurityPolicyRequest, opts ...grpc.CallOption) (*Operation, error)
	// List all the policies that have been configured for the specified project.
	List(ctx context.Context, in *ListSecurityPoliciesRequest, opts ...grpc.CallOption) (*SecurityPolicyList, error)
	// Gets the current list of preconfigured Web Application Firewall (WAF) expressions.
	ListPreconfiguredExpressionSets(ctx context.Context, in *ListPreconfiguredExpressionSetsSecurityPoliciesRequest, opts ...grpc.CallOption) (*SecurityPoliciesListPreconfiguredExpressionSetsResponse, error)
	// Patches the specified policy with the data included in the request. To clear fields in the policy, leave the fields empty and specify them in the updateMask. This cannot be used to be update the rules in the policy. Please use the per rule methods like addRule, patchRule, and removeRule instead.
	Patch(ctx context.Context, in *PatchSecurityPolicyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Patches a rule at the specified priority. To clear fields in the rule, leave the fields empty and specify them in the updateMask.
	PatchRule(ctx context.Context, in *PatchRuleSecurityPolicyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Deletes a rule at the specified priority.
	RemoveRule(ctx context.Context, in *RemoveRuleSecurityPolicyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Sets the labels on a security policy. To learn more about labels, read the Labeling Resources documentation.
	SetLabels(ctx context.Context, in *SetLabelsSecurityPolicyRequest, opts ...grpc.CallOption) (*Operation, error)
}

SecurityPoliciesClient is the client API for SecurityPolicies service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewSecurityPoliciesClient

func NewSecurityPoliciesClient(cc grpc.ClientConnInterface) SecurityPoliciesClient

type SecurityPoliciesListPreconfiguredExpressionSetsResponse

type SecurityPoliciesListPreconfiguredExpressionSetsResponse struct {
	PreconfiguredExpressionSets *SecurityPoliciesWafConfig `protobuf:"bytes,536200826,opt,name=preconfigured_expression_sets,json=preconfiguredExpressionSets,proto3,oneof" json:"preconfigured_expression_sets,omitempty"`
	// contains filtered or unexported fields
}

func (*SecurityPoliciesListPreconfiguredExpressionSetsResponse) Descriptor

Deprecated: Use SecurityPoliciesListPreconfiguredExpressionSetsResponse.ProtoReflect.Descriptor instead.

func (*SecurityPoliciesListPreconfiguredExpressionSetsResponse) GetPreconfiguredExpressionSets

func (*SecurityPoliciesListPreconfiguredExpressionSetsResponse) ProtoMessage

func (*SecurityPoliciesListPreconfiguredExpressionSetsResponse) ProtoReflect

func (*SecurityPoliciesListPreconfiguredExpressionSetsResponse) Reset

func (*SecurityPoliciesListPreconfiguredExpressionSetsResponse) String

type SecurityPoliciesScopedList

type SecurityPoliciesScopedList struct {

	// A list of SecurityPolicies contained in this scope.
	SecurityPolicies []*SecurityPolicy `protobuf:"bytes,127783791,rep,name=security_policies,json=securityPolicies,proto3" json:"security_policies,omitempty"`
	// Informational warning which replaces the list of security policies when the list is empty.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*SecurityPoliciesScopedList) Descriptor

func (*SecurityPoliciesScopedList) Descriptor() ([]byte, []int)

Deprecated: Use SecurityPoliciesScopedList.ProtoReflect.Descriptor instead.

func (*SecurityPoliciesScopedList) GetSecurityPolicies

func (x *SecurityPoliciesScopedList) GetSecurityPolicies() []*SecurityPolicy

func (*SecurityPoliciesScopedList) GetWarning

func (x *SecurityPoliciesScopedList) GetWarning() *Warning

func (*SecurityPoliciesScopedList) ProtoMessage

func (*SecurityPoliciesScopedList) ProtoMessage()

func (*SecurityPoliciesScopedList) ProtoReflect

func (*SecurityPoliciesScopedList) Reset

func (x *SecurityPoliciesScopedList) Reset()

func (*SecurityPoliciesScopedList) String

func (x *SecurityPoliciesScopedList) String() string

type SecurityPoliciesServer

type SecurityPoliciesServer interface {
	// Inserts a rule into a security policy.
	AddRule(context.Context, *AddRuleSecurityPolicyRequest) (*Operation, error)
	// Retrieves the list of all SecurityPolicy resources, regional and global, available to the specified project.
	AggregatedList(context.Context, *AggregatedListSecurityPoliciesRequest) (*SecurityPoliciesAggregatedList, error)
	// Deletes the specified policy.
	Delete(context.Context, *DeleteSecurityPolicyRequest) (*Operation, error)
	// List all of the ordered rules present in a single specified policy.
	Get(context.Context, *GetSecurityPolicyRequest) (*SecurityPolicy, error)
	// Gets a rule at the specified priority.
	GetRule(context.Context, *GetRuleSecurityPolicyRequest) (*SecurityPolicyRule, error)
	// Creates a new policy in the specified project using the data included in the request.
	Insert(context.Context, *InsertSecurityPolicyRequest) (*Operation, error)
	// List all the policies that have been configured for the specified project.
	List(context.Context, *ListSecurityPoliciesRequest) (*SecurityPolicyList, error)
	// Gets the current list of preconfigured Web Application Firewall (WAF) expressions.
	ListPreconfiguredExpressionSets(context.Context, *ListPreconfiguredExpressionSetsSecurityPoliciesRequest) (*SecurityPoliciesListPreconfiguredExpressionSetsResponse, error)
	// Patches the specified policy with the data included in the request. To clear fields in the policy, leave the fields empty and specify them in the updateMask. This cannot be used to be update the rules in the policy. Please use the per rule methods like addRule, patchRule, and removeRule instead.
	Patch(context.Context, *PatchSecurityPolicyRequest) (*Operation, error)
	// Patches a rule at the specified priority. To clear fields in the rule, leave the fields empty and specify them in the updateMask.
	PatchRule(context.Context, *PatchRuleSecurityPolicyRequest) (*Operation, error)
	// Deletes a rule at the specified priority.
	RemoveRule(context.Context, *RemoveRuleSecurityPolicyRequest) (*Operation, error)
	// Sets the labels on a security policy. To learn more about labels, read the Labeling Resources documentation.
	SetLabels(context.Context, *SetLabelsSecurityPolicyRequest) (*Operation, error)
}

SecurityPoliciesServer is the server API for SecurityPolicies service.

type SecurityPoliciesWafConfig

type SecurityPoliciesWafConfig struct {
	WafRules *PreconfiguredWafSet `protobuf:"bytes,74899924,opt,name=waf_rules,json=wafRules,proto3,oneof" json:"waf_rules,omitempty"`
	// contains filtered or unexported fields
}

func (*SecurityPoliciesWafConfig) Descriptor

func (*SecurityPoliciesWafConfig) Descriptor() ([]byte, []int)

Deprecated: Use SecurityPoliciesWafConfig.ProtoReflect.Descriptor instead.

func (*SecurityPoliciesWafConfig) GetWafRules

func (*SecurityPoliciesWafConfig) ProtoMessage

func (*SecurityPoliciesWafConfig) ProtoMessage()

func (*SecurityPoliciesWafConfig) ProtoReflect

func (*SecurityPoliciesWafConfig) Reset

func (x *SecurityPoliciesWafConfig) Reset()

func (*SecurityPoliciesWafConfig) String

func (x *SecurityPoliciesWafConfig) String() string

type SecurityPolicy

type SecurityPolicy struct {
	AdaptiveProtectionConfig *SecurityPolicyAdaptiveProtectionConfig `protobuf:"bytes,150240735,opt,name=adaptive_protection_config,json=adaptiveProtectionConfig,proto3,oneof" json:"adaptive_protection_config,omitempty"`
	AdvancedOptionsConfig    *SecurityPolicyAdvancedOptionsConfig    `protobuf:"bytes,449276352,opt,name=advanced_options_config,json=advancedOptionsConfig,proto3,oneof" json:"advanced_options_config,omitempty"`
	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp    *string                             `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	DdosProtectionConfig *SecurityPolicyDdosProtectionConfig `protobuf:"bytes,50315853,opt,name=ddos_protection_config,json=ddosProtectionConfig,proto3,oneof" json:"ddos_protection_config,omitempty"`
	// An optional description of this resource. Provide this property when you create the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// Specifies a fingerprint for this resource, which is essentially a hash of the metadata's contents and used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update metadata. You must always provide an up-to-date fingerprint hash in order to update or change metadata, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make get() request to the security policy.
	Fingerprint *string `protobuf:"bytes,234678500,opt,name=fingerprint,proto3,oneof" json:"fingerprint,omitempty"`
	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Output only] Type of the resource. Always compute#securityPolicyfor security policies
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// A fingerprint for the labels being applied to this security policy, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels. To see the latest fingerprint, make get() request to the security policy.
	LabelFingerprint *string `protobuf:"bytes,178124825,opt,name=label_fingerprint,json=labelFingerprint,proto3,oneof" json:"label_fingerprint,omitempty"`
	// Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.
	Labels map[string]string `protobuf:"bytes,500195327,rep,name=labels,proto3" json:"labels,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
	Name                   *string                               `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	RecaptchaOptionsConfig *SecurityPolicyRecaptchaOptionsConfig `protobuf:"bytes,519006811,opt,name=recaptcha_options_config,json=recaptchaOptionsConfig,proto3,oneof" json:"recaptcha_options_config,omitempty"`
	// [Output Only] URL of the region where the regional security policy resides. This field is not applicable to global security policies.
	Region *string `protobuf:"bytes,138946292,opt,name=region,proto3,oneof" json:"region,omitempty"`
	// A list of rules that belong to this policy. There must always be a default rule which is a rule with priority 2147483647 and match all condition (for the match condition this means match "*" for srcIpRanges and for the networkMatch condition every field must be either match "*" or not set). If no rules are provided when creating a security policy, a default rule with action "allow" will be added.
	Rules []*SecurityPolicyRule `protobuf:"bytes,108873975,rep,name=rules,proto3" json:"rules,omitempty"`
	// [Output Only] Server-defined URL for the resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// The type indicates the intended use of the security policy. - CLOUD_ARMOR: Cloud Armor backend security policies can be configured to filter incoming HTTP requests targeting backend services. They filter requests before they hit the origin servers. - CLOUD_ARMOR_EDGE: Cloud Armor edge security policies can be configured to filter incoming HTTP requests targeting backend services (including Cloud CDN-enabled) as well as backend buckets (Cloud Storage). They filter requests before the request is served from Google's cache. - CLOUD_ARMOR_INTERNAL_SERVICE: Cloud Armor internal service policies can be configured to filter HTTP requests targeting services managed by Traffic Director in a service mesh. They filter requests before the request is served from the application. - CLOUD_ARMOR_NETWORK: Cloud Armor network policies can be configured to filter packets targeting network load balancing resources such as backend services, target pools, target instances, and instances with external IPs. They filter requests before the request is served from the application. This field can be set only at resource creation time.
	// Check the Type enum for the list of possible values.
	Type *string `protobuf:"bytes,3575610,opt,name=type,proto3,oneof" json:"type,omitempty"`
	// contains filtered or unexported fields
}

Represents a Google Cloud Armor security policy resource. Only external backend services that use load balancers can reference a security policy. For more information, see Google Cloud Armor security policy overview.

func (*SecurityPolicy) Descriptor

func (*SecurityPolicy) Descriptor() ([]byte, []int)

Deprecated: Use SecurityPolicy.ProtoReflect.Descriptor instead.

func (*SecurityPolicy) GetAdaptiveProtectionConfig

func (x *SecurityPolicy) GetAdaptiveProtectionConfig() *SecurityPolicyAdaptiveProtectionConfig

func (*SecurityPolicy) GetAdvancedOptionsConfig

func (x *SecurityPolicy) GetAdvancedOptionsConfig() *SecurityPolicyAdvancedOptionsConfig

func (*SecurityPolicy) GetCreationTimestamp

func (x *SecurityPolicy) GetCreationTimestamp() string

func (*SecurityPolicy) GetDdosProtectionConfig

func (x *SecurityPolicy) GetDdosProtectionConfig() *SecurityPolicyDdosProtectionConfig

func (*SecurityPolicy) GetDescription

func (x *SecurityPolicy) GetDescription() string

func (*SecurityPolicy) GetFingerprint

func (x *SecurityPolicy) GetFingerprint() string

func (*SecurityPolicy) GetId

func (x *SecurityPolicy) GetId() uint64

func (*SecurityPolicy) GetKind

func (x *SecurityPolicy) GetKind() string

func (*SecurityPolicy) GetLabelFingerprint

func (x *SecurityPolicy) GetLabelFingerprint() string

func (*SecurityPolicy) GetLabels

func (x *SecurityPolicy) GetLabels() map[string]string

func (*SecurityPolicy) GetName

func (x *SecurityPolicy) GetName() string

func (*SecurityPolicy) GetRecaptchaOptionsConfig

func (x *SecurityPolicy) GetRecaptchaOptionsConfig() *SecurityPolicyRecaptchaOptionsConfig

func (*SecurityPolicy) GetRegion

func (x *SecurityPolicy) GetRegion() string

func (*SecurityPolicy) GetRules

func (x *SecurityPolicy) GetRules() []*SecurityPolicyRule
func (x *SecurityPolicy) GetSelfLink() string

func (*SecurityPolicy) GetType

func (x *SecurityPolicy) GetType() string

func (*SecurityPolicy) ProtoMessage

func (*SecurityPolicy) ProtoMessage()

func (*SecurityPolicy) ProtoReflect

func (x *SecurityPolicy) ProtoReflect() protoreflect.Message

func (*SecurityPolicy) Reset

func (x *SecurityPolicy) Reset()

func (*SecurityPolicy) String

func (x *SecurityPolicy) String() string

type SecurityPolicyAdaptiveProtectionConfig

type SecurityPolicyAdaptiveProtectionConfig struct {

	// If set to true, enables Cloud Armor Machine Learning.
	Layer7DdosDefenseConfig *SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig `protobuf:"bytes,437316771,opt,name=layer7_ddos_defense_config,json=layer7DdosDefenseConfig,proto3,oneof" json:"layer7_ddos_defense_config,omitempty"`
	// contains filtered or unexported fields
}

Configuration options for Cloud Armor Adaptive Protection (CAAP).

func (*SecurityPolicyAdaptiveProtectionConfig) Descriptor

func (*SecurityPolicyAdaptiveProtectionConfig) Descriptor() ([]byte, []int)

Deprecated: Use SecurityPolicyAdaptiveProtectionConfig.ProtoReflect.Descriptor instead.

func (*SecurityPolicyAdaptiveProtectionConfig) GetLayer7DdosDefenseConfig

func (*SecurityPolicyAdaptiveProtectionConfig) ProtoMessage

func (*SecurityPolicyAdaptiveProtectionConfig) ProtoReflect

func (*SecurityPolicyAdaptiveProtectionConfig) Reset

func (*SecurityPolicyAdaptiveProtectionConfig) String

type SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig

type SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig struct {

	// If set to true, enables CAAP for L7 DDoS detection. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
	Enable *bool `protobuf:"varint,311764355,opt,name=enable,proto3,oneof" json:"enable,omitempty"`
	// Rule visibility can be one of the following: STANDARD - opaque rules. (default) PREMIUM - transparent rules. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
	// Check the RuleVisibility enum for the list of possible values.
	RuleVisibility *string `protobuf:"bytes,453258293,opt,name=rule_visibility,json=ruleVisibility,proto3,oneof" json:"rule_visibility,omitempty"`
	// contains filtered or unexported fields
}

Configuration options for L7 DDoS detection. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

func (*SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig) Descriptor

Deprecated: Use SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig.ProtoReflect.Descriptor instead.

func (*SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig) GetEnable

func (*SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig) GetRuleVisibility

func (*SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig) ProtoMessage

func (*SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig) ProtoReflect

func (*SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig) Reset

func (*SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig) String

type SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig_RuleVisibility

type SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig_RuleVisibility int32

Rule visibility can be one of the following: STANDARD - opaque rules. (default) PREMIUM - transparent rules. This field is only supported in Global Security Policies of type CLOUD_ARMOR.

const (
	// A value indicating that the enum field is not set.
	SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig_UNDEFINED_RULE_VISIBILITY SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig_RuleVisibility = 0
	SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig_PREMIUM                   SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig_RuleVisibility = 399530551
	SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig_STANDARD                  SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig_RuleVisibility = 484642493
)

func (SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig_RuleVisibility) Descriptor

func (SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig_RuleVisibility) Enum

func (SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig_RuleVisibility) EnumDescriptor

Deprecated: Use SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig_RuleVisibility.Descriptor instead.

func (SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig_RuleVisibility) Number

func (SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig_RuleVisibility) String

func (SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfig_RuleVisibility) Type

type SecurityPolicyAdvancedOptionsConfig

type SecurityPolicyAdvancedOptionsConfig struct {

	// Custom configuration to apply the JSON parsing. Only applicable when json_parsing is set to STANDARD.
	JsonCustomConfig *SecurityPolicyAdvancedOptionsConfigJsonCustomConfig `protobuf:"bytes,111570105,opt,name=json_custom_config,json=jsonCustomConfig,proto3,oneof" json:"json_custom_config,omitempty"`
	//
	// Check the JsonParsing enum for the list of possible values.
	JsonParsing *string `protobuf:"bytes,282493529,opt,name=json_parsing,json=jsonParsing,proto3,oneof" json:"json_parsing,omitempty"`
	//
	// Check the LogLevel enum for the list of possible values.
	LogLevel *string `protobuf:"bytes,140582601,opt,name=log_level,json=logLevel,proto3,oneof" json:"log_level,omitempty"`
	// contains filtered or unexported fields
}

func (*SecurityPolicyAdvancedOptionsConfig) Descriptor

func (*SecurityPolicyAdvancedOptionsConfig) Descriptor() ([]byte, []int)

Deprecated: Use SecurityPolicyAdvancedOptionsConfig.ProtoReflect.Descriptor instead.

func (*SecurityPolicyAdvancedOptionsConfig) GetJsonCustomConfig

func (*SecurityPolicyAdvancedOptionsConfig) GetJsonParsing

func (x *SecurityPolicyAdvancedOptionsConfig) GetJsonParsing() string

func (*SecurityPolicyAdvancedOptionsConfig) GetLogLevel

func (*SecurityPolicyAdvancedOptionsConfig) ProtoMessage

func (*SecurityPolicyAdvancedOptionsConfig) ProtoMessage()

func (*SecurityPolicyAdvancedOptionsConfig) ProtoReflect

func (*SecurityPolicyAdvancedOptionsConfig) Reset

func (*SecurityPolicyAdvancedOptionsConfig) String

type SecurityPolicyAdvancedOptionsConfigJsonCustomConfig

type SecurityPolicyAdvancedOptionsConfigJsonCustomConfig struct {

	// A list of custom Content-Type header values to apply the JSON parsing. As per RFC 1341, a Content-Type header value has the following format: Content-Type := type "/" subtype *[";" parameter] When configuring a custom Content-Type header value, only the type/subtype needs to be specified, and the parameters should be excluded.
	ContentTypes []string `protobuf:"bytes,17428787,rep,name=content_types,json=contentTypes,proto3" json:"content_types,omitempty"`
	// contains filtered or unexported fields
}

func (*SecurityPolicyAdvancedOptionsConfigJsonCustomConfig) Descriptor

Deprecated: Use SecurityPolicyAdvancedOptionsConfigJsonCustomConfig.ProtoReflect.Descriptor instead.

func (*SecurityPolicyAdvancedOptionsConfigJsonCustomConfig) GetContentTypes

func (*SecurityPolicyAdvancedOptionsConfigJsonCustomConfig) ProtoMessage

func (*SecurityPolicyAdvancedOptionsConfigJsonCustomConfig) ProtoReflect

func (*SecurityPolicyAdvancedOptionsConfigJsonCustomConfig) Reset

func (*SecurityPolicyAdvancedOptionsConfigJsonCustomConfig) String

type SecurityPolicyAdvancedOptionsConfig_JsonParsing

type SecurityPolicyAdvancedOptionsConfig_JsonParsing int32
const (
	// A value indicating that the enum field is not set.
	SecurityPolicyAdvancedOptionsConfig_UNDEFINED_JSON_PARSING SecurityPolicyAdvancedOptionsConfig_JsonParsing = 0
	SecurityPolicyAdvancedOptionsConfig_DISABLED               SecurityPolicyAdvancedOptionsConfig_JsonParsing = 516696700
	SecurityPolicyAdvancedOptionsConfig_STANDARD               SecurityPolicyAdvancedOptionsConfig_JsonParsing = 484642493
)

func (SecurityPolicyAdvancedOptionsConfig_JsonParsing) Descriptor

func (SecurityPolicyAdvancedOptionsConfig_JsonParsing) Enum

func (SecurityPolicyAdvancedOptionsConfig_JsonParsing) EnumDescriptor

Deprecated: Use SecurityPolicyAdvancedOptionsConfig_JsonParsing.Descriptor instead.

func (SecurityPolicyAdvancedOptionsConfig_JsonParsing) Number

func (SecurityPolicyAdvancedOptionsConfig_JsonParsing) String

func (SecurityPolicyAdvancedOptionsConfig_JsonParsing) Type

type SecurityPolicyAdvancedOptionsConfig_LogLevel

type SecurityPolicyAdvancedOptionsConfig_LogLevel int32
const (
	// A value indicating that the enum field is not set.
	SecurityPolicyAdvancedOptionsConfig_UNDEFINED_LOG_LEVEL SecurityPolicyAdvancedOptionsConfig_LogLevel = 0
	SecurityPolicyAdvancedOptionsConfig_NORMAL              SecurityPolicyAdvancedOptionsConfig_LogLevel = 161067239
	SecurityPolicyAdvancedOptionsConfig_VERBOSE             SecurityPolicyAdvancedOptionsConfig_LogLevel = 532219234
)

func (SecurityPolicyAdvancedOptionsConfig_LogLevel) Descriptor

func (SecurityPolicyAdvancedOptionsConfig_LogLevel) Enum

func (SecurityPolicyAdvancedOptionsConfig_LogLevel) EnumDescriptor

func (SecurityPolicyAdvancedOptionsConfig_LogLevel) EnumDescriptor() ([]byte, []int)

Deprecated: Use SecurityPolicyAdvancedOptionsConfig_LogLevel.Descriptor instead.

func (SecurityPolicyAdvancedOptionsConfig_LogLevel) Number

func (SecurityPolicyAdvancedOptionsConfig_LogLevel) String

func (SecurityPolicyAdvancedOptionsConfig_LogLevel) Type

type SecurityPolicyDdosProtectionConfig

type SecurityPolicyDdosProtectionConfig struct {

	//
	// Check the DdosProtection enum for the list of possible values.
	DdosProtection *string `protobuf:"bytes,275173268,opt,name=ddos_protection,json=ddosProtection,proto3,oneof" json:"ddos_protection,omitempty"`
	// contains filtered or unexported fields
}

func (*SecurityPolicyDdosProtectionConfig) Descriptor

func (*SecurityPolicyDdosProtectionConfig) Descriptor() ([]byte, []int)

Deprecated: Use SecurityPolicyDdosProtectionConfig.ProtoReflect.Descriptor instead.

func (*SecurityPolicyDdosProtectionConfig) GetDdosProtection

func (x *SecurityPolicyDdosProtectionConfig) GetDdosProtection() string

func (*SecurityPolicyDdosProtectionConfig) ProtoMessage

func (*SecurityPolicyDdosProtectionConfig) ProtoMessage()

func (*SecurityPolicyDdosProtectionConfig) ProtoReflect

func (*SecurityPolicyDdosProtectionConfig) Reset

func (*SecurityPolicyDdosProtectionConfig) String

type SecurityPolicyDdosProtectionConfig_DdosProtection

type SecurityPolicyDdosProtectionConfig_DdosProtection int32
const (
	// A value indicating that the enum field is not set.
	SecurityPolicyDdosProtectionConfig_UNDEFINED_DDOS_PROTECTION SecurityPolicyDdosProtectionConfig_DdosProtection = 0
	SecurityPolicyDdosProtectionConfig_ADVANCED                  SecurityPolicyDdosProtectionConfig_DdosProtection = 63789090
	SecurityPolicyDdosProtectionConfig_STANDARD                  SecurityPolicyDdosProtectionConfig_DdosProtection = 484642493
)

func (SecurityPolicyDdosProtectionConfig_DdosProtection) Descriptor

func (SecurityPolicyDdosProtectionConfig_DdosProtection) Enum

func (SecurityPolicyDdosProtectionConfig_DdosProtection) EnumDescriptor

Deprecated: Use SecurityPolicyDdosProtectionConfig_DdosProtection.Descriptor instead.

func (SecurityPolicyDdosProtectionConfig_DdosProtection) Number

func (SecurityPolicyDdosProtectionConfig_DdosProtection) String

func (SecurityPolicyDdosProtectionConfig_DdosProtection) Type

type SecurityPolicyList

type SecurityPolicyList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of SecurityPolicy resources.
	Items []*SecurityPolicy `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] Type of resource. Always compute#securityPolicyList for listsof securityPolicies
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*SecurityPolicyList) Descriptor

func (*SecurityPolicyList) Descriptor() ([]byte, []int)

Deprecated: Use SecurityPolicyList.ProtoReflect.Descriptor instead.

func (*SecurityPolicyList) GetId

func (x *SecurityPolicyList) GetId() string

func (*SecurityPolicyList) GetItems

func (x *SecurityPolicyList) GetItems() []*SecurityPolicy

func (*SecurityPolicyList) GetKind

func (x *SecurityPolicyList) GetKind() string

func (*SecurityPolicyList) GetNextPageToken

func (x *SecurityPolicyList) GetNextPageToken() string

func (*SecurityPolicyList) GetWarning

func (x *SecurityPolicyList) GetWarning() *Warning

func (*SecurityPolicyList) ProtoMessage

func (*SecurityPolicyList) ProtoMessage()

func (*SecurityPolicyList) ProtoReflect

func (x *SecurityPolicyList) ProtoReflect() protoreflect.Message

func (*SecurityPolicyList) Reset

func (x *SecurityPolicyList) Reset()

func (*SecurityPolicyList) String

func (x *SecurityPolicyList) String() string

type SecurityPolicyRecaptchaOptionsConfig

type SecurityPolicyRecaptchaOptionsConfig struct {

	// An optional field to supply a reCAPTCHA site key to be used for all the rules using the redirect action with the type of GOOGLE_RECAPTCHA under the security policy. The specified site key needs to be created from the reCAPTCHA API. The user is responsible for the validity of the specified site key. If not specified, a Google-managed site key is used. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
	RedirectSiteKey *string `protobuf:"bytes,447677034,opt,name=redirect_site_key,json=redirectSiteKey,proto3,oneof" json:"redirect_site_key,omitempty"`
	// contains filtered or unexported fields
}

func (*SecurityPolicyRecaptchaOptionsConfig) Descriptor

func (*SecurityPolicyRecaptchaOptionsConfig) Descriptor() ([]byte, []int)

Deprecated: Use SecurityPolicyRecaptchaOptionsConfig.ProtoReflect.Descriptor instead.

func (*SecurityPolicyRecaptchaOptionsConfig) GetRedirectSiteKey

func (x *SecurityPolicyRecaptchaOptionsConfig) GetRedirectSiteKey() string

func (*SecurityPolicyRecaptchaOptionsConfig) ProtoMessage

func (*SecurityPolicyRecaptchaOptionsConfig) ProtoMessage()

func (*SecurityPolicyRecaptchaOptionsConfig) ProtoReflect

func (*SecurityPolicyRecaptchaOptionsConfig) Reset

func (*SecurityPolicyRecaptchaOptionsConfig) String

type SecurityPolicyReference

type SecurityPolicyReference struct {
	SecurityPolicy *string `protobuf:"bytes,171082513,opt,name=security_policy,json=securityPolicy,proto3,oneof" json:"security_policy,omitempty"`
	// contains filtered or unexported fields
}

func (*SecurityPolicyReference) Descriptor

func (*SecurityPolicyReference) Descriptor() ([]byte, []int)

Deprecated: Use SecurityPolicyReference.ProtoReflect.Descriptor instead.

func (*SecurityPolicyReference) GetSecurityPolicy

func (x *SecurityPolicyReference) GetSecurityPolicy() string

func (*SecurityPolicyReference) ProtoMessage

func (*SecurityPolicyReference) ProtoMessage()

func (*SecurityPolicyReference) ProtoReflect

func (x *SecurityPolicyReference) ProtoReflect() protoreflect.Message

func (*SecurityPolicyReference) Reset

func (x *SecurityPolicyReference) Reset()

func (*SecurityPolicyReference) String

func (x *SecurityPolicyReference) String() string

type SecurityPolicyRule

type SecurityPolicyRule struct {

	// The Action to perform when the rule is matched. The following are the valid actions: - allow: allow access to target. - deny(STATUS): deny access to target, returns the HTTP response code specified. Valid values for `STATUS` are 403, 404, and 502. - rate_based_ban: limit client traffic to the configured threshold and ban the client if the traffic exceeds the threshold. Configure parameters for this action in RateLimitOptions. Requires rate_limit_options to be set. - redirect: redirect to a different target. This can either be an internal reCAPTCHA redirect, or an external URL-based redirect via a 302 response. Parameters for this action can be configured via redirectOptions. This action is only supported in Global Security Policies of type CLOUD_ARMOR. - throttle: limit client traffic to the configured threshold. Configure parameters for this action in rateLimitOptions. Requires rate_limit_options to be set for this.
	Action *string `protobuf:"bytes,187661878,opt,name=action,proto3,oneof" json:"action,omitempty"`
	// An optional description of this resource. Provide this property when you create the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// Optional, additional actions that are performed on headers. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
	HeaderAction *SecurityPolicyRuleHttpHeaderAction `protobuf:"bytes,328077352,opt,name=header_action,json=headerAction,proto3,oneof" json:"header_action,omitempty"`
	// [Output only] Type of the resource. Always compute#securityPolicyRule for security policy rules
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding 'action' is enforced.
	Match *SecurityPolicyRuleMatcher `protobuf:"bytes,103668165,opt,name=match,proto3,oneof" json:"match,omitempty"`
	// Preconfigured WAF configuration to be applied for the rule. If the rule does not evaluate preconfigured WAF rules, i.e., if evaluatePreconfiguredWaf() is not used, this field will have no effect.
	PreconfiguredWafConfig *SecurityPolicyRulePreconfiguredWafConfig `protobuf:"bytes,117805027,opt,name=preconfigured_waf_config,json=preconfiguredWafConfig,proto3,oneof" json:"preconfigured_waf_config,omitempty"`
	// If set to true, the specified action is not enforced.
	Preview *bool `protobuf:"varint,218686408,opt,name=preview,proto3,oneof" json:"preview,omitempty"`
	// An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 2147483647. Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest priority.
	Priority *int32 `protobuf:"varint,445151652,opt,name=priority,proto3,oneof" json:"priority,omitempty"`
	// Must be specified if the action is "rate_based_ban" or "throttle". Cannot be specified for any other actions.
	RateLimitOptions *SecurityPolicyRuleRateLimitOptions `protobuf:"bytes,67544315,opt,name=rate_limit_options,json=rateLimitOptions,proto3,oneof" json:"rate_limit_options,omitempty"`
	// Parameters defining the redirect action. Cannot be specified for any other actions. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
	RedirectOptions *SecurityPolicyRuleRedirectOptions `protobuf:"bytes,163285307,opt,name=redirect_options,json=redirectOptions,proto3,oneof" json:"redirect_options,omitempty"`
	// contains filtered or unexported fields
}

Represents a rule that describes one or more match conditions along with the action to be taken when traffic matches this condition (allow or deny).

func (*SecurityPolicyRule) Descriptor

func (*SecurityPolicyRule) Descriptor() ([]byte, []int)

Deprecated: Use SecurityPolicyRule.ProtoReflect.Descriptor instead.

func (*SecurityPolicyRule) GetAction

func (x *SecurityPolicyRule) GetAction() string

func (*SecurityPolicyRule) GetDescription

func (x *SecurityPolicyRule) GetDescription() string

func (*SecurityPolicyRule) GetHeaderAction

func (*SecurityPolicyRule) GetKind

func (x *SecurityPolicyRule) GetKind() string

func (*SecurityPolicyRule) GetMatch

func (*SecurityPolicyRule) GetPreconfiguredWafConfig

func (x *SecurityPolicyRule) GetPreconfiguredWafConfig() *SecurityPolicyRulePreconfiguredWafConfig

func (*SecurityPolicyRule) GetPreview

func (x *SecurityPolicyRule) GetPreview() bool

func (*SecurityPolicyRule) GetPriority

func (x *SecurityPolicyRule) GetPriority() int32

func (*SecurityPolicyRule) GetRateLimitOptions

func (x *SecurityPolicyRule) GetRateLimitOptions() *SecurityPolicyRuleRateLimitOptions

func (*SecurityPolicyRule) GetRedirectOptions

func (x *SecurityPolicyRule) GetRedirectOptions() *SecurityPolicyRuleRedirectOptions

func (*SecurityPolicyRule) ProtoMessage

func (*SecurityPolicyRule) ProtoMessage()

func (*SecurityPolicyRule) ProtoReflect

func (x *SecurityPolicyRule) ProtoReflect() protoreflect.Message

func (*SecurityPolicyRule) Reset

func (x *SecurityPolicyRule) Reset()

func (*SecurityPolicyRule) String

func (x *SecurityPolicyRule) String() string

type SecurityPolicyRuleHttpHeaderAction

type SecurityPolicyRuleHttpHeaderAction struct {

	// The list of request headers to add or overwrite if they're already present.
	RequestHeadersToAdds []*SecurityPolicyRuleHttpHeaderActionHttpHeaderOption `protobuf:"bytes,87987661,rep,name=request_headers_to_adds,json=requestHeadersToAdds,proto3" json:"request_headers_to_adds,omitempty"`
	// contains filtered or unexported fields
}

func (*SecurityPolicyRuleHttpHeaderAction) Descriptor

func (*SecurityPolicyRuleHttpHeaderAction) Descriptor() ([]byte, []int)

Deprecated: Use SecurityPolicyRuleHttpHeaderAction.ProtoReflect.Descriptor instead.

func (*SecurityPolicyRuleHttpHeaderAction) GetRequestHeadersToAdds

func (*SecurityPolicyRuleHttpHeaderAction) ProtoMessage

func (*SecurityPolicyRuleHttpHeaderAction) ProtoMessage()

func (*SecurityPolicyRuleHttpHeaderAction) ProtoReflect

func (*SecurityPolicyRuleHttpHeaderAction) Reset

func (*SecurityPolicyRuleHttpHeaderAction) String

type SecurityPolicyRuleHttpHeaderActionHttpHeaderOption

type SecurityPolicyRuleHttpHeaderActionHttpHeaderOption struct {

	// The name of the header to set.
	HeaderName *string `protobuf:"bytes,110223613,opt,name=header_name,json=headerName,proto3,oneof" json:"header_name,omitempty"`
	// The value to set the named header to.
	HeaderValue *string `protobuf:"bytes,203094335,opt,name=header_value,json=headerValue,proto3,oneof" json:"header_value,omitempty"`
	// contains filtered or unexported fields
}

func (*SecurityPolicyRuleHttpHeaderActionHttpHeaderOption) Descriptor

Deprecated: Use SecurityPolicyRuleHttpHeaderActionHttpHeaderOption.ProtoReflect.Descriptor instead.

func (*SecurityPolicyRuleHttpHeaderActionHttpHeaderOption) GetHeaderName

func (*SecurityPolicyRuleHttpHeaderActionHttpHeaderOption) GetHeaderValue

func (*SecurityPolicyRuleHttpHeaderActionHttpHeaderOption) ProtoMessage

func (*SecurityPolicyRuleHttpHeaderActionHttpHeaderOption) ProtoReflect

func (*SecurityPolicyRuleHttpHeaderActionHttpHeaderOption) Reset

func (*SecurityPolicyRuleHttpHeaderActionHttpHeaderOption) String

type SecurityPolicyRuleMatcher

type SecurityPolicyRuleMatcher struct {

	// The configuration options available when specifying versioned_expr. This field must be specified if versioned_expr is specified and cannot be specified if versioned_expr is not specified.
	Config *SecurityPolicyRuleMatcherConfig `protobuf:"bytes,255820610,opt,name=config,proto3,oneof" json:"config,omitempty"`
	// User defined CEVAL expression. A CEVAL expression is used to specify match criteria such as origin.ip, source.region_code and contents in the request header. Expressions containing `evaluateThreatIntelligence` require Cloud Armor Managed Protection Plus tier and are not supported in Edge Policies nor in Regional Policies. Expressions containing `evaluatePreconfiguredExpr('sourceiplist-*')` require Cloud Armor Managed Protection Plus tier and are only supported in Global Security Policies.
	Expr *Expr `protobuf:"bytes,3127797,opt,name=expr,proto3,oneof" json:"expr,omitempty"`
	// Preconfigured versioned expression. If this field is specified, config must also be specified. Available preconfigured expressions along with their requirements are: SRC_IPS_V1 - must specify the corresponding src_ip_range field in config.
	// Check the VersionedExpr enum for the list of possible values.
	VersionedExpr *string `protobuf:"bytes,322286013,opt,name=versioned_expr,json=versionedExpr,proto3,oneof" json:"versioned_expr,omitempty"`
	// contains filtered or unexported fields
}

Represents a match condition that incoming traffic is evaluated against. Exactly one field must be specified.

func (*SecurityPolicyRuleMatcher) Descriptor

func (*SecurityPolicyRuleMatcher) Descriptor() ([]byte, []int)

Deprecated: Use SecurityPolicyRuleMatcher.ProtoReflect.Descriptor instead.

func (*SecurityPolicyRuleMatcher) GetConfig

func (*SecurityPolicyRuleMatcher) GetExpr

func (x *SecurityPolicyRuleMatcher) GetExpr() *Expr

func (*SecurityPolicyRuleMatcher) GetVersionedExpr

func (x *SecurityPolicyRuleMatcher) GetVersionedExpr() string

func (*SecurityPolicyRuleMatcher) ProtoMessage

func (*SecurityPolicyRuleMatcher) ProtoMessage()

func (*SecurityPolicyRuleMatcher) ProtoReflect

func (*SecurityPolicyRuleMatcher) Reset

func (x *SecurityPolicyRuleMatcher) Reset()

func (*SecurityPolicyRuleMatcher) String

func (x *SecurityPolicyRuleMatcher) String() string

type SecurityPolicyRuleMatcherConfig

type SecurityPolicyRuleMatcherConfig struct {

	// CIDR IP address range. Maximum number of src_ip_ranges allowed is 10.
	SrcIpRanges []string `protobuf:"bytes,432128083,rep,name=src_ip_ranges,json=srcIpRanges,proto3" json:"src_ip_ranges,omitempty"`
	// contains filtered or unexported fields
}

func (*SecurityPolicyRuleMatcherConfig) Descriptor

func (*SecurityPolicyRuleMatcherConfig) Descriptor() ([]byte, []int)

Deprecated: Use SecurityPolicyRuleMatcherConfig.ProtoReflect.Descriptor instead.

func (*SecurityPolicyRuleMatcherConfig) GetSrcIpRanges

func (x *SecurityPolicyRuleMatcherConfig) GetSrcIpRanges() []string

func (*SecurityPolicyRuleMatcherConfig) ProtoMessage

func (*SecurityPolicyRuleMatcherConfig) ProtoMessage()

func (*SecurityPolicyRuleMatcherConfig) ProtoReflect

func (*SecurityPolicyRuleMatcherConfig) Reset

func (*SecurityPolicyRuleMatcherConfig) String

type SecurityPolicyRuleMatcher_VersionedExpr

type SecurityPolicyRuleMatcher_VersionedExpr int32

Preconfigured versioned expression. If this field is specified, config must also be specified. Available preconfigured expressions along with their requirements are: SRC_IPS_V1 - must specify the corresponding src_ip_range field in config.

const (
	// A value indicating that the enum field is not set.
	SecurityPolicyRuleMatcher_UNDEFINED_VERSIONED_EXPR SecurityPolicyRuleMatcher_VersionedExpr = 0
	// Matches the source IP address of a request to the IP ranges supplied in config.
	SecurityPolicyRuleMatcher_SRC_IPS_V1 SecurityPolicyRuleMatcher_VersionedExpr = 70925961
)

func (SecurityPolicyRuleMatcher_VersionedExpr) Descriptor

func (SecurityPolicyRuleMatcher_VersionedExpr) Enum

func (SecurityPolicyRuleMatcher_VersionedExpr) EnumDescriptor

func (SecurityPolicyRuleMatcher_VersionedExpr) EnumDescriptor() ([]byte, []int)

Deprecated: Use SecurityPolicyRuleMatcher_VersionedExpr.Descriptor instead.

func (SecurityPolicyRuleMatcher_VersionedExpr) Number

func (SecurityPolicyRuleMatcher_VersionedExpr) String

func (SecurityPolicyRuleMatcher_VersionedExpr) Type

type SecurityPolicyRulePreconfiguredWafConfig

type SecurityPolicyRulePreconfiguredWafConfig struct {

	// A list of exclusions to apply during preconfigured WAF evaluation.
	Exclusions []*SecurityPolicyRulePreconfiguredWafConfigExclusion `protobuf:"bytes,208665701,rep,name=exclusions,proto3" json:"exclusions,omitempty"`
	// contains filtered or unexported fields
}

func (*SecurityPolicyRulePreconfiguredWafConfig) Descriptor

func (*SecurityPolicyRulePreconfiguredWafConfig) Descriptor() ([]byte, []int)

Deprecated: Use SecurityPolicyRulePreconfiguredWafConfig.ProtoReflect.Descriptor instead.

func (*SecurityPolicyRulePreconfiguredWafConfig) GetExclusions

func (*SecurityPolicyRulePreconfiguredWafConfig) ProtoMessage

func (*SecurityPolicyRulePreconfiguredWafConfig) ProtoReflect

func (*SecurityPolicyRulePreconfiguredWafConfig) Reset

func (*SecurityPolicyRulePreconfiguredWafConfig) String

type SecurityPolicyRulePreconfiguredWafConfigExclusion

type SecurityPolicyRulePreconfiguredWafConfigExclusion struct {

	// A list of request cookie names whose value will be excluded from inspection during preconfigured WAF evaluation.
	RequestCookiesToExclude []*SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams `protobuf:"bytes,156757878,rep,name=request_cookies_to_exclude,json=requestCookiesToExclude,proto3" json:"request_cookies_to_exclude,omitempty"`
	// A list of request header names whose value will be excluded from inspection during preconfigured WAF evaluation.
	RequestHeadersToExclude []*SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams `protobuf:"bytes,63230495,rep,name=request_headers_to_exclude,json=requestHeadersToExclude,proto3" json:"request_headers_to_exclude,omitempty"`
	// A list of request query parameter names whose value will be excluded from inspection during preconfigured WAF evaluation. Note that the parameter can be in the query string or in the POST body.
	RequestQueryParamsToExclude []*SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams `protobuf:"bytes,340692744,rep,name=request_query_params_to_exclude,json=requestQueryParamsToExclude,proto3" json:"request_query_params_to_exclude,omitempty"`
	// A list of request URIs from the request line to be excluded from inspection during preconfigured WAF evaluation. When specifying this field, the query or fragment part should be excluded.
	RequestUrisToExclude []*SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams `protobuf:"bytes,90690846,rep,name=request_uris_to_exclude,json=requestUrisToExclude,proto3" json:"request_uris_to_exclude,omitempty"`
	// A list of target rule IDs under the WAF rule set to apply the preconfigured WAF exclusion. If omitted, it refers to all the rule IDs under the WAF rule set.
	TargetRuleIds []string `protobuf:"bytes,498430435,rep,name=target_rule_ids,json=targetRuleIds,proto3" json:"target_rule_ids,omitempty"`
	// Target WAF rule set to apply the preconfigured WAF exclusion.
	TargetRuleSet *string `protobuf:"bytes,498440077,opt,name=target_rule_set,json=targetRuleSet,proto3,oneof" json:"target_rule_set,omitempty"`
	// contains filtered or unexported fields
}

func (*SecurityPolicyRulePreconfiguredWafConfigExclusion) Descriptor

Deprecated: Use SecurityPolicyRulePreconfiguredWafConfigExclusion.ProtoReflect.Descriptor instead.

func (*SecurityPolicyRulePreconfiguredWafConfigExclusion) GetRequestCookiesToExclude

func (*SecurityPolicyRulePreconfiguredWafConfigExclusion) GetRequestHeadersToExclude

func (*SecurityPolicyRulePreconfiguredWafConfigExclusion) GetRequestQueryParamsToExclude

func (*SecurityPolicyRulePreconfiguredWafConfigExclusion) GetRequestUrisToExclude

func (*SecurityPolicyRulePreconfiguredWafConfigExclusion) GetTargetRuleIds

func (*SecurityPolicyRulePreconfiguredWafConfigExclusion) GetTargetRuleSet

func (*SecurityPolicyRulePreconfiguredWafConfigExclusion) ProtoMessage

func (*SecurityPolicyRulePreconfiguredWafConfigExclusion) ProtoReflect

func (*SecurityPolicyRulePreconfiguredWafConfigExclusion) Reset

func (*SecurityPolicyRulePreconfiguredWafConfigExclusion) String

type SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams

type SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams struct {

	// The match operator for the field.
	// Check the Op enum for the list of possible values.
	Op *string `protobuf:"bytes,3553,opt,name=op,proto3,oneof" json:"op,omitempty"`
	// The value of the field.
	Val *string `protobuf:"bytes,116513,opt,name=val,proto3,oneof" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams) Descriptor

Deprecated: Use SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.ProtoReflect.Descriptor instead.

func (*SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams) GetOp

func (*SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams) GetVal

func (*SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams) ProtoMessage

func (*SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams) ProtoReflect

func (*SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams) Reset

func (*SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams) String

type SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams_Op

type SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams_Op int32

The match operator for the field.

const (
	// A value indicating that the enum field is not set.
	SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams_UNDEFINED_OP SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams_Op = 0
	// The operator matches if the field value contains the specified value.
	SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams_CONTAINS SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams_Op = 215180831
	// The operator matches if the field value ends with the specified value.
	SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams_ENDS_WITH SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams_Op = 490402221
	// The operator matches if the field value equals the specified value.
	SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams_EQUALS SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams_Op = 442201023
	// The operator matches if the field value is any value.
	SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams_EQUALS_ANY SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams_Op = 337226060
	// The operator matches if the field value starts with the specified value.
	SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams_STARTS_WITH SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams_Op = 139505652
)

func (SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams_Op) Descriptor

func (SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams_Op) Enum

func (SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams_Op) EnumDescriptor

Deprecated: Use SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams_Op.Descriptor instead.

func (SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams_Op) Number

func (SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams_Op) String

func (SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams_Op) Type

type SecurityPolicyRuleRateLimitOptions

type SecurityPolicyRuleRateLimitOptions struct {

	// Can only be specified if the action for the rule is "rate_based_ban". If specified, determines the time (in seconds) the traffic will continue to be banned by the rate limit after the rate falls below the threshold.
	BanDurationSec *int32 `protobuf:"varint,42896726,opt,name=ban_duration_sec,json=banDurationSec,proto3,oneof" json:"ban_duration_sec,omitempty"`
	// Can only be specified if the action for the rule is "rate_based_ban". If specified, the key will be banned for the configured 'ban_duration_sec' when the number of requests that exceed the 'rate_limit_threshold' also exceed this 'ban_threshold'.
	BanThreshold *SecurityPolicyRuleRateLimitOptionsThreshold `protobuf:"bytes,501208123,opt,name=ban_threshold,json=banThreshold,proto3,oneof" json:"ban_threshold,omitempty"`
	// Action to take for requests that are under the configured rate limit threshold. Valid option is "allow" only.
	ConformAction *string `protobuf:"bytes,517612367,opt,name=conform_action,json=conformAction,proto3,oneof" json:"conform_action,omitempty"`
	// Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKey" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates.
	// Check the EnforceOnKey enum for the list of possible values.
	EnforceOnKey *string `protobuf:"bytes,416648956,opt,name=enforce_on_key,json=enforceOnKey,proto3,oneof" json:"enforce_on_key,omitempty"`
	// If specified, any combination of values of enforce_on_key_type/enforce_on_key_name is treated as the key on which ratelimit threshold/action is enforced. You can specify up to 3 enforce_on_key_configs. If enforce_on_key_configs is specified, enforce_on_key must not be specified.
	EnforceOnKeyConfigs []*SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig `protobuf:"bytes,33906478,rep,name=enforce_on_key_configs,json=enforceOnKeyConfigs,proto3" json:"enforce_on_key_configs,omitempty"`
	// Rate limit key name applicable only for the following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key value. HTTP_COOKIE -- Name of the HTTP cookie whose value is taken as the key value.
	EnforceOnKeyName *string `protobuf:"bytes,132555246,opt,name=enforce_on_key_name,json=enforceOnKeyName,proto3,oneof" json:"enforce_on_key_name,omitempty"`
	// Action to take for requests that are above the configured rate limit threshold, to either deny with a specified HTTP response code, or redirect to a different endpoint. Valid options are `deny(STATUS)`, where valid values for `STATUS` are 403, 404, 429, and 502, and `redirect`, where the redirect parameters come from `exceedRedirectOptions` below. The `redirect` action is only supported in Global Security Policies of type CLOUD_ARMOR.
	ExceedAction *string `protobuf:"bytes,167159073,opt,name=exceed_action,json=exceedAction,proto3,oneof" json:"exceed_action,omitempty"`
	// Parameters defining the redirect action that is used as the exceed action. Cannot be specified if the exceed action is not redirect. This field is only supported in Global Security Policies of type CLOUD_ARMOR.
	ExceedRedirectOptions *SecurityPolicyRuleRedirectOptions `protobuf:"bytes,473646694,opt,name=exceed_redirect_options,json=exceedRedirectOptions,proto3,oneof" json:"exceed_redirect_options,omitempty"`
	// Threshold at which to begin ratelimiting.
	RateLimitThreshold *SecurityPolicyRuleRateLimitOptionsThreshold `protobuf:"bytes,315875208,opt,name=rate_limit_threshold,json=rateLimitThreshold,proto3,oneof" json:"rate_limit_threshold,omitempty"`
	// contains filtered or unexported fields
}

func (*SecurityPolicyRuleRateLimitOptions) Descriptor

func (*SecurityPolicyRuleRateLimitOptions) Descriptor() ([]byte, []int)

Deprecated: Use SecurityPolicyRuleRateLimitOptions.ProtoReflect.Descriptor instead.

func (*SecurityPolicyRuleRateLimitOptions) GetBanDurationSec

func (x *SecurityPolicyRuleRateLimitOptions) GetBanDurationSec() int32

func (*SecurityPolicyRuleRateLimitOptions) GetBanThreshold

func (*SecurityPolicyRuleRateLimitOptions) GetConformAction

func (x *SecurityPolicyRuleRateLimitOptions) GetConformAction() string

func (*SecurityPolicyRuleRateLimitOptions) GetEnforceOnKey

func (x *SecurityPolicyRuleRateLimitOptions) GetEnforceOnKey() string

func (*SecurityPolicyRuleRateLimitOptions) GetEnforceOnKeyConfigs

func (*SecurityPolicyRuleRateLimitOptions) GetEnforceOnKeyName

func (x *SecurityPolicyRuleRateLimitOptions) GetEnforceOnKeyName() string

func (*SecurityPolicyRuleRateLimitOptions) GetExceedAction

func (x *SecurityPolicyRuleRateLimitOptions) GetExceedAction() string

func (*SecurityPolicyRuleRateLimitOptions) GetExceedRedirectOptions

func (*SecurityPolicyRuleRateLimitOptions) GetRateLimitThreshold

func (*SecurityPolicyRuleRateLimitOptions) ProtoMessage

func (*SecurityPolicyRuleRateLimitOptions) ProtoMessage()

func (*SecurityPolicyRuleRateLimitOptions) ProtoReflect

func (*SecurityPolicyRuleRateLimitOptions) Reset

func (*SecurityPolicyRuleRateLimitOptions) String

type SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig

type SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig struct {

	// Rate limit key name applicable only for the following key types: HTTP_HEADER -- Name of the HTTP header whose value is taken as the key value. HTTP_COOKIE -- Name of the HTTP cookie whose value is taken as the key value.
	EnforceOnKeyName *string `protobuf:"bytes,132555246,opt,name=enforce_on_key_name,json=enforceOnKeyName,proto3,oneof" json:"enforce_on_key_name,omitempty"`
	// Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKeyConfigs" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates.
	// Check the EnforceOnKeyType enum for the list of possible values.
	EnforceOnKeyType *string `protobuf:"bytes,132757149,opt,name=enforce_on_key_type,json=enforceOnKeyType,proto3,oneof" json:"enforce_on_key_type,omitempty"`
	// contains filtered or unexported fields
}

func (*SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig) Descriptor

Deprecated: Use SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig.ProtoReflect.Descriptor instead.

func (*SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig) GetEnforceOnKeyName

func (*SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig) GetEnforceOnKeyType

func (*SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig) ProtoMessage

func (*SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig) ProtoReflect

func (*SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig) Reset

func (*SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig) String

type SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig_EnforceOnKeyType

type SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig_EnforceOnKeyType int32

Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKeyConfigs" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates.

const (
	// A value indicating that the enum field is not set.
	SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig_UNDEFINED_ENFORCE_ON_KEY_TYPE SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig_EnforceOnKeyType = 0
	SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig_ALL                           SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig_EnforceOnKeyType = 64897
	SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig_HTTP_COOKIE                   SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig_EnforceOnKeyType = 494981627
	SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig_HTTP_HEADER                   SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig_EnforceOnKeyType = 91597348
	SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig_HTTP_PATH                     SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig_EnforceOnKeyType = 311503228
	SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig_IP                            SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig_EnforceOnKeyType = 2343
	SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig_REGION_CODE                   SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig_EnforceOnKeyType = 79559768
	SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig_SNI                           SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig_EnforceOnKeyType = 82254
	SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig_XFF_IP                        SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig_EnforceOnKeyType = 438707118
)

func (SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig_EnforceOnKeyType) Descriptor

func (SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig_EnforceOnKeyType) Enum

func (SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig_EnforceOnKeyType) EnumDescriptor

Deprecated: Use SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig_EnforceOnKeyType.Descriptor instead.

func (SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig_EnforceOnKeyType) Number

func (SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig_EnforceOnKeyType) String

func (SecurityPolicyRuleRateLimitOptionsEnforceOnKeyConfig_EnforceOnKeyType) Type

type SecurityPolicyRuleRateLimitOptionsThreshold

type SecurityPolicyRuleRateLimitOptionsThreshold struct {

	// Number of HTTP(S) requests for calculating the threshold.
	Count *int32 `protobuf:"varint,94851343,opt,name=count,proto3,oneof" json:"count,omitempty"`
	// Interval over which the threshold is computed.
	IntervalSec *int32 `protobuf:"varint,41084375,opt,name=interval_sec,json=intervalSec,proto3,oneof" json:"interval_sec,omitempty"`
	// contains filtered or unexported fields
}

func (*SecurityPolicyRuleRateLimitOptionsThreshold) Descriptor

Deprecated: Use SecurityPolicyRuleRateLimitOptionsThreshold.ProtoReflect.Descriptor instead.

func (*SecurityPolicyRuleRateLimitOptionsThreshold) GetCount

func (*SecurityPolicyRuleRateLimitOptionsThreshold) GetIntervalSec

func (*SecurityPolicyRuleRateLimitOptionsThreshold) ProtoMessage

func (*SecurityPolicyRuleRateLimitOptionsThreshold) ProtoReflect

func (*SecurityPolicyRuleRateLimitOptionsThreshold) Reset

func (*SecurityPolicyRuleRateLimitOptionsThreshold) String

type SecurityPolicyRuleRateLimitOptions_EnforceOnKey

type SecurityPolicyRuleRateLimitOptions_EnforceOnKey int32

Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if "enforceOnKey" is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under "enforceOnKeyName". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. - HTTP_PATH: The URL path of the HTTP request. The key value is truncated to the first 128 bytes. - SNI: Server name indication in the TLS session of the HTTPS request. The key value is truncated to the first 128 bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The country/region from which the request originates.

const (
	// A value indicating that the enum field is not set.
	SecurityPolicyRuleRateLimitOptions_UNDEFINED_ENFORCE_ON_KEY SecurityPolicyRuleRateLimitOptions_EnforceOnKey = 0
	SecurityPolicyRuleRateLimitOptions_ALL                      SecurityPolicyRuleRateLimitOptions_EnforceOnKey = 64897
	SecurityPolicyRuleRateLimitOptions_HTTP_COOKIE              SecurityPolicyRuleRateLimitOptions_EnforceOnKey = 494981627
	SecurityPolicyRuleRateLimitOptions_HTTP_HEADER              SecurityPolicyRuleRateLimitOptions_EnforceOnKey = 91597348
	SecurityPolicyRuleRateLimitOptions_HTTP_PATH                SecurityPolicyRuleRateLimitOptions_EnforceOnKey = 311503228
	SecurityPolicyRuleRateLimitOptions_IP                       SecurityPolicyRuleRateLimitOptions_EnforceOnKey = 2343
	SecurityPolicyRuleRateLimitOptions_REGION_CODE              SecurityPolicyRuleRateLimitOptions_EnforceOnKey = 79559768
	SecurityPolicyRuleRateLimitOptions_SNI                      SecurityPolicyRuleRateLimitOptions_EnforceOnKey = 82254
	SecurityPolicyRuleRateLimitOptions_XFF_IP                   SecurityPolicyRuleRateLimitOptions_EnforceOnKey = 438707118
)

func (SecurityPolicyRuleRateLimitOptions_EnforceOnKey) Descriptor

func (SecurityPolicyRuleRateLimitOptions_EnforceOnKey) Enum

func (SecurityPolicyRuleRateLimitOptions_EnforceOnKey) EnumDescriptor

Deprecated: Use SecurityPolicyRuleRateLimitOptions_EnforceOnKey.Descriptor instead.

func (SecurityPolicyRuleRateLimitOptions_EnforceOnKey) Number

func (SecurityPolicyRuleRateLimitOptions_EnforceOnKey) String

func (SecurityPolicyRuleRateLimitOptions_EnforceOnKey) Type

type SecurityPolicyRuleRedirectOptions

type SecurityPolicyRuleRedirectOptions struct {

	// Target for the redirect action. This is required if the type is EXTERNAL_302 and cannot be specified for GOOGLE_RECAPTCHA.
	Target *string `protobuf:"bytes,192835985,opt,name=target,proto3,oneof" json:"target,omitempty"`
	// Type of the redirect action.
	// Check the Type enum for the list of possible values.
	Type *string `protobuf:"bytes,3575610,opt,name=type,proto3,oneof" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*SecurityPolicyRuleRedirectOptions) Descriptor

func (*SecurityPolicyRuleRedirectOptions) Descriptor() ([]byte, []int)

Deprecated: Use SecurityPolicyRuleRedirectOptions.ProtoReflect.Descriptor instead.

func (*SecurityPolicyRuleRedirectOptions) GetTarget

func (*SecurityPolicyRuleRedirectOptions) GetType

func (*SecurityPolicyRuleRedirectOptions) ProtoMessage

func (*SecurityPolicyRuleRedirectOptions) ProtoMessage()

func (*SecurityPolicyRuleRedirectOptions) ProtoReflect

func (*SecurityPolicyRuleRedirectOptions) Reset

func (*SecurityPolicyRuleRedirectOptions) String

type SecurityPolicyRuleRedirectOptions_Type

type SecurityPolicyRuleRedirectOptions_Type int32

Type of the redirect action.

const (
	// A value indicating that the enum field is not set.
	SecurityPolicyRuleRedirectOptions_UNDEFINED_TYPE   SecurityPolicyRuleRedirectOptions_Type = 0
	SecurityPolicyRuleRedirectOptions_EXTERNAL_302     SecurityPolicyRuleRedirectOptions_Type = 395733761
	SecurityPolicyRuleRedirectOptions_GOOGLE_RECAPTCHA SecurityPolicyRuleRedirectOptions_Type = 518803009
)

func (SecurityPolicyRuleRedirectOptions_Type) Descriptor

func (SecurityPolicyRuleRedirectOptions_Type) Enum

func (SecurityPolicyRuleRedirectOptions_Type) EnumDescriptor

func (SecurityPolicyRuleRedirectOptions_Type) EnumDescriptor() ([]byte, []int)

Deprecated: Use SecurityPolicyRuleRedirectOptions_Type.Descriptor instead.

func (SecurityPolicyRuleRedirectOptions_Type) Number

func (SecurityPolicyRuleRedirectOptions_Type) String

func (SecurityPolicyRuleRedirectOptions_Type) Type

type SecurityPolicy_Type

type SecurityPolicy_Type int32

The type indicates the intended use of the security policy. - CLOUD_ARMOR: Cloud Armor backend security policies can be configured to filter incoming HTTP requests targeting backend services. They filter requests before they hit the origin servers. - CLOUD_ARMOR_EDGE: Cloud Armor edge security policies can be configured to filter incoming HTTP requests targeting backend services (including Cloud CDN-enabled) as well as backend buckets (Cloud Storage). They filter requests before the request is served from Google's cache. - CLOUD_ARMOR_INTERNAL_SERVICE: Cloud Armor internal service policies can be configured to filter HTTP requests targeting services managed by Traffic Director in a service mesh. They filter requests before the request is served from the application. - CLOUD_ARMOR_NETWORK: Cloud Armor network policies can be configured to filter packets targeting network load balancing resources such as backend services, target pools, target instances, and instances with external IPs. They filter requests before the request is served from the application. This field can be set only at resource creation time.

const (
	// A value indicating that the enum field is not set.
	SecurityPolicy_UNDEFINED_TYPE      SecurityPolicy_Type = 0
	SecurityPolicy_CLOUD_ARMOR         SecurityPolicy_Type = 260640373
	SecurityPolicy_CLOUD_ARMOR_EDGE    SecurityPolicy_Type = 250728775
	SecurityPolicy_CLOUD_ARMOR_NETWORK SecurityPolicy_Type = 488527428
)

func (SecurityPolicy_Type) Descriptor

func (SecurityPolicy_Type) Enum

func (SecurityPolicy_Type) EnumDescriptor

func (SecurityPolicy_Type) EnumDescriptor() ([]byte, []int)

Deprecated: Use SecurityPolicy_Type.Descriptor instead.

func (SecurityPolicy_Type) Number

func (SecurityPolicy_Type) String

func (x SecurityPolicy_Type) String() string

func (SecurityPolicy_Type) Type

type SecuritySettings

type SecuritySettings struct {

	// Optional. A URL referring to a networksecurity.ClientTlsPolicy resource that describes how clients should authenticate with this service's backends. clientTlsPolicy only applies to a global BackendService with the loadBalancingScheme set to INTERNAL_SELF_MANAGED. If left blank, communications are not encrypted.
	ClientTlsPolicy *string `protobuf:"bytes,462325226,opt,name=client_tls_policy,json=clientTlsPolicy,proto3,oneof" json:"client_tls_policy,omitempty"`
	// Optional. A list of Subject Alternative Names (SANs) that the client verifies during a mutual TLS handshake with an server/endpoint for this BackendService. When the server presents its X.509 certificate to the client, the client inspects the certificate's subjectAltName field. If the field contains one of the specified values, the communication continues. Otherwise, it fails. This additional check enables the client to verify that the server is authorized to run the requested service. Note that the contents of the server certificate's subjectAltName field are configured by the Public Key Infrastructure which provisions server identities. Only applies to a global BackendService with loadBalancingScheme set to INTERNAL_SELF_MANAGED. Only applies when BackendService has an attached clientTlsPolicy with clientCertificate (mTLS mode).
	SubjectAltNames []string `protobuf:"bytes,330029535,rep,name=subject_alt_names,json=subjectAltNames,proto3" json:"subject_alt_names,omitempty"`
	// contains filtered or unexported fields
}

The authentication and authorization settings for a BackendService.

func (*SecuritySettings) Descriptor

func (*SecuritySettings) Descriptor() ([]byte, []int)

Deprecated: Use SecuritySettings.ProtoReflect.Descriptor instead.

func (*SecuritySettings) GetClientTlsPolicy

func (x *SecuritySettings) GetClientTlsPolicy() string

func (*SecuritySettings) GetSubjectAltNames

func (x *SecuritySettings) GetSubjectAltNames() []string

func (*SecuritySettings) ProtoMessage

func (*SecuritySettings) ProtoMessage()

func (*SecuritySettings) ProtoReflect

func (x *SecuritySettings) ProtoReflect() protoreflect.Message

func (*SecuritySettings) Reset

func (x *SecuritySettings) Reset()

func (*SecuritySettings) String

func (x *SecuritySettings) String() string

type SendDiagnosticInterruptInstanceRequest

type SendDiagnosticInterruptInstanceRequest struct {

	// Name of the instance scoping this request.
	Instance string `protobuf:"bytes,18257045,opt,name=instance,proto3" json:"instance,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Instances.SendDiagnosticInterrupt. See the method description for details.

func (*SendDiagnosticInterruptInstanceRequest) Descriptor

func (*SendDiagnosticInterruptInstanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use SendDiagnosticInterruptInstanceRequest.ProtoReflect.Descriptor instead.

func (*SendDiagnosticInterruptInstanceRequest) GetInstance

func (*SendDiagnosticInterruptInstanceRequest) GetProject

func (*SendDiagnosticInterruptInstanceRequest) GetZone

func (*SendDiagnosticInterruptInstanceRequest) ProtoMessage

func (*SendDiagnosticInterruptInstanceRequest) ProtoReflect

func (*SendDiagnosticInterruptInstanceRequest) Reset

func (*SendDiagnosticInterruptInstanceRequest) String

type SendDiagnosticInterruptInstanceResponse

type SendDiagnosticInterruptInstanceResponse struct {
	// contains filtered or unexported fields
}

A response message for Instances.SendDiagnosticInterrupt. See the method description for details.

func (*SendDiagnosticInterruptInstanceResponse) Descriptor

func (*SendDiagnosticInterruptInstanceResponse) Descriptor() ([]byte, []int)

Deprecated: Use SendDiagnosticInterruptInstanceResponse.ProtoReflect.Descriptor instead.

func (*SendDiagnosticInterruptInstanceResponse) ProtoMessage

func (*SendDiagnosticInterruptInstanceResponse) ProtoReflect

func (*SendDiagnosticInterruptInstanceResponse) Reset

func (*SendDiagnosticInterruptInstanceResponse) String

type SerialPortOutput

type SerialPortOutput struct {

	// [Output Only] The contents of the console output.
	Contents *string `protobuf:"bytes,506419994,opt,name=contents,proto3,oneof" json:"contents,omitempty"`
	// [Output Only] Type of the resource. Always compute#serialPortOutput for serial port output.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] The position of the next byte of content, regardless of whether the content exists, following the output returned in the `contents` property. Use this value in the next request as the start parameter.
	Next *int64 `protobuf:"varint,3377907,opt,name=next,proto3,oneof" json:"next,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// The starting byte position of the output that was returned. This should match the start parameter sent with the request. If the serial console output exceeds the size of the buffer (1 MB), older output is overwritten by newer content. The output start value will indicate the byte position of the output that was returned, which might be different than the `start` value that was specified in the request.
	Start *int64 `protobuf:"varint,109757538,opt,name=start,proto3,oneof" json:"start,omitempty"`
	// contains filtered or unexported fields
}

An instance serial console output.

func (*SerialPortOutput) Descriptor

func (*SerialPortOutput) Descriptor() ([]byte, []int)

Deprecated: Use SerialPortOutput.ProtoReflect.Descriptor instead.

func (*SerialPortOutput) GetContents

func (x *SerialPortOutput) GetContents() string

func (*SerialPortOutput) GetKind

func (x *SerialPortOutput) GetKind() string

func (*SerialPortOutput) GetNext

func (x *SerialPortOutput) GetNext() int64
func (x *SerialPortOutput) GetSelfLink() string

func (*SerialPortOutput) GetStart

func (x *SerialPortOutput) GetStart() int64

func (*SerialPortOutput) ProtoMessage

func (*SerialPortOutput) ProtoMessage()

func (*SerialPortOutput) ProtoReflect

func (x *SerialPortOutput) ProtoReflect() protoreflect.Message

func (*SerialPortOutput) Reset

func (x *SerialPortOutput) Reset()

func (*SerialPortOutput) String

func (x *SerialPortOutput) String() string

type ServerBinding

type ServerBinding struct {

	//
	// Check the Type enum for the list of possible values.
	Type *string `protobuf:"bytes,3575610,opt,name=type,proto3,oneof" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*ServerBinding) Descriptor

func (*ServerBinding) Descriptor() ([]byte, []int)

Deprecated: Use ServerBinding.ProtoReflect.Descriptor instead.

func (*ServerBinding) GetType

func (x *ServerBinding) GetType() string

func (*ServerBinding) ProtoMessage

func (*ServerBinding) ProtoMessage()

func (*ServerBinding) ProtoReflect

func (x *ServerBinding) ProtoReflect() protoreflect.Message

func (*ServerBinding) Reset

func (x *ServerBinding) Reset()

func (*ServerBinding) String

func (x *ServerBinding) String() string

type ServerBinding_Type

type ServerBinding_Type int32
const (
	// A value indicating that the enum field is not set.
	ServerBinding_UNDEFINED_TYPE ServerBinding_Type = 0
	// Node may associate with any physical server over its lifetime.
	ServerBinding_RESTART_NODE_ON_ANY_SERVER ServerBinding_Type = 502950985
	// Node may associate with minimal physical servers over its lifetime.
	ServerBinding_RESTART_NODE_ON_MINIMAL_SERVERS ServerBinding_Type = 204166495
	ServerBinding_SERVER_BINDING_TYPE_UNSPECIFIED ServerBinding_Type = 180825512
)

func (ServerBinding_Type) Descriptor

func (ServerBinding_Type) Enum

func (ServerBinding_Type) EnumDescriptor

func (ServerBinding_Type) EnumDescriptor() ([]byte, []int)

Deprecated: Use ServerBinding_Type.Descriptor instead.

func (ServerBinding_Type) Number

func (ServerBinding_Type) String

func (x ServerBinding_Type) String() string

func (ServerBinding_Type) Type

type ServiceAccount

type ServiceAccount struct {

	// Email address of the service account.
	Email *string `protobuf:"bytes,96619420,opt,name=email,proto3,oneof" json:"email,omitempty"`
	// The list of scopes to be made available for this service account.
	Scopes []string `protobuf:"bytes,165973151,rep,name=scopes,proto3" json:"scopes,omitempty"`
	// contains filtered or unexported fields
}

A service account.

func (*ServiceAccount) Descriptor

func (*ServiceAccount) Descriptor() ([]byte, []int)

Deprecated: Use ServiceAccount.ProtoReflect.Descriptor instead.

func (*ServiceAccount) GetEmail

func (x *ServiceAccount) GetEmail() string

func (*ServiceAccount) GetScopes

func (x *ServiceAccount) GetScopes() []string

func (*ServiceAccount) ProtoMessage

func (*ServiceAccount) ProtoMessage()

func (*ServiceAccount) ProtoReflect

func (x *ServiceAccount) ProtoReflect() protoreflect.Message

func (*ServiceAccount) Reset

func (x *ServiceAccount) Reset()

func (*ServiceAccount) String

func (x *ServiceAccount) String() string

type ServiceAttachment

type ServiceAttachment struct {

	// [Output Only] An array of connections for all the consumers connected to this service attachment.
	ConnectedEndpoints []*ServiceAttachmentConnectedEndpoint `protobuf:"bytes,72223688,rep,name=connected_endpoints,json=connectedEndpoints,proto3" json:"connected_endpoints,omitempty"`
	// The connection preference of service attachment. The value can be set to ACCEPT_AUTOMATIC. An ACCEPT_AUTOMATIC service attachment is one that always accepts the connection from consumer forwarding rules.
	// Check the ConnectionPreference enum for the list of possible values.
	ConnectionPreference *string `protobuf:"bytes,285818076,opt,name=connection_preference,json=connectionPreference,proto3,oneof" json:"connection_preference,omitempty"`
	// Projects that are allowed to connect to this service attachment.
	ConsumerAcceptLists []*ServiceAttachmentConsumerProjectLimit `protobuf:"bytes,402725703,rep,name=consumer_accept_lists,json=consumerAcceptLists,proto3" json:"consumer_accept_lists,omitempty"`
	// Projects that are not allowed to connect to this service attachment. The project can be specified using its id or number.
	ConsumerRejectLists []string `protobuf:"bytes,204033182,rep,name=consumer_reject_lists,json=consumerRejectLists,proto3" json:"consumer_reject_lists,omitempty"`
	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// An optional description of this resource. Provide this property when you create the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// If specified, the domain name will be used during the integration between the PSC connected endpoints and the Cloud DNS. For example, this is a valid domain name: "p.mycompany.com.". Current max number of domain names supported is 1.
	DomainNames []string `protobuf:"bytes,6450189,rep,name=domain_names,json=domainNames,proto3" json:"domain_names,omitempty"`
	// If true, enable the proxy protocol which is for supplying client TCP/IP address data in TCP connections that traverse proxies on their way to destination servers.
	EnableProxyProtocol *bool `protobuf:"varint,363791237,opt,name=enable_proxy_protocol,json=enableProxyProtocol,proto3,oneof" json:"enable_proxy_protocol,omitempty"`
	// Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a ServiceAttachment. An up-to-date fingerprint must be provided in order to patch/update the ServiceAttachment; otherwise, the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve the ServiceAttachment.
	Fingerprint *string `protobuf:"bytes,234678500,opt,name=fingerprint,proto3,oneof" json:"fingerprint,omitempty"`
	// [Output Only] The unique identifier for the resource type. The server generates this identifier.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Output Only] Type of the resource. Always compute#serviceAttachment for service attachments.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// An array of URLs where each entry is the URL of a subnet provided by the service producer to use for NAT in this service attachment.
	NatSubnets []string `protobuf:"bytes,374785944,rep,name=nat_subnets,json=natSubnets,proto3" json:"nat_subnets,omitempty"`
	// The URL of a forwarding rule with loadBalancingScheme INTERNAL* that is serving the endpoint identified by this service attachment.
	ProducerForwardingRule *string `protobuf:"bytes,247927889,opt,name=producer_forwarding_rule,json=producerForwardingRule,proto3,oneof" json:"producer_forwarding_rule,omitempty"`
	// [Output Only] An 128-bit global unique ID of the PSC service attachment.
	PscServiceAttachmentId *Uint128 `protobuf:"bytes,527695214,opt,name=psc_service_attachment_id,json=pscServiceAttachmentId,proto3,oneof" json:"psc_service_attachment_id,omitempty"`
	// This flag determines whether a consumer accept/reject list change can reconcile the statuses of existing ACCEPTED or REJECTED PSC endpoints. - If false, connection policy update will only affect existing PENDING PSC endpoints. Existing ACCEPTED/REJECTED endpoints will remain untouched regardless how the connection policy is modified . - If true, update will affect both PENDING and ACCEPTED/REJECTED PSC endpoints. For example, an ACCEPTED PSC endpoint will be moved to REJECTED if its project is added to the reject list. For newly created service attachment, this boolean defaults to true.
	ReconcileConnections *bool `protobuf:"varint,125493732,opt,name=reconcile_connections,json=reconcileConnections,proto3,oneof" json:"reconcile_connections,omitempty"`
	// [Output Only] URL of the region where the service attachment resides. This field applies only to the region resource. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
	Region *string `protobuf:"bytes,138946292,opt,name=region,proto3,oneof" json:"region,omitempty"`
	// [Output Only] Server-defined URL for the resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// The URL of a service serving the endpoint identified by this service attachment.
	TargetService *string `protobuf:"bytes,1293831,opt,name=target_service,json=targetService,proto3,oneof" json:"target_service,omitempty"`
	// contains filtered or unexported fields
}

Represents a ServiceAttachment resource. A service attachment represents a service that a producer has exposed. It encapsulates the load balancer which fronts the service runs and a list of NAT IP ranges that the producers uses to represent the consumers connecting to the service.

func (*ServiceAttachment) Descriptor

func (*ServiceAttachment) Descriptor() ([]byte, []int)

Deprecated: Use ServiceAttachment.ProtoReflect.Descriptor instead.

func (*ServiceAttachment) GetConnectedEndpoints

func (x *ServiceAttachment) GetConnectedEndpoints() []*ServiceAttachmentConnectedEndpoint

func (*ServiceAttachment) GetConnectionPreference

func (x *ServiceAttachment) GetConnectionPreference() string

func (*ServiceAttachment) GetConsumerAcceptLists

func (x *ServiceAttachment) GetConsumerAcceptLists() []*ServiceAttachmentConsumerProjectLimit

func (*ServiceAttachment) GetConsumerRejectLists

func (x *ServiceAttachment) GetConsumerRejectLists() []string

func (*ServiceAttachment) GetCreationTimestamp

func (x *ServiceAttachment) GetCreationTimestamp() string

func (*ServiceAttachment) GetDescription

func (x *ServiceAttachment) GetDescription() string

func (*ServiceAttachment) GetDomainNames

func (x *ServiceAttachment) GetDomainNames() []string

func (*ServiceAttachment) GetEnableProxyProtocol

func (x *ServiceAttachment) GetEnableProxyProtocol() bool

func (*ServiceAttachment) GetFingerprint

func (x *ServiceAttachment) GetFingerprint() string

func (*ServiceAttachment) GetId

func (x *ServiceAttachment) GetId() uint64

func (*ServiceAttachment) GetKind

func (x *ServiceAttachment) GetKind() string

func (*ServiceAttachment) GetName

func (x *ServiceAttachment) GetName() string

func (*ServiceAttachment) GetNatSubnets

func (x *ServiceAttachment) GetNatSubnets() []string

func (*ServiceAttachment) GetProducerForwardingRule

func (x *ServiceAttachment) GetProducerForwardingRule() string

func (*ServiceAttachment) GetPscServiceAttachmentId

func (x *ServiceAttachment) GetPscServiceAttachmentId() *Uint128

func (*ServiceAttachment) GetReconcileConnections

func (x *ServiceAttachment) GetReconcileConnections() bool

func (*ServiceAttachment) GetRegion

func (x *ServiceAttachment) GetRegion() string
func (x *ServiceAttachment) GetSelfLink() string

func (*ServiceAttachment) GetTargetService

func (x *ServiceAttachment) GetTargetService() string

func (*ServiceAttachment) ProtoMessage

func (*ServiceAttachment) ProtoMessage()

func (*ServiceAttachment) ProtoReflect

func (x *ServiceAttachment) ProtoReflect() protoreflect.Message

func (*ServiceAttachment) Reset

func (x *ServiceAttachment) Reset()

func (*ServiceAttachment) String

func (x *ServiceAttachment) String() string

type ServiceAttachmentAggregatedList

type ServiceAttachmentAggregatedList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of ServiceAttachmentsScopedList resources.
	Items map[string]*ServiceAttachmentsScopedList `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// Type of resource.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Unreachable resources.
	Unreachables []string `protobuf:"bytes,243372063,rep,name=unreachables,proto3" json:"unreachables,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

Contains a list of ServiceAttachmentsScopedList.

func (*ServiceAttachmentAggregatedList) Descriptor

func (*ServiceAttachmentAggregatedList) Descriptor() ([]byte, []int)

Deprecated: Use ServiceAttachmentAggregatedList.ProtoReflect.Descriptor instead.

func (*ServiceAttachmentAggregatedList) GetId

func (*ServiceAttachmentAggregatedList) GetItems

func (*ServiceAttachmentAggregatedList) GetKind

func (*ServiceAttachmentAggregatedList) GetNextPageToken

func (x *ServiceAttachmentAggregatedList) GetNextPageToken() string
func (x *ServiceAttachmentAggregatedList) GetSelfLink() string

func (*ServiceAttachmentAggregatedList) GetUnreachables

func (x *ServiceAttachmentAggregatedList) GetUnreachables() []string

func (*ServiceAttachmentAggregatedList) GetWarning

func (x *ServiceAttachmentAggregatedList) GetWarning() *Warning

func (*ServiceAttachmentAggregatedList) ProtoMessage

func (*ServiceAttachmentAggregatedList) ProtoMessage()

func (*ServiceAttachmentAggregatedList) ProtoReflect

func (*ServiceAttachmentAggregatedList) Reset

func (*ServiceAttachmentAggregatedList) String

type ServiceAttachmentConnectedEndpoint

type ServiceAttachmentConnectedEndpoint struct {

	// The url of the consumer network.
	ConsumerNetwork *string `protobuf:"bytes,254357221,opt,name=consumer_network,json=consumerNetwork,proto3,oneof" json:"consumer_network,omitempty"`
	// The url of a connected endpoint.
	Endpoint *string `protobuf:"bytes,130489749,opt,name=endpoint,proto3,oneof" json:"endpoint,omitempty"`
	// The PSC connection id of the connected endpoint.
	PscConnectionId *uint64 `protobuf:"varint,292082397,opt,name=psc_connection_id,json=pscConnectionId,proto3,oneof" json:"psc_connection_id,omitempty"`
	// The status of a connected endpoint to this service attachment.
	// Check the Status enum for the list of possible values.
	Status *string `protobuf:"bytes,181260274,opt,name=status,proto3,oneof" json:"status,omitempty"`
	// contains filtered or unexported fields
}

[Output Only] A connection connected to this service attachment.

func (*ServiceAttachmentConnectedEndpoint) Descriptor

func (*ServiceAttachmentConnectedEndpoint) Descriptor() ([]byte, []int)

Deprecated: Use ServiceAttachmentConnectedEndpoint.ProtoReflect.Descriptor instead.

func (*ServiceAttachmentConnectedEndpoint) GetConsumerNetwork

func (x *ServiceAttachmentConnectedEndpoint) GetConsumerNetwork() string

func (*ServiceAttachmentConnectedEndpoint) GetEndpoint

func (x *ServiceAttachmentConnectedEndpoint) GetEndpoint() string

func (*ServiceAttachmentConnectedEndpoint) GetPscConnectionId

func (x *ServiceAttachmentConnectedEndpoint) GetPscConnectionId() uint64

func (*ServiceAttachmentConnectedEndpoint) GetStatus

func (*ServiceAttachmentConnectedEndpoint) ProtoMessage

func (*ServiceAttachmentConnectedEndpoint) ProtoMessage()

func (*ServiceAttachmentConnectedEndpoint) ProtoReflect

func (*ServiceAttachmentConnectedEndpoint) Reset

func (*ServiceAttachmentConnectedEndpoint) String

type ServiceAttachmentConnectedEndpoint_Status

type ServiceAttachmentConnectedEndpoint_Status int32

The status of a connected endpoint to this service attachment.

const (
	// A value indicating that the enum field is not set.
	ServiceAttachmentConnectedEndpoint_UNDEFINED_STATUS ServiceAttachmentConnectedEndpoint_Status = 0
	// The connection has been accepted by the producer.
	ServiceAttachmentConnectedEndpoint_ACCEPTED ServiceAttachmentConnectedEndpoint_Status = 246714279
	// The connection has been closed by the producer.
	ServiceAttachmentConnectedEndpoint_CLOSED ServiceAttachmentConnectedEndpoint_Status = 380163436
	// The connection has been accepted by the producer, but the producer needs to take further action before the forwarding rule can serve traffic.
	ServiceAttachmentConnectedEndpoint_NEEDS_ATTENTION ServiceAttachmentConnectedEndpoint_Status = 344491452
	// The connection is pending acceptance by the producer.
	ServiceAttachmentConnectedEndpoint_PENDING ServiceAttachmentConnectedEndpoint_Status = 35394935
	// The consumer is still connected but not using the connection.
	ServiceAttachmentConnectedEndpoint_REJECTED           ServiceAttachmentConnectedEndpoint_Status = 174130302
	ServiceAttachmentConnectedEndpoint_STATUS_UNSPECIFIED ServiceAttachmentConnectedEndpoint_Status = 42133066
)

func (ServiceAttachmentConnectedEndpoint_Status) Descriptor

func (ServiceAttachmentConnectedEndpoint_Status) Enum

func (ServiceAttachmentConnectedEndpoint_Status) EnumDescriptor

func (ServiceAttachmentConnectedEndpoint_Status) EnumDescriptor() ([]byte, []int)

Deprecated: Use ServiceAttachmentConnectedEndpoint_Status.Descriptor instead.

func (ServiceAttachmentConnectedEndpoint_Status) Number

func (ServiceAttachmentConnectedEndpoint_Status) String

func (ServiceAttachmentConnectedEndpoint_Status) Type

type ServiceAttachmentConsumerProjectLimit

type ServiceAttachmentConsumerProjectLimit struct {

	// The value of the limit to set.
	ConnectionLimit *uint32 `protobuf:"varint,131403546,opt,name=connection_limit,json=connectionLimit,proto3,oneof" json:"connection_limit,omitempty"`
	// The network URL for the network to set the limit for.
	NetworkUrl *string `protobuf:"bytes,207194078,opt,name=network_url,json=networkUrl,proto3,oneof" json:"network_url,omitempty"`
	// The project id or number for the project to set the limit for.
	ProjectIdOrNum *string `protobuf:"bytes,349783336,opt,name=project_id_or_num,json=projectIdOrNum,proto3,oneof" json:"project_id_or_num,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceAttachmentConsumerProjectLimit) Descriptor

func (*ServiceAttachmentConsumerProjectLimit) Descriptor() ([]byte, []int)

Deprecated: Use ServiceAttachmentConsumerProjectLimit.ProtoReflect.Descriptor instead.

func (*ServiceAttachmentConsumerProjectLimit) GetConnectionLimit

func (x *ServiceAttachmentConsumerProjectLimit) GetConnectionLimit() uint32

func (*ServiceAttachmentConsumerProjectLimit) GetNetworkUrl

func (x *ServiceAttachmentConsumerProjectLimit) GetNetworkUrl() string

func (*ServiceAttachmentConsumerProjectLimit) GetProjectIdOrNum

func (x *ServiceAttachmentConsumerProjectLimit) GetProjectIdOrNum() string

func (*ServiceAttachmentConsumerProjectLimit) ProtoMessage

func (*ServiceAttachmentConsumerProjectLimit) ProtoMessage()

func (*ServiceAttachmentConsumerProjectLimit) ProtoReflect

func (*ServiceAttachmentConsumerProjectLimit) Reset

func (*ServiceAttachmentConsumerProjectLimit) String

type ServiceAttachmentList

type ServiceAttachmentList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of ServiceAttachment resources.
	Items []*ServiceAttachment `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] Type of the resource. Always compute#serviceAttachment for service attachments.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceAttachmentList) Descriptor

func (*ServiceAttachmentList) Descriptor() ([]byte, []int)

Deprecated: Use ServiceAttachmentList.ProtoReflect.Descriptor instead.

func (*ServiceAttachmentList) GetId

func (x *ServiceAttachmentList) GetId() string

func (*ServiceAttachmentList) GetItems

func (x *ServiceAttachmentList) GetItems() []*ServiceAttachment

func (*ServiceAttachmentList) GetKind

func (x *ServiceAttachmentList) GetKind() string

func (*ServiceAttachmentList) GetNextPageToken

func (x *ServiceAttachmentList) GetNextPageToken() string
func (x *ServiceAttachmentList) GetSelfLink() string

func (*ServiceAttachmentList) GetWarning

func (x *ServiceAttachmentList) GetWarning() *Warning

func (*ServiceAttachmentList) ProtoMessage

func (*ServiceAttachmentList) ProtoMessage()

func (*ServiceAttachmentList) ProtoReflect

func (x *ServiceAttachmentList) ProtoReflect() protoreflect.Message

func (*ServiceAttachmentList) Reset

func (x *ServiceAttachmentList) Reset()

func (*ServiceAttachmentList) String

func (x *ServiceAttachmentList) String() string

type ServiceAttachment_ConnectionPreference

type ServiceAttachment_ConnectionPreference int32

The connection preference of service attachment. The value can be set to ACCEPT_AUTOMATIC. An ACCEPT_AUTOMATIC service attachment is one that always accepts the connection from consumer forwarding rules.

const (
	// A value indicating that the enum field is not set.
	ServiceAttachment_UNDEFINED_CONNECTION_PREFERENCE   ServiceAttachment_ConnectionPreference = 0
	ServiceAttachment_ACCEPT_AUTOMATIC                  ServiceAttachment_ConnectionPreference = 75250580
	ServiceAttachment_ACCEPT_MANUAL                     ServiceAttachment_ConnectionPreference = 373061341
	ServiceAttachment_CONNECTION_PREFERENCE_UNSPECIFIED ServiceAttachment_ConnectionPreference = 34590772
)

func (ServiceAttachment_ConnectionPreference) Descriptor

func (ServiceAttachment_ConnectionPreference) Enum

func (ServiceAttachment_ConnectionPreference) EnumDescriptor

func (ServiceAttachment_ConnectionPreference) EnumDescriptor() ([]byte, []int)

Deprecated: Use ServiceAttachment_ConnectionPreference.Descriptor instead.

func (ServiceAttachment_ConnectionPreference) Number

func (ServiceAttachment_ConnectionPreference) String

func (ServiceAttachment_ConnectionPreference) Type

type ServiceAttachmentsClient

type ServiceAttachmentsClient interface {
	// Retrieves the list of all ServiceAttachment resources, regional and global, available to the specified project.
	AggregatedList(ctx context.Context, in *AggregatedListServiceAttachmentsRequest, opts ...grpc.CallOption) (*ServiceAttachmentAggregatedList, error)
	// Deletes the specified ServiceAttachment in the given scope
	Delete(ctx context.Context, in *DeleteServiceAttachmentRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified ServiceAttachment resource in the given scope.
	Get(ctx context.Context, in *GetServiceAttachmentRequest, opts ...grpc.CallOption) (*ServiceAttachment, error)
	// Gets the access control policy for a resource. May be empty if no such policy or resource exists.
	GetIamPolicy(ctx context.Context, in *GetIamPolicyServiceAttachmentRequest, opts ...grpc.CallOption) (*Policy, error)
	// Creates a ServiceAttachment in the specified project in the given scope using the parameters that are included in the request.
	Insert(ctx context.Context, in *InsertServiceAttachmentRequest, opts ...grpc.CallOption) (*Operation, error)
	// Lists the ServiceAttachments for a project in the given scope.
	List(ctx context.Context, in *ListServiceAttachmentsRequest, opts ...grpc.CallOption) (*ServiceAttachmentList, error)
	// Patches the specified ServiceAttachment resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.
	Patch(ctx context.Context, in *PatchServiceAttachmentRequest, opts ...grpc.CallOption) (*Operation, error)
	// Sets the access control policy on the specified resource. Replaces any existing policy.
	SetIamPolicy(ctx context.Context, in *SetIamPolicyServiceAttachmentRequest, opts ...grpc.CallOption) (*Policy, error)
	// Returns permissions that a caller has on the specified resource.
	TestIamPermissions(ctx context.Context, in *TestIamPermissionsServiceAttachmentRequest, opts ...grpc.CallOption) (*TestPermissionsResponse, error)
}

ServiceAttachmentsClient is the client API for ServiceAttachments service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewServiceAttachmentsClient

func NewServiceAttachmentsClient(cc grpc.ClientConnInterface) ServiceAttachmentsClient

type ServiceAttachmentsScopedList

type ServiceAttachmentsScopedList struct {

	// A list of ServiceAttachments contained in this scope.
	ServiceAttachments []*ServiceAttachment `protobuf:"bytes,307136806,rep,name=service_attachments,json=serviceAttachments,proto3" json:"service_attachments,omitempty"`
	// Informational warning which replaces the list of service attachments when the list is empty.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceAttachmentsScopedList) Descriptor

func (*ServiceAttachmentsScopedList) Descriptor() ([]byte, []int)

Deprecated: Use ServiceAttachmentsScopedList.ProtoReflect.Descriptor instead.

func (*ServiceAttachmentsScopedList) GetServiceAttachments

func (x *ServiceAttachmentsScopedList) GetServiceAttachments() []*ServiceAttachment

func (*ServiceAttachmentsScopedList) GetWarning

func (x *ServiceAttachmentsScopedList) GetWarning() *Warning

func (*ServiceAttachmentsScopedList) ProtoMessage

func (*ServiceAttachmentsScopedList) ProtoMessage()

func (*ServiceAttachmentsScopedList) ProtoReflect

func (*ServiceAttachmentsScopedList) Reset

func (x *ServiceAttachmentsScopedList) Reset()

func (*ServiceAttachmentsScopedList) String

type ServiceAttachmentsServer

type ServiceAttachmentsServer interface {
	// Retrieves the list of all ServiceAttachment resources, regional and global, available to the specified project.
	AggregatedList(context.Context, *AggregatedListServiceAttachmentsRequest) (*ServiceAttachmentAggregatedList, error)
	// Deletes the specified ServiceAttachment in the given scope
	Delete(context.Context, *DeleteServiceAttachmentRequest) (*Operation, error)
	// Returns the specified ServiceAttachment resource in the given scope.
	Get(context.Context, *GetServiceAttachmentRequest) (*ServiceAttachment, error)
	// Gets the access control policy for a resource. May be empty if no such policy or resource exists.
	GetIamPolicy(context.Context, *GetIamPolicyServiceAttachmentRequest) (*Policy, error)
	// Creates a ServiceAttachment in the specified project in the given scope using the parameters that are included in the request.
	Insert(context.Context, *InsertServiceAttachmentRequest) (*Operation, error)
	// Lists the ServiceAttachments for a project in the given scope.
	List(context.Context, *ListServiceAttachmentsRequest) (*ServiceAttachmentList, error)
	// Patches the specified ServiceAttachment resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.
	Patch(context.Context, *PatchServiceAttachmentRequest) (*Operation, error)
	// Sets the access control policy on the specified resource. Replaces any existing policy.
	SetIamPolicy(context.Context, *SetIamPolicyServiceAttachmentRequest) (*Policy, error)
	// Returns permissions that a caller has on the specified resource.
	TestIamPermissions(context.Context, *TestIamPermissionsServiceAttachmentRequest) (*TestPermissionsResponse, error)
}

ServiceAttachmentsServer is the server API for ServiceAttachments service.

type SetBackendServiceTargetSslProxyRequest

type SetBackendServiceTargetSslProxyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The body resource for this request
	TargetSslProxiesSetBackendServiceRequestResource *TargetSslProxiesSetBackendServiceRequest `protobuf:"bytes,139080868,opt,name=target_ssl_proxies_set_backend_service_request_resource,json=targetSslProxiesSetBackendServiceRequestResource,proto3" json:"target_ssl_proxies_set_backend_service_request_resource,omitempty"`
	// Name of the TargetSslProxy resource whose BackendService resource is to be set.
	TargetSslProxy string `protobuf:"bytes,338795853,opt,name=target_ssl_proxy,json=targetSslProxy,proto3" json:"target_ssl_proxy,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetSslProxies.SetBackendService. See the method description for details.

func (*SetBackendServiceTargetSslProxyRequest) Descriptor

func (*SetBackendServiceTargetSslProxyRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetBackendServiceTargetSslProxyRequest.ProtoReflect.Descriptor instead.

func (*SetBackendServiceTargetSslProxyRequest) GetProject

func (*SetBackendServiceTargetSslProxyRequest) GetRequestId

func (*SetBackendServiceTargetSslProxyRequest) GetTargetSslProxiesSetBackendServiceRequestResource

func (x *SetBackendServiceTargetSslProxyRequest) GetTargetSslProxiesSetBackendServiceRequestResource() *TargetSslProxiesSetBackendServiceRequest

func (*SetBackendServiceTargetSslProxyRequest) GetTargetSslProxy

func (x *SetBackendServiceTargetSslProxyRequest) GetTargetSslProxy() string

func (*SetBackendServiceTargetSslProxyRequest) ProtoMessage

func (*SetBackendServiceTargetSslProxyRequest) ProtoReflect

func (*SetBackendServiceTargetSslProxyRequest) Reset

func (*SetBackendServiceTargetSslProxyRequest) String

type SetBackendServiceTargetTcpProxyRequest

type SetBackendServiceTargetTcpProxyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The body resource for this request
	TargetTcpProxiesSetBackendServiceRequestResource *TargetTcpProxiesSetBackendServiceRequest `protobuf:"bytes,273721583,opt,name=target_tcp_proxies_set_backend_service_request_resource,json=targetTcpProxiesSetBackendServiceRequestResource,proto3" json:"target_tcp_proxies_set_backend_service_request_resource,omitempty"`
	// Name of the TargetTcpProxy resource whose BackendService resource is to be set.
	TargetTcpProxy string `protobuf:"bytes,503065442,opt,name=target_tcp_proxy,json=targetTcpProxy,proto3" json:"target_tcp_proxy,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetTcpProxies.SetBackendService. See the method description for details.

func (*SetBackendServiceTargetTcpProxyRequest) Descriptor

func (*SetBackendServiceTargetTcpProxyRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetBackendServiceTargetTcpProxyRequest.ProtoReflect.Descriptor instead.

func (*SetBackendServiceTargetTcpProxyRequest) GetProject

func (*SetBackendServiceTargetTcpProxyRequest) GetRequestId

func (*SetBackendServiceTargetTcpProxyRequest) GetTargetTcpProxiesSetBackendServiceRequestResource

func (x *SetBackendServiceTargetTcpProxyRequest) GetTargetTcpProxiesSetBackendServiceRequestResource() *TargetTcpProxiesSetBackendServiceRequest

func (*SetBackendServiceTargetTcpProxyRequest) GetTargetTcpProxy

func (x *SetBackendServiceTargetTcpProxyRequest) GetTargetTcpProxy() string

func (*SetBackendServiceTargetTcpProxyRequest) ProtoMessage

func (*SetBackendServiceTargetTcpProxyRequest) ProtoReflect

func (*SetBackendServiceTargetTcpProxyRequest) Reset

func (*SetBackendServiceTargetTcpProxyRequest) String

type SetBackupTargetPoolRequest

type SetBackupTargetPoolRequest struct {

	// New failoverRatio value for the target pool.
	FailoverRatio *float32 `protobuf:"fixed32,212667006,opt,name=failover_ratio,json=failoverRatio,proto3,oneof" json:"failover_ratio,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the TargetPool resource to set a backup pool for.
	TargetPool string `protobuf:"bytes,62796298,opt,name=target_pool,json=targetPool,proto3" json:"target_pool,omitempty"`
	// The body resource for this request
	TargetReferenceResource *TargetReference `protobuf:"bytes,523721712,opt,name=target_reference_resource,json=targetReferenceResource,proto3" json:"target_reference_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetPools.SetBackup. See the method description for details.

func (*SetBackupTargetPoolRequest) Descriptor

func (*SetBackupTargetPoolRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetBackupTargetPoolRequest.ProtoReflect.Descriptor instead.

func (*SetBackupTargetPoolRequest) GetFailoverRatio

func (x *SetBackupTargetPoolRequest) GetFailoverRatio() float32

func (*SetBackupTargetPoolRequest) GetProject

func (x *SetBackupTargetPoolRequest) GetProject() string

func (*SetBackupTargetPoolRequest) GetRegion

func (x *SetBackupTargetPoolRequest) GetRegion() string

func (*SetBackupTargetPoolRequest) GetRequestId

func (x *SetBackupTargetPoolRequest) GetRequestId() string

func (*SetBackupTargetPoolRequest) GetTargetPool

func (x *SetBackupTargetPoolRequest) GetTargetPool() string

func (*SetBackupTargetPoolRequest) GetTargetReferenceResource

func (x *SetBackupTargetPoolRequest) GetTargetReferenceResource() *TargetReference

func (*SetBackupTargetPoolRequest) ProtoMessage

func (*SetBackupTargetPoolRequest) ProtoMessage()

func (*SetBackupTargetPoolRequest) ProtoReflect

func (*SetBackupTargetPoolRequest) Reset

func (x *SetBackupTargetPoolRequest) Reset()

func (*SetBackupTargetPoolRequest) String

func (x *SetBackupTargetPoolRequest) String() string

type SetCertificateMapTargetHttpsProxyRequest

type SetCertificateMapTargetHttpsProxyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The body resource for this request
	TargetHttpsProxiesSetCertificateMapRequestResource *TargetHttpsProxiesSetCertificateMapRequest `protobuf:"bytes,467639099,opt,name=target_https_proxies_set_certificate_map_request_resource,json=targetHttpsProxiesSetCertificateMapRequestResource,proto3" json:"target_https_proxies_set_certificate_map_request_resource,omitempty"`
	// Name of the TargetHttpsProxy resource whose CertificateMap is to be set. The name must be 1-63 characters long, and comply with RFC1035.
	TargetHttpsProxy string `protobuf:"bytes,52336748,opt,name=target_https_proxy,json=targetHttpsProxy,proto3" json:"target_https_proxy,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetHttpsProxies.SetCertificateMap. See the method description for details.

func (*SetCertificateMapTargetHttpsProxyRequest) Descriptor

func (*SetCertificateMapTargetHttpsProxyRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetCertificateMapTargetHttpsProxyRequest.ProtoReflect.Descriptor instead.

func (*SetCertificateMapTargetHttpsProxyRequest) GetProject

func (*SetCertificateMapTargetHttpsProxyRequest) GetRequestId

func (*SetCertificateMapTargetHttpsProxyRequest) GetTargetHttpsProxiesSetCertificateMapRequestResource

func (x *SetCertificateMapTargetHttpsProxyRequest) GetTargetHttpsProxiesSetCertificateMapRequestResource() *TargetHttpsProxiesSetCertificateMapRequest

func (*SetCertificateMapTargetHttpsProxyRequest) GetTargetHttpsProxy

func (x *SetCertificateMapTargetHttpsProxyRequest) GetTargetHttpsProxy() string

func (*SetCertificateMapTargetHttpsProxyRequest) ProtoMessage

func (*SetCertificateMapTargetHttpsProxyRequest) ProtoReflect

func (*SetCertificateMapTargetHttpsProxyRequest) Reset

func (*SetCertificateMapTargetHttpsProxyRequest) String

type SetCertificateMapTargetSslProxyRequest

type SetCertificateMapTargetSslProxyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The body resource for this request
	TargetSslProxiesSetCertificateMapRequestResource *TargetSslProxiesSetCertificateMapRequest `protobuf:"bytes,343984954,opt,name=target_ssl_proxies_set_certificate_map_request_resource,json=targetSslProxiesSetCertificateMapRequestResource,proto3" json:"target_ssl_proxies_set_certificate_map_request_resource,omitempty"`
	// Name of the TargetSslProxy resource whose CertificateMap is to be set. The name must be 1-63 characters long, and comply with RFC1035.
	TargetSslProxy string `protobuf:"bytes,338795853,opt,name=target_ssl_proxy,json=targetSslProxy,proto3" json:"target_ssl_proxy,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetSslProxies.SetCertificateMap. See the method description for details.

func (*SetCertificateMapTargetSslProxyRequest) Descriptor

func (*SetCertificateMapTargetSslProxyRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetCertificateMapTargetSslProxyRequest.ProtoReflect.Descriptor instead.

func (*SetCertificateMapTargetSslProxyRequest) GetProject

func (*SetCertificateMapTargetSslProxyRequest) GetRequestId

func (*SetCertificateMapTargetSslProxyRequest) GetTargetSslProxiesSetCertificateMapRequestResource

func (x *SetCertificateMapTargetSslProxyRequest) GetTargetSslProxiesSetCertificateMapRequestResource() *TargetSslProxiesSetCertificateMapRequest

func (*SetCertificateMapTargetSslProxyRequest) GetTargetSslProxy

func (x *SetCertificateMapTargetSslProxyRequest) GetTargetSslProxy() string

func (*SetCertificateMapTargetSslProxyRequest) ProtoMessage

func (*SetCertificateMapTargetSslProxyRequest) ProtoReflect

func (*SetCertificateMapTargetSslProxyRequest) Reset

func (*SetCertificateMapTargetSslProxyRequest) String

type SetCommonInstanceMetadataProjectRequest

type SetCommonInstanceMetadataProjectRequest struct {

	// The body resource for this request
	MetadataResource *Metadata `protobuf:"bytes,291086110,opt,name=metadata_resource,json=metadataResource,proto3" json:"metadata_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for Projects.SetCommonInstanceMetadata. See the method description for details.

func (*SetCommonInstanceMetadataProjectRequest) Descriptor

func (*SetCommonInstanceMetadataProjectRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetCommonInstanceMetadataProjectRequest.ProtoReflect.Descriptor instead.

func (*SetCommonInstanceMetadataProjectRequest) GetMetadataResource

func (x *SetCommonInstanceMetadataProjectRequest) GetMetadataResource() *Metadata

func (*SetCommonInstanceMetadataProjectRequest) GetProject

func (*SetCommonInstanceMetadataProjectRequest) GetRequestId

func (*SetCommonInstanceMetadataProjectRequest) ProtoMessage

func (*SetCommonInstanceMetadataProjectRequest) ProtoReflect

func (*SetCommonInstanceMetadataProjectRequest) Reset

func (*SetCommonInstanceMetadataProjectRequest) String

type SetDefaultNetworkTierProjectRequest

type SetDefaultNetworkTierProjectRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The body resource for this request
	ProjectsSetDefaultNetworkTierRequestResource *ProjectsSetDefaultNetworkTierRequest `protobuf:"bytes,126410762,opt,name=projects_set_default_network_tier_request_resource,json=projectsSetDefaultNetworkTierRequestResource,proto3" json:"projects_set_default_network_tier_request_resource,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for Projects.SetDefaultNetworkTier. See the method description for details.

func (*SetDefaultNetworkTierProjectRequest) Descriptor

func (*SetDefaultNetworkTierProjectRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetDefaultNetworkTierProjectRequest.ProtoReflect.Descriptor instead.

func (*SetDefaultNetworkTierProjectRequest) GetProject

func (*SetDefaultNetworkTierProjectRequest) GetProjectsSetDefaultNetworkTierRequestResource

func (x *SetDefaultNetworkTierProjectRequest) GetProjectsSetDefaultNetworkTierRequestResource() *ProjectsSetDefaultNetworkTierRequest

func (*SetDefaultNetworkTierProjectRequest) GetRequestId

func (x *SetDefaultNetworkTierProjectRequest) GetRequestId() string

func (*SetDefaultNetworkTierProjectRequest) ProtoMessage

func (*SetDefaultNetworkTierProjectRequest) ProtoMessage()

func (*SetDefaultNetworkTierProjectRequest) ProtoReflect

func (*SetDefaultNetworkTierProjectRequest) Reset

func (*SetDefaultNetworkTierProjectRequest) String

type SetDeletionProtectionInstanceRequest

type SetDeletionProtectionInstanceRequest struct {

	// Whether the resource should be protected against deletion.
	DeletionProtection *bool `protobuf:"varint,458014698,opt,name=deletion_protection,json=deletionProtection,proto3,oneof" json:"deletion_protection,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Instances.SetDeletionProtection. See the method description for details.

func (*SetDeletionProtectionInstanceRequest) Descriptor

func (*SetDeletionProtectionInstanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetDeletionProtectionInstanceRequest.ProtoReflect.Descriptor instead.

func (*SetDeletionProtectionInstanceRequest) GetDeletionProtection

func (x *SetDeletionProtectionInstanceRequest) GetDeletionProtection() bool

func (*SetDeletionProtectionInstanceRequest) GetProject

func (*SetDeletionProtectionInstanceRequest) GetRequestId

func (x *SetDeletionProtectionInstanceRequest) GetRequestId() string

func (*SetDeletionProtectionInstanceRequest) GetResource

func (*SetDeletionProtectionInstanceRequest) GetZone

func (*SetDeletionProtectionInstanceRequest) ProtoMessage

func (*SetDeletionProtectionInstanceRequest) ProtoMessage()

func (*SetDeletionProtectionInstanceRequest) ProtoReflect

func (*SetDeletionProtectionInstanceRequest) Reset

func (*SetDeletionProtectionInstanceRequest) String

type SetDiskAutoDeleteInstanceRequest

type SetDiskAutoDeleteInstanceRequest struct {

	// Whether to auto-delete the disk when the instance is deleted.
	AutoDelete bool `protobuf:"varint,464761403,opt,name=auto_delete,json=autoDelete,proto3" json:"auto_delete,omitempty"`
	// The device name of the disk to modify. Make a get() request on the instance to view currently attached disks and device names.
	DeviceName string `protobuf:"bytes,67541716,opt,name=device_name,json=deviceName,proto3" json:"device_name,omitempty"`
	// The instance name for this request.
	Instance string `protobuf:"bytes,18257045,opt,name=instance,proto3" json:"instance,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Instances.SetDiskAutoDelete. See the method description for details.

func (*SetDiskAutoDeleteInstanceRequest) Descriptor

func (*SetDiskAutoDeleteInstanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetDiskAutoDeleteInstanceRequest.ProtoReflect.Descriptor instead.

func (*SetDiskAutoDeleteInstanceRequest) GetAutoDelete

func (x *SetDiskAutoDeleteInstanceRequest) GetAutoDelete() bool

func (*SetDiskAutoDeleteInstanceRequest) GetDeviceName

func (x *SetDiskAutoDeleteInstanceRequest) GetDeviceName() string

func (*SetDiskAutoDeleteInstanceRequest) GetInstance

func (x *SetDiskAutoDeleteInstanceRequest) GetInstance() string

func (*SetDiskAutoDeleteInstanceRequest) GetProject

func (x *SetDiskAutoDeleteInstanceRequest) GetProject() string

func (*SetDiskAutoDeleteInstanceRequest) GetRequestId

func (x *SetDiskAutoDeleteInstanceRequest) GetRequestId() string

func (*SetDiskAutoDeleteInstanceRequest) GetZone

func (*SetDiskAutoDeleteInstanceRequest) ProtoMessage

func (*SetDiskAutoDeleteInstanceRequest) ProtoMessage()

func (*SetDiskAutoDeleteInstanceRequest) ProtoReflect

func (*SetDiskAutoDeleteInstanceRequest) Reset

func (*SetDiskAutoDeleteInstanceRequest) String

type SetEdgeSecurityPolicyBackendBucketRequest

type SetEdgeSecurityPolicyBackendBucketRequest struct {

	// Name of the BackendService resource to which the security policy should be set. The name should conform to RFC1035.
	BackendBucket string `protobuf:"bytes,91714037,opt,name=backend_bucket,json=backendBucket,proto3" json:"backend_bucket,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The body resource for this request
	SecurityPolicyReferenceResource *SecurityPolicyReference `protobuf:"bytes,204135024,opt,name=security_policy_reference_resource,json=securityPolicyReferenceResource,proto3" json:"security_policy_reference_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for BackendBuckets.SetEdgeSecurityPolicy. See the method description for details.

func (*SetEdgeSecurityPolicyBackendBucketRequest) Descriptor

func (*SetEdgeSecurityPolicyBackendBucketRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetEdgeSecurityPolicyBackendBucketRequest.ProtoReflect.Descriptor instead.

func (*SetEdgeSecurityPolicyBackendBucketRequest) GetBackendBucket

func (x *SetEdgeSecurityPolicyBackendBucketRequest) GetBackendBucket() string

func (*SetEdgeSecurityPolicyBackendBucketRequest) GetProject

func (*SetEdgeSecurityPolicyBackendBucketRequest) GetRequestId

func (*SetEdgeSecurityPolicyBackendBucketRequest) GetSecurityPolicyReferenceResource

func (x *SetEdgeSecurityPolicyBackendBucketRequest) GetSecurityPolicyReferenceResource() *SecurityPolicyReference

func (*SetEdgeSecurityPolicyBackendBucketRequest) ProtoMessage

func (*SetEdgeSecurityPolicyBackendBucketRequest) ProtoReflect

func (*SetEdgeSecurityPolicyBackendBucketRequest) Reset

func (*SetEdgeSecurityPolicyBackendBucketRequest) String

type SetEdgeSecurityPolicyBackendServiceRequest

type SetEdgeSecurityPolicyBackendServiceRequest struct {

	// Name of the BackendService resource to which the edge security policy should be set. The name should conform to RFC1035.
	BackendService string `protobuf:"bytes,306946058,opt,name=backend_service,json=backendService,proto3" json:"backend_service,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The body resource for this request
	SecurityPolicyReferenceResource *SecurityPolicyReference `protobuf:"bytes,204135024,opt,name=security_policy_reference_resource,json=securityPolicyReferenceResource,proto3" json:"security_policy_reference_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for BackendServices.SetEdgeSecurityPolicy. See the method description for details.

func (*SetEdgeSecurityPolicyBackendServiceRequest) Descriptor

Deprecated: Use SetEdgeSecurityPolicyBackendServiceRequest.ProtoReflect.Descriptor instead.

func (*SetEdgeSecurityPolicyBackendServiceRequest) GetBackendService

func (x *SetEdgeSecurityPolicyBackendServiceRequest) GetBackendService() string

func (*SetEdgeSecurityPolicyBackendServiceRequest) GetProject

func (*SetEdgeSecurityPolicyBackendServiceRequest) GetRequestId

func (*SetEdgeSecurityPolicyBackendServiceRequest) GetSecurityPolicyReferenceResource

func (x *SetEdgeSecurityPolicyBackendServiceRequest) GetSecurityPolicyReferenceResource() *SecurityPolicyReference

func (*SetEdgeSecurityPolicyBackendServiceRequest) ProtoMessage

func (*SetEdgeSecurityPolicyBackendServiceRequest) ProtoReflect

func (*SetEdgeSecurityPolicyBackendServiceRequest) Reset

func (*SetEdgeSecurityPolicyBackendServiceRequest) String

type SetIamPolicyBackendServiceRequest

type SetIamPolicyBackendServiceRequest struct {

	// The body resource for this request
	GlobalSetPolicyRequestResource *GlobalSetPolicyRequest `protobuf:"bytes,337048498,opt,name=global_set_policy_request_resource,json=globalSetPolicyRequestResource,proto3" json:"global_set_policy_request_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for BackendServices.SetIamPolicy. See the method description for details.

func (*SetIamPolicyBackendServiceRequest) Descriptor

func (*SetIamPolicyBackendServiceRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetIamPolicyBackendServiceRequest.ProtoReflect.Descriptor instead.

func (*SetIamPolicyBackendServiceRequest) GetGlobalSetPolicyRequestResource

func (x *SetIamPolicyBackendServiceRequest) GetGlobalSetPolicyRequestResource() *GlobalSetPolicyRequest

func (*SetIamPolicyBackendServiceRequest) GetProject

func (x *SetIamPolicyBackendServiceRequest) GetProject() string

func (*SetIamPolicyBackendServiceRequest) GetResource

func (x *SetIamPolicyBackendServiceRequest) GetResource() string

func (*SetIamPolicyBackendServiceRequest) ProtoMessage

func (*SetIamPolicyBackendServiceRequest) ProtoMessage()

func (*SetIamPolicyBackendServiceRequest) ProtoReflect

func (*SetIamPolicyBackendServiceRequest) Reset

func (*SetIamPolicyBackendServiceRequest) String

type SetIamPolicyDiskRequest

type SetIamPolicyDiskRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// The body resource for this request
	ZoneSetPolicyRequestResource *ZoneSetPolicyRequest `protobuf:"bytes,382082107,opt,name=zone_set_policy_request_resource,json=zoneSetPolicyRequestResource,proto3" json:"zone_set_policy_request_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for Disks.SetIamPolicy. See the method description for details.

func (*SetIamPolicyDiskRequest) Descriptor

func (*SetIamPolicyDiskRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetIamPolicyDiskRequest.ProtoReflect.Descriptor instead.

func (*SetIamPolicyDiskRequest) GetProject

func (x *SetIamPolicyDiskRequest) GetProject() string

func (*SetIamPolicyDiskRequest) GetResource

func (x *SetIamPolicyDiskRequest) GetResource() string

func (*SetIamPolicyDiskRequest) GetZone

func (x *SetIamPolicyDiskRequest) GetZone() string

func (*SetIamPolicyDiskRequest) GetZoneSetPolicyRequestResource

func (x *SetIamPolicyDiskRequest) GetZoneSetPolicyRequestResource() *ZoneSetPolicyRequest

func (*SetIamPolicyDiskRequest) ProtoMessage

func (*SetIamPolicyDiskRequest) ProtoMessage()

func (*SetIamPolicyDiskRequest) ProtoReflect

func (x *SetIamPolicyDiskRequest) ProtoReflect() protoreflect.Message

func (*SetIamPolicyDiskRequest) Reset

func (x *SetIamPolicyDiskRequest) Reset()

func (*SetIamPolicyDiskRequest) String

func (x *SetIamPolicyDiskRequest) String() string

type SetIamPolicyFirewallPolicyRequest

type SetIamPolicyFirewallPolicyRequest struct {

	// The body resource for this request
	GlobalOrganizationSetPolicyRequestResource *GlobalOrganizationSetPolicyRequest `protobuf:"bytes,177408606,opt,name=global_organization_set_policy_request_resource,json=globalOrganizationSetPolicyRequestResource,proto3" json:"global_organization_set_policy_request_resource,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for FirewallPolicies.SetIamPolicy. See the method description for details.

func (*SetIamPolicyFirewallPolicyRequest) Descriptor

func (*SetIamPolicyFirewallPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetIamPolicyFirewallPolicyRequest.ProtoReflect.Descriptor instead.

func (*SetIamPolicyFirewallPolicyRequest) GetGlobalOrganizationSetPolicyRequestResource

func (x *SetIamPolicyFirewallPolicyRequest) GetGlobalOrganizationSetPolicyRequestResource() *GlobalOrganizationSetPolicyRequest

func (*SetIamPolicyFirewallPolicyRequest) GetResource

func (x *SetIamPolicyFirewallPolicyRequest) GetResource() string

func (*SetIamPolicyFirewallPolicyRequest) ProtoMessage

func (*SetIamPolicyFirewallPolicyRequest) ProtoMessage()

func (*SetIamPolicyFirewallPolicyRequest) ProtoReflect

func (*SetIamPolicyFirewallPolicyRequest) Reset

func (*SetIamPolicyFirewallPolicyRequest) String

type SetIamPolicyImageRequest

type SetIamPolicyImageRequest struct {

	// The body resource for this request
	GlobalSetPolicyRequestResource *GlobalSetPolicyRequest `protobuf:"bytes,337048498,opt,name=global_set_policy_request_resource,json=globalSetPolicyRequestResource,proto3" json:"global_set_policy_request_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for Images.SetIamPolicy. See the method description for details.

func (*SetIamPolicyImageRequest) Descriptor

func (*SetIamPolicyImageRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetIamPolicyImageRequest.ProtoReflect.Descriptor instead.

func (*SetIamPolicyImageRequest) GetGlobalSetPolicyRequestResource

func (x *SetIamPolicyImageRequest) GetGlobalSetPolicyRequestResource() *GlobalSetPolicyRequest

func (*SetIamPolicyImageRequest) GetProject

func (x *SetIamPolicyImageRequest) GetProject() string

func (*SetIamPolicyImageRequest) GetResource

func (x *SetIamPolicyImageRequest) GetResource() string

func (*SetIamPolicyImageRequest) ProtoMessage

func (*SetIamPolicyImageRequest) ProtoMessage()

func (*SetIamPolicyImageRequest) ProtoReflect

func (x *SetIamPolicyImageRequest) ProtoReflect() protoreflect.Message

func (*SetIamPolicyImageRequest) Reset

func (x *SetIamPolicyImageRequest) Reset()

func (*SetIamPolicyImageRequest) String

func (x *SetIamPolicyImageRequest) String() string

type SetIamPolicyInstanceRequest

type SetIamPolicyInstanceRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// The body resource for this request
	ZoneSetPolicyRequestResource *ZoneSetPolicyRequest `protobuf:"bytes,382082107,opt,name=zone_set_policy_request_resource,json=zoneSetPolicyRequestResource,proto3" json:"zone_set_policy_request_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for Instances.SetIamPolicy. See the method description for details.

func (*SetIamPolicyInstanceRequest) Descriptor

func (*SetIamPolicyInstanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetIamPolicyInstanceRequest.ProtoReflect.Descriptor instead.

func (*SetIamPolicyInstanceRequest) GetProject

func (x *SetIamPolicyInstanceRequest) GetProject() string

func (*SetIamPolicyInstanceRequest) GetResource

func (x *SetIamPolicyInstanceRequest) GetResource() string

func (*SetIamPolicyInstanceRequest) GetZone

func (x *SetIamPolicyInstanceRequest) GetZone() string

func (*SetIamPolicyInstanceRequest) GetZoneSetPolicyRequestResource

func (x *SetIamPolicyInstanceRequest) GetZoneSetPolicyRequestResource() *ZoneSetPolicyRequest

func (*SetIamPolicyInstanceRequest) ProtoMessage

func (*SetIamPolicyInstanceRequest) ProtoMessage()

func (*SetIamPolicyInstanceRequest) ProtoReflect

func (*SetIamPolicyInstanceRequest) Reset

func (x *SetIamPolicyInstanceRequest) Reset()

func (*SetIamPolicyInstanceRequest) String

func (x *SetIamPolicyInstanceRequest) String() string

type SetIamPolicyInstanceTemplateRequest

type SetIamPolicyInstanceTemplateRequest struct {

	// The body resource for this request
	GlobalSetPolicyRequestResource *GlobalSetPolicyRequest `protobuf:"bytes,337048498,opt,name=global_set_policy_request_resource,json=globalSetPolicyRequestResource,proto3" json:"global_set_policy_request_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for InstanceTemplates.SetIamPolicy. See the method description for details.

func (*SetIamPolicyInstanceTemplateRequest) Descriptor

func (*SetIamPolicyInstanceTemplateRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetIamPolicyInstanceTemplateRequest.ProtoReflect.Descriptor instead.

func (*SetIamPolicyInstanceTemplateRequest) GetGlobalSetPolicyRequestResource

func (x *SetIamPolicyInstanceTemplateRequest) GetGlobalSetPolicyRequestResource() *GlobalSetPolicyRequest

func (*SetIamPolicyInstanceTemplateRequest) GetProject

func (*SetIamPolicyInstanceTemplateRequest) GetResource

func (*SetIamPolicyInstanceTemplateRequest) ProtoMessage

func (*SetIamPolicyInstanceTemplateRequest) ProtoMessage()

func (*SetIamPolicyInstanceTemplateRequest) ProtoReflect

func (*SetIamPolicyInstanceTemplateRequest) Reset

func (*SetIamPolicyInstanceTemplateRequest) String

type SetIamPolicyLicenseRequest

type SetIamPolicyLicenseRequest struct {

	// The body resource for this request
	GlobalSetPolicyRequestResource *GlobalSetPolicyRequest `protobuf:"bytes,337048498,opt,name=global_set_policy_request_resource,json=globalSetPolicyRequestResource,proto3" json:"global_set_policy_request_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for Licenses.SetIamPolicy. See the method description for details.

func (*SetIamPolicyLicenseRequest) Descriptor

func (*SetIamPolicyLicenseRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetIamPolicyLicenseRequest.ProtoReflect.Descriptor instead.

func (*SetIamPolicyLicenseRequest) GetGlobalSetPolicyRequestResource

func (x *SetIamPolicyLicenseRequest) GetGlobalSetPolicyRequestResource() *GlobalSetPolicyRequest

func (*SetIamPolicyLicenseRequest) GetProject

func (x *SetIamPolicyLicenseRequest) GetProject() string

func (*SetIamPolicyLicenseRequest) GetResource

func (x *SetIamPolicyLicenseRequest) GetResource() string

func (*SetIamPolicyLicenseRequest) ProtoMessage

func (*SetIamPolicyLicenseRequest) ProtoMessage()

func (*SetIamPolicyLicenseRequest) ProtoReflect

func (*SetIamPolicyLicenseRequest) Reset

func (x *SetIamPolicyLicenseRequest) Reset()

func (*SetIamPolicyLicenseRequest) String

func (x *SetIamPolicyLicenseRequest) String() string

type SetIamPolicyMachineImageRequest

type SetIamPolicyMachineImageRequest struct {

	// The body resource for this request
	GlobalSetPolicyRequestResource *GlobalSetPolicyRequest `protobuf:"bytes,337048498,opt,name=global_set_policy_request_resource,json=globalSetPolicyRequestResource,proto3" json:"global_set_policy_request_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for MachineImages.SetIamPolicy. See the method description for details.

func (*SetIamPolicyMachineImageRequest) Descriptor

func (*SetIamPolicyMachineImageRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetIamPolicyMachineImageRequest.ProtoReflect.Descriptor instead.

func (*SetIamPolicyMachineImageRequest) GetGlobalSetPolicyRequestResource

func (x *SetIamPolicyMachineImageRequest) GetGlobalSetPolicyRequestResource() *GlobalSetPolicyRequest

func (*SetIamPolicyMachineImageRequest) GetProject

func (x *SetIamPolicyMachineImageRequest) GetProject() string

func (*SetIamPolicyMachineImageRequest) GetResource

func (x *SetIamPolicyMachineImageRequest) GetResource() string

func (*SetIamPolicyMachineImageRequest) ProtoMessage

func (*SetIamPolicyMachineImageRequest) ProtoMessage()

func (*SetIamPolicyMachineImageRequest) ProtoReflect

func (*SetIamPolicyMachineImageRequest) Reset

func (*SetIamPolicyMachineImageRequest) String

type SetIamPolicyNetworkAttachmentRequest

type SetIamPolicyNetworkAttachmentRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// The body resource for this request
	RegionSetPolicyRequestResource *RegionSetPolicyRequest `protobuf:"bytes,276489091,opt,name=region_set_policy_request_resource,json=regionSetPolicyRequestResource,proto3" json:"region_set_policy_request_resource,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for NetworkAttachments.SetIamPolicy. See the method description for details.

func (*SetIamPolicyNetworkAttachmentRequest) Descriptor

func (*SetIamPolicyNetworkAttachmentRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetIamPolicyNetworkAttachmentRequest.ProtoReflect.Descriptor instead.

func (*SetIamPolicyNetworkAttachmentRequest) GetProject

func (*SetIamPolicyNetworkAttachmentRequest) GetRegion

func (*SetIamPolicyNetworkAttachmentRequest) GetRegionSetPolicyRequestResource

func (x *SetIamPolicyNetworkAttachmentRequest) GetRegionSetPolicyRequestResource() *RegionSetPolicyRequest

func (*SetIamPolicyNetworkAttachmentRequest) GetResource

func (*SetIamPolicyNetworkAttachmentRequest) ProtoMessage

func (*SetIamPolicyNetworkAttachmentRequest) ProtoMessage()

func (*SetIamPolicyNetworkAttachmentRequest) ProtoReflect

func (*SetIamPolicyNetworkAttachmentRequest) Reset

func (*SetIamPolicyNetworkAttachmentRequest) String

type SetIamPolicyNetworkFirewallPolicyRequest

type SetIamPolicyNetworkFirewallPolicyRequest struct {

	// The body resource for this request
	GlobalSetPolicyRequestResource *GlobalSetPolicyRequest `protobuf:"bytes,337048498,opt,name=global_set_policy_request_resource,json=globalSetPolicyRequestResource,proto3" json:"global_set_policy_request_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for NetworkFirewallPolicies.SetIamPolicy. See the method description for details.

func (*SetIamPolicyNetworkFirewallPolicyRequest) Descriptor

func (*SetIamPolicyNetworkFirewallPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetIamPolicyNetworkFirewallPolicyRequest.ProtoReflect.Descriptor instead.

func (*SetIamPolicyNetworkFirewallPolicyRequest) GetGlobalSetPolicyRequestResource

func (x *SetIamPolicyNetworkFirewallPolicyRequest) GetGlobalSetPolicyRequestResource() *GlobalSetPolicyRequest

func (*SetIamPolicyNetworkFirewallPolicyRequest) GetProject

func (*SetIamPolicyNetworkFirewallPolicyRequest) GetResource

func (*SetIamPolicyNetworkFirewallPolicyRequest) ProtoMessage

func (*SetIamPolicyNetworkFirewallPolicyRequest) ProtoReflect

func (*SetIamPolicyNetworkFirewallPolicyRequest) Reset

func (*SetIamPolicyNetworkFirewallPolicyRequest) String

type SetIamPolicyNodeGroupRequest

type SetIamPolicyNodeGroupRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// The body resource for this request
	ZoneSetPolicyRequestResource *ZoneSetPolicyRequest `protobuf:"bytes,382082107,opt,name=zone_set_policy_request_resource,json=zoneSetPolicyRequestResource,proto3" json:"zone_set_policy_request_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for NodeGroups.SetIamPolicy. See the method description for details.

func (*SetIamPolicyNodeGroupRequest) Descriptor

func (*SetIamPolicyNodeGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetIamPolicyNodeGroupRequest.ProtoReflect.Descriptor instead.

func (*SetIamPolicyNodeGroupRequest) GetProject

func (x *SetIamPolicyNodeGroupRequest) GetProject() string

func (*SetIamPolicyNodeGroupRequest) GetResource

func (x *SetIamPolicyNodeGroupRequest) GetResource() string

func (*SetIamPolicyNodeGroupRequest) GetZone

func (x *SetIamPolicyNodeGroupRequest) GetZone() string

func (*SetIamPolicyNodeGroupRequest) GetZoneSetPolicyRequestResource

func (x *SetIamPolicyNodeGroupRequest) GetZoneSetPolicyRequestResource() *ZoneSetPolicyRequest

func (*SetIamPolicyNodeGroupRequest) ProtoMessage

func (*SetIamPolicyNodeGroupRequest) ProtoMessage()

func (*SetIamPolicyNodeGroupRequest) ProtoReflect

func (*SetIamPolicyNodeGroupRequest) Reset

func (x *SetIamPolicyNodeGroupRequest) Reset()

func (*SetIamPolicyNodeGroupRequest) String

type SetIamPolicyNodeTemplateRequest

type SetIamPolicyNodeTemplateRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// The body resource for this request
	RegionSetPolicyRequestResource *RegionSetPolicyRequest `protobuf:"bytes,276489091,opt,name=region_set_policy_request_resource,json=regionSetPolicyRequestResource,proto3" json:"region_set_policy_request_resource,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for NodeTemplates.SetIamPolicy. See the method description for details.

func (*SetIamPolicyNodeTemplateRequest) Descriptor

func (*SetIamPolicyNodeTemplateRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetIamPolicyNodeTemplateRequest.ProtoReflect.Descriptor instead.

func (*SetIamPolicyNodeTemplateRequest) GetProject

func (x *SetIamPolicyNodeTemplateRequest) GetProject() string

func (*SetIamPolicyNodeTemplateRequest) GetRegion

func (x *SetIamPolicyNodeTemplateRequest) GetRegion() string

func (*SetIamPolicyNodeTemplateRequest) GetRegionSetPolicyRequestResource

func (x *SetIamPolicyNodeTemplateRequest) GetRegionSetPolicyRequestResource() *RegionSetPolicyRequest

func (*SetIamPolicyNodeTemplateRequest) GetResource

func (x *SetIamPolicyNodeTemplateRequest) GetResource() string

func (*SetIamPolicyNodeTemplateRequest) ProtoMessage

func (*SetIamPolicyNodeTemplateRequest) ProtoMessage()

func (*SetIamPolicyNodeTemplateRequest) ProtoReflect

func (*SetIamPolicyNodeTemplateRequest) Reset

func (*SetIamPolicyNodeTemplateRequest) String

type SetIamPolicyRegionBackendServiceRequest

type SetIamPolicyRegionBackendServiceRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// The body resource for this request
	RegionSetPolicyRequestResource *RegionSetPolicyRequest `protobuf:"bytes,276489091,opt,name=region_set_policy_request_resource,json=regionSetPolicyRequestResource,proto3" json:"region_set_policy_request_resource,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionBackendServices.SetIamPolicy. See the method description for details.

func (*SetIamPolicyRegionBackendServiceRequest) Descriptor

func (*SetIamPolicyRegionBackendServiceRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetIamPolicyRegionBackendServiceRequest.ProtoReflect.Descriptor instead.

func (*SetIamPolicyRegionBackendServiceRequest) GetProject

func (*SetIamPolicyRegionBackendServiceRequest) GetRegion

func (*SetIamPolicyRegionBackendServiceRequest) GetRegionSetPolicyRequestResource

func (x *SetIamPolicyRegionBackendServiceRequest) GetRegionSetPolicyRequestResource() *RegionSetPolicyRequest

func (*SetIamPolicyRegionBackendServiceRequest) GetResource

func (*SetIamPolicyRegionBackendServiceRequest) ProtoMessage

func (*SetIamPolicyRegionBackendServiceRequest) ProtoReflect

func (*SetIamPolicyRegionBackendServiceRequest) Reset

func (*SetIamPolicyRegionBackendServiceRequest) String

type SetIamPolicyRegionDiskRequest

type SetIamPolicyRegionDiskRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// The body resource for this request
	RegionSetPolicyRequestResource *RegionSetPolicyRequest `protobuf:"bytes,276489091,opt,name=region_set_policy_request_resource,json=regionSetPolicyRequestResource,proto3" json:"region_set_policy_request_resource,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionDisks.SetIamPolicy. See the method description for details.

func (*SetIamPolicyRegionDiskRequest) Descriptor

func (*SetIamPolicyRegionDiskRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetIamPolicyRegionDiskRequest.ProtoReflect.Descriptor instead.

func (*SetIamPolicyRegionDiskRequest) GetProject

func (x *SetIamPolicyRegionDiskRequest) GetProject() string

func (*SetIamPolicyRegionDiskRequest) GetRegion

func (x *SetIamPolicyRegionDiskRequest) GetRegion() string

func (*SetIamPolicyRegionDiskRequest) GetRegionSetPolicyRequestResource

func (x *SetIamPolicyRegionDiskRequest) GetRegionSetPolicyRequestResource() *RegionSetPolicyRequest

func (*SetIamPolicyRegionDiskRequest) GetResource

func (x *SetIamPolicyRegionDiskRequest) GetResource() string

func (*SetIamPolicyRegionDiskRequest) ProtoMessage

func (*SetIamPolicyRegionDiskRequest) ProtoMessage()

func (*SetIamPolicyRegionDiskRequest) ProtoReflect

func (*SetIamPolicyRegionDiskRequest) Reset

func (x *SetIamPolicyRegionDiskRequest) Reset()

func (*SetIamPolicyRegionDiskRequest) String

type SetIamPolicyRegionNetworkFirewallPolicyRequest

type SetIamPolicyRegionNetworkFirewallPolicyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// The body resource for this request
	RegionSetPolicyRequestResource *RegionSetPolicyRequest `protobuf:"bytes,276489091,opt,name=region_set_policy_request_resource,json=regionSetPolicyRequestResource,proto3" json:"region_set_policy_request_resource,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionNetworkFirewallPolicies.SetIamPolicy. See the method description for details.

func (*SetIamPolicyRegionNetworkFirewallPolicyRequest) Descriptor

Deprecated: Use SetIamPolicyRegionNetworkFirewallPolicyRequest.ProtoReflect.Descriptor instead.

func (*SetIamPolicyRegionNetworkFirewallPolicyRequest) GetProject

func (*SetIamPolicyRegionNetworkFirewallPolicyRequest) GetRegion

func (*SetIamPolicyRegionNetworkFirewallPolicyRequest) GetRegionSetPolicyRequestResource

func (x *SetIamPolicyRegionNetworkFirewallPolicyRequest) GetRegionSetPolicyRequestResource() *RegionSetPolicyRequest

func (*SetIamPolicyRegionNetworkFirewallPolicyRequest) GetResource

func (*SetIamPolicyRegionNetworkFirewallPolicyRequest) ProtoMessage

func (*SetIamPolicyRegionNetworkFirewallPolicyRequest) ProtoReflect

func (*SetIamPolicyRegionNetworkFirewallPolicyRequest) Reset

func (*SetIamPolicyRegionNetworkFirewallPolicyRequest) String

type SetIamPolicyReservationRequest

type SetIamPolicyReservationRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// The body resource for this request
	ZoneSetPolicyRequestResource *ZoneSetPolicyRequest `protobuf:"bytes,382082107,opt,name=zone_set_policy_request_resource,json=zoneSetPolicyRequestResource,proto3" json:"zone_set_policy_request_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for Reservations.SetIamPolicy. See the method description for details.

func (*SetIamPolicyReservationRequest) Descriptor

func (*SetIamPolicyReservationRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetIamPolicyReservationRequest.ProtoReflect.Descriptor instead.

func (*SetIamPolicyReservationRequest) GetProject

func (x *SetIamPolicyReservationRequest) GetProject() string

func (*SetIamPolicyReservationRequest) GetResource

func (x *SetIamPolicyReservationRequest) GetResource() string

func (*SetIamPolicyReservationRequest) GetZone

func (*SetIamPolicyReservationRequest) GetZoneSetPolicyRequestResource

func (x *SetIamPolicyReservationRequest) GetZoneSetPolicyRequestResource() *ZoneSetPolicyRequest

func (*SetIamPolicyReservationRequest) ProtoMessage

func (*SetIamPolicyReservationRequest) ProtoMessage()

func (*SetIamPolicyReservationRequest) ProtoReflect

func (*SetIamPolicyReservationRequest) Reset

func (x *SetIamPolicyReservationRequest) Reset()

func (*SetIamPolicyReservationRequest) String

type SetIamPolicyResourcePolicyRequest

type SetIamPolicyResourcePolicyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// The body resource for this request
	RegionSetPolicyRequestResource *RegionSetPolicyRequest `protobuf:"bytes,276489091,opt,name=region_set_policy_request_resource,json=regionSetPolicyRequestResource,proto3" json:"region_set_policy_request_resource,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for ResourcePolicies.SetIamPolicy. See the method description for details.

func (*SetIamPolicyResourcePolicyRequest) Descriptor

func (*SetIamPolicyResourcePolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetIamPolicyResourcePolicyRequest.ProtoReflect.Descriptor instead.

func (*SetIamPolicyResourcePolicyRequest) GetProject

func (x *SetIamPolicyResourcePolicyRequest) GetProject() string

func (*SetIamPolicyResourcePolicyRequest) GetRegion

func (*SetIamPolicyResourcePolicyRequest) GetRegionSetPolicyRequestResource

func (x *SetIamPolicyResourcePolicyRequest) GetRegionSetPolicyRequestResource() *RegionSetPolicyRequest

func (*SetIamPolicyResourcePolicyRequest) GetResource

func (x *SetIamPolicyResourcePolicyRequest) GetResource() string

func (*SetIamPolicyResourcePolicyRequest) ProtoMessage

func (*SetIamPolicyResourcePolicyRequest) ProtoMessage()

func (*SetIamPolicyResourcePolicyRequest) ProtoReflect

func (*SetIamPolicyResourcePolicyRequest) Reset

func (*SetIamPolicyResourcePolicyRequest) String

type SetIamPolicyServiceAttachmentRequest

type SetIamPolicyServiceAttachmentRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// The body resource for this request
	RegionSetPolicyRequestResource *RegionSetPolicyRequest `protobuf:"bytes,276489091,opt,name=region_set_policy_request_resource,json=regionSetPolicyRequestResource,proto3" json:"region_set_policy_request_resource,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for ServiceAttachments.SetIamPolicy. See the method description for details.

func (*SetIamPolicyServiceAttachmentRequest) Descriptor

func (*SetIamPolicyServiceAttachmentRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetIamPolicyServiceAttachmentRequest.ProtoReflect.Descriptor instead.

func (*SetIamPolicyServiceAttachmentRequest) GetProject

func (*SetIamPolicyServiceAttachmentRequest) GetRegion

func (*SetIamPolicyServiceAttachmentRequest) GetRegionSetPolicyRequestResource

func (x *SetIamPolicyServiceAttachmentRequest) GetRegionSetPolicyRequestResource() *RegionSetPolicyRequest

func (*SetIamPolicyServiceAttachmentRequest) GetResource

func (*SetIamPolicyServiceAttachmentRequest) ProtoMessage

func (*SetIamPolicyServiceAttachmentRequest) ProtoMessage()

func (*SetIamPolicyServiceAttachmentRequest) ProtoReflect

func (*SetIamPolicyServiceAttachmentRequest) Reset

func (*SetIamPolicyServiceAttachmentRequest) String

type SetIamPolicySnapshotRequest

type SetIamPolicySnapshotRequest struct {

	// The body resource for this request
	GlobalSetPolicyRequestResource *GlobalSetPolicyRequest `protobuf:"bytes,337048498,opt,name=global_set_policy_request_resource,json=globalSetPolicyRequestResource,proto3" json:"global_set_policy_request_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for Snapshots.SetIamPolicy. See the method description for details.

func (*SetIamPolicySnapshotRequest) Descriptor

func (*SetIamPolicySnapshotRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetIamPolicySnapshotRequest.ProtoReflect.Descriptor instead.

func (*SetIamPolicySnapshotRequest) GetGlobalSetPolicyRequestResource

func (x *SetIamPolicySnapshotRequest) GetGlobalSetPolicyRequestResource() *GlobalSetPolicyRequest

func (*SetIamPolicySnapshotRequest) GetProject

func (x *SetIamPolicySnapshotRequest) GetProject() string

func (*SetIamPolicySnapshotRequest) GetResource

func (x *SetIamPolicySnapshotRequest) GetResource() string

func (*SetIamPolicySnapshotRequest) ProtoMessage

func (*SetIamPolicySnapshotRequest) ProtoMessage()

func (*SetIamPolicySnapshotRequest) ProtoReflect

func (*SetIamPolicySnapshotRequest) Reset

func (x *SetIamPolicySnapshotRequest) Reset()

func (*SetIamPolicySnapshotRequest) String

func (x *SetIamPolicySnapshotRequest) String() string

type SetIamPolicySubnetworkRequest

type SetIamPolicySubnetworkRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// The body resource for this request
	RegionSetPolicyRequestResource *RegionSetPolicyRequest `protobuf:"bytes,276489091,opt,name=region_set_policy_request_resource,json=regionSetPolicyRequestResource,proto3" json:"region_set_policy_request_resource,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for Subnetworks.SetIamPolicy. See the method description for details.

func (*SetIamPolicySubnetworkRequest) Descriptor

func (*SetIamPolicySubnetworkRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetIamPolicySubnetworkRequest.ProtoReflect.Descriptor instead.

func (*SetIamPolicySubnetworkRequest) GetProject

func (x *SetIamPolicySubnetworkRequest) GetProject() string

func (*SetIamPolicySubnetworkRequest) GetRegion

func (x *SetIamPolicySubnetworkRequest) GetRegion() string

func (*SetIamPolicySubnetworkRequest) GetRegionSetPolicyRequestResource

func (x *SetIamPolicySubnetworkRequest) GetRegionSetPolicyRequestResource() *RegionSetPolicyRequest

func (*SetIamPolicySubnetworkRequest) GetResource

func (x *SetIamPolicySubnetworkRequest) GetResource() string

func (*SetIamPolicySubnetworkRequest) ProtoMessage

func (*SetIamPolicySubnetworkRequest) ProtoMessage()

func (*SetIamPolicySubnetworkRequest) ProtoReflect

func (*SetIamPolicySubnetworkRequest) Reset

func (x *SetIamPolicySubnetworkRequest) Reset()

func (*SetIamPolicySubnetworkRequest) String

type SetInstanceTemplateInstanceGroupManagerRequest

type SetInstanceTemplateInstanceGroupManagerRequest struct {

	// The name of the managed instance group.
	InstanceGroupManager string `protobuf:"bytes,249363395,opt,name=instance_group_manager,json=instanceGroupManager,proto3" json:"instance_group_manager,omitempty"`
	// The body resource for this request
	InstanceGroupManagersSetInstanceTemplateRequestResource *InstanceGroupManagersSetInstanceTemplateRequest `protobuf:"bytes,9809093,opt,name=instance_group_managers_set_instance_template_request_resource,json=instanceGroupManagersSetInstanceTemplateRequestResource,proto3" json:"instance_group_managers_set_instance_template_request_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone where the managed instance group is located.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for InstanceGroupManagers.SetInstanceTemplate. See the method description for details.

func (*SetInstanceTemplateInstanceGroupManagerRequest) Descriptor

Deprecated: Use SetInstanceTemplateInstanceGroupManagerRequest.ProtoReflect.Descriptor instead.

func (*SetInstanceTemplateInstanceGroupManagerRequest) GetInstanceGroupManager

func (x *SetInstanceTemplateInstanceGroupManagerRequest) GetInstanceGroupManager() string

func (*SetInstanceTemplateInstanceGroupManagerRequest) GetInstanceGroupManagersSetInstanceTemplateRequestResource

func (x *SetInstanceTemplateInstanceGroupManagerRequest) GetInstanceGroupManagersSetInstanceTemplateRequestResource() *InstanceGroupManagersSetInstanceTemplateRequest

func (*SetInstanceTemplateInstanceGroupManagerRequest) GetProject

func (*SetInstanceTemplateInstanceGroupManagerRequest) GetRequestId

func (*SetInstanceTemplateInstanceGroupManagerRequest) GetZone

func (*SetInstanceTemplateInstanceGroupManagerRequest) ProtoMessage

func (*SetInstanceTemplateInstanceGroupManagerRequest) ProtoReflect

func (*SetInstanceTemplateInstanceGroupManagerRequest) Reset

func (*SetInstanceTemplateInstanceGroupManagerRequest) String

type SetInstanceTemplateRegionInstanceGroupManagerRequest

type SetInstanceTemplateRegionInstanceGroupManagerRequest struct {

	// The name of the managed instance group.
	InstanceGroupManager string `protobuf:"bytes,249363395,opt,name=instance_group_manager,json=instanceGroupManager,proto3" json:"instance_group_manager,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// The body resource for this request
	RegionInstanceGroupManagersSetTemplateRequestResource *RegionInstanceGroupManagersSetTemplateRequest `protobuf:"bytes,187310412,opt,name=region_instance_group_managers_set_template_request_resource,json=regionInstanceGroupManagersSetTemplateRequestResource,proto3" json:"region_instance_group_managers_set_template_request_resource,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionInstanceGroupManagers.SetInstanceTemplate. See the method description for details.

func (*SetInstanceTemplateRegionInstanceGroupManagerRequest) Descriptor

Deprecated: Use SetInstanceTemplateRegionInstanceGroupManagerRequest.ProtoReflect.Descriptor instead.

func (*SetInstanceTemplateRegionInstanceGroupManagerRequest) GetInstanceGroupManager

func (x *SetInstanceTemplateRegionInstanceGroupManagerRequest) GetInstanceGroupManager() string

func (*SetInstanceTemplateRegionInstanceGroupManagerRequest) GetProject

func (*SetInstanceTemplateRegionInstanceGroupManagerRequest) GetRegion

func (*SetInstanceTemplateRegionInstanceGroupManagerRequest) GetRegionInstanceGroupManagersSetTemplateRequestResource

func (x *SetInstanceTemplateRegionInstanceGroupManagerRequest) GetRegionInstanceGroupManagersSetTemplateRequestResource() *RegionInstanceGroupManagersSetTemplateRequest

func (*SetInstanceTemplateRegionInstanceGroupManagerRequest) GetRequestId

func (*SetInstanceTemplateRegionInstanceGroupManagerRequest) ProtoMessage

func (*SetInstanceTemplateRegionInstanceGroupManagerRequest) ProtoReflect

func (*SetInstanceTemplateRegionInstanceGroupManagerRequest) Reset

func (*SetInstanceTemplateRegionInstanceGroupManagerRequest) String

type SetLabelsAddressRequest

type SetLabelsAddressRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// The body resource for this request
	RegionSetLabelsRequestResource *RegionSetLabelsRequest `protobuf:"bytes,259357782,opt,name=region_set_labels_request_resource,json=regionSetLabelsRequestResource,proto3" json:"region_set_labels_request_resource,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for Addresses.SetLabels. See the method description for details.

func (*SetLabelsAddressRequest) Descriptor

func (*SetLabelsAddressRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetLabelsAddressRequest.ProtoReflect.Descriptor instead.

func (*SetLabelsAddressRequest) GetProject

func (x *SetLabelsAddressRequest) GetProject() string

func (*SetLabelsAddressRequest) GetRegion

func (x *SetLabelsAddressRequest) GetRegion() string

func (*SetLabelsAddressRequest) GetRegionSetLabelsRequestResource

func (x *SetLabelsAddressRequest) GetRegionSetLabelsRequestResource() *RegionSetLabelsRequest

func (*SetLabelsAddressRequest) GetRequestId

func (x *SetLabelsAddressRequest) GetRequestId() string

func (*SetLabelsAddressRequest) GetResource

func (x *SetLabelsAddressRequest) GetResource() string

func (*SetLabelsAddressRequest) ProtoMessage

func (*SetLabelsAddressRequest) ProtoMessage()

func (*SetLabelsAddressRequest) ProtoReflect

func (x *SetLabelsAddressRequest) ProtoReflect() protoreflect.Message

func (*SetLabelsAddressRequest) Reset

func (x *SetLabelsAddressRequest) Reset()

func (*SetLabelsAddressRequest) String

func (x *SetLabelsAddressRequest) String() string

type SetLabelsDiskRequest

type SetLabelsDiskRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// The body resource for this request
	ZoneSetLabelsRequestResource *ZoneSetLabelsRequest `protobuf:"bytes,364950798,opt,name=zone_set_labels_request_resource,json=zoneSetLabelsRequestResource,proto3" json:"zone_set_labels_request_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for Disks.SetLabels. See the method description for details.

func (*SetLabelsDiskRequest) Descriptor

func (*SetLabelsDiskRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetLabelsDiskRequest.ProtoReflect.Descriptor instead.

func (*SetLabelsDiskRequest) GetProject

func (x *SetLabelsDiskRequest) GetProject() string

func (*SetLabelsDiskRequest) GetRequestId

func (x *SetLabelsDiskRequest) GetRequestId() string

func (*SetLabelsDiskRequest) GetResource

func (x *SetLabelsDiskRequest) GetResource() string

func (*SetLabelsDiskRequest) GetZone

func (x *SetLabelsDiskRequest) GetZone() string

func (*SetLabelsDiskRequest) GetZoneSetLabelsRequestResource

func (x *SetLabelsDiskRequest) GetZoneSetLabelsRequestResource() *ZoneSetLabelsRequest

func (*SetLabelsDiskRequest) ProtoMessage

func (*SetLabelsDiskRequest) ProtoMessage()

func (*SetLabelsDiskRequest) ProtoReflect

func (x *SetLabelsDiskRequest) ProtoReflect() protoreflect.Message

func (*SetLabelsDiskRequest) Reset

func (x *SetLabelsDiskRequest) Reset()

func (*SetLabelsDiskRequest) String

func (x *SetLabelsDiskRequest) String() string

type SetLabelsExternalVpnGatewayRequest

type SetLabelsExternalVpnGatewayRequest struct {

	// The body resource for this request
	GlobalSetLabelsRequestResource *GlobalSetLabelsRequest `protobuf:"bytes,319917189,opt,name=global_set_labels_request_resource,json=globalSetLabelsRequestResource,proto3" json:"global_set_labels_request_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for ExternalVpnGateways.SetLabels. See the method description for details.

func (*SetLabelsExternalVpnGatewayRequest) Descriptor

func (*SetLabelsExternalVpnGatewayRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetLabelsExternalVpnGatewayRequest.ProtoReflect.Descriptor instead.

func (*SetLabelsExternalVpnGatewayRequest) GetGlobalSetLabelsRequestResource

func (x *SetLabelsExternalVpnGatewayRequest) GetGlobalSetLabelsRequestResource() *GlobalSetLabelsRequest

func (*SetLabelsExternalVpnGatewayRequest) GetProject

func (*SetLabelsExternalVpnGatewayRequest) GetResource

func (x *SetLabelsExternalVpnGatewayRequest) GetResource() string

func (*SetLabelsExternalVpnGatewayRequest) ProtoMessage

func (*SetLabelsExternalVpnGatewayRequest) ProtoMessage()

func (*SetLabelsExternalVpnGatewayRequest) ProtoReflect

func (*SetLabelsExternalVpnGatewayRequest) Reset

func (*SetLabelsExternalVpnGatewayRequest) String

type SetLabelsForwardingRuleRequest

type SetLabelsForwardingRuleRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// The body resource for this request
	RegionSetLabelsRequestResource *RegionSetLabelsRequest `protobuf:"bytes,259357782,opt,name=region_set_labels_request_resource,json=regionSetLabelsRequestResource,proto3" json:"region_set_labels_request_resource,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for ForwardingRules.SetLabels. See the method description for details.

func (*SetLabelsForwardingRuleRequest) Descriptor

func (*SetLabelsForwardingRuleRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetLabelsForwardingRuleRequest.ProtoReflect.Descriptor instead.

func (*SetLabelsForwardingRuleRequest) GetProject

func (x *SetLabelsForwardingRuleRequest) GetProject() string

func (*SetLabelsForwardingRuleRequest) GetRegion

func (x *SetLabelsForwardingRuleRequest) GetRegion() string

func (*SetLabelsForwardingRuleRequest) GetRegionSetLabelsRequestResource

func (x *SetLabelsForwardingRuleRequest) GetRegionSetLabelsRequestResource() *RegionSetLabelsRequest

func (*SetLabelsForwardingRuleRequest) GetRequestId

func (x *SetLabelsForwardingRuleRequest) GetRequestId() string

func (*SetLabelsForwardingRuleRequest) GetResource

func (x *SetLabelsForwardingRuleRequest) GetResource() string

func (*SetLabelsForwardingRuleRequest) ProtoMessage

func (*SetLabelsForwardingRuleRequest) ProtoMessage()

func (*SetLabelsForwardingRuleRequest) ProtoReflect

func (*SetLabelsForwardingRuleRequest) Reset

func (x *SetLabelsForwardingRuleRequest) Reset()

func (*SetLabelsForwardingRuleRequest) String

type SetLabelsGlobalAddressRequest

type SetLabelsGlobalAddressRequest struct {

	// The body resource for this request
	GlobalSetLabelsRequestResource *GlobalSetLabelsRequest `protobuf:"bytes,319917189,opt,name=global_set_labels_request_resource,json=globalSetLabelsRequestResource,proto3" json:"global_set_labels_request_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for GlobalAddresses.SetLabels. See the method description for details.

func (*SetLabelsGlobalAddressRequest) Descriptor

func (*SetLabelsGlobalAddressRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetLabelsGlobalAddressRequest.ProtoReflect.Descriptor instead.

func (*SetLabelsGlobalAddressRequest) GetGlobalSetLabelsRequestResource

func (x *SetLabelsGlobalAddressRequest) GetGlobalSetLabelsRequestResource() *GlobalSetLabelsRequest

func (*SetLabelsGlobalAddressRequest) GetProject

func (x *SetLabelsGlobalAddressRequest) GetProject() string

func (*SetLabelsGlobalAddressRequest) GetResource

func (x *SetLabelsGlobalAddressRequest) GetResource() string

func (*SetLabelsGlobalAddressRequest) ProtoMessage

func (*SetLabelsGlobalAddressRequest) ProtoMessage()

func (*SetLabelsGlobalAddressRequest) ProtoReflect

func (*SetLabelsGlobalAddressRequest) Reset

func (x *SetLabelsGlobalAddressRequest) Reset()

func (*SetLabelsGlobalAddressRequest) String

type SetLabelsGlobalForwardingRuleRequest

type SetLabelsGlobalForwardingRuleRequest struct {

	// The body resource for this request
	GlobalSetLabelsRequestResource *GlobalSetLabelsRequest `protobuf:"bytes,319917189,opt,name=global_set_labels_request_resource,json=globalSetLabelsRequestResource,proto3" json:"global_set_labels_request_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for GlobalForwardingRules.SetLabels. See the method description for details.

func (*SetLabelsGlobalForwardingRuleRequest) Descriptor

func (*SetLabelsGlobalForwardingRuleRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetLabelsGlobalForwardingRuleRequest.ProtoReflect.Descriptor instead.

func (*SetLabelsGlobalForwardingRuleRequest) GetGlobalSetLabelsRequestResource

func (x *SetLabelsGlobalForwardingRuleRequest) GetGlobalSetLabelsRequestResource() *GlobalSetLabelsRequest

func (*SetLabelsGlobalForwardingRuleRequest) GetProject

func (*SetLabelsGlobalForwardingRuleRequest) GetResource

func (*SetLabelsGlobalForwardingRuleRequest) ProtoMessage

func (*SetLabelsGlobalForwardingRuleRequest) ProtoMessage()

func (*SetLabelsGlobalForwardingRuleRequest) ProtoReflect

func (*SetLabelsGlobalForwardingRuleRequest) Reset

func (*SetLabelsGlobalForwardingRuleRequest) String

type SetLabelsImageRequest

type SetLabelsImageRequest struct {

	// The body resource for this request
	GlobalSetLabelsRequestResource *GlobalSetLabelsRequest `protobuf:"bytes,319917189,opt,name=global_set_labels_request_resource,json=globalSetLabelsRequestResource,proto3" json:"global_set_labels_request_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for Images.SetLabels. See the method description for details.

func (*SetLabelsImageRequest) Descriptor

func (*SetLabelsImageRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetLabelsImageRequest.ProtoReflect.Descriptor instead.

func (*SetLabelsImageRequest) GetGlobalSetLabelsRequestResource

func (x *SetLabelsImageRequest) GetGlobalSetLabelsRequestResource() *GlobalSetLabelsRequest

func (*SetLabelsImageRequest) GetProject

func (x *SetLabelsImageRequest) GetProject() string

func (*SetLabelsImageRequest) GetResource

func (x *SetLabelsImageRequest) GetResource() string

func (*SetLabelsImageRequest) ProtoMessage

func (*SetLabelsImageRequest) ProtoMessage()

func (*SetLabelsImageRequest) ProtoReflect

func (x *SetLabelsImageRequest) ProtoReflect() protoreflect.Message

func (*SetLabelsImageRequest) Reset

func (x *SetLabelsImageRequest) Reset()

func (*SetLabelsImageRequest) String

func (x *SetLabelsImageRequest) String() string

type SetLabelsInstanceRequest

type SetLabelsInstanceRequest struct {

	// Name of the instance scoping this request.
	Instance string `protobuf:"bytes,18257045,opt,name=instance,proto3" json:"instance,omitempty"`
	// The body resource for this request
	InstancesSetLabelsRequestResource *InstancesSetLabelsRequest `protobuf:"bytes,207749344,opt,name=instances_set_labels_request_resource,json=instancesSetLabelsRequestResource,proto3" json:"instances_set_labels_request_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Instances.SetLabels. See the method description for details.

func (*SetLabelsInstanceRequest) Descriptor

func (*SetLabelsInstanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetLabelsInstanceRequest.ProtoReflect.Descriptor instead.

func (*SetLabelsInstanceRequest) GetInstance

func (x *SetLabelsInstanceRequest) GetInstance() string

func (*SetLabelsInstanceRequest) GetInstancesSetLabelsRequestResource

func (x *SetLabelsInstanceRequest) GetInstancesSetLabelsRequestResource() *InstancesSetLabelsRequest

func (*SetLabelsInstanceRequest) GetProject

func (x *SetLabelsInstanceRequest) GetProject() string

func (*SetLabelsInstanceRequest) GetRequestId

func (x *SetLabelsInstanceRequest) GetRequestId() string

func (*SetLabelsInstanceRequest) GetZone

func (x *SetLabelsInstanceRequest) GetZone() string

func (*SetLabelsInstanceRequest) ProtoMessage

func (*SetLabelsInstanceRequest) ProtoMessage()

func (*SetLabelsInstanceRequest) ProtoReflect

func (x *SetLabelsInstanceRequest) ProtoReflect() protoreflect.Message

func (*SetLabelsInstanceRequest) Reset

func (x *SetLabelsInstanceRequest) Reset()

func (*SetLabelsInstanceRequest) String

func (x *SetLabelsInstanceRequest) String() string

type SetLabelsInterconnectAttachmentRequest

type SetLabelsInterconnectAttachmentRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// The body resource for this request
	RegionSetLabelsRequestResource *RegionSetLabelsRequest `protobuf:"bytes,259357782,opt,name=region_set_labels_request_resource,json=regionSetLabelsRequestResource,proto3" json:"region_set_labels_request_resource,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for InterconnectAttachments.SetLabels. See the method description for details.

func (*SetLabelsInterconnectAttachmentRequest) Descriptor

func (*SetLabelsInterconnectAttachmentRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetLabelsInterconnectAttachmentRequest.ProtoReflect.Descriptor instead.

func (*SetLabelsInterconnectAttachmentRequest) GetProject

func (*SetLabelsInterconnectAttachmentRequest) GetRegion

func (*SetLabelsInterconnectAttachmentRequest) GetRegionSetLabelsRequestResource

func (x *SetLabelsInterconnectAttachmentRequest) GetRegionSetLabelsRequestResource() *RegionSetLabelsRequest

func (*SetLabelsInterconnectAttachmentRequest) GetRequestId

func (*SetLabelsInterconnectAttachmentRequest) GetResource

func (*SetLabelsInterconnectAttachmentRequest) ProtoMessage

func (*SetLabelsInterconnectAttachmentRequest) ProtoReflect

func (*SetLabelsInterconnectAttachmentRequest) Reset

func (*SetLabelsInterconnectAttachmentRequest) String

type SetLabelsInterconnectRequest

type SetLabelsInterconnectRequest struct {

	// The body resource for this request
	GlobalSetLabelsRequestResource *GlobalSetLabelsRequest `protobuf:"bytes,319917189,opt,name=global_set_labels_request_resource,json=globalSetLabelsRequestResource,proto3" json:"global_set_labels_request_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for Interconnects.SetLabels. See the method description for details.

func (*SetLabelsInterconnectRequest) Descriptor

func (*SetLabelsInterconnectRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetLabelsInterconnectRequest.ProtoReflect.Descriptor instead.

func (*SetLabelsInterconnectRequest) GetGlobalSetLabelsRequestResource

func (x *SetLabelsInterconnectRequest) GetGlobalSetLabelsRequestResource() *GlobalSetLabelsRequest

func (*SetLabelsInterconnectRequest) GetProject

func (x *SetLabelsInterconnectRequest) GetProject() string

func (*SetLabelsInterconnectRequest) GetResource

func (x *SetLabelsInterconnectRequest) GetResource() string

func (*SetLabelsInterconnectRequest) ProtoMessage

func (*SetLabelsInterconnectRequest) ProtoMessage()

func (*SetLabelsInterconnectRequest) ProtoReflect

func (*SetLabelsInterconnectRequest) Reset

func (x *SetLabelsInterconnectRequest) Reset()

func (*SetLabelsInterconnectRequest) String

type SetLabelsRegionDiskRequest

type SetLabelsRegionDiskRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// The body resource for this request
	RegionSetLabelsRequestResource *RegionSetLabelsRequest `protobuf:"bytes,259357782,opt,name=region_set_labels_request_resource,json=regionSetLabelsRequestResource,proto3" json:"region_set_labels_request_resource,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionDisks.SetLabels. See the method description for details.

func (*SetLabelsRegionDiskRequest) Descriptor

func (*SetLabelsRegionDiskRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetLabelsRegionDiskRequest.ProtoReflect.Descriptor instead.

func (*SetLabelsRegionDiskRequest) GetProject

func (x *SetLabelsRegionDiskRequest) GetProject() string

func (*SetLabelsRegionDiskRequest) GetRegion

func (x *SetLabelsRegionDiskRequest) GetRegion() string

func (*SetLabelsRegionDiskRequest) GetRegionSetLabelsRequestResource

func (x *SetLabelsRegionDiskRequest) GetRegionSetLabelsRequestResource() *RegionSetLabelsRequest

func (*SetLabelsRegionDiskRequest) GetRequestId

func (x *SetLabelsRegionDiskRequest) GetRequestId() string

func (*SetLabelsRegionDiskRequest) GetResource

func (x *SetLabelsRegionDiskRequest) GetResource() string

func (*SetLabelsRegionDiskRequest) ProtoMessage

func (*SetLabelsRegionDiskRequest) ProtoMessage()

func (*SetLabelsRegionDiskRequest) ProtoReflect

func (*SetLabelsRegionDiskRequest) Reset

func (x *SetLabelsRegionDiskRequest) Reset()

func (*SetLabelsRegionDiskRequest) String

func (x *SetLabelsRegionDiskRequest) String() string

type SetLabelsSecurityPolicyRequest

type SetLabelsSecurityPolicyRequest struct {

	// The body resource for this request
	GlobalSetLabelsRequestResource *GlobalSetLabelsRequest `protobuf:"bytes,319917189,opt,name=global_set_labels_request_resource,json=globalSetLabelsRequestResource,proto3" json:"global_set_labels_request_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for SecurityPolicies.SetLabels. See the method description for details.

func (*SetLabelsSecurityPolicyRequest) Descriptor

func (*SetLabelsSecurityPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetLabelsSecurityPolicyRequest.ProtoReflect.Descriptor instead.

func (*SetLabelsSecurityPolicyRequest) GetGlobalSetLabelsRequestResource

func (x *SetLabelsSecurityPolicyRequest) GetGlobalSetLabelsRequestResource() *GlobalSetLabelsRequest

func (*SetLabelsSecurityPolicyRequest) GetProject

func (x *SetLabelsSecurityPolicyRequest) GetProject() string

func (*SetLabelsSecurityPolicyRequest) GetResource

func (x *SetLabelsSecurityPolicyRequest) GetResource() string

func (*SetLabelsSecurityPolicyRequest) ProtoMessage

func (*SetLabelsSecurityPolicyRequest) ProtoMessage()

func (*SetLabelsSecurityPolicyRequest) ProtoReflect

func (*SetLabelsSecurityPolicyRequest) Reset

func (x *SetLabelsSecurityPolicyRequest) Reset()

func (*SetLabelsSecurityPolicyRequest) String

type SetLabelsSnapshotRequest

type SetLabelsSnapshotRequest struct {

	// The body resource for this request
	GlobalSetLabelsRequestResource *GlobalSetLabelsRequest `protobuf:"bytes,319917189,opt,name=global_set_labels_request_resource,json=globalSetLabelsRequestResource,proto3" json:"global_set_labels_request_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for Snapshots.SetLabels. See the method description for details.

func (*SetLabelsSnapshotRequest) Descriptor

func (*SetLabelsSnapshotRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetLabelsSnapshotRequest.ProtoReflect.Descriptor instead.

func (*SetLabelsSnapshotRequest) GetGlobalSetLabelsRequestResource

func (x *SetLabelsSnapshotRequest) GetGlobalSetLabelsRequestResource() *GlobalSetLabelsRequest

func (*SetLabelsSnapshotRequest) GetProject

func (x *SetLabelsSnapshotRequest) GetProject() string

func (*SetLabelsSnapshotRequest) GetResource

func (x *SetLabelsSnapshotRequest) GetResource() string

func (*SetLabelsSnapshotRequest) ProtoMessage

func (*SetLabelsSnapshotRequest) ProtoMessage()

func (*SetLabelsSnapshotRequest) ProtoReflect

func (x *SetLabelsSnapshotRequest) ProtoReflect() protoreflect.Message

func (*SetLabelsSnapshotRequest) Reset

func (x *SetLabelsSnapshotRequest) Reset()

func (*SetLabelsSnapshotRequest) String

func (x *SetLabelsSnapshotRequest) String() string

type SetLabelsTargetVpnGatewayRequest

type SetLabelsTargetVpnGatewayRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// The body resource for this request
	RegionSetLabelsRequestResource *RegionSetLabelsRequest `protobuf:"bytes,259357782,opt,name=region_set_labels_request_resource,json=regionSetLabelsRequestResource,proto3" json:"region_set_labels_request_resource,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetVpnGateways.SetLabels. See the method description for details.

func (*SetLabelsTargetVpnGatewayRequest) Descriptor

func (*SetLabelsTargetVpnGatewayRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetLabelsTargetVpnGatewayRequest.ProtoReflect.Descriptor instead.

func (*SetLabelsTargetVpnGatewayRequest) GetProject

func (x *SetLabelsTargetVpnGatewayRequest) GetProject() string

func (*SetLabelsTargetVpnGatewayRequest) GetRegion

func (*SetLabelsTargetVpnGatewayRequest) GetRegionSetLabelsRequestResource

func (x *SetLabelsTargetVpnGatewayRequest) GetRegionSetLabelsRequestResource() *RegionSetLabelsRequest

func (*SetLabelsTargetVpnGatewayRequest) GetRequestId

func (x *SetLabelsTargetVpnGatewayRequest) GetRequestId() string

func (*SetLabelsTargetVpnGatewayRequest) GetResource

func (x *SetLabelsTargetVpnGatewayRequest) GetResource() string

func (*SetLabelsTargetVpnGatewayRequest) ProtoMessage

func (*SetLabelsTargetVpnGatewayRequest) ProtoMessage()

func (*SetLabelsTargetVpnGatewayRequest) ProtoReflect

func (*SetLabelsTargetVpnGatewayRequest) Reset

func (*SetLabelsTargetVpnGatewayRequest) String

type SetLabelsVpnGatewayRequest

type SetLabelsVpnGatewayRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// The body resource for this request
	RegionSetLabelsRequestResource *RegionSetLabelsRequest `protobuf:"bytes,259357782,opt,name=region_set_labels_request_resource,json=regionSetLabelsRequestResource,proto3" json:"region_set_labels_request_resource,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for VpnGateways.SetLabels. See the method description for details.

func (*SetLabelsVpnGatewayRequest) Descriptor

func (*SetLabelsVpnGatewayRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetLabelsVpnGatewayRequest.ProtoReflect.Descriptor instead.

func (*SetLabelsVpnGatewayRequest) GetProject

func (x *SetLabelsVpnGatewayRequest) GetProject() string

func (*SetLabelsVpnGatewayRequest) GetRegion

func (x *SetLabelsVpnGatewayRequest) GetRegion() string

func (*SetLabelsVpnGatewayRequest) GetRegionSetLabelsRequestResource

func (x *SetLabelsVpnGatewayRequest) GetRegionSetLabelsRequestResource() *RegionSetLabelsRequest

func (*SetLabelsVpnGatewayRequest) GetRequestId

func (x *SetLabelsVpnGatewayRequest) GetRequestId() string

func (*SetLabelsVpnGatewayRequest) GetResource

func (x *SetLabelsVpnGatewayRequest) GetResource() string

func (*SetLabelsVpnGatewayRequest) ProtoMessage

func (*SetLabelsVpnGatewayRequest) ProtoMessage()

func (*SetLabelsVpnGatewayRequest) ProtoReflect

func (*SetLabelsVpnGatewayRequest) Reset

func (x *SetLabelsVpnGatewayRequest) Reset()

func (*SetLabelsVpnGatewayRequest) String

func (x *SetLabelsVpnGatewayRequest) String() string

type SetLabelsVpnTunnelRequest

type SetLabelsVpnTunnelRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// The body resource for this request
	RegionSetLabelsRequestResource *RegionSetLabelsRequest `protobuf:"bytes,259357782,opt,name=region_set_labels_request_resource,json=regionSetLabelsRequestResource,proto3" json:"region_set_labels_request_resource,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for VpnTunnels.SetLabels. See the method description for details.

func (*SetLabelsVpnTunnelRequest) Descriptor

func (*SetLabelsVpnTunnelRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetLabelsVpnTunnelRequest.ProtoReflect.Descriptor instead.

func (*SetLabelsVpnTunnelRequest) GetProject

func (x *SetLabelsVpnTunnelRequest) GetProject() string

func (*SetLabelsVpnTunnelRequest) GetRegion

func (x *SetLabelsVpnTunnelRequest) GetRegion() string

func (*SetLabelsVpnTunnelRequest) GetRegionSetLabelsRequestResource

func (x *SetLabelsVpnTunnelRequest) GetRegionSetLabelsRequestResource() *RegionSetLabelsRequest

func (*SetLabelsVpnTunnelRequest) GetRequestId

func (x *SetLabelsVpnTunnelRequest) GetRequestId() string

func (*SetLabelsVpnTunnelRequest) GetResource

func (x *SetLabelsVpnTunnelRequest) GetResource() string

func (*SetLabelsVpnTunnelRequest) ProtoMessage

func (*SetLabelsVpnTunnelRequest) ProtoMessage()

func (*SetLabelsVpnTunnelRequest) ProtoReflect

func (*SetLabelsVpnTunnelRequest) Reset

func (x *SetLabelsVpnTunnelRequest) Reset()

func (*SetLabelsVpnTunnelRequest) String

func (x *SetLabelsVpnTunnelRequest) String() string

type SetMachineResourcesInstanceRequest

type SetMachineResourcesInstanceRequest struct {

	// Name of the instance scoping this request.
	Instance string `protobuf:"bytes,18257045,opt,name=instance,proto3" json:"instance,omitempty"`
	// The body resource for this request
	InstancesSetMachineResourcesRequestResource *InstancesSetMachineResourcesRequest `protobuf:"bytes,196286318,opt,name=instances_set_machine_resources_request_resource,json=instancesSetMachineResourcesRequestResource,proto3" json:"instances_set_machine_resources_request_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Instances.SetMachineResources. See the method description for details.

func (*SetMachineResourcesInstanceRequest) Descriptor

func (*SetMachineResourcesInstanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetMachineResourcesInstanceRequest.ProtoReflect.Descriptor instead.

func (*SetMachineResourcesInstanceRequest) GetInstance

func (x *SetMachineResourcesInstanceRequest) GetInstance() string

func (*SetMachineResourcesInstanceRequest) GetInstancesSetMachineResourcesRequestResource

func (x *SetMachineResourcesInstanceRequest) GetInstancesSetMachineResourcesRequestResource() *InstancesSetMachineResourcesRequest

func (*SetMachineResourcesInstanceRequest) GetProject

func (*SetMachineResourcesInstanceRequest) GetRequestId

func (x *SetMachineResourcesInstanceRequest) GetRequestId() string

func (*SetMachineResourcesInstanceRequest) GetZone

func (*SetMachineResourcesInstanceRequest) ProtoMessage

func (*SetMachineResourcesInstanceRequest) ProtoMessage()

func (*SetMachineResourcesInstanceRequest) ProtoReflect

func (*SetMachineResourcesInstanceRequest) Reset

func (*SetMachineResourcesInstanceRequest) String

type SetMachineTypeInstanceRequest

type SetMachineTypeInstanceRequest struct {

	// Name of the instance scoping this request.
	Instance string `protobuf:"bytes,18257045,opt,name=instance,proto3" json:"instance,omitempty"`
	// The body resource for this request
	InstancesSetMachineTypeRequestResource *InstancesSetMachineTypeRequest `protobuf:"bytes,254157709,opt,name=instances_set_machine_type_request_resource,json=instancesSetMachineTypeRequestResource,proto3" json:"instances_set_machine_type_request_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Instances.SetMachineType. See the method description for details.

func (*SetMachineTypeInstanceRequest) Descriptor

func (*SetMachineTypeInstanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetMachineTypeInstanceRequest.ProtoReflect.Descriptor instead.

func (*SetMachineTypeInstanceRequest) GetInstance

func (x *SetMachineTypeInstanceRequest) GetInstance() string

func (*SetMachineTypeInstanceRequest) GetInstancesSetMachineTypeRequestResource

func (x *SetMachineTypeInstanceRequest) GetInstancesSetMachineTypeRequestResource() *InstancesSetMachineTypeRequest

func (*SetMachineTypeInstanceRequest) GetProject

func (x *SetMachineTypeInstanceRequest) GetProject() string

func (*SetMachineTypeInstanceRequest) GetRequestId

func (x *SetMachineTypeInstanceRequest) GetRequestId() string

func (*SetMachineTypeInstanceRequest) GetZone

func (*SetMachineTypeInstanceRequest) ProtoMessage

func (*SetMachineTypeInstanceRequest) ProtoMessage()

func (*SetMachineTypeInstanceRequest) ProtoReflect

func (*SetMachineTypeInstanceRequest) Reset

func (x *SetMachineTypeInstanceRequest) Reset()

func (*SetMachineTypeInstanceRequest) String

type SetMetadataInstanceRequest

type SetMetadataInstanceRequest struct {

	// Name of the instance scoping this request.
	Instance string `protobuf:"bytes,18257045,opt,name=instance,proto3" json:"instance,omitempty"`
	// The body resource for this request
	MetadataResource *Metadata `protobuf:"bytes,291086110,opt,name=metadata_resource,json=metadataResource,proto3" json:"metadata_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Instances.SetMetadata. See the method description for details.

func (*SetMetadataInstanceRequest) Descriptor

func (*SetMetadataInstanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetMetadataInstanceRequest.ProtoReflect.Descriptor instead.

func (*SetMetadataInstanceRequest) GetInstance

func (x *SetMetadataInstanceRequest) GetInstance() string

func (*SetMetadataInstanceRequest) GetMetadataResource

func (x *SetMetadataInstanceRequest) GetMetadataResource() *Metadata

func (*SetMetadataInstanceRequest) GetProject

func (x *SetMetadataInstanceRequest) GetProject() string

func (*SetMetadataInstanceRequest) GetRequestId

func (x *SetMetadataInstanceRequest) GetRequestId() string

func (*SetMetadataInstanceRequest) GetZone

func (x *SetMetadataInstanceRequest) GetZone() string

func (*SetMetadataInstanceRequest) ProtoMessage

func (*SetMetadataInstanceRequest) ProtoMessage()

func (*SetMetadataInstanceRequest) ProtoReflect

func (*SetMetadataInstanceRequest) Reset

func (x *SetMetadataInstanceRequest) Reset()

func (*SetMetadataInstanceRequest) String

func (x *SetMetadataInstanceRequest) String() string

type SetMinCpuPlatformInstanceRequest

type SetMinCpuPlatformInstanceRequest struct {

	// Name of the instance scoping this request.
	Instance string `protobuf:"bytes,18257045,opt,name=instance,proto3" json:"instance,omitempty"`
	// The body resource for this request
	InstancesSetMinCpuPlatformRequestResource *InstancesSetMinCpuPlatformRequest `protobuf:"bytes,148459368,opt,name=instances_set_min_cpu_platform_request_resource,json=instancesSetMinCpuPlatformRequestResource,proto3" json:"instances_set_min_cpu_platform_request_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Instances.SetMinCpuPlatform. See the method description for details.

func (*SetMinCpuPlatformInstanceRequest) Descriptor

func (*SetMinCpuPlatformInstanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetMinCpuPlatformInstanceRequest.ProtoReflect.Descriptor instead.

func (*SetMinCpuPlatformInstanceRequest) GetInstance

func (x *SetMinCpuPlatformInstanceRequest) GetInstance() string

func (*SetMinCpuPlatformInstanceRequest) GetInstancesSetMinCpuPlatformRequestResource

func (x *SetMinCpuPlatformInstanceRequest) GetInstancesSetMinCpuPlatformRequestResource() *InstancesSetMinCpuPlatformRequest

func (*SetMinCpuPlatformInstanceRequest) GetProject

func (x *SetMinCpuPlatformInstanceRequest) GetProject() string

func (*SetMinCpuPlatformInstanceRequest) GetRequestId

func (x *SetMinCpuPlatformInstanceRequest) GetRequestId() string

func (*SetMinCpuPlatformInstanceRequest) GetZone

func (*SetMinCpuPlatformInstanceRequest) ProtoMessage

func (*SetMinCpuPlatformInstanceRequest) ProtoMessage()

func (*SetMinCpuPlatformInstanceRequest) ProtoReflect

func (*SetMinCpuPlatformInstanceRequest) Reset

func (*SetMinCpuPlatformInstanceRequest) String

type SetNameInstanceRequest

type SetNameInstanceRequest struct {

	// The instance name for this request.
	Instance string `protobuf:"bytes,18257045,opt,name=instance,proto3" json:"instance,omitempty"`
	// The body resource for this request
	InstancesSetNameRequestResource *InstancesSetNameRequest `protobuf:"bytes,272080980,opt,name=instances_set_name_request_resource,json=instancesSetNameRequestResource,proto3" json:"instances_set_name_request_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Instances.SetName. See the method description for details.

func (*SetNameInstanceRequest) Descriptor

func (*SetNameInstanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetNameInstanceRequest.ProtoReflect.Descriptor instead.

func (*SetNameInstanceRequest) GetInstance

func (x *SetNameInstanceRequest) GetInstance() string

func (*SetNameInstanceRequest) GetInstancesSetNameRequestResource

func (x *SetNameInstanceRequest) GetInstancesSetNameRequestResource() *InstancesSetNameRequest

func (*SetNameInstanceRequest) GetProject

func (x *SetNameInstanceRequest) GetProject() string

func (*SetNameInstanceRequest) GetRequestId

func (x *SetNameInstanceRequest) GetRequestId() string

func (*SetNameInstanceRequest) GetZone

func (x *SetNameInstanceRequest) GetZone() string

func (*SetNameInstanceRequest) ProtoMessage

func (*SetNameInstanceRequest) ProtoMessage()

func (*SetNameInstanceRequest) ProtoReflect

func (x *SetNameInstanceRequest) ProtoReflect() protoreflect.Message

func (*SetNameInstanceRequest) Reset

func (x *SetNameInstanceRequest) Reset()

func (*SetNameInstanceRequest) String

func (x *SetNameInstanceRequest) String() string

type SetNamedPortsInstanceGroupRequest

type SetNamedPortsInstanceGroupRequest struct {

	// The name of the instance group where the named ports are updated.
	InstanceGroup string `protobuf:"bytes,81095253,opt,name=instance_group,json=instanceGroup,proto3" json:"instance_group,omitempty"`
	// The body resource for this request
	InstanceGroupsSetNamedPortsRequestResource *InstanceGroupsSetNamedPortsRequest `protobuf:"bytes,385151535,opt,name=instance_groups_set_named_ports_request_resource,json=instanceGroupsSetNamedPortsRequestResource,proto3" json:"instance_groups_set_named_ports_request_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone where the instance group is located.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for InstanceGroups.SetNamedPorts. See the method description for details.

func (*SetNamedPortsInstanceGroupRequest) Descriptor

func (*SetNamedPortsInstanceGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetNamedPortsInstanceGroupRequest.ProtoReflect.Descriptor instead.

func (*SetNamedPortsInstanceGroupRequest) GetInstanceGroup

func (x *SetNamedPortsInstanceGroupRequest) GetInstanceGroup() string

func (*SetNamedPortsInstanceGroupRequest) GetInstanceGroupsSetNamedPortsRequestResource

func (x *SetNamedPortsInstanceGroupRequest) GetInstanceGroupsSetNamedPortsRequestResource() *InstanceGroupsSetNamedPortsRequest

func (*SetNamedPortsInstanceGroupRequest) GetProject

func (x *SetNamedPortsInstanceGroupRequest) GetProject() string

func (*SetNamedPortsInstanceGroupRequest) GetRequestId

func (x *SetNamedPortsInstanceGroupRequest) GetRequestId() string

func (*SetNamedPortsInstanceGroupRequest) GetZone

func (*SetNamedPortsInstanceGroupRequest) ProtoMessage

func (*SetNamedPortsInstanceGroupRequest) ProtoMessage()

func (*SetNamedPortsInstanceGroupRequest) ProtoReflect

func (*SetNamedPortsInstanceGroupRequest) Reset

func (*SetNamedPortsInstanceGroupRequest) String

type SetNamedPortsRegionInstanceGroupRequest

type SetNamedPortsRegionInstanceGroupRequest struct {

	// The name of the regional instance group where the named ports are updated.
	InstanceGroup string `protobuf:"bytes,81095253,opt,name=instance_group,json=instanceGroup,proto3" json:"instance_group,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// The body resource for this request
	RegionInstanceGroupsSetNamedPortsRequestResource *RegionInstanceGroupsSetNamedPortsRequest `protobuf:"bytes,1574938,opt,name=region_instance_groups_set_named_ports_request_resource,json=regionInstanceGroupsSetNamedPortsRequestResource,proto3" json:"region_instance_groups_set_named_ports_request_resource,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionInstanceGroups.SetNamedPorts. See the method description for details.

func (*SetNamedPortsRegionInstanceGroupRequest) Descriptor

func (*SetNamedPortsRegionInstanceGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetNamedPortsRegionInstanceGroupRequest.ProtoReflect.Descriptor instead.

func (*SetNamedPortsRegionInstanceGroupRequest) GetInstanceGroup

func (x *SetNamedPortsRegionInstanceGroupRequest) GetInstanceGroup() string

func (*SetNamedPortsRegionInstanceGroupRequest) GetProject

func (*SetNamedPortsRegionInstanceGroupRequest) GetRegion

func (*SetNamedPortsRegionInstanceGroupRequest) GetRegionInstanceGroupsSetNamedPortsRequestResource

func (x *SetNamedPortsRegionInstanceGroupRequest) GetRegionInstanceGroupsSetNamedPortsRequestResource() *RegionInstanceGroupsSetNamedPortsRequest

func (*SetNamedPortsRegionInstanceGroupRequest) GetRequestId

func (*SetNamedPortsRegionInstanceGroupRequest) ProtoMessage

func (*SetNamedPortsRegionInstanceGroupRequest) ProtoReflect

func (*SetNamedPortsRegionInstanceGroupRequest) Reset

func (*SetNamedPortsRegionInstanceGroupRequest) String

type SetNodeTemplateNodeGroupRequest

type SetNodeTemplateNodeGroupRequest struct {

	// Name of the NodeGroup resource to update.
	NodeGroup string `protobuf:"bytes,469958146,opt,name=node_group,json=nodeGroup,proto3" json:"node_group,omitempty"`
	// The body resource for this request
	NodeGroupsSetNodeTemplateRequestResource *NodeGroupsSetNodeTemplateRequest `protobuf:"bytes,117382321,opt,name=node_groups_set_node_template_request_resource,json=nodeGroupsSetNodeTemplateRequestResource,proto3" json:"node_groups_set_node_template_request_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for NodeGroups.SetNodeTemplate. See the method description for details.

func (*SetNodeTemplateNodeGroupRequest) Descriptor

func (*SetNodeTemplateNodeGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetNodeTemplateNodeGroupRequest.ProtoReflect.Descriptor instead.

func (*SetNodeTemplateNodeGroupRequest) GetNodeGroup

func (x *SetNodeTemplateNodeGroupRequest) GetNodeGroup() string

func (*SetNodeTemplateNodeGroupRequest) GetNodeGroupsSetNodeTemplateRequestResource

func (x *SetNodeTemplateNodeGroupRequest) GetNodeGroupsSetNodeTemplateRequestResource() *NodeGroupsSetNodeTemplateRequest

func (*SetNodeTemplateNodeGroupRequest) GetProject

func (x *SetNodeTemplateNodeGroupRequest) GetProject() string

func (*SetNodeTemplateNodeGroupRequest) GetRequestId

func (x *SetNodeTemplateNodeGroupRequest) GetRequestId() string

func (*SetNodeTemplateNodeGroupRequest) GetZone

func (*SetNodeTemplateNodeGroupRequest) ProtoMessage

func (*SetNodeTemplateNodeGroupRequest) ProtoMessage()

func (*SetNodeTemplateNodeGroupRequest) ProtoReflect

func (*SetNodeTemplateNodeGroupRequest) Reset

func (*SetNodeTemplateNodeGroupRequest) String

type SetPrivateIpGoogleAccessSubnetworkRequest

type SetPrivateIpGoogleAccessSubnetworkRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the Subnetwork resource.
	Subnetwork string `protobuf:"bytes,307827694,opt,name=subnetwork,proto3" json:"subnetwork,omitempty"`
	// The body resource for this request
	SubnetworksSetPrivateIpGoogleAccessRequestResource *SubnetworksSetPrivateIpGoogleAccessRequest `protobuf:"bytes,268920696,opt,name=subnetworks_set_private_ip_google_access_request_resource,json=subnetworksSetPrivateIpGoogleAccessRequestResource,proto3" json:"subnetworks_set_private_ip_google_access_request_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for Subnetworks.SetPrivateIpGoogleAccess. See the method description for details.

func (*SetPrivateIpGoogleAccessSubnetworkRequest) Descriptor

func (*SetPrivateIpGoogleAccessSubnetworkRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetPrivateIpGoogleAccessSubnetworkRequest.ProtoReflect.Descriptor instead.

func (*SetPrivateIpGoogleAccessSubnetworkRequest) GetProject

func (*SetPrivateIpGoogleAccessSubnetworkRequest) GetRegion

func (*SetPrivateIpGoogleAccessSubnetworkRequest) GetRequestId

func (*SetPrivateIpGoogleAccessSubnetworkRequest) GetSubnetwork

func (*SetPrivateIpGoogleAccessSubnetworkRequest) GetSubnetworksSetPrivateIpGoogleAccessRequestResource

func (x *SetPrivateIpGoogleAccessSubnetworkRequest) GetSubnetworksSetPrivateIpGoogleAccessRequestResource() *SubnetworksSetPrivateIpGoogleAccessRequest

func (*SetPrivateIpGoogleAccessSubnetworkRequest) ProtoMessage

func (*SetPrivateIpGoogleAccessSubnetworkRequest) ProtoReflect

func (*SetPrivateIpGoogleAccessSubnetworkRequest) Reset

func (*SetPrivateIpGoogleAccessSubnetworkRequest) String

type SetProxyHeaderTargetSslProxyRequest

type SetProxyHeaderTargetSslProxyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The body resource for this request
	TargetSslProxiesSetProxyHeaderRequestResource *TargetSslProxiesSetProxyHeaderRequest `protobuf:"bytes,205284526,opt,name=target_ssl_proxies_set_proxy_header_request_resource,json=targetSslProxiesSetProxyHeaderRequestResource,proto3" json:"target_ssl_proxies_set_proxy_header_request_resource,omitempty"`
	// Name of the TargetSslProxy resource whose ProxyHeader is to be set.
	TargetSslProxy string `protobuf:"bytes,338795853,opt,name=target_ssl_proxy,json=targetSslProxy,proto3" json:"target_ssl_proxy,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetSslProxies.SetProxyHeader. See the method description for details.

func (*SetProxyHeaderTargetSslProxyRequest) Descriptor

func (*SetProxyHeaderTargetSslProxyRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetProxyHeaderTargetSslProxyRequest.ProtoReflect.Descriptor instead.

func (*SetProxyHeaderTargetSslProxyRequest) GetProject

func (*SetProxyHeaderTargetSslProxyRequest) GetRequestId

func (x *SetProxyHeaderTargetSslProxyRequest) GetRequestId() string

func (*SetProxyHeaderTargetSslProxyRequest) GetTargetSslProxiesSetProxyHeaderRequestResource

func (x *SetProxyHeaderTargetSslProxyRequest) GetTargetSslProxiesSetProxyHeaderRequestResource() *TargetSslProxiesSetProxyHeaderRequest

func (*SetProxyHeaderTargetSslProxyRequest) GetTargetSslProxy

func (x *SetProxyHeaderTargetSslProxyRequest) GetTargetSslProxy() string

func (*SetProxyHeaderTargetSslProxyRequest) ProtoMessage

func (*SetProxyHeaderTargetSslProxyRequest) ProtoMessage()

func (*SetProxyHeaderTargetSslProxyRequest) ProtoReflect

func (*SetProxyHeaderTargetSslProxyRequest) Reset

func (*SetProxyHeaderTargetSslProxyRequest) String

type SetProxyHeaderTargetTcpProxyRequest

type SetProxyHeaderTargetTcpProxyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The body resource for this request
	TargetTcpProxiesSetProxyHeaderRequestResource *TargetTcpProxiesSetProxyHeaderRequest `protobuf:"bytes,219958339,opt,name=target_tcp_proxies_set_proxy_header_request_resource,json=targetTcpProxiesSetProxyHeaderRequestResource,proto3" json:"target_tcp_proxies_set_proxy_header_request_resource,omitempty"`
	// Name of the TargetTcpProxy resource whose ProxyHeader is to be set.
	TargetTcpProxy string `protobuf:"bytes,503065442,opt,name=target_tcp_proxy,json=targetTcpProxy,proto3" json:"target_tcp_proxy,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetTcpProxies.SetProxyHeader. See the method description for details.

func (*SetProxyHeaderTargetTcpProxyRequest) Descriptor

func (*SetProxyHeaderTargetTcpProxyRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetProxyHeaderTargetTcpProxyRequest.ProtoReflect.Descriptor instead.

func (*SetProxyHeaderTargetTcpProxyRequest) GetProject

func (*SetProxyHeaderTargetTcpProxyRequest) GetRequestId

func (x *SetProxyHeaderTargetTcpProxyRequest) GetRequestId() string

func (*SetProxyHeaderTargetTcpProxyRequest) GetTargetTcpProxiesSetProxyHeaderRequestResource

func (x *SetProxyHeaderTargetTcpProxyRequest) GetTargetTcpProxiesSetProxyHeaderRequestResource() *TargetTcpProxiesSetProxyHeaderRequest

func (*SetProxyHeaderTargetTcpProxyRequest) GetTargetTcpProxy

func (x *SetProxyHeaderTargetTcpProxyRequest) GetTargetTcpProxy() string

func (*SetProxyHeaderTargetTcpProxyRequest) ProtoMessage

func (*SetProxyHeaderTargetTcpProxyRequest) ProtoMessage()

func (*SetProxyHeaderTargetTcpProxyRequest) ProtoReflect

func (*SetProxyHeaderTargetTcpProxyRequest) Reset

func (*SetProxyHeaderTargetTcpProxyRequest) String

type SetQuicOverrideTargetHttpsProxyRequest

type SetQuicOverrideTargetHttpsProxyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The body resource for this request
	TargetHttpsProxiesSetQuicOverrideRequestResource *TargetHttpsProxiesSetQuicOverrideRequest `protobuf:"bytes,72940258,opt,name=target_https_proxies_set_quic_override_request_resource,json=targetHttpsProxiesSetQuicOverrideRequestResource,proto3" json:"target_https_proxies_set_quic_override_request_resource,omitempty"`
	// Name of the TargetHttpsProxy resource to set the QUIC override policy for. The name should conform to RFC1035.
	TargetHttpsProxy string `protobuf:"bytes,52336748,opt,name=target_https_proxy,json=targetHttpsProxy,proto3" json:"target_https_proxy,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetHttpsProxies.SetQuicOverride. See the method description for details.

func (*SetQuicOverrideTargetHttpsProxyRequest) Descriptor

func (*SetQuicOverrideTargetHttpsProxyRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetQuicOverrideTargetHttpsProxyRequest.ProtoReflect.Descriptor instead.

func (*SetQuicOverrideTargetHttpsProxyRequest) GetProject

func (*SetQuicOverrideTargetHttpsProxyRequest) GetRequestId

func (*SetQuicOverrideTargetHttpsProxyRequest) GetTargetHttpsProxiesSetQuicOverrideRequestResource

func (x *SetQuicOverrideTargetHttpsProxyRequest) GetTargetHttpsProxiesSetQuicOverrideRequestResource() *TargetHttpsProxiesSetQuicOverrideRequest

func (*SetQuicOverrideTargetHttpsProxyRequest) GetTargetHttpsProxy

func (x *SetQuicOverrideTargetHttpsProxyRequest) GetTargetHttpsProxy() string

func (*SetQuicOverrideTargetHttpsProxyRequest) ProtoMessage

func (*SetQuicOverrideTargetHttpsProxyRequest) ProtoReflect

func (*SetQuicOverrideTargetHttpsProxyRequest) Reset

func (*SetQuicOverrideTargetHttpsProxyRequest) String

type SetSchedulingInstanceRequest

type SetSchedulingInstanceRequest struct {

	// Instance name for this request.
	Instance string `protobuf:"bytes,18257045,opt,name=instance,proto3" json:"instance,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The body resource for this request
	SchedulingResource *Scheduling `protobuf:"bytes,463181401,opt,name=scheduling_resource,json=schedulingResource,proto3" json:"scheduling_resource,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Instances.SetScheduling. See the method description for details.

func (*SetSchedulingInstanceRequest) Descriptor

func (*SetSchedulingInstanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetSchedulingInstanceRequest.ProtoReflect.Descriptor instead.

func (*SetSchedulingInstanceRequest) GetInstance

func (x *SetSchedulingInstanceRequest) GetInstance() string

func (*SetSchedulingInstanceRequest) GetProject

func (x *SetSchedulingInstanceRequest) GetProject() string

func (*SetSchedulingInstanceRequest) GetRequestId

func (x *SetSchedulingInstanceRequest) GetRequestId() string

func (*SetSchedulingInstanceRequest) GetSchedulingResource

func (x *SetSchedulingInstanceRequest) GetSchedulingResource() *Scheduling

func (*SetSchedulingInstanceRequest) GetZone

func (x *SetSchedulingInstanceRequest) GetZone() string

func (*SetSchedulingInstanceRequest) ProtoMessage

func (*SetSchedulingInstanceRequest) ProtoMessage()

func (*SetSchedulingInstanceRequest) ProtoReflect

func (*SetSchedulingInstanceRequest) Reset

func (x *SetSchedulingInstanceRequest) Reset()

func (*SetSchedulingInstanceRequest) String

type SetSecurityPolicyBackendServiceRequest

type SetSecurityPolicyBackendServiceRequest struct {

	// Name of the BackendService resource to which the security policy should be set. The name should conform to RFC1035.
	BackendService string `protobuf:"bytes,306946058,opt,name=backend_service,json=backendService,proto3" json:"backend_service,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The body resource for this request
	SecurityPolicyReferenceResource *SecurityPolicyReference `protobuf:"bytes,204135024,opt,name=security_policy_reference_resource,json=securityPolicyReferenceResource,proto3" json:"security_policy_reference_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for BackendServices.SetSecurityPolicy. See the method description for details.

func (*SetSecurityPolicyBackendServiceRequest) Descriptor

func (*SetSecurityPolicyBackendServiceRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetSecurityPolicyBackendServiceRequest.ProtoReflect.Descriptor instead.

func (*SetSecurityPolicyBackendServiceRequest) GetBackendService

func (x *SetSecurityPolicyBackendServiceRequest) GetBackendService() string

func (*SetSecurityPolicyBackendServiceRequest) GetProject

func (*SetSecurityPolicyBackendServiceRequest) GetRequestId

func (*SetSecurityPolicyBackendServiceRequest) GetSecurityPolicyReferenceResource

func (x *SetSecurityPolicyBackendServiceRequest) GetSecurityPolicyReferenceResource() *SecurityPolicyReference

func (*SetSecurityPolicyBackendServiceRequest) ProtoMessage

func (*SetSecurityPolicyBackendServiceRequest) ProtoReflect

func (*SetSecurityPolicyBackendServiceRequest) Reset

func (*SetSecurityPolicyBackendServiceRequest) String

type SetServiceAccountInstanceRequest

type SetServiceAccountInstanceRequest struct {

	// Name of the instance resource to start.
	Instance string `protobuf:"bytes,18257045,opt,name=instance,proto3" json:"instance,omitempty"`
	// The body resource for this request
	InstancesSetServiceAccountRequestResource *InstancesSetServiceAccountRequest `protobuf:"bytes,275550008,opt,name=instances_set_service_account_request_resource,json=instancesSetServiceAccountRequestResource,proto3" json:"instances_set_service_account_request_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Instances.SetServiceAccount. See the method description for details.

func (*SetServiceAccountInstanceRequest) Descriptor

func (*SetServiceAccountInstanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetServiceAccountInstanceRequest.ProtoReflect.Descriptor instead.

func (*SetServiceAccountInstanceRequest) GetInstance

func (x *SetServiceAccountInstanceRequest) GetInstance() string

func (*SetServiceAccountInstanceRequest) GetInstancesSetServiceAccountRequestResource

func (x *SetServiceAccountInstanceRequest) GetInstancesSetServiceAccountRequestResource() *InstancesSetServiceAccountRequest

func (*SetServiceAccountInstanceRequest) GetProject

func (x *SetServiceAccountInstanceRequest) GetProject() string

func (*SetServiceAccountInstanceRequest) GetRequestId

func (x *SetServiceAccountInstanceRequest) GetRequestId() string

func (*SetServiceAccountInstanceRequest) GetZone

func (*SetServiceAccountInstanceRequest) ProtoMessage

func (*SetServiceAccountInstanceRequest) ProtoMessage()

func (*SetServiceAccountInstanceRequest) ProtoReflect

func (*SetServiceAccountInstanceRequest) Reset

func (*SetServiceAccountInstanceRequest) String

type SetShieldedInstanceIntegrityPolicyInstanceRequest

type SetShieldedInstanceIntegrityPolicyInstanceRequest struct {

	// Name or id of the instance scoping this request.
	Instance string `protobuf:"bytes,18257045,opt,name=instance,proto3" json:"instance,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The body resource for this request
	ShieldedInstanceIntegrityPolicyResource *ShieldedInstanceIntegrityPolicy `protobuf:"bytes,409169462,opt,name=shielded_instance_integrity_policy_resource,json=shieldedInstanceIntegrityPolicyResource,proto3" json:"shielded_instance_integrity_policy_resource,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Instances.SetShieldedInstanceIntegrityPolicy. See the method description for details.

func (*SetShieldedInstanceIntegrityPolicyInstanceRequest) Descriptor

Deprecated: Use SetShieldedInstanceIntegrityPolicyInstanceRequest.ProtoReflect.Descriptor instead.

func (*SetShieldedInstanceIntegrityPolicyInstanceRequest) GetInstance

func (*SetShieldedInstanceIntegrityPolicyInstanceRequest) GetProject

func (*SetShieldedInstanceIntegrityPolicyInstanceRequest) GetRequestId

func (*SetShieldedInstanceIntegrityPolicyInstanceRequest) GetShieldedInstanceIntegrityPolicyResource

func (x *SetShieldedInstanceIntegrityPolicyInstanceRequest) GetShieldedInstanceIntegrityPolicyResource() *ShieldedInstanceIntegrityPolicy

func (*SetShieldedInstanceIntegrityPolicyInstanceRequest) GetZone

func (*SetShieldedInstanceIntegrityPolicyInstanceRequest) ProtoMessage

func (*SetShieldedInstanceIntegrityPolicyInstanceRequest) ProtoReflect

func (*SetShieldedInstanceIntegrityPolicyInstanceRequest) Reset

func (*SetShieldedInstanceIntegrityPolicyInstanceRequest) String

type SetSslCertificatesRegionTargetHttpsProxyRequest

type SetSslCertificatesRegionTargetHttpsProxyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// The body resource for this request
	RegionTargetHttpsProxiesSetSslCertificatesRequestResource *RegionTargetHttpsProxiesSetSslCertificatesRequest `protobuf:"bytes,390693383,opt,name=region_target_https_proxies_set_ssl_certificates_request_resource,json=regionTargetHttpsProxiesSetSslCertificatesRequestResource,proto3" json:"region_target_https_proxies_set_ssl_certificates_request_resource,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the TargetHttpsProxy resource to set an SslCertificates resource for.
	TargetHttpsProxy string `protobuf:"bytes,52336748,opt,name=target_https_proxy,json=targetHttpsProxy,proto3" json:"target_https_proxy,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionTargetHttpsProxies.SetSslCertificates. See the method description for details.

func (*SetSslCertificatesRegionTargetHttpsProxyRequest) Descriptor

Deprecated: Use SetSslCertificatesRegionTargetHttpsProxyRequest.ProtoReflect.Descriptor instead.

func (*SetSslCertificatesRegionTargetHttpsProxyRequest) GetProject

func (*SetSslCertificatesRegionTargetHttpsProxyRequest) GetRegion

func (*SetSslCertificatesRegionTargetHttpsProxyRequest) GetRegionTargetHttpsProxiesSetSslCertificatesRequestResource

func (x *SetSslCertificatesRegionTargetHttpsProxyRequest) GetRegionTargetHttpsProxiesSetSslCertificatesRequestResource() *RegionTargetHttpsProxiesSetSslCertificatesRequest

func (*SetSslCertificatesRegionTargetHttpsProxyRequest) GetRequestId

func (*SetSslCertificatesRegionTargetHttpsProxyRequest) GetTargetHttpsProxy

func (*SetSslCertificatesRegionTargetHttpsProxyRequest) ProtoMessage

func (*SetSslCertificatesRegionTargetHttpsProxyRequest) ProtoReflect

func (*SetSslCertificatesRegionTargetHttpsProxyRequest) Reset

func (*SetSslCertificatesRegionTargetHttpsProxyRequest) String

type SetSslCertificatesTargetHttpsProxyRequest

type SetSslCertificatesTargetHttpsProxyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The body resource for this request
	TargetHttpsProxiesSetSslCertificatesRequestResource *TargetHttpsProxiesSetSslCertificatesRequest `protobuf:"bytes,223122908,opt,name=target_https_proxies_set_ssl_certificates_request_resource,json=targetHttpsProxiesSetSslCertificatesRequestResource,proto3" json:"target_https_proxies_set_ssl_certificates_request_resource,omitempty"`
	// Name of the TargetHttpsProxy resource to set an SslCertificates resource for.
	TargetHttpsProxy string `protobuf:"bytes,52336748,opt,name=target_https_proxy,json=targetHttpsProxy,proto3" json:"target_https_proxy,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetHttpsProxies.SetSslCertificates. See the method description for details.

func (*SetSslCertificatesTargetHttpsProxyRequest) Descriptor

func (*SetSslCertificatesTargetHttpsProxyRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetSslCertificatesTargetHttpsProxyRequest.ProtoReflect.Descriptor instead.

func (*SetSslCertificatesTargetHttpsProxyRequest) GetProject

func (*SetSslCertificatesTargetHttpsProxyRequest) GetRequestId

func (*SetSslCertificatesTargetHttpsProxyRequest) GetTargetHttpsProxiesSetSslCertificatesRequestResource

func (x *SetSslCertificatesTargetHttpsProxyRequest) GetTargetHttpsProxiesSetSslCertificatesRequestResource() *TargetHttpsProxiesSetSslCertificatesRequest

func (*SetSslCertificatesTargetHttpsProxyRequest) GetTargetHttpsProxy

func (x *SetSslCertificatesTargetHttpsProxyRequest) GetTargetHttpsProxy() string

func (*SetSslCertificatesTargetHttpsProxyRequest) ProtoMessage

func (*SetSslCertificatesTargetHttpsProxyRequest) ProtoReflect

func (*SetSslCertificatesTargetHttpsProxyRequest) Reset

func (*SetSslCertificatesTargetHttpsProxyRequest) String

type SetSslCertificatesTargetSslProxyRequest

type SetSslCertificatesTargetSslProxyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The body resource for this request
	TargetSslProxiesSetSslCertificatesRequestResource *TargetSslProxiesSetSslCertificatesRequest `protobuf:"bytes,147940797,opt,name=target_ssl_proxies_set_ssl_certificates_request_resource,json=targetSslProxiesSetSslCertificatesRequestResource,proto3" json:"target_ssl_proxies_set_ssl_certificates_request_resource,omitempty"`
	// Name of the TargetSslProxy resource whose SslCertificate resource is to be set.
	TargetSslProxy string `protobuf:"bytes,338795853,opt,name=target_ssl_proxy,json=targetSslProxy,proto3" json:"target_ssl_proxy,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetSslProxies.SetSslCertificates. See the method description for details.

func (*SetSslCertificatesTargetSslProxyRequest) Descriptor

func (*SetSslCertificatesTargetSslProxyRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetSslCertificatesTargetSslProxyRequest.ProtoReflect.Descriptor instead.

func (*SetSslCertificatesTargetSslProxyRequest) GetProject

func (*SetSslCertificatesTargetSslProxyRequest) GetRequestId

func (*SetSslCertificatesTargetSslProxyRequest) GetTargetSslProxiesSetSslCertificatesRequestResource

func (x *SetSslCertificatesTargetSslProxyRequest) GetTargetSslProxiesSetSslCertificatesRequestResource() *TargetSslProxiesSetSslCertificatesRequest

func (*SetSslCertificatesTargetSslProxyRequest) GetTargetSslProxy

func (x *SetSslCertificatesTargetSslProxyRequest) GetTargetSslProxy() string

func (*SetSslCertificatesTargetSslProxyRequest) ProtoMessage

func (*SetSslCertificatesTargetSslProxyRequest) ProtoReflect

func (*SetSslCertificatesTargetSslProxyRequest) Reset

func (*SetSslCertificatesTargetSslProxyRequest) String

type SetSslPolicyTargetHttpsProxyRequest

type SetSslPolicyTargetHttpsProxyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The body resource for this request
	SslPolicyReferenceResource *SslPolicyReference `protobuf:"bytes,235403836,opt,name=ssl_policy_reference_resource,json=sslPolicyReferenceResource,proto3" json:"ssl_policy_reference_resource,omitempty"`
	// Name of the TargetHttpsProxy resource whose SSL policy is to be set. The name must be 1-63 characters long, and comply with RFC1035.
	TargetHttpsProxy string `protobuf:"bytes,52336748,opt,name=target_https_proxy,json=targetHttpsProxy,proto3" json:"target_https_proxy,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetHttpsProxies.SetSslPolicy. See the method description for details.

func (*SetSslPolicyTargetHttpsProxyRequest) Descriptor

func (*SetSslPolicyTargetHttpsProxyRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetSslPolicyTargetHttpsProxyRequest.ProtoReflect.Descriptor instead.

func (*SetSslPolicyTargetHttpsProxyRequest) GetProject

func (*SetSslPolicyTargetHttpsProxyRequest) GetRequestId

func (x *SetSslPolicyTargetHttpsProxyRequest) GetRequestId() string

func (*SetSslPolicyTargetHttpsProxyRequest) GetSslPolicyReferenceResource

func (x *SetSslPolicyTargetHttpsProxyRequest) GetSslPolicyReferenceResource() *SslPolicyReference

func (*SetSslPolicyTargetHttpsProxyRequest) GetTargetHttpsProxy

func (x *SetSslPolicyTargetHttpsProxyRequest) GetTargetHttpsProxy() string

func (*SetSslPolicyTargetHttpsProxyRequest) ProtoMessage

func (*SetSslPolicyTargetHttpsProxyRequest) ProtoMessage()

func (*SetSslPolicyTargetHttpsProxyRequest) ProtoReflect

func (*SetSslPolicyTargetHttpsProxyRequest) Reset

func (*SetSslPolicyTargetHttpsProxyRequest) String

type SetSslPolicyTargetSslProxyRequest

type SetSslPolicyTargetSslProxyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The body resource for this request
	SslPolicyReferenceResource *SslPolicyReference `protobuf:"bytes,235403836,opt,name=ssl_policy_reference_resource,json=sslPolicyReferenceResource,proto3" json:"ssl_policy_reference_resource,omitempty"`
	// Name of the TargetSslProxy resource whose SSL policy is to be set. The name must be 1-63 characters long, and comply with RFC1035.
	TargetSslProxy string `protobuf:"bytes,338795853,opt,name=target_ssl_proxy,json=targetSslProxy,proto3" json:"target_ssl_proxy,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetSslProxies.SetSslPolicy. See the method description for details.

func (*SetSslPolicyTargetSslProxyRequest) Descriptor

func (*SetSslPolicyTargetSslProxyRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetSslPolicyTargetSslProxyRequest.ProtoReflect.Descriptor instead.

func (*SetSslPolicyTargetSslProxyRequest) GetProject

func (x *SetSslPolicyTargetSslProxyRequest) GetProject() string

func (*SetSslPolicyTargetSslProxyRequest) GetRequestId

func (x *SetSslPolicyTargetSslProxyRequest) GetRequestId() string

func (*SetSslPolicyTargetSslProxyRequest) GetSslPolicyReferenceResource

func (x *SetSslPolicyTargetSslProxyRequest) GetSslPolicyReferenceResource() *SslPolicyReference

func (*SetSslPolicyTargetSslProxyRequest) GetTargetSslProxy

func (x *SetSslPolicyTargetSslProxyRequest) GetTargetSslProxy() string

func (*SetSslPolicyTargetSslProxyRequest) ProtoMessage

func (*SetSslPolicyTargetSslProxyRequest) ProtoMessage()

func (*SetSslPolicyTargetSslProxyRequest) ProtoReflect

func (*SetSslPolicyTargetSslProxyRequest) Reset

func (*SetSslPolicyTargetSslProxyRequest) String

type SetTagsInstanceRequest

type SetTagsInstanceRequest struct {

	// Name of the instance scoping this request.
	Instance string `protobuf:"bytes,18257045,opt,name=instance,proto3" json:"instance,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The body resource for this request
	TagsResource *Tags `protobuf:"bytes,331435380,opt,name=tags_resource,json=tagsResource,proto3" json:"tags_resource,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Instances.SetTags. See the method description for details.

func (*SetTagsInstanceRequest) Descriptor

func (*SetTagsInstanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetTagsInstanceRequest.ProtoReflect.Descriptor instead.

func (*SetTagsInstanceRequest) GetInstance

func (x *SetTagsInstanceRequest) GetInstance() string

func (*SetTagsInstanceRequest) GetProject

func (x *SetTagsInstanceRequest) GetProject() string

func (*SetTagsInstanceRequest) GetRequestId

func (x *SetTagsInstanceRequest) GetRequestId() string

func (*SetTagsInstanceRequest) GetTagsResource

func (x *SetTagsInstanceRequest) GetTagsResource() *Tags

func (*SetTagsInstanceRequest) GetZone

func (x *SetTagsInstanceRequest) GetZone() string

func (*SetTagsInstanceRequest) ProtoMessage

func (*SetTagsInstanceRequest) ProtoMessage()

func (*SetTagsInstanceRequest) ProtoReflect

func (x *SetTagsInstanceRequest) ProtoReflect() protoreflect.Message

func (*SetTagsInstanceRequest) Reset

func (x *SetTagsInstanceRequest) Reset()

func (*SetTagsInstanceRequest) String

func (x *SetTagsInstanceRequest) String() string

type SetTargetForwardingRuleRequest

type SetTargetForwardingRuleRequest struct {

	// Name of the ForwardingRule resource in which target is to be set.
	ForwardingRule string `protobuf:"bytes,269964030,opt,name=forwarding_rule,json=forwardingRule,proto3" json:"forwarding_rule,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The body resource for this request
	TargetReferenceResource *TargetReference `protobuf:"bytes,523721712,opt,name=target_reference_resource,json=targetReferenceResource,proto3" json:"target_reference_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for ForwardingRules.SetTarget. See the method description for details.

func (*SetTargetForwardingRuleRequest) Descriptor

func (*SetTargetForwardingRuleRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetTargetForwardingRuleRequest.ProtoReflect.Descriptor instead.

func (*SetTargetForwardingRuleRequest) GetForwardingRule

func (x *SetTargetForwardingRuleRequest) GetForwardingRule() string

func (*SetTargetForwardingRuleRequest) GetProject

func (x *SetTargetForwardingRuleRequest) GetProject() string

func (*SetTargetForwardingRuleRequest) GetRegion

func (x *SetTargetForwardingRuleRequest) GetRegion() string

func (*SetTargetForwardingRuleRequest) GetRequestId

func (x *SetTargetForwardingRuleRequest) GetRequestId() string

func (*SetTargetForwardingRuleRequest) GetTargetReferenceResource

func (x *SetTargetForwardingRuleRequest) GetTargetReferenceResource() *TargetReference

func (*SetTargetForwardingRuleRequest) ProtoMessage

func (*SetTargetForwardingRuleRequest) ProtoMessage()

func (*SetTargetForwardingRuleRequest) ProtoReflect

func (*SetTargetForwardingRuleRequest) Reset

func (x *SetTargetForwardingRuleRequest) Reset()

func (*SetTargetForwardingRuleRequest) String

type SetTargetGlobalForwardingRuleRequest

type SetTargetGlobalForwardingRuleRequest struct {

	// Name of the ForwardingRule resource in which target is to be set.
	ForwardingRule string `protobuf:"bytes,269964030,opt,name=forwarding_rule,json=forwardingRule,proto3" json:"forwarding_rule,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The body resource for this request
	TargetReferenceResource *TargetReference `protobuf:"bytes,523721712,opt,name=target_reference_resource,json=targetReferenceResource,proto3" json:"target_reference_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for GlobalForwardingRules.SetTarget. See the method description for details.

func (*SetTargetGlobalForwardingRuleRequest) Descriptor

func (*SetTargetGlobalForwardingRuleRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetTargetGlobalForwardingRuleRequest.ProtoReflect.Descriptor instead.

func (*SetTargetGlobalForwardingRuleRequest) GetForwardingRule

func (x *SetTargetGlobalForwardingRuleRequest) GetForwardingRule() string

func (*SetTargetGlobalForwardingRuleRequest) GetProject

func (*SetTargetGlobalForwardingRuleRequest) GetRequestId

func (x *SetTargetGlobalForwardingRuleRequest) GetRequestId() string

func (*SetTargetGlobalForwardingRuleRequest) GetTargetReferenceResource

func (x *SetTargetGlobalForwardingRuleRequest) GetTargetReferenceResource() *TargetReference

func (*SetTargetGlobalForwardingRuleRequest) ProtoMessage

func (*SetTargetGlobalForwardingRuleRequest) ProtoMessage()

func (*SetTargetGlobalForwardingRuleRequest) ProtoReflect

func (*SetTargetGlobalForwardingRuleRequest) Reset

func (*SetTargetGlobalForwardingRuleRequest) String

type SetTargetPoolsInstanceGroupManagerRequest

type SetTargetPoolsInstanceGroupManagerRequest struct {

	// The name of the managed instance group.
	InstanceGroupManager string `protobuf:"bytes,249363395,opt,name=instance_group_manager,json=instanceGroupManager,proto3" json:"instance_group_manager,omitempty"`
	// The body resource for this request
	InstanceGroupManagersSetTargetPoolsRequestResource *InstanceGroupManagersSetTargetPoolsRequest `protobuf:"bytes,281150216,opt,name=instance_group_managers_set_target_pools_request_resource,json=instanceGroupManagersSetTargetPoolsRequestResource,proto3" json:"instance_group_managers_set_target_pools_request_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone where the managed instance group is located.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for InstanceGroupManagers.SetTargetPools. See the method description for details.

func (*SetTargetPoolsInstanceGroupManagerRequest) Descriptor

func (*SetTargetPoolsInstanceGroupManagerRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetTargetPoolsInstanceGroupManagerRequest.ProtoReflect.Descriptor instead.

func (*SetTargetPoolsInstanceGroupManagerRequest) GetInstanceGroupManager

func (x *SetTargetPoolsInstanceGroupManagerRequest) GetInstanceGroupManager() string

func (*SetTargetPoolsInstanceGroupManagerRequest) GetInstanceGroupManagersSetTargetPoolsRequestResource

func (x *SetTargetPoolsInstanceGroupManagerRequest) GetInstanceGroupManagersSetTargetPoolsRequestResource() *InstanceGroupManagersSetTargetPoolsRequest

func (*SetTargetPoolsInstanceGroupManagerRequest) GetProject

func (*SetTargetPoolsInstanceGroupManagerRequest) GetRequestId

func (*SetTargetPoolsInstanceGroupManagerRequest) GetZone

func (*SetTargetPoolsInstanceGroupManagerRequest) ProtoMessage

func (*SetTargetPoolsInstanceGroupManagerRequest) ProtoReflect

func (*SetTargetPoolsInstanceGroupManagerRequest) Reset

func (*SetTargetPoolsInstanceGroupManagerRequest) String

type SetTargetPoolsRegionInstanceGroupManagerRequest

type SetTargetPoolsRegionInstanceGroupManagerRequest struct {

	// Name of the managed instance group.
	InstanceGroupManager string `protobuf:"bytes,249363395,opt,name=instance_group_manager,json=instanceGroupManager,proto3" json:"instance_group_manager,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// The body resource for this request
	RegionInstanceGroupManagersSetTargetPoolsRequestResource *RegionInstanceGroupManagersSetTargetPoolsRequest `protobuf:"bytes,78734717,opt,name=region_instance_group_managers_set_target_pools_request_resource,json=regionInstanceGroupManagersSetTargetPoolsRequestResource,proto3" json:"region_instance_group_managers_set_target_pools_request_resource,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionInstanceGroupManagers.SetTargetPools. See the method description for details.

func (*SetTargetPoolsRegionInstanceGroupManagerRequest) Descriptor

Deprecated: Use SetTargetPoolsRegionInstanceGroupManagerRequest.ProtoReflect.Descriptor instead.

func (*SetTargetPoolsRegionInstanceGroupManagerRequest) GetInstanceGroupManager

func (x *SetTargetPoolsRegionInstanceGroupManagerRequest) GetInstanceGroupManager() string

func (*SetTargetPoolsRegionInstanceGroupManagerRequest) GetProject

func (*SetTargetPoolsRegionInstanceGroupManagerRequest) GetRegion

func (*SetTargetPoolsRegionInstanceGroupManagerRequest) GetRegionInstanceGroupManagersSetTargetPoolsRequestResource

func (x *SetTargetPoolsRegionInstanceGroupManagerRequest) GetRegionInstanceGroupManagersSetTargetPoolsRequestResource() *RegionInstanceGroupManagersSetTargetPoolsRequest

func (*SetTargetPoolsRegionInstanceGroupManagerRequest) GetRequestId

func (*SetTargetPoolsRegionInstanceGroupManagerRequest) ProtoMessage

func (*SetTargetPoolsRegionInstanceGroupManagerRequest) ProtoReflect

func (*SetTargetPoolsRegionInstanceGroupManagerRequest) Reset

func (*SetTargetPoolsRegionInstanceGroupManagerRequest) String

type SetUrlMapRegionTargetHttpProxyRequest

type SetUrlMapRegionTargetHttpProxyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the TargetHttpProxy to set a URL map for.
	TargetHttpProxy string `protobuf:"bytes,206872421,opt,name=target_http_proxy,json=targetHttpProxy,proto3" json:"target_http_proxy,omitempty"`
	// The body resource for this request
	UrlMapReferenceResource *UrlMapReference `protobuf:"bytes,398701333,opt,name=url_map_reference_resource,json=urlMapReferenceResource,proto3" json:"url_map_reference_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionTargetHttpProxies.SetUrlMap. See the method description for details.

func (*SetUrlMapRegionTargetHttpProxyRequest) Descriptor

func (*SetUrlMapRegionTargetHttpProxyRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetUrlMapRegionTargetHttpProxyRequest.ProtoReflect.Descriptor instead.

func (*SetUrlMapRegionTargetHttpProxyRequest) GetProject

func (*SetUrlMapRegionTargetHttpProxyRequest) GetRegion

func (*SetUrlMapRegionTargetHttpProxyRequest) GetRequestId

func (*SetUrlMapRegionTargetHttpProxyRequest) GetTargetHttpProxy

func (x *SetUrlMapRegionTargetHttpProxyRequest) GetTargetHttpProxy() string

func (*SetUrlMapRegionTargetHttpProxyRequest) GetUrlMapReferenceResource

func (x *SetUrlMapRegionTargetHttpProxyRequest) GetUrlMapReferenceResource() *UrlMapReference

func (*SetUrlMapRegionTargetHttpProxyRequest) ProtoMessage

func (*SetUrlMapRegionTargetHttpProxyRequest) ProtoMessage()

func (*SetUrlMapRegionTargetHttpProxyRequest) ProtoReflect

func (*SetUrlMapRegionTargetHttpProxyRequest) Reset

func (*SetUrlMapRegionTargetHttpProxyRequest) String

type SetUrlMapRegionTargetHttpsProxyRequest

type SetUrlMapRegionTargetHttpsProxyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the TargetHttpsProxy to set a URL map for.
	TargetHttpsProxy string `protobuf:"bytes,52336748,opt,name=target_https_proxy,json=targetHttpsProxy,proto3" json:"target_https_proxy,omitempty"`
	// The body resource for this request
	UrlMapReferenceResource *UrlMapReference `protobuf:"bytes,398701333,opt,name=url_map_reference_resource,json=urlMapReferenceResource,proto3" json:"url_map_reference_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionTargetHttpsProxies.SetUrlMap. See the method description for details.

func (*SetUrlMapRegionTargetHttpsProxyRequest) Descriptor

func (*SetUrlMapRegionTargetHttpsProxyRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetUrlMapRegionTargetHttpsProxyRequest.ProtoReflect.Descriptor instead.

func (*SetUrlMapRegionTargetHttpsProxyRequest) GetProject

func (*SetUrlMapRegionTargetHttpsProxyRequest) GetRegion

func (*SetUrlMapRegionTargetHttpsProxyRequest) GetRequestId

func (*SetUrlMapRegionTargetHttpsProxyRequest) GetTargetHttpsProxy

func (x *SetUrlMapRegionTargetHttpsProxyRequest) GetTargetHttpsProxy() string

func (*SetUrlMapRegionTargetHttpsProxyRequest) GetUrlMapReferenceResource

func (x *SetUrlMapRegionTargetHttpsProxyRequest) GetUrlMapReferenceResource() *UrlMapReference

func (*SetUrlMapRegionTargetHttpsProxyRequest) ProtoMessage

func (*SetUrlMapRegionTargetHttpsProxyRequest) ProtoReflect

func (*SetUrlMapRegionTargetHttpsProxyRequest) Reset

func (*SetUrlMapRegionTargetHttpsProxyRequest) String

type SetUrlMapTargetHttpProxyRequest

type SetUrlMapTargetHttpProxyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the TargetHttpProxy to set a URL map for.
	TargetHttpProxy string `protobuf:"bytes,206872421,opt,name=target_http_proxy,json=targetHttpProxy,proto3" json:"target_http_proxy,omitempty"`
	// The body resource for this request
	UrlMapReferenceResource *UrlMapReference `protobuf:"bytes,398701333,opt,name=url_map_reference_resource,json=urlMapReferenceResource,proto3" json:"url_map_reference_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetHttpProxies.SetUrlMap. See the method description for details.

func (*SetUrlMapTargetHttpProxyRequest) Descriptor

func (*SetUrlMapTargetHttpProxyRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetUrlMapTargetHttpProxyRequest.ProtoReflect.Descriptor instead.

func (*SetUrlMapTargetHttpProxyRequest) GetProject

func (x *SetUrlMapTargetHttpProxyRequest) GetProject() string

func (*SetUrlMapTargetHttpProxyRequest) GetRequestId

func (x *SetUrlMapTargetHttpProxyRequest) GetRequestId() string

func (*SetUrlMapTargetHttpProxyRequest) GetTargetHttpProxy

func (x *SetUrlMapTargetHttpProxyRequest) GetTargetHttpProxy() string

func (*SetUrlMapTargetHttpProxyRequest) GetUrlMapReferenceResource

func (x *SetUrlMapTargetHttpProxyRequest) GetUrlMapReferenceResource() *UrlMapReference

func (*SetUrlMapTargetHttpProxyRequest) ProtoMessage

func (*SetUrlMapTargetHttpProxyRequest) ProtoMessage()

func (*SetUrlMapTargetHttpProxyRequest) ProtoReflect

func (*SetUrlMapTargetHttpProxyRequest) Reset

func (*SetUrlMapTargetHttpProxyRequest) String

type SetUrlMapTargetHttpsProxyRequest

type SetUrlMapTargetHttpsProxyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the TargetHttpsProxy resource whose URL map is to be set.
	TargetHttpsProxy string `protobuf:"bytes,52336748,opt,name=target_https_proxy,json=targetHttpsProxy,proto3" json:"target_https_proxy,omitempty"`
	// The body resource for this request
	UrlMapReferenceResource *UrlMapReference `protobuf:"bytes,398701333,opt,name=url_map_reference_resource,json=urlMapReferenceResource,proto3" json:"url_map_reference_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for TargetHttpsProxies.SetUrlMap. See the method description for details.

func (*SetUrlMapTargetHttpsProxyRequest) Descriptor

func (*SetUrlMapTargetHttpsProxyRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetUrlMapTargetHttpsProxyRequest.ProtoReflect.Descriptor instead.

func (*SetUrlMapTargetHttpsProxyRequest) GetProject

func (x *SetUrlMapTargetHttpsProxyRequest) GetProject() string

func (*SetUrlMapTargetHttpsProxyRequest) GetRequestId

func (x *SetUrlMapTargetHttpsProxyRequest) GetRequestId() string

func (*SetUrlMapTargetHttpsProxyRequest) GetTargetHttpsProxy

func (x *SetUrlMapTargetHttpsProxyRequest) GetTargetHttpsProxy() string

func (*SetUrlMapTargetHttpsProxyRequest) GetUrlMapReferenceResource

func (x *SetUrlMapTargetHttpsProxyRequest) GetUrlMapReferenceResource() *UrlMapReference

func (*SetUrlMapTargetHttpsProxyRequest) ProtoMessage

func (*SetUrlMapTargetHttpsProxyRequest) ProtoMessage()

func (*SetUrlMapTargetHttpsProxyRequest) ProtoReflect

func (*SetUrlMapTargetHttpsProxyRequest) Reset

func (*SetUrlMapTargetHttpsProxyRequest) String

type SetUsageExportBucketProjectRequest

type SetUsageExportBucketProjectRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The body resource for this request
	UsageExportLocationResource *UsageExportLocation `protobuf:"bytes,20260459,opt,name=usage_export_location_resource,json=usageExportLocationResource,proto3" json:"usage_export_location_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for Projects.SetUsageExportBucket. See the method description for details.

func (*SetUsageExportBucketProjectRequest) Descriptor

func (*SetUsageExportBucketProjectRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetUsageExportBucketProjectRequest.ProtoReflect.Descriptor instead.

func (*SetUsageExportBucketProjectRequest) GetProject

func (*SetUsageExportBucketProjectRequest) GetRequestId

func (x *SetUsageExportBucketProjectRequest) GetRequestId() string

func (*SetUsageExportBucketProjectRequest) GetUsageExportLocationResource

func (x *SetUsageExportBucketProjectRequest) GetUsageExportLocationResource() *UsageExportLocation

func (*SetUsageExportBucketProjectRequest) ProtoMessage

func (*SetUsageExportBucketProjectRequest) ProtoMessage()

func (*SetUsageExportBucketProjectRequest) ProtoReflect

func (*SetUsageExportBucketProjectRequest) Reset

func (*SetUsageExportBucketProjectRequest) String

type ShareSettings

type ShareSettings struct {

	// A map of project id and project config. This is only valid when share_type's value is SPECIFIC_PROJECTS.
	ProjectMap map[string]*ShareSettingsProjectConfig `protobuf:"bytes,134212406,rep,name=project_map,json=projectMap,proto3" json:"project_map,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// Type of sharing for this shared-reservation
	// Check the ShareType enum for the list of possible values.
	ShareType *string `protobuf:"bytes,359533466,opt,name=share_type,json=shareType,proto3,oneof" json:"share_type,omitempty"`
	// contains filtered or unexported fields
}

The share setting for reservations and sole tenancy node groups.

func (*ShareSettings) Descriptor

func (*ShareSettings) Descriptor() ([]byte, []int)

Deprecated: Use ShareSettings.ProtoReflect.Descriptor instead.

func (*ShareSettings) GetProjectMap

func (x *ShareSettings) GetProjectMap() map[string]*ShareSettingsProjectConfig

func (*ShareSettings) GetShareType

func (x *ShareSettings) GetShareType() string

func (*ShareSettings) ProtoMessage

func (*ShareSettings) ProtoMessage()

func (*ShareSettings) ProtoReflect

func (x *ShareSettings) ProtoReflect() protoreflect.Message

func (*ShareSettings) Reset

func (x *ShareSettings) Reset()

func (*ShareSettings) String

func (x *ShareSettings) String() string

type ShareSettingsProjectConfig

type ShareSettingsProjectConfig struct {

	// The project ID, should be same as the key of this project config in the parent map.
	ProjectId *string `protobuf:"bytes,177513473,opt,name=project_id,json=projectId,proto3,oneof" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

Config for each project in the share settings.

func (*ShareSettingsProjectConfig) Descriptor

func (*ShareSettingsProjectConfig) Descriptor() ([]byte, []int)

Deprecated: Use ShareSettingsProjectConfig.ProtoReflect.Descriptor instead.

func (*ShareSettingsProjectConfig) GetProjectId

func (x *ShareSettingsProjectConfig) GetProjectId() string

func (*ShareSettingsProjectConfig) ProtoMessage

func (*ShareSettingsProjectConfig) ProtoMessage()

func (*ShareSettingsProjectConfig) ProtoReflect

func (*ShareSettingsProjectConfig) Reset

func (x *ShareSettingsProjectConfig) Reset()

func (*ShareSettingsProjectConfig) String

func (x *ShareSettingsProjectConfig) String() string

type ShareSettings_ShareType

type ShareSettings_ShareType int32

Type of sharing for this shared-reservation

const (
	// A value indicating that the enum field is not set.
	ShareSettings_UNDEFINED_SHARE_TYPE ShareSettings_ShareType = 0
	// Default value.
	ShareSettings_LOCAL ShareSettings_ShareType = 72607563
	// Shared-reservation is open to entire Organization
	ShareSettings_ORGANIZATION ShareSettings_ShareType = 274978099
	// Default value. This value is unused.
	ShareSettings_SHARE_TYPE_UNSPECIFIED ShareSettings_ShareType = 494771730
	// Shared-reservation is open to specific projects
	ShareSettings_SPECIFIC_PROJECTS ShareSettings_ShareType = 347838695
)

func (ShareSettings_ShareType) Descriptor

func (ShareSettings_ShareType) Enum

func (ShareSettings_ShareType) EnumDescriptor

func (ShareSettings_ShareType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ShareSettings_ShareType.Descriptor instead.

func (ShareSettings_ShareType) Number

func (ShareSettings_ShareType) String

func (x ShareSettings_ShareType) String() string

func (ShareSettings_ShareType) Type

type ShieldedInstanceConfig

type ShieldedInstanceConfig struct {

	// Defines whether the instance has integrity monitoring enabled. Enabled by default.
	EnableIntegrityMonitoring *bool `protobuf:"varint,409071030,opt,name=enable_integrity_monitoring,json=enableIntegrityMonitoring,proto3,oneof" json:"enable_integrity_monitoring,omitempty"`
	// Defines whether the instance has Secure Boot enabled. Disabled by default.
	EnableSecureBoot *bool `protobuf:"varint,123568638,opt,name=enable_secure_boot,json=enableSecureBoot,proto3,oneof" json:"enable_secure_boot,omitempty"`
	// Defines whether the instance has the vTPM enabled. Enabled by default.
	EnableVtpm *bool `protobuf:"varint,181858935,opt,name=enable_vtpm,json=enableVtpm,proto3,oneof" json:"enable_vtpm,omitempty"`
	// contains filtered or unexported fields
}

A set of Shielded Instance options.

func (*ShieldedInstanceConfig) Descriptor

func (*ShieldedInstanceConfig) Descriptor() ([]byte, []int)

Deprecated: Use ShieldedInstanceConfig.ProtoReflect.Descriptor instead.

func (*ShieldedInstanceConfig) GetEnableIntegrityMonitoring

func (x *ShieldedInstanceConfig) GetEnableIntegrityMonitoring() bool

func (*ShieldedInstanceConfig) GetEnableSecureBoot

func (x *ShieldedInstanceConfig) GetEnableSecureBoot() bool

func (*ShieldedInstanceConfig) GetEnableVtpm

func (x *ShieldedInstanceConfig) GetEnableVtpm() bool

func (*ShieldedInstanceConfig) ProtoMessage

func (*ShieldedInstanceConfig) ProtoMessage()

func (*ShieldedInstanceConfig) ProtoReflect

func (x *ShieldedInstanceConfig) ProtoReflect() protoreflect.Message

func (*ShieldedInstanceConfig) Reset

func (x *ShieldedInstanceConfig) Reset()

func (*ShieldedInstanceConfig) String

func (x *ShieldedInstanceConfig) String() string

type ShieldedInstanceIdentity

type ShieldedInstanceIdentity struct {

	// An Endorsement Key (EK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM.
	EncryptionKey *ShieldedInstanceIdentityEntry `protobuf:"bytes,488268707,opt,name=encryption_key,json=encryptionKey,proto3,oneof" json:"encryption_key,omitempty"`
	// [Output Only] Type of the resource. Always compute#shieldedInstanceIdentity for shielded Instance identity entry.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// An Attestation Key (AK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM.
	SigningKey *ShieldedInstanceIdentityEntry `protobuf:"bytes,320948261,opt,name=signing_key,json=signingKey,proto3,oneof" json:"signing_key,omitempty"`
	// contains filtered or unexported fields
}

A Shielded Instance Identity.

func (*ShieldedInstanceIdentity) Descriptor

func (*ShieldedInstanceIdentity) Descriptor() ([]byte, []int)

Deprecated: Use ShieldedInstanceIdentity.ProtoReflect.Descriptor instead.

func (*ShieldedInstanceIdentity) GetEncryptionKey

func (*ShieldedInstanceIdentity) GetKind

func (x *ShieldedInstanceIdentity) GetKind() string

func (*ShieldedInstanceIdentity) GetSigningKey

func (*ShieldedInstanceIdentity) ProtoMessage

func (*ShieldedInstanceIdentity) ProtoMessage()

func (*ShieldedInstanceIdentity) ProtoReflect

func (x *ShieldedInstanceIdentity) ProtoReflect() protoreflect.Message

func (*ShieldedInstanceIdentity) Reset

func (x *ShieldedInstanceIdentity) Reset()

func (*ShieldedInstanceIdentity) String

func (x *ShieldedInstanceIdentity) String() string

type ShieldedInstanceIdentityEntry

type ShieldedInstanceIdentityEntry struct {

	// A PEM-encoded X.509 certificate. This field can be empty.
	EkCert *string `protobuf:"bytes,450178589,opt,name=ek_cert,json=ekCert,proto3,oneof" json:"ek_cert,omitempty"`
	// A PEM-encoded public key.
	EkPub *string `protobuf:"bytes,308947940,opt,name=ek_pub,json=ekPub,proto3,oneof" json:"ek_pub,omitempty"`
	// contains filtered or unexported fields
}

A Shielded Instance Identity Entry.

func (*ShieldedInstanceIdentityEntry) Descriptor

func (*ShieldedInstanceIdentityEntry) Descriptor() ([]byte, []int)

Deprecated: Use ShieldedInstanceIdentityEntry.ProtoReflect.Descriptor instead.

func (*ShieldedInstanceIdentityEntry) GetEkCert

func (x *ShieldedInstanceIdentityEntry) GetEkCert() string

func (*ShieldedInstanceIdentityEntry) GetEkPub

func (x *ShieldedInstanceIdentityEntry) GetEkPub() string

func (*ShieldedInstanceIdentityEntry) ProtoMessage

func (*ShieldedInstanceIdentityEntry) ProtoMessage()

func (*ShieldedInstanceIdentityEntry) ProtoReflect

func (*ShieldedInstanceIdentityEntry) Reset

func (x *ShieldedInstanceIdentityEntry) Reset()

func (*ShieldedInstanceIdentityEntry) String

type ShieldedInstanceIntegrityPolicy

type ShieldedInstanceIntegrityPolicy struct {

	// Updates the integrity policy baseline using the measurements from the VM instance's most recent boot.
	UpdateAutoLearnPolicy *bool `protobuf:"varint,245490215,opt,name=update_auto_learn_policy,json=updateAutoLearnPolicy,proto3,oneof" json:"update_auto_learn_policy,omitempty"`
	// contains filtered or unexported fields
}

The policy describes the baseline against which Instance boot integrity is measured.

func (*ShieldedInstanceIntegrityPolicy) Descriptor

func (*ShieldedInstanceIntegrityPolicy) Descriptor() ([]byte, []int)

Deprecated: Use ShieldedInstanceIntegrityPolicy.ProtoReflect.Descriptor instead.

func (*ShieldedInstanceIntegrityPolicy) GetUpdateAutoLearnPolicy

func (x *ShieldedInstanceIntegrityPolicy) GetUpdateAutoLearnPolicy() bool

func (*ShieldedInstanceIntegrityPolicy) ProtoMessage

func (*ShieldedInstanceIntegrityPolicy) ProtoMessage()

func (*ShieldedInstanceIntegrityPolicy) ProtoReflect

func (*ShieldedInstanceIntegrityPolicy) Reset

func (*ShieldedInstanceIntegrityPolicy) String

type SignedUrlKey

type SignedUrlKey struct {

	// Name of the key. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
	KeyName *string `protobuf:"bytes,500938859,opt,name=key_name,json=keyName,proto3,oneof" json:"key_name,omitempty"`
	// 128-bit key value used for signing the URL. The key value must be a valid RFC 4648 Section 5 base64url encoded string.
	KeyValue *string `protobuf:"bytes,504106897,opt,name=key_value,json=keyValue,proto3,oneof" json:"key_value,omitempty"`
	// contains filtered or unexported fields
}

Represents a customer-supplied Signing Key used by Cloud CDN Signed URLs

func (*SignedUrlKey) Descriptor

func (*SignedUrlKey) Descriptor() ([]byte, []int)

Deprecated: Use SignedUrlKey.ProtoReflect.Descriptor instead.

func (*SignedUrlKey) GetKeyName

func (x *SignedUrlKey) GetKeyName() string

func (*SignedUrlKey) GetKeyValue

func (x *SignedUrlKey) GetKeyValue() string

func (*SignedUrlKey) ProtoMessage

func (*SignedUrlKey) ProtoMessage()

func (*SignedUrlKey) ProtoReflect

func (x *SignedUrlKey) ProtoReflect() protoreflect.Message

func (*SignedUrlKey) Reset

func (x *SignedUrlKey) Reset()

func (*SignedUrlKey) String

func (x *SignedUrlKey) String() string

type SimulateMaintenanceEventInstanceRequest

type SimulateMaintenanceEventInstanceRequest struct {

	// Name of the instance scoping this request.
	Instance string `protobuf:"bytes,18257045,opt,name=instance,proto3" json:"instance,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Instances.SimulateMaintenanceEvent. See the method description for details.

func (*SimulateMaintenanceEventInstanceRequest) Descriptor

func (*SimulateMaintenanceEventInstanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use SimulateMaintenanceEventInstanceRequest.ProtoReflect.Descriptor instead.

func (*SimulateMaintenanceEventInstanceRequest) GetInstance

func (*SimulateMaintenanceEventInstanceRequest) GetProject

func (*SimulateMaintenanceEventInstanceRequest) GetRequestId

func (*SimulateMaintenanceEventInstanceRequest) GetZone

func (*SimulateMaintenanceEventInstanceRequest) ProtoMessage

func (*SimulateMaintenanceEventInstanceRequest) ProtoReflect

func (*SimulateMaintenanceEventInstanceRequest) Reset

func (*SimulateMaintenanceEventInstanceRequest) String

type SimulateMaintenanceEventNodeGroupRequest

type SimulateMaintenanceEventNodeGroupRequest struct {

	// Name of the NodeGroup resource whose nodes will go under maintenance simulation.
	NodeGroup string `protobuf:"bytes,469958146,opt,name=node_group,json=nodeGroup,proto3" json:"node_group,omitempty"`
	// The body resource for this request
	NodeGroupsSimulateMaintenanceEventRequestResource *NodeGroupsSimulateMaintenanceEventRequest `protobuf:"bytes,351468764,opt,name=node_groups_simulate_maintenance_event_request_resource,json=nodeGroupsSimulateMaintenanceEventRequestResource,proto3" json:"node_groups_simulate_maintenance_event_request_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for NodeGroups.SimulateMaintenanceEvent. See the method description for details.

func (*SimulateMaintenanceEventNodeGroupRequest) Descriptor

func (*SimulateMaintenanceEventNodeGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use SimulateMaintenanceEventNodeGroupRequest.ProtoReflect.Descriptor instead.

func (*SimulateMaintenanceEventNodeGroupRequest) GetNodeGroup

func (*SimulateMaintenanceEventNodeGroupRequest) GetNodeGroupsSimulateMaintenanceEventRequestResource

func (x *SimulateMaintenanceEventNodeGroupRequest) GetNodeGroupsSimulateMaintenanceEventRequestResource() *NodeGroupsSimulateMaintenanceEventRequest

func (*SimulateMaintenanceEventNodeGroupRequest) GetProject

func (*SimulateMaintenanceEventNodeGroupRequest) GetRequestId

func (*SimulateMaintenanceEventNodeGroupRequest) GetZone

func (*SimulateMaintenanceEventNodeGroupRequest) ProtoMessage

func (*SimulateMaintenanceEventNodeGroupRequest) ProtoReflect

func (*SimulateMaintenanceEventNodeGroupRequest) Reset

func (*SimulateMaintenanceEventNodeGroupRequest) String

type Snapshot

type Snapshot struct {

	// [Output Only] The architecture of the snapshot. Valid values are ARM64 or X86_64.
	// Check the Architecture enum for the list of possible values.
	Architecture *string `protobuf:"bytes,302803283,opt,name=architecture,proto3,oneof" json:"architecture,omitempty"`
	// [Output Only] Set to true if snapshots are automatically created by applying resource policy on the target disk.
	AutoCreated *bool `protobuf:"varint,463922264,opt,name=auto_created,json=autoCreated,proto3,oneof" json:"auto_created,omitempty"`
	// Creates the new snapshot in the snapshot chain labeled with the specified name. The chain name must be 1-63 characters long and comply with RFC1035. This is an uncommon option only for advanced service owners who needs to create separate snapshot chains, for example, for chargeback tracking. When you describe your snapshot resource, this field is visible only if it has a non-empty value.
	ChainName *string `protobuf:"bytes,68644169,opt,name=chain_name,json=chainName,proto3,oneof" json:"chain_name,omitempty"`
	// [Output Only] Size in bytes of the snapshot at creation time.
	CreationSizeBytes *int64 `protobuf:"varint,125400077,opt,name=creation_size_bytes,json=creationSizeBytes,proto3,oneof" json:"creation_size_bytes,omitempty"`
	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// An optional description of this resource. Provide this property when you create the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// [Output Only] Size of the source disk, specified in GB.
	DiskSizeGb *int64 `protobuf:"varint,316263735,opt,name=disk_size_gb,json=diskSizeGb,proto3,oneof" json:"disk_size_gb,omitempty"`
	// [Output Only] Number of bytes downloaded to restore a snapshot to a disk.
	DownloadBytes *int64 `protobuf:"varint,435054068,opt,name=download_bytes,json=downloadBytes,proto3,oneof" json:"download_bytes,omitempty"`
	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Output Only] Type of the resource. Always compute#snapshot for Snapshot resources.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// A fingerprint for the labels being applied to this snapshot, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a snapshot.
	LabelFingerprint *string `protobuf:"bytes,178124825,opt,name=label_fingerprint,json=labelFingerprint,proto3,oneof" json:"label_fingerprint,omitempty"`
	// Labels to apply to this snapshot. These can be later modified by the setLabels method. Label values may be empty.
	Labels map[string]string `protobuf:"bytes,500195327,rep,name=labels,proto3" json:"labels,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// [Output Only] Integer license codes indicating which licenses are attached to this snapshot.
	LicenseCodes []int64 `protobuf:"varint,45482664,rep,packed,name=license_codes,json=licenseCodes,proto3" json:"license_codes,omitempty"`
	// [Output Only] A list of public visible licenses that apply to this snapshot. This can be because the original image had licenses attached (such as a Windows image).
	Licenses []string `protobuf:"bytes,337642578,rep,name=licenses,proto3" json:"licenses,omitempty"`
	// An opaque location hint used to place the snapshot close to other resources. This field is for use by internal tools that use the public API.
	LocationHint *string `protobuf:"bytes,350519505,opt,name=location_hint,json=locationHint,proto3,oneof" json:"location_hint,omitempty"`
	// Name of the resource; provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// [Output Only] Reserved for future use.
	SatisfiesPzs *bool `protobuf:"varint,480964267,opt,name=satisfies_pzs,json=satisfiesPzs,proto3,oneof" json:"satisfies_pzs,omitempty"`
	// [Output Only] Server-defined URL for the resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// Encrypts the snapshot using a customer-supplied encryption key. After you encrypt a snapshot using a customer-supplied key, you must provide the same key if you use the snapshot later. For example, you must provide the encryption key when you create a disk from the encrypted snapshot in a future request. Customer-supplied encryption keys do not protect access to metadata of the snapshot. If you do not provide an encryption key when creating the snapshot, then the snapshot will be encrypted using an automatically generated key and you do not need to provide a key to use the snapshot later.
	SnapshotEncryptionKey *CustomerEncryptionKey `protobuf:"bytes,43334526,opt,name=snapshot_encryption_key,json=snapshotEncryptionKey,proto3,oneof" json:"snapshot_encryption_key,omitempty"`
	// Indicates the type of the snapshot.
	// Check the SnapshotType enum for the list of possible values.
	SnapshotType *string `protobuf:"bytes,124349653,opt,name=snapshot_type,json=snapshotType,proto3,oneof" json:"snapshot_type,omitempty"`
	// The source disk used to create this snapshot.
	SourceDisk *string `protobuf:"bytes,451753793,opt,name=source_disk,json=sourceDisk,proto3,oneof" json:"source_disk,omitempty"`
	// The customer-supplied encryption key of the source disk. Required if the source disk is protected by a customer-supplied encryption key.
	SourceDiskEncryptionKey *CustomerEncryptionKey `protobuf:"bytes,531501153,opt,name=source_disk_encryption_key,json=sourceDiskEncryptionKey,proto3,oneof" json:"source_disk_encryption_key,omitempty"`
	// [Output Only] The ID value of the disk used to create this snapshot. This value may be used to determine whether the snapshot was taken from the current or a previous instance of a given disk name.
	SourceDiskId *string `protobuf:"bytes,454190809,opt,name=source_disk_id,json=sourceDiskId,proto3,oneof" json:"source_disk_id,omitempty"`
	// [Output Only] URL of the resource policy which created this scheduled snapshot.
	SourceSnapshotSchedulePolicy *string `protobuf:"bytes,235756291,opt,name=source_snapshot_schedule_policy,json=sourceSnapshotSchedulePolicy,proto3,oneof" json:"source_snapshot_schedule_policy,omitempty"`
	// [Output Only] ID of the resource policy which created this scheduled snapshot.
	SourceSnapshotSchedulePolicyId *string `protobuf:"bytes,70489047,opt,name=source_snapshot_schedule_policy_id,json=sourceSnapshotSchedulePolicyId,proto3,oneof" json:"source_snapshot_schedule_policy_id,omitempty"`
	// [Output Only] The status of the snapshot. This can be CREATING, DELETING, FAILED, READY, or UPLOADING.
	// Check the Status enum for the list of possible values.
	Status *string `protobuf:"bytes,181260274,opt,name=status,proto3,oneof" json:"status,omitempty"`
	// [Output Only] A size of the storage used by the snapshot. As snapshots share storage, this number is expected to change with snapshot creation/deletion.
	StorageBytes *int64 `protobuf:"varint,424631719,opt,name=storage_bytes,json=storageBytes,proto3,oneof" json:"storage_bytes,omitempty"`
	// [Output Only] An indicator whether storageBytes is in a stable state or it is being adjusted as a result of shared storage reallocation. This status can either be UPDATING, meaning the size of the snapshot is being updated, or UP_TO_DATE, meaning the size of the snapshot is up-to-date.
	// Check the StorageBytesStatus enum for the list of possible values.
	StorageBytesStatus *string `protobuf:"bytes,490739082,opt,name=storage_bytes_status,json=storageBytesStatus,proto3,oneof" json:"storage_bytes_status,omitempty"`
	// Cloud Storage bucket storage location of the snapshot (regional or multi-regional).
	StorageLocations []string `protobuf:"bytes,328005274,rep,name=storage_locations,json=storageLocations,proto3" json:"storage_locations,omitempty"`
	// contains filtered or unexported fields
}

Represents a Persistent Disk Snapshot resource. You can use snapshots to back up data on a regular interval. For more information, read Creating persistent disk snapshots.

func (*Snapshot) Descriptor

func (*Snapshot) Descriptor() ([]byte, []int)

Deprecated: Use Snapshot.ProtoReflect.Descriptor instead.

func (*Snapshot) GetArchitecture

func (x *Snapshot) GetArchitecture() string

func (*Snapshot) GetAutoCreated

func (x *Snapshot) GetAutoCreated() bool

func (*Snapshot) GetChainName

func (x *Snapshot) GetChainName() string

func (*Snapshot) GetCreationSizeBytes

func (x *Snapshot) GetCreationSizeBytes() int64

func (*Snapshot) GetCreationTimestamp

func (x *Snapshot) GetCreationTimestamp() string

func (*Snapshot) GetDescription

func (x *Snapshot) GetDescription() string

func (*Snapshot) GetDiskSizeGb

func (x *Snapshot) GetDiskSizeGb() int64

func (*Snapshot) GetDownloadBytes

func (x *Snapshot) GetDownloadBytes() int64

func (*Snapshot) GetId

func (x *Snapshot) GetId() uint64

func (*Snapshot) GetKind

func (x *Snapshot) GetKind() string

func (*Snapshot) GetLabelFingerprint

func (x *Snapshot) GetLabelFingerprint() string

func (*Snapshot) GetLabels

func (x *Snapshot) GetLabels() map[string]string

func (*Snapshot) GetLicenseCodes

func (x *Snapshot) GetLicenseCodes() []int64

func (*Snapshot) GetLicenses

func (x *Snapshot) GetLicenses() []string

func (*Snapshot) GetLocationHint

func (x *Snapshot) GetLocationHint() string

func (*Snapshot) GetName

func (x *Snapshot) GetName() string

func (*Snapshot) GetSatisfiesPzs

func (x *Snapshot) GetSatisfiesPzs() bool
func (x *Snapshot) GetSelfLink() string

func (*Snapshot) GetSnapshotEncryptionKey

func (x *Snapshot) GetSnapshotEncryptionKey() *CustomerEncryptionKey

func (*Snapshot) GetSnapshotType

func (x *Snapshot) GetSnapshotType() string

func (*Snapshot) GetSourceDisk

func (x *Snapshot) GetSourceDisk() string

func (*Snapshot) GetSourceDiskEncryptionKey

func (x *Snapshot) GetSourceDiskEncryptionKey() *CustomerEncryptionKey

func (*Snapshot) GetSourceDiskId

func (x *Snapshot) GetSourceDiskId() string

func (*Snapshot) GetSourceSnapshotSchedulePolicy

func (x *Snapshot) GetSourceSnapshotSchedulePolicy() string

func (*Snapshot) GetSourceSnapshotSchedulePolicyId

func (x *Snapshot) GetSourceSnapshotSchedulePolicyId() string

func (*Snapshot) GetStatus

func (x *Snapshot) GetStatus() string

func (*Snapshot) GetStorageBytes

func (x *Snapshot) GetStorageBytes() int64

func (*Snapshot) GetStorageBytesStatus

func (x *Snapshot) GetStorageBytesStatus() string

func (*Snapshot) GetStorageLocations

func (x *Snapshot) GetStorageLocations() []string

func (*Snapshot) ProtoMessage

func (*Snapshot) ProtoMessage()

func (*Snapshot) ProtoReflect

func (x *Snapshot) ProtoReflect() protoreflect.Message

func (*Snapshot) Reset

func (x *Snapshot) Reset()

func (*Snapshot) String

func (x *Snapshot) String() string

type SnapshotList

type SnapshotList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of Snapshot resources.
	Items []*Snapshot `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// Type of resource.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

Contains a list of Snapshot resources.

func (*SnapshotList) Descriptor

func (*SnapshotList) Descriptor() ([]byte, []int)

Deprecated: Use SnapshotList.ProtoReflect.Descriptor instead.

func (*SnapshotList) GetId

func (x *SnapshotList) GetId() string

func (*SnapshotList) GetItems

func (x *SnapshotList) GetItems() []*Snapshot

func (*SnapshotList) GetKind

func (x *SnapshotList) GetKind() string

func (*SnapshotList) GetNextPageToken

func (x *SnapshotList) GetNextPageToken() string
func (x *SnapshotList) GetSelfLink() string

func (*SnapshotList) GetWarning

func (x *SnapshotList) GetWarning() *Warning

func (*SnapshotList) ProtoMessage

func (*SnapshotList) ProtoMessage()

func (*SnapshotList) ProtoReflect

func (x *SnapshotList) ProtoReflect() protoreflect.Message

func (*SnapshotList) Reset

func (x *SnapshotList) Reset()

func (*SnapshotList) String

func (x *SnapshotList) String() string

type Snapshot_Architecture

type Snapshot_Architecture int32

[Output Only] The architecture of the snapshot. Valid values are ARM64 or X86_64.

const (
	// A value indicating that the enum field is not set.
	Snapshot_UNDEFINED_ARCHITECTURE Snapshot_Architecture = 0
	// Default value indicating Architecture is not set.
	Snapshot_ARCHITECTURE_UNSPECIFIED Snapshot_Architecture = 394750507
	// Machines with architecture ARM64
	Snapshot_ARM64 Snapshot_Architecture = 62547450
	// Machines with architecture X86_64
	Snapshot_X86_64 Snapshot_Architecture = 425300551
)

func (Snapshot_Architecture) Descriptor

func (Snapshot_Architecture) Enum

func (Snapshot_Architecture) EnumDescriptor

func (Snapshot_Architecture) EnumDescriptor() ([]byte, []int)

Deprecated: Use Snapshot_Architecture.Descriptor instead.

func (Snapshot_Architecture) Number

func (Snapshot_Architecture) String

func (x Snapshot_Architecture) String() string

func (Snapshot_Architecture) Type

type Snapshot_SnapshotType

type Snapshot_SnapshotType int32

Indicates the type of the snapshot.

const (
	// A value indicating that the enum field is not set.
	Snapshot_UNDEFINED_SNAPSHOT_TYPE Snapshot_SnapshotType = 0
	Snapshot_ARCHIVE                 Snapshot_SnapshotType = 506752162
	Snapshot_STANDARD                Snapshot_SnapshotType = 484642493
)

func (Snapshot_SnapshotType) Descriptor

func (Snapshot_SnapshotType) Enum

func (Snapshot_SnapshotType) EnumDescriptor

func (Snapshot_SnapshotType) EnumDescriptor() ([]byte, []int)

Deprecated: Use Snapshot_SnapshotType.Descriptor instead.

func (Snapshot_SnapshotType) Number

func (Snapshot_SnapshotType) String

func (x Snapshot_SnapshotType) String() string

func (Snapshot_SnapshotType) Type

type Snapshot_Status

type Snapshot_Status int32

[Output Only] The status of the snapshot. This can be CREATING, DELETING, FAILED, READY, or UPLOADING.

const (
	// A value indicating that the enum field is not set.
	Snapshot_UNDEFINED_STATUS Snapshot_Status = 0
	// Snapshot creation is in progress.
	Snapshot_CREATING Snapshot_Status = 455564985
	// Snapshot is currently being deleted.
	Snapshot_DELETING Snapshot_Status = 528602024
	// Snapshot creation failed.
	Snapshot_FAILED Snapshot_Status = 455706685
	// Snapshot has been created successfully.
	Snapshot_READY Snapshot_Status = 77848963
	// Snapshot is being uploaded.
	Snapshot_UPLOADING Snapshot_Status = 267603489
)

func (Snapshot_Status) Descriptor

func (Snapshot_Status) Enum

func (x Snapshot_Status) Enum() *Snapshot_Status

func (Snapshot_Status) EnumDescriptor

func (Snapshot_Status) EnumDescriptor() ([]byte, []int)

Deprecated: Use Snapshot_Status.Descriptor instead.

func (Snapshot_Status) Number

func (Snapshot_Status) String

func (x Snapshot_Status) String() string

func (Snapshot_Status) Type

type Snapshot_StorageBytesStatus

type Snapshot_StorageBytesStatus int32

[Output Only] An indicator whether storageBytes is in a stable state or it is being adjusted as a result of shared storage reallocation. This status can either be UPDATING, meaning the size of the snapshot is being updated, or UP_TO_DATE, meaning the size of the snapshot is up-to-date.

const (
	// A value indicating that the enum field is not set.
	Snapshot_UNDEFINED_STORAGE_BYTES_STATUS Snapshot_StorageBytesStatus = 0
	Snapshot_UPDATING                       Snapshot_StorageBytesStatus = 494614342
	Snapshot_UP_TO_DATE                     Snapshot_StorageBytesStatus = 101306702
)

func (Snapshot_StorageBytesStatus) Descriptor

func (Snapshot_StorageBytesStatus) Enum

func (Snapshot_StorageBytesStatus) EnumDescriptor

func (Snapshot_StorageBytesStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use Snapshot_StorageBytesStatus.Descriptor instead.

func (Snapshot_StorageBytesStatus) Number

func (Snapshot_StorageBytesStatus) String

func (Snapshot_StorageBytesStatus) Type

type SnapshotsClient

type SnapshotsClient interface {
	// Deletes the specified Snapshot resource. Keep in mind that deleting a single snapshot might not necessarily delete all the data on that snapshot. If any data on the snapshot that is marked for deletion is needed for subsequent snapshots, the data will be moved to the next corresponding snapshot. For more information, see Deleting snapshots.
	Delete(ctx context.Context, in *DeleteSnapshotRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified Snapshot resource.
	Get(ctx context.Context, in *GetSnapshotRequest, opts ...grpc.CallOption) (*Snapshot, error)
	// Gets the access control policy for a resource. May be empty if no such policy or resource exists.
	GetIamPolicy(ctx context.Context, in *GetIamPolicySnapshotRequest, opts ...grpc.CallOption) (*Policy, error)
	// Creates a snapshot in the specified project using the data included in the request. For regular snapshot creation, consider using this method instead of disks.createSnapshot, as this method supports more features, such as creating snapshots in a project different from the source disk project.
	Insert(ctx context.Context, in *InsertSnapshotRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves the list of Snapshot resources contained within the specified project.
	List(ctx context.Context, in *ListSnapshotsRequest, opts ...grpc.CallOption) (*SnapshotList, error)
	// Sets the access control policy on the specified resource. Replaces any existing policy.
	SetIamPolicy(ctx context.Context, in *SetIamPolicySnapshotRequest, opts ...grpc.CallOption) (*Policy, error)
	// Sets the labels on a snapshot. To learn more about labels, read the Labeling Resources documentation.
	SetLabels(ctx context.Context, in *SetLabelsSnapshotRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns permissions that a caller has on the specified resource.
	TestIamPermissions(ctx context.Context, in *TestIamPermissionsSnapshotRequest, opts ...grpc.CallOption) (*TestPermissionsResponse, error)
}

SnapshotsClient is the client API for Snapshots service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewSnapshotsClient

func NewSnapshotsClient(cc grpc.ClientConnInterface) SnapshotsClient

type SnapshotsServer

type SnapshotsServer interface {
	// Deletes the specified Snapshot resource. Keep in mind that deleting a single snapshot might not necessarily delete all the data on that snapshot. If any data on the snapshot that is marked for deletion is needed for subsequent snapshots, the data will be moved to the next corresponding snapshot. For more information, see Deleting snapshots.
	Delete(context.Context, *DeleteSnapshotRequest) (*Operation, error)
	// Returns the specified Snapshot resource.
	Get(context.Context, *GetSnapshotRequest) (*Snapshot, error)
	// Gets the access control policy for a resource. May be empty if no such policy or resource exists.
	GetIamPolicy(context.Context, *GetIamPolicySnapshotRequest) (*Policy, error)
	// Creates a snapshot in the specified project using the data included in the request. For regular snapshot creation, consider using this method instead of disks.createSnapshot, as this method supports more features, such as creating snapshots in a project different from the source disk project.
	Insert(context.Context, *InsertSnapshotRequest) (*Operation, error)
	// Retrieves the list of Snapshot resources contained within the specified project.
	List(context.Context, *ListSnapshotsRequest) (*SnapshotList, error)
	// Sets the access control policy on the specified resource. Replaces any existing policy.
	SetIamPolicy(context.Context, *SetIamPolicySnapshotRequest) (*Policy, error)
	// Sets the labels on a snapshot. To learn more about labels, read the Labeling Resources documentation.
	SetLabels(context.Context, *SetLabelsSnapshotRequest) (*Operation, error)
	// Returns permissions that a caller has on the specified resource.
	TestIamPermissions(context.Context, *TestIamPermissionsSnapshotRequest) (*TestPermissionsResponse, error)
}

SnapshotsServer is the server API for Snapshots service.

type SourceDiskEncryptionKey

type SourceDiskEncryptionKey struct {

	// The customer-supplied encryption key of the source disk. Required if the source disk is protected by a customer-supplied encryption key.
	DiskEncryptionKey *CustomerEncryptionKey `protobuf:"bytes,271660677,opt,name=disk_encryption_key,json=diskEncryptionKey,proto3,oneof" json:"disk_encryption_key,omitempty"`
	// URL of the disk attached to the source instance. This can be a full or valid partial URL. For example, the following are valid values: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /disks/disk - projects/project/zones/zone/disks/disk - zones/zone/disks/disk
	SourceDisk *string `protobuf:"bytes,451753793,opt,name=source_disk,json=sourceDisk,proto3,oneof" json:"source_disk,omitempty"`
	// contains filtered or unexported fields
}

func (*SourceDiskEncryptionKey) Descriptor

func (*SourceDiskEncryptionKey) Descriptor() ([]byte, []int)

Deprecated: Use SourceDiskEncryptionKey.ProtoReflect.Descriptor instead.

func (*SourceDiskEncryptionKey) GetDiskEncryptionKey

func (x *SourceDiskEncryptionKey) GetDiskEncryptionKey() *CustomerEncryptionKey

func (*SourceDiskEncryptionKey) GetSourceDisk

func (x *SourceDiskEncryptionKey) GetSourceDisk() string

func (*SourceDiskEncryptionKey) ProtoMessage

func (*SourceDiskEncryptionKey) ProtoMessage()

func (*SourceDiskEncryptionKey) ProtoReflect

func (x *SourceDiskEncryptionKey) ProtoReflect() protoreflect.Message

func (*SourceDiskEncryptionKey) Reset

func (x *SourceDiskEncryptionKey) Reset()

func (*SourceDiskEncryptionKey) String

func (x *SourceDiskEncryptionKey) String() string

type SourceInstanceParams

type SourceInstanceParams struct {

	// Attached disks configuration. If not provided, defaults are applied: For boot disk and any other R/W disks, the source images for each disk will be used. For read-only disks, they will be attached in read-only mode. Local SSD disks will be created as blank volumes.
	DiskConfigs []*DiskInstantiationConfig `protobuf:"bytes,235580623,rep,name=disk_configs,json=diskConfigs,proto3" json:"disk_configs,omitempty"`
	// contains filtered or unexported fields
}

A specification of the parameters to use when creating the instance template from a source instance.

func (*SourceInstanceParams) Descriptor

func (*SourceInstanceParams) Descriptor() ([]byte, []int)

Deprecated: Use SourceInstanceParams.ProtoReflect.Descriptor instead.

func (*SourceInstanceParams) GetDiskConfigs

func (x *SourceInstanceParams) GetDiskConfigs() []*DiskInstantiationConfig

func (*SourceInstanceParams) ProtoMessage

func (*SourceInstanceParams) ProtoMessage()

func (*SourceInstanceParams) ProtoReflect

func (x *SourceInstanceParams) ProtoReflect() protoreflect.Message

func (*SourceInstanceParams) Reset

func (x *SourceInstanceParams) Reset()

func (*SourceInstanceParams) String

func (x *SourceInstanceParams) String() string

type SourceInstanceProperties

type SourceInstanceProperties struct {

	// Enables instances created based on this machine image to send packets with source IP addresses other than their own and receive packets with destination IP addresses other than their own. If these instances will be used as an IP gateway or it will be set as the next-hop in a Route resource, specify true. If unsure, leave this set to false. See the Enable IP forwarding documentation for more information.
	CanIpForward *bool `protobuf:"varint,467731324,opt,name=can_ip_forward,json=canIpForward,proto3,oneof" json:"can_ip_forward,omitempty"`
	// Whether the instance created from this machine image should be protected against deletion.
	DeletionProtection *bool `protobuf:"varint,458014698,opt,name=deletion_protection,json=deletionProtection,proto3,oneof" json:"deletion_protection,omitempty"`
	// An optional text description for the instances that are created from this machine image.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// An array of disks that are associated with the instances that are created from this machine image.
	Disks []*SavedAttachedDisk `protobuf:"bytes,95594102,rep,name=disks,proto3" json:"disks,omitempty"`
	// A list of guest accelerator cards' type and count to use for instances created from this machine image.
	GuestAccelerators []*AcceleratorConfig `protobuf:"bytes,463595119,rep,name=guest_accelerators,json=guestAccelerators,proto3" json:"guest_accelerators,omitempty"`
	// KeyRevocationActionType of the instance. Supported options are "STOP" and "NONE". The default value is "NONE" if it is not specified.
	// Check the KeyRevocationActionType enum for the list of possible values.
	KeyRevocationActionType *string `protobuf:"bytes,235941474,opt,name=key_revocation_action_type,json=keyRevocationActionType,proto3,oneof" json:"key_revocation_action_type,omitempty"`
	// Labels to apply to instances that are created from this machine image.
	Labels map[string]string `protobuf:"bytes,500195327,rep,name=labels,proto3" json:"labels,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// The machine type to use for instances that are created from this machine image.
	MachineType *string `protobuf:"bytes,227711026,opt,name=machine_type,json=machineType,proto3,oneof" json:"machine_type,omitempty"`
	// The metadata key/value pairs to assign to instances that are created from this machine image. These pairs can consist of custom metadata or predefined keys. See Project and instance metadata for more information.
	Metadata *Metadata `protobuf:"bytes,86866735,opt,name=metadata,proto3,oneof" json:"metadata,omitempty"`
	// Minimum cpu/platform to be used by instances created from this machine image. The instance may be scheduled on the specified or newer cpu/platform. Applicable values are the friendly names of CPU platforms, such as minCpuPlatform: "Intel Haswell" or minCpuPlatform: "Intel Sandy Bridge". For more information, read Specifying a Minimum CPU Platform.
	MinCpuPlatform *string `protobuf:"bytes,242912759,opt,name=min_cpu_platform,json=minCpuPlatform,proto3,oneof" json:"min_cpu_platform,omitempty"`
	// An array of network access configurations for this interface.
	NetworkInterfaces []*NetworkInterface `protobuf:"bytes,52735243,rep,name=network_interfaces,json=networkInterfaces,proto3" json:"network_interfaces,omitempty"`
	// Specifies the scheduling options for the instances that are created from this machine image.
	Scheduling *Scheduling `protobuf:"bytes,386688404,opt,name=scheduling,proto3,oneof" json:"scheduling,omitempty"`
	// A list of service accounts with specified scopes. Access tokens for these service accounts are available to the instances that are created from this machine image. Use metadata queries to obtain the access tokens for these instances.
	ServiceAccounts []*ServiceAccount `protobuf:"bytes,277537328,rep,name=service_accounts,json=serviceAccounts,proto3" json:"service_accounts,omitempty"`
	// A list of tags to apply to the instances that are created from this machine image. The tags identify valid sources or targets for network firewalls. The setTags method can modify this list of tags. Each tag within the list must comply with RFC1035.
	Tags *Tags `protobuf:"bytes,3552281,opt,name=tags,proto3,oneof" json:"tags,omitempty"`
	// contains filtered or unexported fields
}

DEPRECATED: Please use compute#instanceProperties instead. New properties will not be added to this field.

func (*SourceInstanceProperties) Descriptor

func (*SourceInstanceProperties) Descriptor() ([]byte, []int)

Deprecated: Use SourceInstanceProperties.ProtoReflect.Descriptor instead.

func (*SourceInstanceProperties) GetCanIpForward

func (x *SourceInstanceProperties) GetCanIpForward() bool

func (*SourceInstanceProperties) GetDeletionProtection

func (x *SourceInstanceProperties) GetDeletionProtection() bool

func (*SourceInstanceProperties) GetDescription

func (x *SourceInstanceProperties) GetDescription() string

func (*SourceInstanceProperties) GetDisks

func (*SourceInstanceProperties) GetGuestAccelerators

func (x *SourceInstanceProperties) GetGuestAccelerators() []*AcceleratorConfig

func (*SourceInstanceProperties) GetKeyRevocationActionType

func (x *SourceInstanceProperties) GetKeyRevocationActionType() string

func (*SourceInstanceProperties) GetLabels

func (x *SourceInstanceProperties) GetLabels() map[string]string

func (*SourceInstanceProperties) GetMachineType

func (x *SourceInstanceProperties) GetMachineType() string

func (*SourceInstanceProperties) GetMetadata

func (x *SourceInstanceProperties) GetMetadata() *Metadata

func (*SourceInstanceProperties) GetMinCpuPlatform

func (x *SourceInstanceProperties) GetMinCpuPlatform() string

func (*SourceInstanceProperties) GetNetworkInterfaces

func (x *SourceInstanceProperties) GetNetworkInterfaces() []*NetworkInterface

func (*SourceInstanceProperties) GetScheduling

func (x *SourceInstanceProperties) GetScheduling() *Scheduling

func (*SourceInstanceProperties) GetServiceAccounts

func (x *SourceInstanceProperties) GetServiceAccounts() []*ServiceAccount

func (*SourceInstanceProperties) GetTags

func (x *SourceInstanceProperties) GetTags() *Tags

func (*SourceInstanceProperties) ProtoMessage

func (*SourceInstanceProperties) ProtoMessage()

func (*SourceInstanceProperties) ProtoReflect

func (x *SourceInstanceProperties) ProtoReflect() protoreflect.Message

func (*SourceInstanceProperties) Reset

func (x *SourceInstanceProperties) Reset()

func (*SourceInstanceProperties) String

func (x *SourceInstanceProperties) String() string

type SourceInstanceProperties_KeyRevocationActionType

type SourceInstanceProperties_KeyRevocationActionType int32

KeyRevocationActionType of the instance. Supported options are "STOP" and "NONE". The default value is "NONE" if it is not specified.

const (
	// A value indicating that the enum field is not set.
	SourceInstanceProperties_UNDEFINED_KEY_REVOCATION_ACTION_TYPE SourceInstanceProperties_KeyRevocationActionType = 0
	// Default value. This value is unused.
	SourceInstanceProperties_KEY_REVOCATION_ACTION_TYPE_UNSPECIFIED SourceInstanceProperties_KeyRevocationActionType = 467110106
	// Indicates user chose no operation.
	SourceInstanceProperties_NONE SourceInstanceProperties_KeyRevocationActionType = 2402104
	// Indicates user chose to opt for VM shutdown on key revocation.
	SourceInstanceProperties_STOP SourceInstanceProperties_KeyRevocationActionType = 2555906
)

func (SourceInstanceProperties_KeyRevocationActionType) Descriptor

func (SourceInstanceProperties_KeyRevocationActionType) Enum

func (SourceInstanceProperties_KeyRevocationActionType) EnumDescriptor

Deprecated: Use SourceInstanceProperties_KeyRevocationActionType.Descriptor instead.

func (SourceInstanceProperties_KeyRevocationActionType) Number

func (SourceInstanceProperties_KeyRevocationActionType) String

func (SourceInstanceProperties_KeyRevocationActionType) Type

type SslCertificate

type SslCertificate struct {

	// A value read into memory from a certificate file. The certificate file must be in PEM format. The certificate chain must be no greater than 5 certs long. The chain must include at least one intermediate cert.
	Certificate *string `protobuf:"bytes,341787031,opt,name=certificate,proto3,oneof" json:"certificate,omitempty"`
	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// An optional description of this resource. Provide this property when you create the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// [Output Only] Expire time of the certificate. RFC3339
	ExpireTime *string `protobuf:"bytes,440691181,opt,name=expire_time,json=expireTime,proto3,oneof" json:"expire_time,omitempty"`
	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Output Only] Type of the resource. Always compute#sslCertificate for SSL certificates.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// Configuration and status of a managed SSL certificate.
	Managed *SslCertificateManagedSslCertificate `protobuf:"bytes,298389407,opt,name=managed,proto3,oneof" json:"managed,omitempty"`
	// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// A value read into memory from a write-only private key file. The private key file must be in PEM format. For security, only insert requests include this field.
	PrivateKey *string `protobuf:"bytes,361331107,opt,name=private_key,json=privateKey,proto3,oneof" json:"private_key,omitempty"`
	// [Output Only] URL of the region where the regional SSL Certificate resides. This field is not applicable to global SSL Certificate.
	Region *string `protobuf:"bytes,138946292,opt,name=region,proto3,oneof" json:"region,omitempty"`
	// [Output only] Server-defined URL for the resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// Configuration and status of a self-managed SSL certificate.
	SelfManaged *SslCertificateSelfManagedSslCertificate `protobuf:"bytes,329284012,opt,name=self_managed,json=selfManaged,proto3,oneof" json:"self_managed,omitempty"`
	// [Output Only] Domains associated with the certificate via Subject Alternative Name.
	SubjectAlternativeNames []string `protobuf:"bytes,528807907,rep,name=subject_alternative_names,json=subjectAlternativeNames,proto3" json:"subject_alternative_names,omitempty"`
	// (Optional) Specifies the type of SSL certificate, either "SELF_MANAGED" or "MANAGED". If not specified, the certificate is self-managed and the fields certificate and private_key are used.
	// Check the Type enum for the list of possible values.
	Type *string `protobuf:"bytes,3575610,opt,name=type,proto3,oneof" json:"type,omitempty"`
	// contains filtered or unexported fields
}

Represents an SSL Certificate resource. Google Compute Engine has two SSL Certificate resources: * [Global](/compute/docs/reference/rest/v1/sslCertificates) * [Regional](/compute/docs/reference/rest/v1/regionSslCertificates) The sslCertificates are used by: - external HTTPS load balancers - SSL proxy load balancers The regionSslCertificates are used by internal HTTPS load balancers. Optionally, certificate file contents that you upload can contain a set of up to five PEM-encoded certificates. The API call creates an object (sslCertificate) that holds this data. You can use SSL keys and certificates to secure connections to a load balancer. For more information, read Creating and using SSL certificates, SSL certificates quotas and limits, and Troubleshooting SSL certificates.

func (*SslCertificate) Descriptor

func (*SslCertificate) Descriptor() ([]byte, []int)

Deprecated: Use SslCertificate.ProtoReflect.Descriptor instead.

func (*SslCertificate) GetCertificate

func (x *SslCertificate) GetCertificate() string

func (*SslCertificate) GetCreationTimestamp

func (x *SslCertificate) GetCreationTimestamp() string

func (*SslCertificate) GetDescription

func (x *SslCertificate) GetDescription() string

func (*SslCertificate) GetExpireTime

func (x *SslCertificate) GetExpireTime() string

func (*SslCertificate) GetId

func (x *SslCertificate) GetId() uint64

func (*SslCertificate) GetKind

func (x *SslCertificate) GetKind() string

func (*SslCertificate) GetManaged

func (*SslCertificate) GetName

func (x *SslCertificate) GetName() string

func (*SslCertificate) GetPrivateKey

func (x *SslCertificate) GetPrivateKey() string

func (*SslCertificate) GetRegion

func (x *SslCertificate) GetRegion() string
func (x *SslCertificate) GetSelfLink() string

func (*SslCertificate) GetSelfManaged

func (*SslCertificate) GetSubjectAlternativeNames

func (x *SslCertificate) GetSubjectAlternativeNames() []string

func (*SslCertificate) GetType

func (x *SslCertificate) GetType() string

func (*SslCertificate) ProtoMessage

func (*SslCertificate) ProtoMessage()

func (*SslCertificate) ProtoReflect

func (x *SslCertificate) ProtoReflect() protoreflect.Message

func (*SslCertificate) Reset

func (x *SslCertificate) Reset()

func (*SslCertificate) String

func (x *SslCertificate) String() string

type SslCertificateAggregatedList

type SslCertificateAggregatedList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of SslCertificatesScopedList resources.
	Items map[string]*SslCertificatesScopedList `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// [Output Only] Type of resource. Always compute#sslCertificateAggregatedList for lists of SSL Certificates.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Unreachable resources.
	Unreachables []string `protobuf:"bytes,243372063,rep,name=unreachables,proto3" json:"unreachables,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*SslCertificateAggregatedList) Descriptor

func (*SslCertificateAggregatedList) Descriptor() ([]byte, []int)

Deprecated: Use SslCertificateAggregatedList.ProtoReflect.Descriptor instead.

func (*SslCertificateAggregatedList) GetId

func (*SslCertificateAggregatedList) GetItems

func (*SslCertificateAggregatedList) GetKind

func (x *SslCertificateAggregatedList) GetKind() string

func (*SslCertificateAggregatedList) GetNextPageToken

func (x *SslCertificateAggregatedList) GetNextPageToken() string
func (x *SslCertificateAggregatedList) GetSelfLink() string

func (*SslCertificateAggregatedList) GetUnreachables

func (x *SslCertificateAggregatedList) GetUnreachables() []string

func (*SslCertificateAggregatedList) GetWarning

func (x *SslCertificateAggregatedList) GetWarning() *Warning

func (*SslCertificateAggregatedList) ProtoMessage

func (*SslCertificateAggregatedList) ProtoMessage()

func (*SslCertificateAggregatedList) ProtoReflect

func (*SslCertificateAggregatedList) Reset

func (x *SslCertificateAggregatedList) Reset()

func (*SslCertificateAggregatedList) String

type SslCertificateList

type SslCertificateList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of SslCertificate resources.
	Items []*SslCertificate `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// Type of resource.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

Contains a list of SslCertificate resources.

func (*SslCertificateList) Descriptor

func (*SslCertificateList) Descriptor() ([]byte, []int)

Deprecated: Use SslCertificateList.ProtoReflect.Descriptor instead.

func (*SslCertificateList) GetId

func (x *SslCertificateList) GetId() string

func (*SslCertificateList) GetItems

func (x *SslCertificateList) GetItems() []*SslCertificate

func (*SslCertificateList) GetKind

func (x *SslCertificateList) GetKind() string

func (*SslCertificateList) GetNextPageToken

func (x *SslCertificateList) GetNextPageToken() string
func (x *SslCertificateList) GetSelfLink() string

func (*SslCertificateList) GetWarning

func (x *SslCertificateList) GetWarning() *Warning

func (*SslCertificateList) ProtoMessage

func (*SslCertificateList) ProtoMessage()

func (*SslCertificateList) ProtoReflect

func (x *SslCertificateList) ProtoReflect() protoreflect.Message

func (*SslCertificateList) Reset

func (x *SslCertificateList) Reset()

func (*SslCertificateList) String

func (x *SslCertificateList) String() string

type SslCertificateManagedSslCertificate

type SslCertificateManagedSslCertificate struct {

	// [Output only] Detailed statuses of the domains specified for managed certificate resource.
	DomainStatus map[string]string `protobuf:"bytes,360305613,rep,name=domain_status,json=domainStatus,proto3" json:"domain_status,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// The domains for which a managed SSL certificate will be generated. Each Google-managed SSL certificate supports up to the [maximum number of domains per Google-managed SSL certificate](/load-balancing/docs/quotas#ssl_certificates).
	Domains []string `protobuf:"bytes,226935855,rep,name=domains,proto3" json:"domains,omitempty"`
	// [Output only] Status of the managed certificate resource.
	// Check the Status enum for the list of possible values.
	Status *string `protobuf:"bytes,181260274,opt,name=status,proto3,oneof" json:"status,omitempty"`
	// contains filtered or unexported fields
}

Configuration and status of a managed SSL certificate.

func (*SslCertificateManagedSslCertificate) Descriptor

func (*SslCertificateManagedSslCertificate) Descriptor() ([]byte, []int)

Deprecated: Use SslCertificateManagedSslCertificate.ProtoReflect.Descriptor instead.

func (*SslCertificateManagedSslCertificate) GetDomainStatus

func (x *SslCertificateManagedSslCertificate) GetDomainStatus() map[string]string

func (*SslCertificateManagedSslCertificate) GetDomains

func (x *SslCertificateManagedSslCertificate) GetDomains() []string

func (*SslCertificateManagedSslCertificate) GetStatus

func (*SslCertificateManagedSslCertificate) ProtoMessage

func (*SslCertificateManagedSslCertificate) ProtoMessage()

func (*SslCertificateManagedSslCertificate) ProtoReflect

func (*SslCertificateManagedSslCertificate) Reset

func (*SslCertificateManagedSslCertificate) String

type SslCertificateManagedSslCertificate_Status

type SslCertificateManagedSslCertificate_Status int32

[Output only] Status of the managed certificate resource.

const (
	// A value indicating that the enum field is not set.
	SslCertificateManagedSslCertificate_UNDEFINED_STATUS SslCertificateManagedSslCertificate_Status = 0
	// The certificate management is working, and a certificate has been provisioned.
	SslCertificateManagedSslCertificate_ACTIVE                                 SslCertificateManagedSslCertificate_Status = 314733318
	SslCertificateManagedSslCertificate_MANAGED_CERTIFICATE_STATUS_UNSPECIFIED SslCertificateManagedSslCertificate_Status = 474800850
	// The certificate management is working. GCP will attempt to provision the first certificate.
	SslCertificateManagedSslCertificate_PROVISIONING SslCertificateManagedSslCertificate_Status = 290896621
	// Certificate provisioning failed due to an issue with the DNS or load balancing configuration. For details of which domain failed, consult domain_status field.
	SslCertificateManagedSslCertificate_PROVISIONING_FAILED SslCertificateManagedSslCertificate_Status = 76813775
	// Certificate provisioning failed due to an issue with the DNS or load balancing configuration. It won't be retried. To try again delete and create a new managed SslCertificate resource. For details of which domain failed, consult domain_status field.
	SslCertificateManagedSslCertificate_PROVISIONING_FAILED_PERMANENTLY SslCertificateManagedSslCertificate_Status = 275036203
	// Renewal of the certificate has failed due to an issue with the DNS or load balancing configuration. The existing cert is still serving; however, it will expire shortly. To provision a renewed certificate, delete and create a new managed SslCertificate resource. For details on which domain failed, consult domain_status field.
	SslCertificateManagedSslCertificate_RENEWAL_FAILED SslCertificateManagedSslCertificate_Status = 434659076
)

func (SslCertificateManagedSslCertificate_Status) Descriptor

func (SslCertificateManagedSslCertificate_Status) Enum

func (SslCertificateManagedSslCertificate_Status) EnumDescriptor

func (SslCertificateManagedSslCertificate_Status) EnumDescriptor() ([]byte, []int)

Deprecated: Use SslCertificateManagedSslCertificate_Status.Descriptor instead.

func (SslCertificateManagedSslCertificate_Status) Number

func (SslCertificateManagedSslCertificate_Status) String

func (SslCertificateManagedSslCertificate_Status) Type

type SslCertificateSelfManagedSslCertificate

type SslCertificateSelfManagedSslCertificate struct {

	// A local certificate file. The certificate must be in PEM format. The certificate chain must be no greater than 5 certs long. The chain must include at least one intermediate cert.
	Certificate *string `protobuf:"bytes,341787031,opt,name=certificate,proto3,oneof" json:"certificate,omitempty"`
	// A write-only private key in PEM format. Only insert requests will include this field.
	PrivateKey *string `protobuf:"bytes,361331107,opt,name=private_key,json=privateKey,proto3,oneof" json:"private_key,omitempty"`
	// contains filtered or unexported fields
}

Configuration and status of a self-managed SSL certificate.

func (*SslCertificateSelfManagedSslCertificate) Descriptor

func (*SslCertificateSelfManagedSslCertificate) Descriptor() ([]byte, []int)

Deprecated: Use SslCertificateSelfManagedSslCertificate.ProtoReflect.Descriptor instead.

func (*SslCertificateSelfManagedSslCertificate) GetCertificate

func (x *SslCertificateSelfManagedSslCertificate) GetCertificate() string

func (*SslCertificateSelfManagedSslCertificate) GetPrivateKey

func (*SslCertificateSelfManagedSslCertificate) ProtoMessage

func (*SslCertificateSelfManagedSslCertificate) ProtoReflect

func (*SslCertificateSelfManagedSslCertificate) Reset

func (*SslCertificateSelfManagedSslCertificate) String

type SslCertificate_Type

type SslCertificate_Type int32

(Optional) Specifies the type of SSL certificate, either "SELF_MANAGED" or "MANAGED". If not specified, the certificate is self-managed and the fields certificate and private_key are used.

const (
	// A value indicating that the enum field is not set.
	SslCertificate_UNDEFINED_TYPE SslCertificate_Type = 0
	// Google-managed SSLCertificate.
	SslCertificate_MANAGED SslCertificate_Type = 479501183
	// Certificate uploaded by user.
	SslCertificate_SELF_MANAGED     SslCertificate_Type = 434437516
	SslCertificate_TYPE_UNSPECIFIED SslCertificate_Type = 437714322
)

func (SslCertificate_Type) Descriptor

func (SslCertificate_Type) Enum

func (SslCertificate_Type) EnumDescriptor

func (SslCertificate_Type) EnumDescriptor() ([]byte, []int)

Deprecated: Use SslCertificate_Type.Descriptor instead.

func (SslCertificate_Type) Number

func (SslCertificate_Type) String

func (x SslCertificate_Type) String() string

func (SslCertificate_Type) Type

type SslCertificatesClient

type SslCertificatesClient interface {
	// Retrieves the list of all SslCertificate resources, regional and global, available to the specified project.
	AggregatedList(ctx context.Context, in *AggregatedListSslCertificatesRequest, opts ...grpc.CallOption) (*SslCertificateAggregatedList, error)
	// Deletes the specified SslCertificate resource.
	Delete(ctx context.Context, in *DeleteSslCertificateRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified SslCertificate resource.
	Get(ctx context.Context, in *GetSslCertificateRequest, opts ...grpc.CallOption) (*SslCertificate, error)
	// Creates a SslCertificate resource in the specified project using the data included in the request.
	Insert(ctx context.Context, in *InsertSslCertificateRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves the list of SslCertificate resources available to the specified project.
	List(ctx context.Context, in *ListSslCertificatesRequest, opts ...grpc.CallOption) (*SslCertificateList, error)
}

SslCertificatesClient is the client API for SslCertificates service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewSslCertificatesClient

func NewSslCertificatesClient(cc grpc.ClientConnInterface) SslCertificatesClient

type SslCertificatesScopedList

type SslCertificatesScopedList struct {

	// List of SslCertificates contained in this scope.
	SslCertificates []*SslCertificate `protobuf:"bytes,366006543,rep,name=ssl_certificates,json=sslCertificates,proto3" json:"ssl_certificates,omitempty"`
	// Informational warning which replaces the list of backend services when the list is empty.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*SslCertificatesScopedList) Descriptor

func (*SslCertificatesScopedList) Descriptor() ([]byte, []int)

Deprecated: Use SslCertificatesScopedList.ProtoReflect.Descriptor instead.

func (*SslCertificatesScopedList) GetSslCertificates

func (x *SslCertificatesScopedList) GetSslCertificates() []*SslCertificate

func (*SslCertificatesScopedList) GetWarning

func (x *SslCertificatesScopedList) GetWarning() *Warning

func (*SslCertificatesScopedList) ProtoMessage

func (*SslCertificatesScopedList) ProtoMessage()

func (*SslCertificatesScopedList) ProtoReflect

func (*SslCertificatesScopedList) Reset

func (x *SslCertificatesScopedList) Reset()

func (*SslCertificatesScopedList) String

func (x *SslCertificatesScopedList) String() string

type SslCertificatesServer

type SslCertificatesServer interface {
	// Retrieves the list of all SslCertificate resources, regional and global, available to the specified project.
	AggregatedList(context.Context, *AggregatedListSslCertificatesRequest) (*SslCertificateAggregatedList, error)
	// Deletes the specified SslCertificate resource.
	Delete(context.Context, *DeleteSslCertificateRequest) (*Operation, error)
	// Returns the specified SslCertificate resource.
	Get(context.Context, *GetSslCertificateRequest) (*SslCertificate, error)
	// Creates a SslCertificate resource in the specified project using the data included in the request.
	Insert(context.Context, *InsertSslCertificateRequest) (*Operation, error)
	// Retrieves the list of SslCertificate resources available to the specified project.
	List(context.Context, *ListSslCertificatesRequest) (*SslCertificateList, error)
}

SslCertificatesServer is the server API for SslCertificates service.

type SslPoliciesAggregatedList

type SslPoliciesAggregatedList struct {
	Etag *string `protobuf:"bytes,3123477,opt,name=etag,proto3,oneof" json:"etag,omitempty"`
	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of SslPoliciesScopedList resources.
	Items map[string]*SslPoliciesScopedList `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// [Output Only] Type of resource. Always compute#sslPolicyAggregatedList for lists of SSL Policies.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Unreachable resources.
	Unreachables []string `protobuf:"bytes,243372063,rep,name=unreachables,proto3" json:"unreachables,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*SslPoliciesAggregatedList) Descriptor

func (*SslPoliciesAggregatedList) Descriptor() ([]byte, []int)

Deprecated: Use SslPoliciesAggregatedList.ProtoReflect.Descriptor instead.

func (*SslPoliciesAggregatedList) GetEtag

func (x *SslPoliciesAggregatedList) GetEtag() string

func (*SslPoliciesAggregatedList) GetId

func (x *SslPoliciesAggregatedList) GetId() string

func (*SslPoliciesAggregatedList) GetItems

func (*SslPoliciesAggregatedList) GetKind

func (x *SslPoliciesAggregatedList) GetKind() string

func (*SslPoliciesAggregatedList) GetNextPageToken

func (x *SslPoliciesAggregatedList) GetNextPageToken() string
func (x *SslPoliciesAggregatedList) GetSelfLink() string

func (*SslPoliciesAggregatedList) GetUnreachables

func (x *SslPoliciesAggregatedList) GetUnreachables() []string

func (*SslPoliciesAggregatedList) GetWarning

func (x *SslPoliciesAggregatedList) GetWarning() *Warning

func (*SslPoliciesAggregatedList) ProtoMessage

func (*SslPoliciesAggregatedList) ProtoMessage()

func (*SslPoliciesAggregatedList) ProtoReflect

func (*SslPoliciesAggregatedList) Reset

func (x *SslPoliciesAggregatedList) Reset()

func (*SslPoliciesAggregatedList) String

func (x *SslPoliciesAggregatedList) String() string

type SslPoliciesClient

type SslPoliciesClient interface {
	// Retrieves the list of all SslPolicy resources, regional and global, available to the specified project.
	AggregatedList(ctx context.Context, in *AggregatedListSslPoliciesRequest, opts ...grpc.CallOption) (*SslPoliciesAggregatedList, error)
	// Deletes the specified SSL policy. The SSL policy resource can be deleted only if it is not in use by any TargetHttpsProxy or TargetSslProxy resources.
	Delete(ctx context.Context, in *DeleteSslPolicyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Lists all of the ordered rules present in a single specified policy.
	Get(ctx context.Context, in *GetSslPolicyRequest, opts ...grpc.CallOption) (*SslPolicy, error)
	// Returns the specified SSL policy resource.
	Insert(ctx context.Context, in *InsertSslPolicyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Lists all the SSL policies that have been configured for the specified project.
	List(ctx context.Context, in *ListSslPoliciesRequest, opts ...grpc.CallOption) (*SslPoliciesList, error)
	// Lists all features that can be specified in the SSL policy when using custom profile.
	ListAvailableFeatures(ctx context.Context, in *ListAvailableFeaturesSslPoliciesRequest, opts ...grpc.CallOption) (*SslPoliciesListAvailableFeaturesResponse, error)
	// Patches the specified SSL policy with the data included in the request.
	Patch(ctx context.Context, in *PatchSslPolicyRequest, opts ...grpc.CallOption) (*Operation, error)
}

SslPoliciesClient is the client API for SslPolicies service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewSslPoliciesClient

func NewSslPoliciesClient(cc grpc.ClientConnInterface) SslPoliciesClient

type SslPoliciesList

type SslPoliciesList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of SslPolicy resources.
	Items []*SslPolicy `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] Type of the resource. Always compute#sslPoliciesList for lists of sslPolicies.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*SslPoliciesList) Descriptor

func (*SslPoliciesList) Descriptor() ([]byte, []int)

Deprecated: Use SslPoliciesList.ProtoReflect.Descriptor instead.

func (*SslPoliciesList) GetId

func (x *SslPoliciesList) GetId() string

func (*SslPoliciesList) GetItems

func (x *SslPoliciesList) GetItems() []*SslPolicy

func (*SslPoliciesList) GetKind

func (x *SslPoliciesList) GetKind() string

func (*SslPoliciesList) GetNextPageToken

func (x *SslPoliciesList) GetNextPageToken() string
func (x *SslPoliciesList) GetSelfLink() string

func (*SslPoliciesList) GetWarning

func (x *SslPoliciesList) GetWarning() *Warning

func (*SslPoliciesList) ProtoMessage

func (*SslPoliciesList) ProtoMessage()

func (*SslPoliciesList) ProtoReflect

func (x *SslPoliciesList) ProtoReflect() protoreflect.Message

func (*SslPoliciesList) Reset

func (x *SslPoliciesList) Reset()

func (*SslPoliciesList) String

func (x *SslPoliciesList) String() string

type SslPoliciesListAvailableFeaturesResponse

type SslPoliciesListAvailableFeaturesResponse struct {
	Features []string `protobuf:"bytes,246211645,rep,name=features,proto3" json:"features,omitempty"`
	// contains filtered or unexported fields
}

func (*SslPoliciesListAvailableFeaturesResponse) Descriptor

func (*SslPoliciesListAvailableFeaturesResponse) Descriptor() ([]byte, []int)

Deprecated: Use SslPoliciesListAvailableFeaturesResponse.ProtoReflect.Descriptor instead.

func (*SslPoliciesListAvailableFeaturesResponse) GetFeatures

func (*SslPoliciesListAvailableFeaturesResponse) ProtoMessage

func (*SslPoliciesListAvailableFeaturesResponse) ProtoReflect

func (*SslPoliciesListAvailableFeaturesResponse) Reset

func (*SslPoliciesListAvailableFeaturesResponse) String

type SslPoliciesScopedList

type SslPoliciesScopedList struct {

	// A list of SslPolicies contained in this scope.
	SslPolicies []*SslPolicy `protobuf:"bytes,209941027,rep,name=ssl_policies,json=sslPolicies,proto3" json:"ssl_policies,omitempty"`
	// Informational warning which replaces the list of SSL policies when the list is empty.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*SslPoliciesScopedList) Descriptor

func (*SslPoliciesScopedList) Descriptor() ([]byte, []int)

Deprecated: Use SslPoliciesScopedList.ProtoReflect.Descriptor instead.

func (*SslPoliciesScopedList) GetSslPolicies

func (x *SslPoliciesScopedList) GetSslPolicies() []*SslPolicy

func (*SslPoliciesScopedList) GetWarning

func (x *SslPoliciesScopedList) GetWarning() *Warning

func (*SslPoliciesScopedList) ProtoMessage

func (*SslPoliciesScopedList) ProtoMessage()

func (*SslPoliciesScopedList) ProtoReflect

func (x *SslPoliciesScopedList) ProtoReflect() protoreflect.Message

func (*SslPoliciesScopedList) Reset

func (x *SslPoliciesScopedList) Reset()

func (*SslPoliciesScopedList) String

func (x *SslPoliciesScopedList) String() string

type SslPoliciesServer

type SslPoliciesServer interface {
	// Retrieves the list of all SslPolicy resources, regional and global, available to the specified project.
	AggregatedList(context.Context, *AggregatedListSslPoliciesRequest) (*SslPoliciesAggregatedList, error)
	// Deletes the specified SSL policy. The SSL policy resource can be deleted only if it is not in use by any TargetHttpsProxy or TargetSslProxy resources.
	Delete(context.Context, *DeleteSslPolicyRequest) (*Operation, error)
	// Lists all of the ordered rules present in a single specified policy.
	Get(context.Context, *GetSslPolicyRequest) (*SslPolicy, error)
	// Returns the specified SSL policy resource.
	Insert(context.Context, *InsertSslPolicyRequest) (*Operation, error)
	// Lists all the SSL policies that have been configured for the specified project.
	List(context.Context, *ListSslPoliciesRequest) (*SslPoliciesList, error)
	// Lists all features that can be specified in the SSL policy when using custom profile.
	ListAvailableFeatures(context.Context, *ListAvailableFeaturesSslPoliciesRequest) (*SslPoliciesListAvailableFeaturesResponse, error)
	// Patches the specified SSL policy with the data included in the request.
	Patch(context.Context, *PatchSslPolicyRequest) (*Operation, error)
}

SslPoliciesServer is the server API for SslPolicies service.

type SslPolicy

type SslPolicy struct {

	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// A list of features enabled when the selected profile is CUSTOM. The method returns the set of features that can be specified in this list. This field must be empty if the profile is not CUSTOM.
	CustomFeatures []string `protobuf:"bytes,34789707,rep,name=custom_features,json=customFeatures,proto3" json:"custom_features,omitempty"`
	// An optional description of this resource. Provide this property when you create the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// [Output Only] The list of features enabled in the SSL policy.
	EnabledFeatures []string `protobuf:"bytes,469017467,rep,name=enabled_features,json=enabledFeatures,proto3" json:"enabled_features,omitempty"`
	// Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a SslPolicy. An up-to-date fingerprint must be provided in order to update the SslPolicy, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve an SslPolicy.
	Fingerprint *string `protobuf:"bytes,234678500,opt,name=fingerprint,proto3,oneof" json:"fingerprint,omitempty"`
	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Output only] Type of the resource. Always compute#sslPolicyfor SSL policies.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// The minimum version of SSL protocol that can be used by the clients to establish a connection with the load balancer. This can be one of TLS_1_0, TLS_1_1, TLS_1_2.
	// Check the MinTlsVersion enum for the list of possible values.
	MinTlsVersion *string `protobuf:"bytes,8155943,opt,name=min_tls_version,json=minTlsVersion,proto3,oneof" json:"min_tls_version,omitempty"`
	// Name of the resource. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// Profile specifies the set of SSL features that can be used by the load balancer when negotiating SSL with clients. This can be one of COMPATIBLE, MODERN, RESTRICTED, or CUSTOM. If using CUSTOM, the set of SSL features to enable must be specified in the customFeatures field.
	// Check the Profile enum for the list of possible values.
	Profile *string `protobuf:"bytes,227445161,opt,name=profile,proto3,oneof" json:"profile,omitempty"`
	// [Output Only] URL of the region where the regional SSL policy resides. This field is not applicable to global SSL policies.
	Region *string `protobuf:"bytes,138946292,opt,name=region,proto3,oneof" json:"region,omitempty"`
	// [Output Only] Server-defined URL for the resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] If potential misconfigurations are detected for this SSL policy, this field will be populated with warning messages.
	Warnings []*Warnings `protobuf:"bytes,498091095,rep,name=warnings,proto3" json:"warnings,omitempty"`
	// contains filtered or unexported fields
}

Represents an SSL Policy resource. Use SSL policies to control the SSL features, such as versions and cipher suites, offered by an HTTPS or SSL Proxy load balancer. For more information, read SSL Policy Concepts.

func (*SslPolicy) Descriptor

func (*SslPolicy) Descriptor() ([]byte, []int)

Deprecated: Use SslPolicy.ProtoReflect.Descriptor instead.

func (*SslPolicy) GetCreationTimestamp

func (x *SslPolicy) GetCreationTimestamp() string

func (*SslPolicy) GetCustomFeatures

func (x *SslPolicy) GetCustomFeatures() []string

func (*SslPolicy) GetDescription

func (x *SslPolicy) GetDescription() string

func (*SslPolicy) GetEnabledFeatures

func (x *SslPolicy) GetEnabledFeatures() []string

func (*SslPolicy) GetFingerprint

func (x *SslPolicy) GetFingerprint() string

func (*SslPolicy) GetId

func (x *SslPolicy) GetId() uint64

func (*SslPolicy) GetKind

func (x *SslPolicy) GetKind() string

func (*SslPolicy) GetMinTlsVersion

func (x *SslPolicy) GetMinTlsVersion() string

func (*SslPolicy) GetName

func (x *SslPolicy) GetName() string

func (*SslPolicy) GetProfile

func (x *SslPolicy) GetProfile() string

func (*SslPolicy) GetRegion

func (x *SslPolicy) GetRegion() string
func (x *SslPolicy) GetSelfLink() string

func (*SslPolicy) GetWarnings

func (x *SslPolicy) GetWarnings() []*Warnings

func (*SslPolicy) ProtoMessage

func (*SslPolicy) ProtoMessage()

func (*SslPolicy) ProtoReflect

func (x *SslPolicy) ProtoReflect() protoreflect.Message

func (*SslPolicy) Reset

func (x *SslPolicy) Reset()

func (*SslPolicy) String

func (x *SslPolicy) String() string

type SslPolicyReference

type SslPolicyReference struct {

	// URL of the SSL policy resource. Set this to empty string to clear any existing SSL policy associated with the target proxy resource.
	SslPolicy *string `protobuf:"bytes,295190213,opt,name=ssl_policy,json=sslPolicy,proto3,oneof" json:"ssl_policy,omitempty"`
	// contains filtered or unexported fields
}

func (*SslPolicyReference) Descriptor

func (*SslPolicyReference) Descriptor() ([]byte, []int)

Deprecated: Use SslPolicyReference.ProtoReflect.Descriptor instead.

func (*SslPolicyReference) GetSslPolicy

func (x *SslPolicyReference) GetSslPolicy() string

func (*SslPolicyReference) ProtoMessage

func (*SslPolicyReference) ProtoMessage()

func (*SslPolicyReference) ProtoReflect

func (x *SslPolicyReference) ProtoReflect() protoreflect.Message

func (*SslPolicyReference) Reset

func (x *SslPolicyReference) Reset()

func (*SslPolicyReference) String

func (x *SslPolicyReference) String() string

type SslPolicy_MinTlsVersion

type SslPolicy_MinTlsVersion int32

The minimum version of SSL protocol that can be used by the clients to establish a connection with the load balancer. This can be one of TLS_1_0, TLS_1_1, TLS_1_2.

const (
	// A value indicating that the enum field is not set.
	SslPolicy_UNDEFINED_MIN_TLS_VERSION SslPolicy_MinTlsVersion = 0
	// TLS 1.0
	SslPolicy_TLS_1_0 SslPolicy_MinTlsVersion = 33116734
	// TLS 1.1
	SslPolicy_TLS_1_1 SslPolicy_MinTlsVersion = 33116735
	// TLS 1.2
	SslPolicy_TLS_1_2 SslPolicy_MinTlsVersion = 33116736
)

func (SslPolicy_MinTlsVersion) Descriptor

func (SslPolicy_MinTlsVersion) Enum

func (SslPolicy_MinTlsVersion) EnumDescriptor

func (SslPolicy_MinTlsVersion) EnumDescriptor() ([]byte, []int)

Deprecated: Use SslPolicy_MinTlsVersion.Descriptor instead.

func (SslPolicy_MinTlsVersion) Number

func (SslPolicy_MinTlsVersion) String

func (x SslPolicy_MinTlsVersion) String() string

func (SslPolicy_MinTlsVersion) Type

type SslPolicy_Profile

type SslPolicy_Profile int32

Profile specifies the set of SSL features that can be used by the load balancer when negotiating SSL with clients. This can be one of COMPATIBLE, MODERN, RESTRICTED, or CUSTOM. If using CUSTOM, the set of SSL features to enable must be specified in the customFeatures field.

const (
	// A value indicating that the enum field is not set.
	SslPolicy_UNDEFINED_PROFILE SslPolicy_Profile = 0
	// Compatible profile. Allows the broadset set of clients, even those which support only out-of-date SSL features to negotiate with the load balancer.
	SslPolicy_COMPATIBLE SslPolicy_Profile = 179357396
	// Custom profile. Allow only the set of allowed SSL features specified in the customFeatures field.
	SslPolicy_CUSTOM SslPolicy_Profile = 388595569
	// Modern profile. Supports a wide set of SSL features, allowing modern clients to negotiate SSL with the load balancer.
	SslPolicy_MODERN SslPolicy_Profile = 132013855
	// Restricted profile. Supports a reduced set of SSL features, intended to meet stricter compliance requirements.
	SslPolicy_RESTRICTED SslPolicy_Profile = 261551195
)

func (SslPolicy_Profile) Descriptor

func (SslPolicy_Profile) Enum

func (SslPolicy_Profile) EnumDescriptor

func (SslPolicy_Profile) EnumDescriptor() ([]byte, []int)

Deprecated: Use SslPolicy_Profile.Descriptor instead.

func (SslPolicy_Profile) Number

func (SslPolicy_Profile) String

func (x SslPolicy_Profile) String() string

func (SslPolicy_Profile) Type

type StartAsyncReplicationDiskRequest

type StartAsyncReplicationDiskRequest struct {

	// The name of the persistent disk.
	Disk string `protobuf:"bytes,3083677,opt,name=disk,proto3" json:"disk,omitempty"`
	// The body resource for this request
	DisksStartAsyncReplicationRequestResource *DisksStartAsyncReplicationRequest `protobuf:"bytes,470814554,opt,name=disks_start_async_replication_request_resource,json=disksStartAsyncReplicationRequestResource,proto3" json:"disks_start_async_replication_request_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Disks.StartAsyncReplication. See the method description for details.

func (*StartAsyncReplicationDiskRequest) Descriptor

func (*StartAsyncReplicationDiskRequest) Descriptor() ([]byte, []int)

Deprecated: Use StartAsyncReplicationDiskRequest.ProtoReflect.Descriptor instead.

func (*StartAsyncReplicationDiskRequest) GetDisk

func (*StartAsyncReplicationDiskRequest) GetDisksStartAsyncReplicationRequestResource

func (x *StartAsyncReplicationDiskRequest) GetDisksStartAsyncReplicationRequestResource() *DisksStartAsyncReplicationRequest

func (*StartAsyncReplicationDiskRequest) GetProject

func (x *StartAsyncReplicationDiskRequest) GetProject() string

func (*StartAsyncReplicationDiskRequest) GetRequestId

func (x *StartAsyncReplicationDiskRequest) GetRequestId() string

func (*StartAsyncReplicationDiskRequest) GetZone

func (*StartAsyncReplicationDiskRequest) ProtoMessage

func (*StartAsyncReplicationDiskRequest) ProtoMessage()

func (*StartAsyncReplicationDiskRequest) ProtoReflect

func (*StartAsyncReplicationDiskRequest) Reset

func (*StartAsyncReplicationDiskRequest) String

type StartAsyncReplicationRegionDiskRequest

type StartAsyncReplicationRegionDiskRequest struct {

	// The name of the persistent disk.
	Disk string `protobuf:"bytes,3083677,opt,name=disk,proto3" json:"disk,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// The body resource for this request
	RegionDisksStartAsyncReplicationRequestResource *RegionDisksStartAsyncReplicationRequest `protobuf:"bytes,474326021,opt,name=region_disks_start_async_replication_request_resource,json=regionDisksStartAsyncReplicationRequestResource,proto3" json:"region_disks_start_async_replication_request_resource,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionDisks.StartAsyncReplication. See the method description for details.

func (*StartAsyncReplicationRegionDiskRequest) Descriptor

func (*StartAsyncReplicationRegionDiskRequest) Descriptor() ([]byte, []int)

Deprecated: Use StartAsyncReplicationRegionDiskRequest.ProtoReflect.Descriptor instead.

func (*StartAsyncReplicationRegionDiskRequest) GetDisk

func (*StartAsyncReplicationRegionDiskRequest) GetProject

func (*StartAsyncReplicationRegionDiskRequest) GetRegion

func (*StartAsyncReplicationRegionDiskRequest) GetRegionDisksStartAsyncReplicationRequestResource

func (x *StartAsyncReplicationRegionDiskRequest) GetRegionDisksStartAsyncReplicationRequestResource() *RegionDisksStartAsyncReplicationRequest

func (*StartAsyncReplicationRegionDiskRequest) GetRequestId

func (*StartAsyncReplicationRegionDiskRequest) ProtoMessage

func (*StartAsyncReplicationRegionDiskRequest) ProtoReflect

func (*StartAsyncReplicationRegionDiskRequest) Reset

func (*StartAsyncReplicationRegionDiskRequest) String

type StartInstanceRequest

type StartInstanceRequest struct {

	// Name of the instance resource to start.
	Instance string `protobuf:"bytes,18257045,opt,name=instance,proto3" json:"instance,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Instances.Start. See the method description for details.

func (*StartInstanceRequest) Descriptor

func (*StartInstanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use StartInstanceRequest.ProtoReflect.Descriptor instead.

func (*StartInstanceRequest) GetInstance

func (x *StartInstanceRequest) GetInstance() string

func (*StartInstanceRequest) GetProject

func (x *StartInstanceRequest) GetProject() string

func (*StartInstanceRequest) GetRequestId

func (x *StartInstanceRequest) GetRequestId() string

func (*StartInstanceRequest) GetZone

func (x *StartInstanceRequest) GetZone() string

func (*StartInstanceRequest) ProtoMessage

func (*StartInstanceRequest) ProtoMessage()

func (*StartInstanceRequest) ProtoReflect

func (x *StartInstanceRequest) ProtoReflect() protoreflect.Message

func (*StartInstanceRequest) Reset

func (x *StartInstanceRequest) Reset()

func (*StartInstanceRequest) String

func (x *StartInstanceRequest) String() string

type StartWithEncryptionKeyInstanceRequest

type StartWithEncryptionKeyInstanceRequest struct {

	// Name of the instance resource to start.
	Instance string `protobuf:"bytes,18257045,opt,name=instance,proto3" json:"instance,omitempty"`
	// The body resource for this request
	InstancesStartWithEncryptionKeyRequestResource *InstancesStartWithEncryptionKeyRequest `protobuf:"bytes,441712511,opt,name=instances_start_with_encryption_key_request_resource,json=instancesStartWithEncryptionKeyRequestResource,proto3" json:"instances_start_with_encryption_key_request_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Instances.StartWithEncryptionKey. See the method description for details.

func (*StartWithEncryptionKeyInstanceRequest) Descriptor

func (*StartWithEncryptionKeyInstanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use StartWithEncryptionKeyInstanceRequest.ProtoReflect.Descriptor instead.

func (*StartWithEncryptionKeyInstanceRequest) GetInstance

func (*StartWithEncryptionKeyInstanceRequest) GetInstancesStartWithEncryptionKeyRequestResource

func (x *StartWithEncryptionKeyInstanceRequest) GetInstancesStartWithEncryptionKeyRequestResource() *InstancesStartWithEncryptionKeyRequest

func (*StartWithEncryptionKeyInstanceRequest) GetProject

func (*StartWithEncryptionKeyInstanceRequest) GetRequestId

func (*StartWithEncryptionKeyInstanceRequest) GetZone

func (*StartWithEncryptionKeyInstanceRequest) ProtoMessage

func (*StartWithEncryptionKeyInstanceRequest) ProtoMessage()

func (*StartWithEncryptionKeyInstanceRequest) ProtoReflect

func (*StartWithEncryptionKeyInstanceRequest) Reset

func (*StartWithEncryptionKeyInstanceRequest) String

type StatefulPolicy

type StatefulPolicy struct {
	PreservedState *StatefulPolicyPreservedState `protobuf:"bytes,2634026,opt,name=preserved_state,json=preservedState,proto3,oneof" json:"preserved_state,omitempty"`
	// contains filtered or unexported fields
}

func (*StatefulPolicy) Descriptor

func (*StatefulPolicy) Descriptor() ([]byte, []int)

Deprecated: Use StatefulPolicy.ProtoReflect.Descriptor instead.

func (*StatefulPolicy) GetPreservedState

func (x *StatefulPolicy) GetPreservedState() *StatefulPolicyPreservedState

func (*StatefulPolicy) ProtoMessage

func (*StatefulPolicy) ProtoMessage()

func (*StatefulPolicy) ProtoReflect

func (x *StatefulPolicy) ProtoReflect() protoreflect.Message

func (*StatefulPolicy) Reset

func (x *StatefulPolicy) Reset()

func (*StatefulPolicy) String

func (x *StatefulPolicy) String() string

type StatefulPolicyPreservedState

type StatefulPolicyPreservedState struct {

	// Disks created on the instances that will be preserved on instance delete, update, etc. This map is keyed with the device names of the disks.
	Disks map[string]*StatefulPolicyPreservedStateDiskDevice `protobuf:"bytes,95594102,rep,name=disks,proto3" json:"disks,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// contains filtered or unexported fields
}

Configuration of preserved resources.

func (*StatefulPolicyPreservedState) Descriptor

func (*StatefulPolicyPreservedState) Descriptor() ([]byte, []int)

Deprecated: Use StatefulPolicyPreservedState.ProtoReflect.Descriptor instead.

func (*StatefulPolicyPreservedState) GetDisks

func (*StatefulPolicyPreservedState) ProtoMessage

func (*StatefulPolicyPreservedState) ProtoMessage()

func (*StatefulPolicyPreservedState) ProtoReflect

func (*StatefulPolicyPreservedState) Reset

func (x *StatefulPolicyPreservedState) Reset()

func (*StatefulPolicyPreservedState) String

type StatefulPolicyPreservedStateDiskDevice

type StatefulPolicyPreservedStateDiskDevice struct {

	// These stateful disks will never be deleted during autohealing, update or VM instance recreate operations. This flag is used to configure if the disk should be deleted after it is no longer used by the group, e.g. when the given instance or the whole group is deleted. Note: disks attached in READ_ONLY mode cannot be auto-deleted.
	// Check the AutoDelete enum for the list of possible values.
	AutoDelete *string `protobuf:"bytes,464761403,opt,name=auto_delete,json=autoDelete,proto3,oneof" json:"auto_delete,omitempty"`
	// contains filtered or unexported fields
}

func (*StatefulPolicyPreservedStateDiskDevice) Descriptor

func (*StatefulPolicyPreservedStateDiskDevice) Descriptor() ([]byte, []int)

Deprecated: Use StatefulPolicyPreservedStateDiskDevice.ProtoReflect.Descriptor instead.

func (*StatefulPolicyPreservedStateDiskDevice) GetAutoDelete

func (*StatefulPolicyPreservedStateDiskDevice) ProtoMessage

func (*StatefulPolicyPreservedStateDiskDevice) ProtoReflect

func (*StatefulPolicyPreservedStateDiskDevice) Reset

func (*StatefulPolicyPreservedStateDiskDevice) String

type StatefulPolicyPreservedStateDiskDevice_AutoDelete

type StatefulPolicyPreservedStateDiskDevice_AutoDelete int32

These stateful disks will never be deleted during autohealing, update or VM instance recreate operations. This flag is used to configure if the disk should be deleted after it is no longer used by the group, e.g. when the given instance or the whole group is deleted. Note: disks attached in READ_ONLY mode cannot be auto-deleted.

const (
	// A value indicating that the enum field is not set.
	StatefulPolicyPreservedStateDiskDevice_UNDEFINED_AUTO_DELETE          StatefulPolicyPreservedStateDiskDevice_AutoDelete = 0
	StatefulPolicyPreservedStateDiskDevice_NEVER                          StatefulPolicyPreservedStateDiskDevice_AutoDelete = 74175084
	StatefulPolicyPreservedStateDiskDevice_ON_PERMANENT_INSTANCE_DELETION StatefulPolicyPreservedStateDiskDevice_AutoDelete = 95727719
)

func (StatefulPolicyPreservedStateDiskDevice_AutoDelete) Descriptor

func (StatefulPolicyPreservedStateDiskDevice_AutoDelete) Enum

func (StatefulPolicyPreservedStateDiskDevice_AutoDelete) EnumDescriptor

Deprecated: Use StatefulPolicyPreservedStateDiskDevice_AutoDelete.Descriptor instead.

func (StatefulPolicyPreservedStateDiskDevice_AutoDelete) Number

func (StatefulPolicyPreservedStateDiskDevice_AutoDelete) String

func (StatefulPolicyPreservedStateDiskDevice_AutoDelete) Type

type StopAsyncReplicationDiskRequest

type StopAsyncReplicationDiskRequest struct {

	// The name of the persistent disk.
	Disk string `protobuf:"bytes,3083677,opt,name=disk,proto3" json:"disk,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Disks.StopAsyncReplication. See the method description for details.

func (*StopAsyncReplicationDiskRequest) Descriptor

func (*StopAsyncReplicationDiskRequest) Descriptor() ([]byte, []int)

Deprecated: Use StopAsyncReplicationDiskRequest.ProtoReflect.Descriptor instead.

func (*StopAsyncReplicationDiskRequest) GetDisk

func (*StopAsyncReplicationDiskRequest) GetProject

func (x *StopAsyncReplicationDiskRequest) GetProject() string

func (*StopAsyncReplicationDiskRequest) GetRequestId

func (x *StopAsyncReplicationDiskRequest) GetRequestId() string

func (*StopAsyncReplicationDiskRequest) GetZone

func (*StopAsyncReplicationDiskRequest) ProtoMessage

func (*StopAsyncReplicationDiskRequest) ProtoMessage()

func (*StopAsyncReplicationDiskRequest) ProtoReflect

func (*StopAsyncReplicationDiskRequest) Reset

func (*StopAsyncReplicationDiskRequest) String

type StopAsyncReplicationRegionDiskRequest

type StopAsyncReplicationRegionDiskRequest struct {

	// The name of the persistent disk.
	Disk string `protobuf:"bytes,3083677,opt,name=disk,proto3" json:"disk,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionDisks.StopAsyncReplication. See the method description for details.

func (*StopAsyncReplicationRegionDiskRequest) Descriptor

func (*StopAsyncReplicationRegionDiskRequest) Descriptor() ([]byte, []int)

Deprecated: Use StopAsyncReplicationRegionDiskRequest.ProtoReflect.Descriptor instead.

func (*StopAsyncReplicationRegionDiskRequest) GetDisk

func (*StopAsyncReplicationRegionDiskRequest) GetProject

func (*StopAsyncReplicationRegionDiskRequest) GetRegion

func (*StopAsyncReplicationRegionDiskRequest) GetRequestId

func (*StopAsyncReplicationRegionDiskRequest) ProtoMessage

func (*StopAsyncReplicationRegionDiskRequest) ProtoMessage()

func (*StopAsyncReplicationRegionDiskRequest) ProtoReflect

func (*StopAsyncReplicationRegionDiskRequest) Reset

func (*StopAsyncReplicationRegionDiskRequest) String

type StopGroupAsyncReplicationDiskRequest

type StopGroupAsyncReplicationDiskRequest struct {

	// The body resource for this request
	DisksStopGroupAsyncReplicationResourceResource *DisksStopGroupAsyncReplicationResource `protobuf:"bytes,346815509,opt,name=disks_stop_group_async_replication_resource_resource,json=disksStopGroupAsyncReplicationResourceResource,proto3" json:"disks_stop_group_async_replication_resource_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone for this request. This must be the zone of the primary or secondary disks in the consistency group.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Disks.StopGroupAsyncReplication. See the method description for details.

func (*StopGroupAsyncReplicationDiskRequest) Descriptor

func (*StopGroupAsyncReplicationDiskRequest) Descriptor() ([]byte, []int)

Deprecated: Use StopGroupAsyncReplicationDiskRequest.ProtoReflect.Descriptor instead.

func (*StopGroupAsyncReplicationDiskRequest) GetDisksStopGroupAsyncReplicationResourceResource

func (x *StopGroupAsyncReplicationDiskRequest) GetDisksStopGroupAsyncReplicationResourceResource() *DisksStopGroupAsyncReplicationResource

func (*StopGroupAsyncReplicationDiskRequest) GetProject

func (*StopGroupAsyncReplicationDiskRequest) GetRequestId

func (x *StopGroupAsyncReplicationDiskRequest) GetRequestId() string

func (*StopGroupAsyncReplicationDiskRequest) GetZone

func (*StopGroupAsyncReplicationDiskRequest) ProtoMessage

func (*StopGroupAsyncReplicationDiskRequest) ProtoMessage()

func (*StopGroupAsyncReplicationDiskRequest) ProtoReflect

func (*StopGroupAsyncReplicationDiskRequest) Reset

func (*StopGroupAsyncReplicationDiskRequest) String

type StopGroupAsyncReplicationRegionDiskRequest

type StopGroupAsyncReplicationRegionDiskRequest struct {

	// The body resource for this request
	DisksStopGroupAsyncReplicationResourceResource *DisksStopGroupAsyncReplicationResource `protobuf:"bytes,346815509,opt,name=disks_stop_group_async_replication_resource_resource,json=disksStopGroupAsyncReplicationResourceResource,proto3" json:"disks_stop_group_async_replication_resource_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the region for this request. This must be the region of the primary or secondary disks in the consistency group.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionDisks.StopGroupAsyncReplication. See the method description for details.

func (*StopGroupAsyncReplicationRegionDiskRequest) Descriptor

Deprecated: Use StopGroupAsyncReplicationRegionDiskRequest.ProtoReflect.Descriptor instead.

func (*StopGroupAsyncReplicationRegionDiskRequest) GetDisksStopGroupAsyncReplicationResourceResource

func (x *StopGroupAsyncReplicationRegionDiskRequest) GetDisksStopGroupAsyncReplicationResourceResource() *DisksStopGroupAsyncReplicationResource

func (*StopGroupAsyncReplicationRegionDiskRequest) GetProject

func (*StopGroupAsyncReplicationRegionDiskRequest) GetRegion

func (*StopGroupAsyncReplicationRegionDiskRequest) GetRequestId

func (*StopGroupAsyncReplicationRegionDiskRequest) ProtoMessage

func (*StopGroupAsyncReplicationRegionDiskRequest) ProtoReflect

func (*StopGroupAsyncReplicationRegionDiskRequest) Reset

func (*StopGroupAsyncReplicationRegionDiskRequest) String

type StopInstanceRequest

type StopInstanceRequest struct {

	// If true, discard the contents of any attached localSSD partitions. Default value is false.
	DiscardLocalSsd *bool `protobuf:"varint,319517903,opt,name=discard_local_ssd,json=discardLocalSsd,proto3,oneof" json:"discard_local_ssd,omitempty"`
	// Name of the instance resource to stop.
	Instance string `protobuf:"bytes,18257045,opt,name=instance,proto3" json:"instance,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Instances.Stop. See the method description for details.

func (*StopInstanceRequest) Descriptor

func (*StopInstanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use StopInstanceRequest.ProtoReflect.Descriptor instead.

func (*StopInstanceRequest) GetDiscardLocalSsd

func (x *StopInstanceRequest) GetDiscardLocalSsd() bool

func (*StopInstanceRequest) GetInstance

func (x *StopInstanceRequest) GetInstance() string

func (*StopInstanceRequest) GetProject

func (x *StopInstanceRequest) GetProject() string

func (*StopInstanceRequest) GetRequestId

func (x *StopInstanceRequest) GetRequestId() string

func (*StopInstanceRequest) GetZone

func (x *StopInstanceRequest) GetZone() string

func (*StopInstanceRequest) ProtoMessage

func (*StopInstanceRequest) ProtoMessage()

func (*StopInstanceRequest) ProtoReflect

func (x *StopInstanceRequest) ProtoReflect() protoreflect.Message

func (*StopInstanceRequest) Reset

func (x *StopInstanceRequest) Reset()

func (*StopInstanceRequest) String

func (x *StopInstanceRequest) String() string

type Subnetwork

type Subnetwork struct {

	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// An optional description of this resource. Provide this property when you create the resource. This field can be set only at resource creation time.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// Whether to enable flow logging for this subnetwork. If this field is not explicitly set, it will not appear in get listings. If not set the default behavior is determined by the org policy, if there is no org policy specified, then it will default to disabled. This field isn't supported if the subnet purpose field is set to REGIONAL_MANAGED_PROXY.
	EnableFlowLogs *bool `protobuf:"varint,151544420,opt,name=enable_flow_logs,json=enableFlowLogs,proto3,oneof" json:"enable_flow_logs,omitempty"`
	// The external IPv6 address range that is owned by this subnetwork.
	ExternalIpv6Prefix *string `protobuf:"bytes,139299190,opt,name=external_ipv6_prefix,json=externalIpv6Prefix,proto3,oneof" json:"external_ipv6_prefix,omitempty"`
	// Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a Subnetwork. An up-to-date fingerprint must be provided in order to update the Subnetwork, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a Subnetwork.
	Fingerprint *string `protobuf:"bytes,234678500,opt,name=fingerprint,proto3,oneof" json:"fingerprint,omitempty"`
	// [Output Only] The gateway address for default routes to reach destination addresses outside this subnetwork.
	GatewayAddress *string `protobuf:"bytes,459867385,opt,name=gateway_address,json=gatewayAddress,proto3,oneof" json:"gateway_address,omitempty"`
	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Output Only] The internal IPv6 address range that is assigned to this subnetwork.
	InternalIpv6Prefix *string `protobuf:"bytes,506270056,opt,name=internal_ipv6_prefix,json=internalIpv6Prefix,proto3,oneof" json:"internal_ipv6_prefix,omitempty"`
	// The range of internal addresses that are owned by this subnetwork. Provide this property when you create the subnetwork. For example, 10.0.0.0/8 or 100.64.0.0/10. Ranges must be unique and non-overlapping within a network. Only IPv4 is supported. This field is set at resource creation time. The range can be any range listed in the Valid ranges list. The range can be expanded after creation using expandIpCidrRange.
	IpCidrRange *string `protobuf:"bytes,98117322,opt,name=ip_cidr_range,json=ipCidrRange,proto3,oneof" json:"ip_cidr_range,omitempty"`
	// The access type of IPv6 address this subnet holds. It's immutable and can only be specified during creation or the first time the subnet is updated into IPV4_IPV6 dual stack.
	// Check the Ipv6AccessType enum for the list of possible values.
	Ipv6AccessType *string `protobuf:"bytes,504658653,opt,name=ipv6_access_type,json=ipv6AccessType,proto3,oneof" json:"ipv6_access_type,omitempty"`
	// [Output Only] This field is for internal use.
	Ipv6CidrRange *string `protobuf:"bytes,273141258,opt,name=ipv6_cidr_range,json=ipv6CidrRange,proto3,oneof" json:"ipv6_cidr_range,omitempty"`
	// [Output Only] Type of the resource. Always compute#subnetwork for Subnetwork resources.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// This field denotes the VPC flow logging options for this subnetwork. If logging is enabled, logs are exported to Cloud Logging.
	LogConfig *SubnetworkLogConfig `protobuf:"bytes,351299741,opt,name=log_config,json=logConfig,proto3,oneof" json:"log_config,omitempty"`
	// The name of the resource, provided by the client when initially creating the resource. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// The URL of the network to which this subnetwork belongs, provided by the client when initially creating the subnetwork. This field can be set only at resource creation time.
	Network *string `protobuf:"bytes,232872494,opt,name=network,proto3,oneof" json:"network,omitempty"`
	// Whether the VMs in this subnet can access Google services without assigned external IP addresses. This field can be both set at resource creation time and updated using setPrivateIpGoogleAccess.
	PrivateIpGoogleAccess *bool `protobuf:"varint,421491790,opt,name=private_ip_google_access,json=privateIpGoogleAccess,proto3,oneof" json:"private_ip_google_access,omitempty"`
	// This field is for internal use. This field can be both set at resource creation time and updated using patch.
	// Check the PrivateIpv6GoogleAccess enum for the list of possible values.
	PrivateIpv6GoogleAccess *string `protobuf:"bytes,48277006,opt,name=private_ipv6_google_access,json=privateIpv6GoogleAccess,proto3,oneof" json:"private_ipv6_google_access,omitempty"`
	// The purpose of the resource. This field can be either PRIVATE, REGIONAL_MANAGED_PROXY, PRIVATE_SERVICE_CONNECT, or INTERNAL_HTTPS_LOAD_BALANCER. PRIVATE is the default purpose for user-created subnets or subnets that are automatically created in auto mode networks. A subnet with purpose set to REGIONAL_MANAGED_PROXY is a user-created subnetwork that is reserved for regional Envoy-based load balancers. A subnet with purpose set to PRIVATE_SERVICE_CONNECT is used to publish services using Private Service Connect. A subnet with purpose set to INTERNAL_HTTPS_LOAD_BALANCER is a proxy-only subnet that can be used only by regional internal HTTP(S) load balancers. Note that REGIONAL_MANAGED_PROXY is the preferred setting for all regional Envoy load balancers. If unspecified, the subnet purpose defaults to PRIVATE. The enableFlowLogs field isn't supported if the subnet purpose field is set to REGIONAL_MANAGED_PROXY.
	// Check the Purpose enum for the list of possible values.
	Purpose *string `protobuf:"bytes,316407070,opt,name=purpose,proto3,oneof" json:"purpose,omitempty"`
	// URL of the region where the Subnetwork resides. This field can be set only at resource creation time.
	Region *string `protobuf:"bytes,138946292,opt,name=region,proto3,oneof" json:"region,omitempty"`
	// The role of subnetwork. Currently, this field is only used when purpose = REGIONAL_MANAGED_PROXY. The value can be set to ACTIVE or BACKUP. An ACTIVE subnetwork is one that is currently being used for Envoy-based load balancers in a region. A BACKUP subnetwork is one that is ready to be promoted to ACTIVE or is currently draining. This field can be updated with a patch request.
	// Check the Role enum for the list of possible values.
	Role *string `protobuf:"bytes,3506294,opt,name=role,proto3,oneof" json:"role,omitempty"`
	// An array of configurations for secondary IP ranges for VM instances contained in this subnetwork. The primary IP of such VM must belong to the primary ipCidrRange of the subnetwork. The alias IPs may belong to either primary or secondary ranges. This field can be updated with a patch request.
	SecondaryIpRanges []*SubnetworkSecondaryRange `protobuf:"bytes,136658915,rep,name=secondary_ip_ranges,json=secondaryIpRanges,proto3" json:"secondary_ip_ranges,omitempty"`
	// [Output Only] Server-defined URL for the resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// The stack type for the subnet. If set to IPV4_ONLY, new VMs in the subnet are assigned IPv4 addresses only. If set to IPV4_IPV6, new VMs in the subnet can be assigned both IPv4 and IPv6 addresses. If not specified, IPV4_ONLY is used. This field can be both set at resource creation time and updated using patch.
	// Check the StackType enum for the list of possible values.
	StackType *string `protobuf:"bytes,425908881,opt,name=stack_type,json=stackType,proto3,oneof" json:"stack_type,omitempty"`
	// [Output Only] The state of the subnetwork, which can be one of the following values: READY: Subnetwork is created and ready to use DRAINING: only applicable to subnetworks that have the purpose set to INTERNAL_HTTPS_LOAD_BALANCER and indicates that connections to the load balancer are being drained. A subnetwork that is draining cannot be used or modified until it reaches a status of READY
	// Check the State enum for the list of possible values.
	State *string `protobuf:"bytes,109757585,opt,name=state,proto3,oneof" json:"state,omitempty"`
	// contains filtered or unexported fields
}

Represents a Subnetwork resource. A subnetwork (also known as a subnet) is a logical partition of a Virtual Private Cloud network with one primary IP range and zero or more secondary IP ranges. For more information, read Virtual Private Cloud (VPC) Network.

func (*Subnetwork) Descriptor

func (*Subnetwork) Descriptor() ([]byte, []int)

Deprecated: Use Subnetwork.ProtoReflect.Descriptor instead.

func (*Subnetwork) GetCreationTimestamp

func (x *Subnetwork) GetCreationTimestamp() string

func (*Subnetwork) GetDescription

func (x *Subnetwork) GetDescription() string

func (*Subnetwork) GetEnableFlowLogs

func (x *Subnetwork) GetEnableFlowLogs() bool

func (*Subnetwork) GetExternalIpv6Prefix

func (x *Subnetwork) GetExternalIpv6Prefix() string

func (*Subnetwork) GetFingerprint

func (x *Subnetwork) GetFingerprint() string

func (*Subnetwork) GetGatewayAddress

func (x *Subnetwork) GetGatewayAddress() string

func (*Subnetwork) GetId

func (x *Subnetwork) GetId() uint64

func (*Subnetwork) GetInternalIpv6Prefix

func (x *Subnetwork) GetInternalIpv6Prefix() string

func (*Subnetwork) GetIpCidrRange

func (x *Subnetwork) GetIpCidrRange() string

func (*Subnetwork) GetIpv6AccessType

func (x *Subnetwork) GetIpv6AccessType() string

func (*Subnetwork) GetIpv6CidrRange

func (x *Subnetwork) GetIpv6CidrRange() string

func (*Subnetwork) GetKind

func (x *Subnetwork) GetKind() string

func (*Subnetwork) GetLogConfig

func (x *Subnetwork) GetLogConfig() *SubnetworkLogConfig

func (*Subnetwork) GetName

func (x *Subnetwork) GetName() string

func (*Subnetwork) GetNetwork

func (x *Subnetwork) GetNetwork() string

func (*Subnetwork) GetPrivateIpGoogleAccess

func (x *Subnetwork) GetPrivateIpGoogleAccess() bool

func (*Subnetwork) GetPrivateIpv6GoogleAccess

func (x *Subnetwork) GetPrivateIpv6GoogleAccess() string

func (*Subnetwork) GetPurpose

func (x *Subnetwork) GetPurpose() string

func (*Subnetwork) GetRegion

func (x *Subnetwork) GetRegion() string

func (*Subnetwork) GetRole

func (x *Subnetwork) GetRole() string

func (*Subnetwork) GetSecondaryIpRanges

func (x *Subnetwork) GetSecondaryIpRanges() []*SubnetworkSecondaryRange
func (x *Subnetwork) GetSelfLink() string

func (*Subnetwork) GetStackType

func (x *Subnetwork) GetStackType() string

func (*Subnetwork) GetState

func (x *Subnetwork) GetState() string

func (*Subnetwork) ProtoMessage

func (*Subnetwork) ProtoMessage()

func (*Subnetwork) ProtoReflect

func (x *Subnetwork) ProtoReflect() protoreflect.Message

func (*Subnetwork) Reset

func (x *Subnetwork) Reset()

func (*Subnetwork) String

func (x *Subnetwork) String() string

type SubnetworkAggregatedList

type SubnetworkAggregatedList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of SubnetworksScopedList resources.
	Items map[string]*SubnetworksScopedList `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// [Output Only] Type of resource. Always compute#subnetworkAggregatedList for aggregated lists of subnetworks.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Unreachable resources.
	Unreachables []string `protobuf:"bytes,243372063,rep,name=unreachables,proto3" json:"unreachables,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*SubnetworkAggregatedList) Descriptor

func (*SubnetworkAggregatedList) Descriptor() ([]byte, []int)

Deprecated: Use SubnetworkAggregatedList.ProtoReflect.Descriptor instead.

func (*SubnetworkAggregatedList) GetId

func (x *SubnetworkAggregatedList) GetId() string

func (*SubnetworkAggregatedList) GetItems

func (*SubnetworkAggregatedList) GetKind

func (x *SubnetworkAggregatedList) GetKind() string

func (*SubnetworkAggregatedList) GetNextPageToken

func (x *SubnetworkAggregatedList) GetNextPageToken() string
func (x *SubnetworkAggregatedList) GetSelfLink() string

func (*SubnetworkAggregatedList) GetUnreachables

func (x *SubnetworkAggregatedList) GetUnreachables() []string

func (*SubnetworkAggregatedList) GetWarning

func (x *SubnetworkAggregatedList) GetWarning() *Warning

func (*SubnetworkAggregatedList) ProtoMessage

func (*SubnetworkAggregatedList) ProtoMessage()

func (*SubnetworkAggregatedList) ProtoReflect

func (x *SubnetworkAggregatedList) ProtoReflect() protoreflect.Message

func (*SubnetworkAggregatedList) Reset

func (x *SubnetworkAggregatedList) Reset()

func (*SubnetworkAggregatedList) String

func (x *SubnetworkAggregatedList) String() string

type SubnetworkList

type SubnetworkList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of Subnetwork resources.
	Items []*Subnetwork `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] Type of resource. Always compute#subnetworkList for lists of subnetworks.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

Contains a list of Subnetwork resources.

func (*SubnetworkList) Descriptor

func (*SubnetworkList) Descriptor() ([]byte, []int)

Deprecated: Use SubnetworkList.ProtoReflect.Descriptor instead.

func (*SubnetworkList) GetId

func (x *SubnetworkList) GetId() string

func (*SubnetworkList) GetItems

func (x *SubnetworkList) GetItems() []*Subnetwork

func (*SubnetworkList) GetKind

func (x *SubnetworkList) GetKind() string

func (*SubnetworkList) GetNextPageToken

func (x *SubnetworkList) GetNextPageToken() string
func (x *SubnetworkList) GetSelfLink() string

func (*SubnetworkList) GetWarning

func (x *SubnetworkList) GetWarning() *Warning

func (*SubnetworkList) ProtoMessage

func (*SubnetworkList) ProtoMessage()

func (*SubnetworkList) ProtoReflect

func (x *SubnetworkList) ProtoReflect() protoreflect.Message

func (*SubnetworkList) Reset

func (x *SubnetworkList) Reset()

func (*SubnetworkList) String

func (x *SubnetworkList) String() string

type SubnetworkLogConfig

type SubnetworkLogConfig struct {

	// Can only be specified if VPC flow logging for this subnetwork is enabled. Toggles the aggregation interval for collecting flow logs. Increasing the interval time will reduce the amount of generated flow logs for long lasting connections. Default is an interval of 5 seconds per connection.
	// Check the AggregationInterval enum for the list of possible values.
	AggregationInterval *string `protobuf:"bytes,174919042,opt,name=aggregation_interval,json=aggregationInterval,proto3,oneof" json:"aggregation_interval,omitempty"`
	// Whether to enable flow logging for this subnetwork. If this field is not explicitly set, it will not appear in get listings. If not set the default behavior is determined by the org policy, if there is no org policy specified, then it will default to disabled. Flow logging isn't supported if the subnet purpose field is set to REGIONAL_MANAGED_PROXY.
	Enable *bool `protobuf:"varint,311764355,opt,name=enable,proto3,oneof" json:"enable,omitempty"`
	// Can only be specified if VPC flow logs for this subnetwork is enabled. The filter expression is used to define which VPC flow logs should be exported to Cloud Logging.
	FilterExpr *string `protobuf:"bytes,183374428,opt,name=filter_expr,json=filterExpr,proto3,oneof" json:"filter_expr,omitempty"`
	// Can only be specified if VPC flow logging for this subnetwork is enabled. The value of the field must be in [0, 1]. Set the sampling rate of VPC flow logs within the subnetwork where 1.0 means all collected logs are reported and 0.0 means no logs are reported. Default is 0.5 unless otherwise specified by the org policy, which means half of all collected logs are reported.
	FlowSampling *float32 `protobuf:"fixed32,530150360,opt,name=flow_sampling,json=flowSampling,proto3,oneof" json:"flow_sampling,omitempty"`
	// Can only be specified if VPC flow logs for this subnetwork is enabled. Configures whether all, none or a subset of metadata fields should be added to the reported VPC flow logs. Default is EXCLUDE_ALL_METADATA.
	// Check the Metadata enum for the list of possible values.
	Metadata *string `protobuf:"bytes,86866735,opt,name=metadata,proto3,oneof" json:"metadata,omitempty"`
	// Can only be specified if VPC flow logs for this subnetwork is enabled and "metadata" was set to CUSTOM_METADATA.
	MetadataFields []string `protobuf:"bytes,378461641,rep,name=metadata_fields,json=metadataFields,proto3" json:"metadata_fields,omitempty"`
	// contains filtered or unexported fields
}

The available logging options for this subnetwork.

func (*SubnetworkLogConfig) Descriptor

func (*SubnetworkLogConfig) Descriptor() ([]byte, []int)

Deprecated: Use SubnetworkLogConfig.ProtoReflect.Descriptor instead.

func (*SubnetworkLogConfig) GetAggregationInterval

func (x *SubnetworkLogConfig) GetAggregationInterval() string

func (*SubnetworkLogConfig) GetEnable

func (x *SubnetworkLogConfig) GetEnable() bool

func (*SubnetworkLogConfig) GetFilterExpr

func (x *SubnetworkLogConfig) GetFilterExpr() string

func (*SubnetworkLogConfig) GetFlowSampling

func (x *SubnetworkLogConfig) GetFlowSampling() float32

func (*SubnetworkLogConfig) GetMetadata

func (x *SubnetworkLogConfig) GetMetadata() string

func (*SubnetworkLogConfig) GetMetadataFields

func (x *SubnetworkLogConfig) GetMetadataFields() []string

func (*SubnetworkLogConfig) ProtoMessage

func (*SubnetworkLogConfig) ProtoMessage()

func (*SubnetworkLogConfig) ProtoReflect

func (x *SubnetworkLogConfig) ProtoReflect() protoreflect.Message

func (*SubnetworkLogConfig) Reset

func (x *SubnetworkLogConfig) Reset()

func (*SubnetworkLogConfig) String

func (x *SubnetworkLogConfig) String() string

type SubnetworkLogConfig_AggregationInterval

type SubnetworkLogConfig_AggregationInterval int32

Can only be specified if VPC flow logging for this subnetwork is enabled. Toggles the aggregation interval for collecting flow logs. Increasing the interval time will reduce the amount of generated flow logs for long lasting connections. Default is an interval of 5 seconds per connection.

const (
	// A value indicating that the enum field is not set.
	SubnetworkLogConfig_UNDEFINED_AGGREGATION_INTERVAL SubnetworkLogConfig_AggregationInterval = 0
	SubnetworkLogConfig_INTERVAL_10_MIN                SubnetworkLogConfig_AggregationInterval = 487155916
	SubnetworkLogConfig_INTERVAL_15_MIN                SubnetworkLogConfig_AggregationInterval = 491773521
	SubnetworkLogConfig_INTERVAL_1_MIN                 SubnetworkLogConfig_AggregationInterval = 69052714
	SubnetworkLogConfig_INTERVAL_30_SEC                SubnetworkLogConfig_AggregationInterval = 7548937
	SubnetworkLogConfig_INTERVAL_5_MIN                 SubnetworkLogConfig_AggregationInterval = 72746798
	SubnetworkLogConfig_INTERVAL_5_SEC                 SubnetworkLogConfig_AggregationInterval = 72752429
)

func (SubnetworkLogConfig_AggregationInterval) Descriptor

func (SubnetworkLogConfig_AggregationInterval) Enum

func (SubnetworkLogConfig_AggregationInterval) EnumDescriptor

func (SubnetworkLogConfig_AggregationInterval) EnumDescriptor() ([]byte, []int)

Deprecated: Use SubnetworkLogConfig_AggregationInterval.Descriptor instead.

func (SubnetworkLogConfig_AggregationInterval) Number

func (SubnetworkLogConfig_AggregationInterval) String

func (SubnetworkLogConfig_AggregationInterval) Type

type SubnetworkLogConfig_Metadata

type SubnetworkLogConfig_Metadata int32

Can only be specified if VPC flow logs for this subnetwork is enabled. Configures whether all, none or a subset of metadata fields should be added to the reported VPC flow logs. Default is EXCLUDE_ALL_METADATA.

const (
	// A value indicating that the enum field is not set.
	SubnetworkLogConfig_UNDEFINED_METADATA   SubnetworkLogConfig_Metadata = 0
	SubnetworkLogConfig_CUSTOM_METADATA      SubnetworkLogConfig_Metadata = 62450749
	SubnetworkLogConfig_EXCLUDE_ALL_METADATA SubnetworkLogConfig_Metadata = 334519954
	SubnetworkLogConfig_INCLUDE_ALL_METADATA SubnetworkLogConfig_Metadata = 164619908
)

func (SubnetworkLogConfig_Metadata) Descriptor

func (SubnetworkLogConfig_Metadata) Enum

func (SubnetworkLogConfig_Metadata) EnumDescriptor

func (SubnetworkLogConfig_Metadata) EnumDescriptor() ([]byte, []int)

Deprecated: Use SubnetworkLogConfig_Metadata.Descriptor instead.

func (SubnetworkLogConfig_Metadata) Number

func (SubnetworkLogConfig_Metadata) String

func (SubnetworkLogConfig_Metadata) Type

type SubnetworkSecondaryRange

type SubnetworkSecondaryRange struct {

	// The range of IP addresses belonging to this subnetwork secondary range. Provide this property when you create the subnetwork. Ranges must be unique and non-overlapping with all primary and secondary IP ranges within a network. Only IPv4 is supported. The range can be any range listed in the Valid ranges list.
	IpCidrRange *string `protobuf:"bytes,98117322,opt,name=ip_cidr_range,json=ipCidrRange,proto3,oneof" json:"ip_cidr_range,omitempty"`
	// The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM instance. The name must be 1-63 characters long, and comply with RFC1035. The name must be unique within the subnetwork.
	RangeName *string `protobuf:"bytes,332216397,opt,name=range_name,json=rangeName,proto3,oneof" json:"range_name,omitempty"`
	// contains filtered or unexported fields
}

Represents a secondary IP range of a subnetwork.

func (*SubnetworkSecondaryRange) Descriptor

func (*SubnetworkSecondaryRange) Descriptor() ([]byte, []int)

Deprecated: Use SubnetworkSecondaryRange.ProtoReflect.Descriptor instead.

func (*SubnetworkSecondaryRange) GetIpCidrRange

func (x *SubnetworkSecondaryRange) GetIpCidrRange() string

func (*SubnetworkSecondaryRange) GetRangeName

func (x *SubnetworkSecondaryRange) GetRangeName() string

func (*SubnetworkSecondaryRange) ProtoMessage

func (*SubnetworkSecondaryRange) ProtoMessage()

func (*SubnetworkSecondaryRange) ProtoReflect

func (x *SubnetworkSecondaryRange) ProtoReflect() protoreflect.Message

func (*SubnetworkSecondaryRange) Reset

func (x *SubnetworkSecondaryRange) Reset()

func (*SubnetworkSecondaryRange) String

func (x *SubnetworkSecondaryRange) String() string

type Subnetwork_Ipv6AccessType

type Subnetwork_Ipv6AccessType int32

The access type of IPv6 address this subnet holds. It's immutable and can only be specified during creation or the first time the subnet is updated into IPV4_IPV6 dual stack.

const (
	// A value indicating that the enum field is not set.
	Subnetwork_UNDEFINED_IPV6_ACCESS_TYPE Subnetwork_Ipv6AccessType = 0
	// VMs on this subnet will be assigned IPv6 addresses that are accessible via the Internet, as well as the VPC network.
	Subnetwork_EXTERNAL Subnetwork_Ipv6AccessType = 35607499
	// VMs on this subnet will be assigned IPv6 addresses that are only accessible over the VPC network.
	Subnetwork_INTERNAL                     Subnetwork_Ipv6AccessType = 279295677
	Subnetwork_UNSPECIFIED_IPV6_ACCESS_TYPE Subnetwork_Ipv6AccessType = 313080613
)

func (Subnetwork_Ipv6AccessType) Descriptor

func (Subnetwork_Ipv6AccessType) Enum

func (Subnetwork_Ipv6AccessType) EnumDescriptor

func (Subnetwork_Ipv6AccessType) EnumDescriptor() ([]byte, []int)

Deprecated: Use Subnetwork_Ipv6AccessType.Descriptor instead.

func (Subnetwork_Ipv6AccessType) Number

func (Subnetwork_Ipv6AccessType) String

func (x Subnetwork_Ipv6AccessType) String() string

func (Subnetwork_Ipv6AccessType) Type

type Subnetwork_PrivateIpv6GoogleAccess

type Subnetwork_PrivateIpv6GoogleAccess int32

This field is for internal use. This field can be both set at resource creation time and updated using patch.

const (
	// A value indicating that the enum field is not set.
	Subnetwork_UNDEFINED_PRIVATE_IPV6_GOOGLE_ACCESS Subnetwork_PrivateIpv6GoogleAccess = 0
	// Disable private IPv6 access to/from Google services.
	Subnetwork_DISABLE_GOOGLE_ACCESS Subnetwork_PrivateIpv6GoogleAccess = 450958579
	// Bidirectional private IPv6 access to/from Google services.
	Subnetwork_ENABLE_BIDIRECTIONAL_ACCESS_TO_GOOGLE Subnetwork_PrivateIpv6GoogleAccess = 427975994
	// Outbound private IPv6 access from VMs in this subnet to Google services.
	Subnetwork_ENABLE_OUTBOUND_VM_ACCESS_TO_GOOGLE Subnetwork_PrivateIpv6GoogleAccess = 288210263
)

func (Subnetwork_PrivateIpv6GoogleAccess) Descriptor

func (Subnetwork_PrivateIpv6GoogleAccess) Enum

func (Subnetwork_PrivateIpv6GoogleAccess) EnumDescriptor

func (Subnetwork_PrivateIpv6GoogleAccess) EnumDescriptor() ([]byte, []int)

Deprecated: Use Subnetwork_PrivateIpv6GoogleAccess.Descriptor instead.

func (Subnetwork_PrivateIpv6GoogleAccess) Number

func (Subnetwork_PrivateIpv6GoogleAccess) String

func (Subnetwork_PrivateIpv6GoogleAccess) Type

type Subnetwork_Purpose

type Subnetwork_Purpose int32

The purpose of the resource. This field can be either PRIVATE, REGIONAL_MANAGED_PROXY, PRIVATE_SERVICE_CONNECT, or INTERNAL_HTTPS_LOAD_BALANCER. PRIVATE is the default purpose for user-created subnets or subnets that are automatically created in auto mode networks. A subnet with purpose set to REGIONAL_MANAGED_PROXY is a user-created subnetwork that is reserved for regional Envoy-based load balancers. A subnet with purpose set to PRIVATE_SERVICE_CONNECT is used to publish services using Private Service Connect. A subnet with purpose set to INTERNAL_HTTPS_LOAD_BALANCER is a proxy-only subnet that can be used only by regional internal HTTP(S) load balancers. Note that REGIONAL_MANAGED_PROXY is the preferred setting for all regional Envoy load balancers. If unspecified, the subnet purpose defaults to PRIVATE. The enableFlowLogs field isn't supported if the subnet purpose field is set to REGIONAL_MANAGED_PROXY.

const (
	// A value indicating that the enum field is not set.
	Subnetwork_UNDEFINED_PURPOSE Subnetwork_Purpose = 0
	// Subnet reserved for Internal HTTP(S) Load Balancing.
	Subnetwork_INTERNAL_HTTPS_LOAD_BALANCER Subnetwork_Purpose = 248748889
	// Regular user created or automatically created subnet.
	Subnetwork_PRIVATE Subnetwork_Purpose = 403485027
	// Regular user created or automatically created subnet.
	Subnetwork_PRIVATE_RFC_1918 Subnetwork_Purpose = 254902107
	// Subnetworks created for Private Service Connect in the producer network.
	Subnetwork_PRIVATE_SERVICE_CONNECT Subnetwork_Purpose = 48134724
	// Subnetwork used for Regional Internal/External HTTP(S) Load Balancing.
	Subnetwork_REGIONAL_MANAGED_PROXY Subnetwork_Purpose = 153049966
)

func (Subnetwork_Purpose) Descriptor

func (Subnetwork_Purpose) Enum

func (Subnetwork_Purpose) EnumDescriptor

func (Subnetwork_Purpose) EnumDescriptor() ([]byte, []int)

Deprecated: Use Subnetwork_Purpose.Descriptor instead.

func (Subnetwork_Purpose) Number

func (Subnetwork_Purpose) String

func (x Subnetwork_Purpose) String() string

func (Subnetwork_Purpose) Type

type Subnetwork_Role

type Subnetwork_Role int32

The role of subnetwork. Currently, this field is only used when purpose = REGIONAL_MANAGED_PROXY. The value can be set to ACTIVE or BACKUP. An ACTIVE subnetwork is one that is currently being used for Envoy-based load balancers in a region. A BACKUP subnetwork is one that is ready to be promoted to ACTIVE or is currently draining. This field can be updated with a patch request.

const (
	// A value indicating that the enum field is not set.
	Subnetwork_UNDEFINED_ROLE Subnetwork_Role = 0
	// The ACTIVE subnet that is currently used.
	Subnetwork_ACTIVE Subnetwork_Role = 314733318
	// The BACKUP subnet that could be promoted to ACTIVE.
	Subnetwork_BACKUP Subnetwork_Role = 341010882
)

func (Subnetwork_Role) Descriptor

func (Subnetwork_Role) Enum

func (x Subnetwork_Role) Enum() *Subnetwork_Role

func (Subnetwork_Role) EnumDescriptor

func (Subnetwork_Role) EnumDescriptor() ([]byte, []int)

Deprecated: Use Subnetwork_Role.Descriptor instead.

func (Subnetwork_Role) Number

func (Subnetwork_Role) String

func (x Subnetwork_Role) String() string

func (Subnetwork_Role) Type

type Subnetwork_StackType

type Subnetwork_StackType int32

The stack type for the subnet. If set to IPV4_ONLY, new VMs in the subnet are assigned IPv4 addresses only. If set to IPV4_IPV6, new VMs in the subnet can be assigned both IPv4 and IPv6 addresses. If not specified, IPV4_ONLY is used. This field can be both set at resource creation time and updated using patch.

const (
	// A value indicating that the enum field is not set.
	Subnetwork_UNDEFINED_STACK_TYPE Subnetwork_StackType = 0
	// New VMs in this subnet can have both IPv4 and IPv6 addresses.
	Subnetwork_IPV4_IPV6 Subnetwork_StackType = 22197249
	// New VMs in this subnet will only be assigned IPv4 addresses.
	Subnetwork_IPV4_ONLY              Subnetwork_StackType = 22373798
	Subnetwork_UNSPECIFIED_STACK_TYPE Subnetwork_StackType = 298084569
)

func (Subnetwork_StackType) Descriptor

func (Subnetwork_StackType) Enum

func (Subnetwork_StackType) EnumDescriptor

func (Subnetwork_StackType) EnumDescriptor() ([]byte, []int)

Deprecated: Use Subnetwork_StackType.Descriptor instead.

func (Subnetwork_StackType) Number

func (Subnetwork_StackType) String

func (x Subnetwork_StackType) String() string

func (Subnetwork_StackType) Type

type Subnetwork_State

type Subnetwork_State int32

[Output Only] The state of the subnetwork, which can be one of the following values: READY: Subnetwork is created and ready to use DRAINING: only applicable to subnetworks that have the purpose set to INTERNAL_HTTPS_LOAD_BALANCER and indicates that connections to the load balancer are being drained. A subnetwork that is draining cannot be used or modified until it reaches a status of READY

const (
	// A value indicating that the enum field is not set.
	Subnetwork_UNDEFINED_STATE Subnetwork_State = 0
	// Subnetwork is being drained.
	Subnetwork_DRAINING Subnetwork_State = 480455402
	// Subnetwork is ready for use.
	Subnetwork_READY Subnetwork_State = 77848963
)

func (Subnetwork_State) Descriptor

func (Subnetwork_State) Enum

func (Subnetwork_State) EnumDescriptor

func (Subnetwork_State) EnumDescriptor() ([]byte, []int)

Deprecated: Use Subnetwork_State.Descriptor instead.

func (Subnetwork_State) Number

func (Subnetwork_State) String

func (x Subnetwork_State) String() string

func (Subnetwork_State) Type

type SubnetworksClient

type SubnetworksClient interface {
	// Retrieves an aggregated list of subnetworks.
	AggregatedList(ctx context.Context, in *AggregatedListSubnetworksRequest, opts ...grpc.CallOption) (*SubnetworkAggregatedList, error)
	// Deletes the specified subnetwork.
	Delete(ctx context.Context, in *DeleteSubnetworkRequest, opts ...grpc.CallOption) (*Operation, error)
	// Expands the IP CIDR range of the subnetwork to a specified value.
	ExpandIpCidrRange(ctx context.Context, in *ExpandIpCidrRangeSubnetworkRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified subnetwork.
	Get(ctx context.Context, in *GetSubnetworkRequest, opts ...grpc.CallOption) (*Subnetwork, error)
	// Gets the access control policy for a resource. May be empty if no such policy or resource exists.
	GetIamPolicy(ctx context.Context, in *GetIamPolicySubnetworkRequest, opts ...grpc.CallOption) (*Policy, error)
	// Creates a subnetwork in the specified project using the data included in the request.
	Insert(ctx context.Context, in *InsertSubnetworkRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves a list of subnetworks available to the specified project.
	List(ctx context.Context, in *ListSubnetworksRequest, opts ...grpc.CallOption) (*SubnetworkList, error)
	// Retrieves an aggregated list of all usable subnetworks in the project.
	ListUsable(ctx context.Context, in *ListUsableSubnetworksRequest, opts ...grpc.CallOption) (*UsableSubnetworksAggregatedList, error)
	// Patches the specified subnetwork with the data included in the request. Only certain fields can be updated with a patch request as indicated in the field descriptions. You must specify the current fingerprint of the subnetwork resource being patched.
	Patch(ctx context.Context, in *PatchSubnetworkRequest, opts ...grpc.CallOption) (*Operation, error)
	// Sets the access control policy on the specified resource. Replaces any existing policy.
	SetIamPolicy(ctx context.Context, in *SetIamPolicySubnetworkRequest, opts ...grpc.CallOption) (*Policy, error)
	// Set whether VMs in this subnet can access Google services without assigning external IP addresses through Private Google Access.
	SetPrivateIpGoogleAccess(ctx context.Context, in *SetPrivateIpGoogleAccessSubnetworkRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns permissions that a caller has on the specified resource.
	TestIamPermissions(ctx context.Context, in *TestIamPermissionsSubnetworkRequest, opts ...grpc.CallOption) (*TestPermissionsResponse, error)
}

SubnetworksClient is the client API for Subnetworks service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewSubnetworksClient

func NewSubnetworksClient(cc grpc.ClientConnInterface) SubnetworksClient

type SubnetworksExpandIpCidrRangeRequest

type SubnetworksExpandIpCidrRangeRequest struct {

	// The IP (in CIDR format or netmask) of internal addresses that are legal on this Subnetwork. This range should be disjoint from other subnetworks within this network. This range can only be larger than (i.e. a superset of) the range previously defined before the update.
	IpCidrRange *string `protobuf:"bytes,98117322,opt,name=ip_cidr_range,json=ipCidrRange,proto3,oneof" json:"ip_cidr_range,omitempty"`
	// contains filtered or unexported fields
}

func (*SubnetworksExpandIpCidrRangeRequest) Descriptor

func (*SubnetworksExpandIpCidrRangeRequest) Descriptor() ([]byte, []int)

Deprecated: Use SubnetworksExpandIpCidrRangeRequest.ProtoReflect.Descriptor instead.

func (*SubnetworksExpandIpCidrRangeRequest) GetIpCidrRange

func (x *SubnetworksExpandIpCidrRangeRequest) GetIpCidrRange() string

func (*SubnetworksExpandIpCidrRangeRequest) ProtoMessage

func (*SubnetworksExpandIpCidrRangeRequest) ProtoMessage()

func (*SubnetworksExpandIpCidrRangeRequest) ProtoReflect

func (*SubnetworksExpandIpCidrRangeRequest) Reset

func (*SubnetworksExpandIpCidrRangeRequest) String

type SubnetworksScopedList

type SubnetworksScopedList struct {

	// A list of subnetworks contained in this scope.
	Subnetworks []*Subnetwork `protobuf:"bytes,415853125,rep,name=subnetworks,proto3" json:"subnetworks,omitempty"`
	// An informational warning that appears when the list of addresses is empty.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*SubnetworksScopedList) Descriptor

func (*SubnetworksScopedList) Descriptor() ([]byte, []int)

Deprecated: Use SubnetworksScopedList.ProtoReflect.Descriptor instead.

func (*SubnetworksScopedList) GetSubnetworks

func (x *SubnetworksScopedList) GetSubnetworks() []*Subnetwork

func (*SubnetworksScopedList) GetWarning

func (x *SubnetworksScopedList) GetWarning() *Warning

func (*SubnetworksScopedList) ProtoMessage

func (*SubnetworksScopedList) ProtoMessage()

func (*SubnetworksScopedList) ProtoReflect

func (x *SubnetworksScopedList) ProtoReflect() protoreflect.Message

func (*SubnetworksScopedList) Reset

func (x *SubnetworksScopedList) Reset()

func (*SubnetworksScopedList) String

func (x *SubnetworksScopedList) String() string

type SubnetworksServer

type SubnetworksServer interface {
	// Retrieves an aggregated list of subnetworks.
	AggregatedList(context.Context, *AggregatedListSubnetworksRequest) (*SubnetworkAggregatedList, error)
	// Deletes the specified subnetwork.
	Delete(context.Context, *DeleteSubnetworkRequest) (*Operation, error)
	// Expands the IP CIDR range of the subnetwork to a specified value.
	ExpandIpCidrRange(context.Context, *ExpandIpCidrRangeSubnetworkRequest) (*Operation, error)
	// Returns the specified subnetwork.
	Get(context.Context, *GetSubnetworkRequest) (*Subnetwork, error)
	// Gets the access control policy for a resource. May be empty if no such policy or resource exists.
	GetIamPolicy(context.Context, *GetIamPolicySubnetworkRequest) (*Policy, error)
	// Creates a subnetwork in the specified project using the data included in the request.
	Insert(context.Context, *InsertSubnetworkRequest) (*Operation, error)
	// Retrieves a list of subnetworks available to the specified project.
	List(context.Context, *ListSubnetworksRequest) (*SubnetworkList, error)
	// Retrieves an aggregated list of all usable subnetworks in the project.
	ListUsable(context.Context, *ListUsableSubnetworksRequest) (*UsableSubnetworksAggregatedList, error)
	// Patches the specified subnetwork with the data included in the request. Only certain fields can be updated with a patch request as indicated in the field descriptions. You must specify the current fingerprint of the subnetwork resource being patched.
	Patch(context.Context, *PatchSubnetworkRequest) (*Operation, error)
	// Sets the access control policy on the specified resource. Replaces any existing policy.
	SetIamPolicy(context.Context, *SetIamPolicySubnetworkRequest) (*Policy, error)
	// Set whether VMs in this subnet can access Google services without assigning external IP addresses through Private Google Access.
	SetPrivateIpGoogleAccess(context.Context, *SetPrivateIpGoogleAccessSubnetworkRequest) (*Operation, error)
	// Returns permissions that a caller has on the specified resource.
	TestIamPermissions(context.Context, *TestIamPermissionsSubnetworkRequest) (*TestPermissionsResponse, error)
}

SubnetworksServer is the server API for Subnetworks service.

type SubnetworksSetPrivateIpGoogleAccessRequest

type SubnetworksSetPrivateIpGoogleAccessRequest struct {
	PrivateIpGoogleAccess *bool `protobuf:"varint,421491790,opt,name=private_ip_google_access,json=privateIpGoogleAccess,proto3,oneof" json:"private_ip_google_access,omitempty"`
	// contains filtered or unexported fields
}

func (*SubnetworksSetPrivateIpGoogleAccessRequest) Descriptor

Deprecated: Use SubnetworksSetPrivateIpGoogleAccessRequest.ProtoReflect.Descriptor instead.

func (*SubnetworksSetPrivateIpGoogleAccessRequest) GetPrivateIpGoogleAccess

func (x *SubnetworksSetPrivateIpGoogleAccessRequest) GetPrivateIpGoogleAccess() bool

func (*SubnetworksSetPrivateIpGoogleAccessRequest) ProtoMessage

func (*SubnetworksSetPrivateIpGoogleAccessRequest) ProtoReflect

func (*SubnetworksSetPrivateIpGoogleAccessRequest) Reset

func (*SubnetworksSetPrivateIpGoogleAccessRequest) String

type Subsetting

type Subsetting struct {

	//
	// Check the Policy enum for the list of possible values.
	Policy *string `protobuf:"bytes,91071794,opt,name=policy,proto3,oneof" json:"policy,omitempty"`
	// contains filtered or unexported fields
}

Subsetting configuration for this BackendService. Currently this is applicable only for Internal TCP/UDP load balancing, Internal HTTP(S) load balancing and Traffic Director.

func (*Subsetting) Descriptor

func (*Subsetting) Descriptor() ([]byte, []int)

Deprecated: Use Subsetting.ProtoReflect.Descriptor instead.

func (*Subsetting) GetPolicy

func (x *Subsetting) GetPolicy() string

func (*Subsetting) ProtoMessage

func (*Subsetting) ProtoMessage()

func (*Subsetting) ProtoReflect

func (x *Subsetting) ProtoReflect() protoreflect.Message

func (*Subsetting) Reset

func (x *Subsetting) Reset()

func (*Subsetting) String

func (x *Subsetting) String() string

type Subsetting_Policy

type Subsetting_Policy int32
const (
	// A value indicating that the enum field is not set.
	Subsetting_UNDEFINED_POLICY Subsetting_Policy = 0
	// Subsetting based on consistent hashing. For Traffic Director, the number of backends per backend group (the subset size) is based on the `subset_size` parameter. For Internal HTTP(S) load balancing, the number of backends per backend group (the subset size) is dynamically adjusted in two cases: - As the number of proxy instances participating in Internal HTTP(S) load balancing increases, the subset size decreases. - When the total number of backends in a network exceeds the capacity of a single proxy instance, subset sizes are reduced automatically for each service that has backend subsetting enabled.
	Subsetting_CONSISTENT_HASH_SUBSETTING Subsetting_Policy = 108989492
	// No Subsetting. Clients may open connections and send traffic to all backends of this backend service. This can lead to performance issues if there is substantial imbalance in the count of clients and backends.
	Subsetting_NONE Subsetting_Policy = 2402104
)

func (Subsetting_Policy) Descriptor

func (Subsetting_Policy) Enum

func (Subsetting_Policy) EnumDescriptor

func (Subsetting_Policy) EnumDescriptor() ([]byte, []int)

Deprecated: Use Subsetting_Policy.Descriptor instead.

func (Subsetting_Policy) Number

func (Subsetting_Policy) String

func (x Subsetting_Policy) String() string

func (Subsetting_Policy) Type

type SuspendInstanceRequest

type SuspendInstanceRequest struct {

	// If true, discard the contents of any attached localSSD partitions. Default value is false.
	DiscardLocalSsd *bool `protobuf:"varint,319517903,opt,name=discard_local_ssd,json=discardLocalSsd,proto3,oneof" json:"discard_local_ssd,omitempty"`
	// Name of the instance resource to suspend.
	Instance string `protobuf:"bytes,18257045,opt,name=instance,proto3" json:"instance,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Instances.Suspend. See the method description for details.

func (*SuspendInstanceRequest) Descriptor

func (*SuspendInstanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use SuspendInstanceRequest.ProtoReflect.Descriptor instead.

func (*SuspendInstanceRequest) GetDiscardLocalSsd

func (x *SuspendInstanceRequest) GetDiscardLocalSsd() bool

func (*SuspendInstanceRequest) GetInstance

func (x *SuspendInstanceRequest) GetInstance() string

func (*SuspendInstanceRequest) GetProject

func (x *SuspendInstanceRequest) GetProject() string

func (*SuspendInstanceRequest) GetRequestId

func (x *SuspendInstanceRequest) GetRequestId() string

func (*SuspendInstanceRequest) GetZone

func (x *SuspendInstanceRequest) GetZone() string

func (*SuspendInstanceRequest) ProtoMessage

func (*SuspendInstanceRequest) ProtoMessage()

func (*SuspendInstanceRequest) ProtoReflect

func (x *SuspendInstanceRequest) ProtoReflect() protoreflect.Message

func (*SuspendInstanceRequest) Reset

func (x *SuspendInstanceRequest) Reset()

func (*SuspendInstanceRequest) String

func (x *SuspendInstanceRequest) String() string

type SwitchToCustomModeNetworkRequest

type SwitchToCustomModeNetworkRequest struct {

	// Name of the network to be updated.
	Network string `protobuf:"bytes,232872494,opt,name=network,proto3" json:"network,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for Networks.SwitchToCustomMode. See the method description for details.

func (*SwitchToCustomModeNetworkRequest) Descriptor

func (*SwitchToCustomModeNetworkRequest) Descriptor() ([]byte, []int)

Deprecated: Use SwitchToCustomModeNetworkRequest.ProtoReflect.Descriptor instead.

func (*SwitchToCustomModeNetworkRequest) GetNetwork

func (x *SwitchToCustomModeNetworkRequest) GetNetwork() string

func (*SwitchToCustomModeNetworkRequest) GetProject

func (x *SwitchToCustomModeNetworkRequest) GetProject() string

func (*SwitchToCustomModeNetworkRequest) GetRequestId

func (x *SwitchToCustomModeNetworkRequest) GetRequestId() string

func (*SwitchToCustomModeNetworkRequest) ProtoMessage

func (*SwitchToCustomModeNetworkRequest) ProtoMessage()

func (*SwitchToCustomModeNetworkRequest) ProtoReflect

func (*SwitchToCustomModeNetworkRequest) Reset

func (*SwitchToCustomModeNetworkRequest) String

type TCPHealthCheck

type TCPHealthCheck struct {

	// The TCP port number to which the health check prober sends packets. The default value is 80. Valid values are 1 through 65535.
	Port *int32 `protobuf:"varint,3446913,opt,name=port,proto3,oneof" json:"port,omitempty"`
	// Not supported.
	PortName *string `protobuf:"bytes,41534345,opt,name=port_name,json=portName,proto3,oneof" json:"port_name,omitempty"`
	// Specifies how a port is selected for health checking. Can be one of the following values: USE_FIXED_PORT: Specifies a port number explicitly using the port field in the health check. Supported by backend services for pass-through load balancers and backend services for proxy load balancers. Not supported by target pools. The health check supports all backends supported by the backend service provided the backend can be health checked. For example, GCE_VM_IP network endpoint groups, GCE_VM_IP_PORT network endpoint groups, and instance group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an indirect method of specifying the health check port by referring to the backend service. Only supported by backend services for proxy load balancers. Not supported by target pools. Not supported by backend services for pass-through load balancers. Supports all backends that can be health checked; for example, GCE_VM_IP_PORT network endpoint groups and instance group backends. For GCE_VM_IP_PORT network endpoint group backends, the health check uses the port number specified for each endpoint in the network endpoint group. For instance group backends, the health check uses the port number determined by looking up the backend service's named port in the instance group's list of named ports.
	// Check the PortSpecification enum for the list of possible values.
	PortSpecification *string `protobuf:"bytes,51590597,opt,name=port_specification,json=portSpecification,proto3,oneof" json:"port_specification,omitempty"`
	// Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE.
	// Check the ProxyHeader enum for the list of possible values.
	ProxyHeader *string `protobuf:"bytes,160374142,opt,name=proxy_header,json=proxyHeader,proto3,oneof" json:"proxy_header,omitempty"`
	// Instructs the health check prober to send this exact ASCII string, up to 1024 bytes in length, after establishing the TCP connection.
	Request *string `protobuf:"bytes,21951119,opt,name=request,proto3,oneof" json:"request,omitempty"`
	// Creates a content-based TCP health check. In addition to establishing a TCP connection, you can configure the health check to pass only when the backend sends this exact response ASCII string, up to 1024 bytes in length. For details, see: https://cloud.google.com/load-balancing/docs/health-check-concepts#criteria-protocol-ssl-tcp
	Response *string `protobuf:"bytes,196547649,opt,name=response,proto3,oneof" json:"response,omitempty"`
	// contains filtered or unexported fields
}

func (*TCPHealthCheck) Descriptor

func (*TCPHealthCheck) Descriptor() ([]byte, []int)

Deprecated: Use TCPHealthCheck.ProtoReflect.Descriptor instead.

func (*TCPHealthCheck) GetPort

func (x *TCPHealthCheck) GetPort() int32

func (*TCPHealthCheck) GetPortName

func (x *TCPHealthCheck) GetPortName() string

func (*TCPHealthCheck) GetPortSpecification

func (x *TCPHealthCheck) GetPortSpecification() string

func (*TCPHealthCheck) GetProxyHeader

func (x *TCPHealthCheck) GetProxyHeader() string

func (*TCPHealthCheck) GetRequest

func (x *TCPHealthCheck) GetRequest() string

func (*TCPHealthCheck) GetResponse

func (x *TCPHealthCheck) GetResponse() string

func (*TCPHealthCheck) ProtoMessage

func (*TCPHealthCheck) ProtoMessage()

func (*TCPHealthCheck) ProtoReflect

func (x *TCPHealthCheck) ProtoReflect() protoreflect.Message

func (*TCPHealthCheck) Reset

func (x *TCPHealthCheck) Reset()

func (*TCPHealthCheck) String

func (x *TCPHealthCheck) String() string

type TCPHealthCheck_PortSpecification

type TCPHealthCheck_PortSpecification int32

Specifies how a port is selected for health checking. Can be one of the following values: USE_FIXED_PORT: Specifies a port number explicitly using the port field in the health check. Supported by backend services for pass-through load balancers and backend services for proxy load balancers. Not supported by target pools. The health check supports all backends supported by the backend service provided the backend can be health checked. For example, GCE_VM_IP network endpoint groups, GCE_VM_IP_PORT network endpoint groups, and instance group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an indirect method of specifying the health check port by referring to the backend service. Only supported by backend services for proxy load balancers. Not supported by target pools. Not supported by backend services for pass-through load balancers. Supports all backends that can be health checked; for example, GCE_VM_IP_PORT network endpoint groups and instance group backends. For GCE_VM_IP_PORT network endpoint group backends, the health check uses the port number specified for each endpoint in the network endpoint group. For instance group backends, the health check uses the port number determined by looking up the backend service's named port in the instance group's list of named ports.

const (
	// A value indicating that the enum field is not set.
	TCPHealthCheck_UNDEFINED_PORT_SPECIFICATION TCPHealthCheck_PortSpecification = 0
	// The port number in the health check's port is used for health checking. Applies to network endpoint group and instance group backends.
	TCPHealthCheck_USE_FIXED_PORT TCPHealthCheck_PortSpecification = 190235748
	// Not supported.
	TCPHealthCheck_USE_NAMED_PORT TCPHealthCheck_PortSpecification = 349300671
	// For network endpoint group backends, the health check uses the port number specified on each endpoint in the network endpoint group. For instance group backends, the health check uses the port number specified for the backend service's named port defined in the instance group's named ports.
	TCPHealthCheck_USE_SERVING_PORT TCPHealthCheck_PortSpecification = 362637516
)

func (TCPHealthCheck_PortSpecification) Descriptor

func (TCPHealthCheck_PortSpecification) Enum

func (TCPHealthCheck_PortSpecification) EnumDescriptor

func (TCPHealthCheck_PortSpecification) EnumDescriptor() ([]byte, []int)

Deprecated: Use TCPHealthCheck_PortSpecification.Descriptor instead.

func (TCPHealthCheck_PortSpecification) Number

func (TCPHealthCheck_PortSpecification) String

func (TCPHealthCheck_PortSpecification) Type

type TCPHealthCheck_ProxyHeader

type TCPHealthCheck_ProxyHeader int32

Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE.

const (
	// A value indicating that the enum field is not set.
	TCPHealthCheck_UNDEFINED_PROXY_HEADER TCPHealthCheck_ProxyHeader = 0
	TCPHealthCheck_NONE                   TCPHealthCheck_ProxyHeader = 2402104
	TCPHealthCheck_PROXY_V1               TCPHealthCheck_ProxyHeader = 334352940
)

func (TCPHealthCheck_ProxyHeader) Descriptor

func (TCPHealthCheck_ProxyHeader) Enum

func (TCPHealthCheck_ProxyHeader) EnumDescriptor

func (TCPHealthCheck_ProxyHeader) EnumDescriptor() ([]byte, []int)

Deprecated: Use TCPHealthCheck_ProxyHeader.Descriptor instead.

func (TCPHealthCheck_ProxyHeader) Number

func (TCPHealthCheck_ProxyHeader) String

func (TCPHealthCheck_ProxyHeader) Type

type Tags

type Tags struct {

	// Specifies a fingerprint for this request, which is essentially a hash of the tags' contents and used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update tags. You must always provide an up-to-date fingerprint hash in order to update or change tags. To see the latest fingerprint, make get() request to the instance.
	Fingerprint *string `protobuf:"bytes,234678500,opt,name=fingerprint,proto3,oneof" json:"fingerprint,omitempty"`
	// An array of tags. Each tag must be 1-63 characters long, and comply with RFC1035.
	Items []string `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// contains filtered or unexported fields
}

A set of instance tags.

func (*Tags) Descriptor

func (*Tags) Descriptor() ([]byte, []int)

Deprecated: Use Tags.ProtoReflect.Descriptor instead.

func (*Tags) GetFingerprint

func (x *Tags) GetFingerprint() string

func (*Tags) GetItems

func (x *Tags) GetItems() []string

func (*Tags) ProtoMessage

func (*Tags) ProtoMessage()

func (*Tags) ProtoReflect

func (x *Tags) ProtoReflect() protoreflect.Message

func (*Tags) Reset

func (x *Tags) Reset()

func (*Tags) String

func (x *Tags) String() string

type TargetGrpcProxiesClient

type TargetGrpcProxiesClient interface {
	// Deletes the specified TargetGrpcProxy in the given scope
	Delete(ctx context.Context, in *DeleteTargetGrpcProxyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified TargetGrpcProxy resource in the given scope.
	Get(ctx context.Context, in *GetTargetGrpcProxyRequest, opts ...grpc.CallOption) (*TargetGrpcProxy, error)
	// Creates a TargetGrpcProxy in the specified project in the given scope using the parameters that are included in the request.
	Insert(ctx context.Context, in *InsertTargetGrpcProxyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Lists the TargetGrpcProxies for a project in the given scope.
	List(ctx context.Context, in *ListTargetGrpcProxiesRequest, opts ...grpc.CallOption) (*TargetGrpcProxyList, error)
	// Patches the specified TargetGrpcProxy resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.
	Patch(ctx context.Context, in *PatchTargetGrpcProxyRequest, opts ...grpc.CallOption) (*Operation, error)
}

TargetGrpcProxiesClient is the client API for TargetGrpcProxies service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewTargetGrpcProxiesClient

func NewTargetGrpcProxiesClient(cc grpc.ClientConnInterface) TargetGrpcProxiesClient

type TargetGrpcProxiesServer

type TargetGrpcProxiesServer interface {
	// Deletes the specified TargetGrpcProxy in the given scope
	Delete(context.Context, *DeleteTargetGrpcProxyRequest) (*Operation, error)
	// Returns the specified TargetGrpcProxy resource in the given scope.
	Get(context.Context, *GetTargetGrpcProxyRequest) (*TargetGrpcProxy, error)
	// Creates a TargetGrpcProxy in the specified project in the given scope using the parameters that are included in the request.
	Insert(context.Context, *InsertTargetGrpcProxyRequest) (*Operation, error)
	// Lists the TargetGrpcProxies for a project in the given scope.
	List(context.Context, *ListTargetGrpcProxiesRequest) (*TargetGrpcProxyList, error)
	// Patches the specified TargetGrpcProxy resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.
	Patch(context.Context, *PatchTargetGrpcProxyRequest) (*Operation, error)
}

TargetGrpcProxiesServer is the server API for TargetGrpcProxies service.

type TargetGrpcProxy

type TargetGrpcProxy struct {

	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// An optional description of this resource. Provide this property when you create the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a TargetGrpcProxy. An up-to-date fingerprint must be provided in order to patch/update the TargetGrpcProxy; otherwise, the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve the TargetGrpcProxy.
	Fingerprint *string `protobuf:"bytes,234678500,opt,name=fingerprint,proto3,oneof" json:"fingerprint,omitempty"`
	// [Output Only] The unique identifier for the resource type. The server generates this identifier.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Output Only] Type of the resource. Always compute#targetGrpcProxy for target grpc proxies.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// [Output Only] Server-defined URL for the resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Server-defined URL with id for the resource.
	SelfLinkWithId *string `protobuf:"bytes,44520962,opt,name=self_link_with_id,json=selfLinkWithId,proto3,oneof" json:"self_link_with_id,omitempty"`
	// URL to the UrlMap resource that defines the mapping from URL to the BackendService. The protocol field in the BackendService must be set to GRPC.
	UrlMap *string `protobuf:"bytes,367020684,opt,name=url_map,json=urlMap,proto3,oneof" json:"url_map,omitempty"`
	// If true, indicates that the BackendServices referenced by the urlMap may be accessed by gRPC applications without using a sidecar proxy. This will enable configuration checks on urlMap and its referenced BackendServices to not allow unsupported features. A gRPC application must use "xds:///" scheme in the target URI of the service it is connecting to. If false, indicates that the BackendServices referenced by the urlMap will be accessed by gRPC applications via a sidecar proxy. In this case, a gRPC application must not use "xds:///" scheme in the target URI of the service it is connecting to
	ValidateForProxyless *bool `protobuf:"varint,101822888,opt,name=validate_for_proxyless,json=validateForProxyless,proto3,oneof" json:"validate_for_proxyless,omitempty"`
	// contains filtered or unexported fields
}

Represents a Target gRPC Proxy resource. A target gRPC proxy is a component of load balancers intended for load balancing gRPC traffic. Only global forwarding rules with load balancing scheme INTERNAL_SELF_MANAGED can reference a target gRPC proxy. The target gRPC Proxy references a URL map that specifies how traffic is routed to gRPC backend services.

func (*TargetGrpcProxy) Descriptor

func (*TargetGrpcProxy) Descriptor() ([]byte, []int)

Deprecated: Use TargetGrpcProxy.ProtoReflect.Descriptor instead.

func (*TargetGrpcProxy) GetCreationTimestamp

func (x *TargetGrpcProxy) GetCreationTimestamp() string

func (*TargetGrpcProxy) GetDescription

func (x *TargetGrpcProxy) GetDescription() string

func (*TargetGrpcProxy) GetFingerprint

func (x *TargetGrpcProxy) GetFingerprint() string

func (*TargetGrpcProxy) GetId

func (x *TargetGrpcProxy) GetId() uint64

func (*TargetGrpcProxy) GetKind

func (x *TargetGrpcProxy) GetKind() string

func (*TargetGrpcProxy) GetName

func (x *TargetGrpcProxy) GetName() string
func (x *TargetGrpcProxy) GetSelfLink() string

func (*TargetGrpcProxy) GetSelfLinkWithId

func (x *TargetGrpcProxy) GetSelfLinkWithId() string

func (*TargetGrpcProxy) GetUrlMap

func (x *TargetGrpcProxy) GetUrlMap() string

func (*TargetGrpcProxy) GetValidateForProxyless

func (x *TargetGrpcProxy) GetValidateForProxyless() bool

func (*TargetGrpcProxy) ProtoMessage

func (*TargetGrpcProxy) ProtoMessage()

func (*TargetGrpcProxy) ProtoReflect

func (x *TargetGrpcProxy) ProtoReflect() protoreflect.Message

func (*TargetGrpcProxy) Reset

func (x *TargetGrpcProxy) Reset()

func (*TargetGrpcProxy) String

func (x *TargetGrpcProxy) String() string

type TargetGrpcProxyList

type TargetGrpcProxyList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of TargetGrpcProxy resources.
	Items []*TargetGrpcProxy `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] Type of the resource. Always compute#targetGrpcProxy for target grpc proxies.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*TargetGrpcProxyList) Descriptor

func (*TargetGrpcProxyList) Descriptor() ([]byte, []int)

Deprecated: Use TargetGrpcProxyList.ProtoReflect.Descriptor instead.

func (*TargetGrpcProxyList) GetId

func (x *TargetGrpcProxyList) GetId() string

func (*TargetGrpcProxyList) GetItems

func (x *TargetGrpcProxyList) GetItems() []*TargetGrpcProxy

func (*TargetGrpcProxyList) GetKind

func (x *TargetGrpcProxyList) GetKind() string

func (*TargetGrpcProxyList) GetNextPageToken

func (x *TargetGrpcProxyList) GetNextPageToken() string
func (x *TargetGrpcProxyList) GetSelfLink() string

func (*TargetGrpcProxyList) GetWarning

func (x *TargetGrpcProxyList) GetWarning() *Warning

func (*TargetGrpcProxyList) ProtoMessage

func (*TargetGrpcProxyList) ProtoMessage()

func (*TargetGrpcProxyList) ProtoReflect

func (x *TargetGrpcProxyList) ProtoReflect() protoreflect.Message

func (*TargetGrpcProxyList) Reset

func (x *TargetGrpcProxyList) Reset()

func (*TargetGrpcProxyList) String

func (x *TargetGrpcProxyList) String() string

type TargetHttpProxiesClient

type TargetHttpProxiesClient interface {
	// Retrieves the list of all TargetHttpProxy resources, regional and global, available to the specified project.
	AggregatedList(ctx context.Context, in *AggregatedListTargetHttpProxiesRequest, opts ...grpc.CallOption) (*TargetHttpProxyAggregatedList, error)
	// Deletes the specified TargetHttpProxy resource.
	Delete(ctx context.Context, in *DeleteTargetHttpProxyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified TargetHttpProxy resource.
	Get(ctx context.Context, in *GetTargetHttpProxyRequest, opts ...grpc.CallOption) (*TargetHttpProxy, error)
	// Creates a TargetHttpProxy resource in the specified project using the data included in the request.
	Insert(ctx context.Context, in *InsertTargetHttpProxyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves the list of TargetHttpProxy resources available to the specified project.
	List(ctx context.Context, in *ListTargetHttpProxiesRequest, opts ...grpc.CallOption) (*TargetHttpProxyList, error)
	// Patches the specified TargetHttpProxy resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.
	Patch(ctx context.Context, in *PatchTargetHttpProxyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Changes the URL map for TargetHttpProxy.
	SetUrlMap(ctx context.Context, in *SetUrlMapTargetHttpProxyRequest, opts ...grpc.CallOption) (*Operation, error)
}

TargetHttpProxiesClient is the client API for TargetHttpProxies service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewTargetHttpProxiesClient

func NewTargetHttpProxiesClient(cc grpc.ClientConnInterface) TargetHttpProxiesClient

type TargetHttpProxiesScopedList

type TargetHttpProxiesScopedList struct {

	// A list of TargetHttpProxies contained in this scope.
	TargetHttpProxies []*TargetHttpProxy `protobuf:"bytes,162147011,rep,name=target_http_proxies,json=targetHttpProxies,proto3" json:"target_http_proxies,omitempty"`
	// Informational warning which replaces the list of backend services when the list is empty.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*TargetHttpProxiesScopedList) Descriptor

func (*TargetHttpProxiesScopedList) Descriptor() ([]byte, []int)

Deprecated: Use TargetHttpProxiesScopedList.ProtoReflect.Descriptor instead.

func (*TargetHttpProxiesScopedList) GetTargetHttpProxies

func (x *TargetHttpProxiesScopedList) GetTargetHttpProxies() []*TargetHttpProxy

func (*TargetHttpProxiesScopedList) GetWarning

func (x *TargetHttpProxiesScopedList) GetWarning() *Warning

func (*TargetHttpProxiesScopedList) ProtoMessage

func (*TargetHttpProxiesScopedList) ProtoMessage()

func (*TargetHttpProxiesScopedList) ProtoReflect

func (*TargetHttpProxiesScopedList) Reset

func (x *TargetHttpProxiesScopedList) Reset()

func (*TargetHttpProxiesScopedList) String

func (x *TargetHttpProxiesScopedList) String() string

type TargetHttpProxiesServer

type TargetHttpProxiesServer interface {
	// Retrieves the list of all TargetHttpProxy resources, regional and global, available to the specified project.
	AggregatedList(context.Context, *AggregatedListTargetHttpProxiesRequest) (*TargetHttpProxyAggregatedList, error)
	// Deletes the specified TargetHttpProxy resource.
	Delete(context.Context, *DeleteTargetHttpProxyRequest) (*Operation, error)
	// Returns the specified TargetHttpProxy resource.
	Get(context.Context, *GetTargetHttpProxyRequest) (*TargetHttpProxy, error)
	// Creates a TargetHttpProxy resource in the specified project using the data included in the request.
	Insert(context.Context, *InsertTargetHttpProxyRequest) (*Operation, error)
	// Retrieves the list of TargetHttpProxy resources available to the specified project.
	List(context.Context, *ListTargetHttpProxiesRequest) (*TargetHttpProxyList, error)
	// Patches the specified TargetHttpProxy resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.
	Patch(context.Context, *PatchTargetHttpProxyRequest) (*Operation, error)
	// Changes the URL map for TargetHttpProxy.
	SetUrlMap(context.Context, *SetUrlMapTargetHttpProxyRequest) (*Operation, error)
}

TargetHttpProxiesServer is the server API for TargetHttpProxies service.

type TargetHttpProxy

type TargetHttpProxy struct {

	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// An optional description of this resource. Provide this property when you create the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a TargetHttpProxy. An up-to-date fingerprint must be provided in order to patch/update the TargetHttpProxy; otherwise, the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve the TargetHttpProxy.
	Fingerprint *string `protobuf:"bytes,234678500,opt,name=fingerprint,proto3,oneof" json:"fingerprint,omitempty"`
	// Specifies how long to keep a connection open, after completing a response, while there is no matching traffic (in seconds). If an HTTP keep-alive is not specified, a default value (610 seconds) will be used. For Global external HTTP(S) load balancer, the minimum allowed value is 5 seconds and the maximum allowed value is 1200 seconds. For Global external HTTP(S) load balancer (classic), this option is not available publicly.
	HttpKeepAliveTimeoutSec *int32 `protobuf:"varint,447326046,opt,name=http_keep_alive_timeout_sec,json=httpKeepAliveTimeoutSec,proto3,oneof" json:"http_keep_alive_timeout_sec,omitempty"`
	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Output Only] Type of resource. Always compute#targetHttpProxy for target HTTP proxies.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// This field only applies when the forwarding rule that references this target proxy has a loadBalancingScheme set to INTERNAL_SELF_MANAGED. When this field is set to true, Envoy proxies set up inbound traffic interception and bind to the IP address and port specified in the forwarding rule. This is generally useful when using Traffic Director to configure Envoy as a gateway or middle proxy (in other words, not a sidecar proxy). The Envoy proxy listens for inbound requests and handles requests when it receives them. The default is false.
	ProxyBind *bool `protobuf:"varint,286025582,opt,name=proxy_bind,json=proxyBind,proto3,oneof" json:"proxy_bind,omitempty"`
	// [Output Only] URL of the region where the regional Target HTTP Proxy resides. This field is not applicable to global Target HTTP Proxies.
	Region *string `protobuf:"bytes,138946292,opt,name=region,proto3,oneof" json:"region,omitempty"`
	// [Output Only] Server-defined URL for the resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// URL to the UrlMap resource that defines the mapping from URL to the BackendService.
	UrlMap *string `protobuf:"bytes,367020684,opt,name=url_map,json=urlMap,proto3,oneof" json:"url_map,omitempty"`
	// contains filtered or unexported fields
}

Represents a Target HTTP Proxy resource. Google Compute Engine has two Target HTTP Proxy resources: * [Global](/compute/docs/reference/rest/v1/targetHttpProxies) * [Regional](/compute/docs/reference/rest/v1/regionTargetHttpProxies) A target HTTP proxy is a component of GCP HTTP load balancers. * targetHttpProxies are used by external HTTP load balancers and Traffic Director. * regionTargetHttpProxies are used by internal HTTP load balancers. Forwarding rules reference a target HTTP proxy, and the target proxy then references a URL map. For more information, read Using Target Proxies and Forwarding rule concepts.

func (*TargetHttpProxy) Descriptor

func (*TargetHttpProxy) Descriptor() ([]byte, []int)

Deprecated: Use TargetHttpProxy.ProtoReflect.Descriptor instead.

func (*TargetHttpProxy) GetCreationTimestamp

func (x *TargetHttpProxy) GetCreationTimestamp() string

func (*TargetHttpProxy) GetDescription

func (x *TargetHttpProxy) GetDescription() string

func (*TargetHttpProxy) GetFingerprint

func (x *TargetHttpProxy) GetFingerprint() string

func (*TargetHttpProxy) GetHttpKeepAliveTimeoutSec

func (x *TargetHttpProxy) GetHttpKeepAliveTimeoutSec() int32

func (*TargetHttpProxy) GetId

func (x *TargetHttpProxy) GetId() uint64

func (*TargetHttpProxy) GetKind

func (x *TargetHttpProxy) GetKind() string

func (*TargetHttpProxy) GetName

func (x *TargetHttpProxy) GetName() string

func (*TargetHttpProxy) GetProxyBind

func (x *TargetHttpProxy) GetProxyBind() bool

func (*TargetHttpProxy) GetRegion

func (x *TargetHttpProxy) GetRegion() string
func (x *TargetHttpProxy) GetSelfLink() string

func (*TargetHttpProxy) GetUrlMap

func (x *TargetHttpProxy) GetUrlMap() string

func (*TargetHttpProxy) ProtoMessage

func (*TargetHttpProxy) ProtoMessage()

func (*TargetHttpProxy) ProtoReflect

func (x *TargetHttpProxy) ProtoReflect() protoreflect.Message

func (*TargetHttpProxy) Reset

func (x *TargetHttpProxy) Reset()

func (*TargetHttpProxy) String

func (x *TargetHttpProxy) String() string

type TargetHttpProxyAggregatedList

type TargetHttpProxyAggregatedList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of TargetHttpProxiesScopedList resources.
	Items map[string]*TargetHttpProxiesScopedList `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// [Output Only] Type of resource. Always compute#targetHttpProxyAggregatedList for lists of Target HTTP Proxies.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Unreachable resources.
	Unreachables []string `protobuf:"bytes,243372063,rep,name=unreachables,proto3" json:"unreachables,omitempty"`
	// contains filtered or unexported fields
}

func (*TargetHttpProxyAggregatedList) Descriptor

func (*TargetHttpProxyAggregatedList) Descriptor() ([]byte, []int)

Deprecated: Use TargetHttpProxyAggregatedList.ProtoReflect.Descriptor instead.

func (*TargetHttpProxyAggregatedList) GetId

func (*TargetHttpProxyAggregatedList) GetItems

func (*TargetHttpProxyAggregatedList) GetKind

func (*TargetHttpProxyAggregatedList) GetNextPageToken

func (x *TargetHttpProxyAggregatedList) GetNextPageToken() string
func (x *TargetHttpProxyAggregatedList) GetSelfLink() string

func (*TargetHttpProxyAggregatedList) GetUnreachables

func (x *TargetHttpProxyAggregatedList) GetUnreachables() []string

func (*TargetHttpProxyAggregatedList) ProtoMessage

func (*TargetHttpProxyAggregatedList) ProtoMessage()

func (*TargetHttpProxyAggregatedList) ProtoReflect

func (*TargetHttpProxyAggregatedList) Reset

func (x *TargetHttpProxyAggregatedList) Reset()

func (*TargetHttpProxyAggregatedList) String

type TargetHttpProxyList

type TargetHttpProxyList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of TargetHttpProxy resources.
	Items []*TargetHttpProxy `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// Type of resource. Always compute#targetHttpProxyList for lists of target HTTP proxies.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

A list of TargetHttpProxy resources.

func (*TargetHttpProxyList) Descriptor

func (*TargetHttpProxyList) Descriptor() ([]byte, []int)

Deprecated: Use TargetHttpProxyList.ProtoReflect.Descriptor instead.

func (*TargetHttpProxyList) GetId

func (x *TargetHttpProxyList) GetId() string

func (*TargetHttpProxyList) GetItems

func (x *TargetHttpProxyList) GetItems() []*TargetHttpProxy

func (*TargetHttpProxyList) GetKind

func (x *TargetHttpProxyList) GetKind() string

func (*TargetHttpProxyList) GetNextPageToken

func (x *TargetHttpProxyList) GetNextPageToken() string
func (x *TargetHttpProxyList) GetSelfLink() string

func (*TargetHttpProxyList) GetWarning

func (x *TargetHttpProxyList) GetWarning() *Warning

func (*TargetHttpProxyList) ProtoMessage

func (*TargetHttpProxyList) ProtoMessage()

func (*TargetHttpProxyList) ProtoReflect

func (x *TargetHttpProxyList) ProtoReflect() protoreflect.Message

func (*TargetHttpProxyList) Reset

func (x *TargetHttpProxyList) Reset()

func (*TargetHttpProxyList) String

func (x *TargetHttpProxyList) String() string

type TargetHttpsProxiesClient

type TargetHttpsProxiesClient interface {
	// Retrieves the list of all TargetHttpsProxy resources, regional and global, available to the specified project.
	AggregatedList(ctx context.Context, in *AggregatedListTargetHttpsProxiesRequest, opts ...grpc.CallOption) (*TargetHttpsProxyAggregatedList, error)
	// Deletes the specified TargetHttpsProxy resource.
	Delete(ctx context.Context, in *DeleteTargetHttpsProxyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified TargetHttpsProxy resource.
	Get(ctx context.Context, in *GetTargetHttpsProxyRequest, opts ...grpc.CallOption) (*TargetHttpsProxy, error)
	// Creates a TargetHttpsProxy resource in the specified project using the data included in the request.
	Insert(ctx context.Context, in *InsertTargetHttpsProxyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves the list of TargetHttpsProxy resources available to the specified project.
	List(ctx context.Context, in *ListTargetHttpsProxiesRequest, opts ...grpc.CallOption) (*TargetHttpsProxyList, error)
	// Patches the specified TargetHttpsProxy resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.
	Patch(ctx context.Context, in *PatchTargetHttpsProxyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Changes the Certificate Map for TargetHttpsProxy.
	SetCertificateMap(ctx context.Context, in *SetCertificateMapTargetHttpsProxyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Sets the QUIC override policy for TargetHttpsProxy.
	SetQuicOverride(ctx context.Context, in *SetQuicOverrideTargetHttpsProxyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Replaces SslCertificates for TargetHttpsProxy.
	SetSslCertificates(ctx context.Context, in *SetSslCertificatesTargetHttpsProxyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Sets the SSL policy for TargetHttpsProxy. The SSL policy specifies the server-side support for SSL features. This affects connections between clients and the HTTPS proxy load balancer. They do not affect the connection between the load balancer and the backends.
	SetSslPolicy(ctx context.Context, in *SetSslPolicyTargetHttpsProxyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Changes the URL map for TargetHttpsProxy.
	SetUrlMap(ctx context.Context, in *SetUrlMapTargetHttpsProxyRequest, opts ...grpc.CallOption) (*Operation, error)
}

TargetHttpsProxiesClient is the client API for TargetHttpsProxies service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewTargetHttpsProxiesClient

func NewTargetHttpsProxiesClient(cc grpc.ClientConnInterface) TargetHttpsProxiesClient

type TargetHttpsProxiesScopedList

type TargetHttpsProxiesScopedList struct {

	// A list of TargetHttpsProxies contained in this scope.
	TargetHttpsProxies []*TargetHttpsProxy `protobuf:"bytes,366607882,rep,name=target_https_proxies,json=targetHttpsProxies,proto3" json:"target_https_proxies,omitempty"`
	// Informational warning which replaces the list of backend services when the list is empty.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*TargetHttpsProxiesScopedList) Descriptor

func (*TargetHttpsProxiesScopedList) Descriptor() ([]byte, []int)

Deprecated: Use TargetHttpsProxiesScopedList.ProtoReflect.Descriptor instead.

func (*TargetHttpsProxiesScopedList) GetTargetHttpsProxies

func (x *TargetHttpsProxiesScopedList) GetTargetHttpsProxies() []*TargetHttpsProxy

func (*TargetHttpsProxiesScopedList) GetWarning

func (x *TargetHttpsProxiesScopedList) GetWarning() *Warning

func (*TargetHttpsProxiesScopedList) ProtoMessage

func (*TargetHttpsProxiesScopedList) ProtoMessage()

func (*TargetHttpsProxiesScopedList) ProtoReflect

func (*TargetHttpsProxiesScopedList) Reset

func (x *TargetHttpsProxiesScopedList) Reset()

func (*TargetHttpsProxiesScopedList) String

type TargetHttpsProxiesServer

type TargetHttpsProxiesServer interface {
	// Retrieves the list of all TargetHttpsProxy resources, regional and global, available to the specified project.
	AggregatedList(context.Context, *AggregatedListTargetHttpsProxiesRequest) (*TargetHttpsProxyAggregatedList, error)
	// Deletes the specified TargetHttpsProxy resource.
	Delete(context.Context, *DeleteTargetHttpsProxyRequest) (*Operation, error)
	// Returns the specified TargetHttpsProxy resource.
	Get(context.Context, *GetTargetHttpsProxyRequest) (*TargetHttpsProxy, error)
	// Creates a TargetHttpsProxy resource in the specified project using the data included in the request.
	Insert(context.Context, *InsertTargetHttpsProxyRequest) (*Operation, error)
	// Retrieves the list of TargetHttpsProxy resources available to the specified project.
	List(context.Context, *ListTargetHttpsProxiesRequest) (*TargetHttpsProxyList, error)
	// Patches the specified TargetHttpsProxy resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.
	Patch(context.Context, *PatchTargetHttpsProxyRequest) (*Operation, error)
	// Changes the Certificate Map for TargetHttpsProxy.
	SetCertificateMap(context.Context, *SetCertificateMapTargetHttpsProxyRequest) (*Operation, error)
	// Sets the QUIC override policy for TargetHttpsProxy.
	SetQuicOverride(context.Context, *SetQuicOverrideTargetHttpsProxyRequest) (*Operation, error)
	// Replaces SslCertificates for TargetHttpsProxy.
	SetSslCertificates(context.Context, *SetSslCertificatesTargetHttpsProxyRequest) (*Operation, error)
	// Sets the SSL policy for TargetHttpsProxy. The SSL policy specifies the server-side support for SSL features. This affects connections between clients and the HTTPS proxy load balancer. They do not affect the connection between the load balancer and the backends.
	SetSslPolicy(context.Context, *SetSslPolicyTargetHttpsProxyRequest) (*Operation, error)
	// Changes the URL map for TargetHttpsProxy.
	SetUrlMap(context.Context, *SetUrlMapTargetHttpsProxyRequest) (*Operation, error)
}

TargetHttpsProxiesServer is the server API for TargetHttpsProxies service.

type TargetHttpsProxiesSetCertificateMapRequest

type TargetHttpsProxiesSetCertificateMapRequest struct {

	// URL of the Certificate Map to associate with this TargetHttpsProxy. Accepted format is //certificatemanager.googleapis.com/projects/{project }/locations/{location}/certificateMaps/{resourceName}.
	CertificateMap *string `protobuf:"bytes,156463796,opt,name=certificate_map,json=certificateMap,proto3,oneof" json:"certificate_map,omitempty"`
	// contains filtered or unexported fields
}

func (*TargetHttpsProxiesSetCertificateMapRequest) Descriptor

Deprecated: Use TargetHttpsProxiesSetCertificateMapRequest.ProtoReflect.Descriptor instead.

func (*TargetHttpsProxiesSetCertificateMapRequest) GetCertificateMap

func (x *TargetHttpsProxiesSetCertificateMapRequest) GetCertificateMap() string

func (*TargetHttpsProxiesSetCertificateMapRequest) ProtoMessage

func (*TargetHttpsProxiesSetCertificateMapRequest) ProtoReflect

func (*TargetHttpsProxiesSetCertificateMapRequest) Reset

func (*TargetHttpsProxiesSetCertificateMapRequest) String

type TargetHttpsProxiesSetQuicOverrideRequest

type TargetHttpsProxiesSetQuicOverrideRequest struct {

	// QUIC policy for the TargetHttpsProxy resource.
	// Check the QuicOverride enum for the list of possible values.
	QuicOverride *string `protobuf:"bytes,456577197,opt,name=quic_override,json=quicOverride,proto3,oneof" json:"quic_override,omitempty"`
	// contains filtered or unexported fields
}

func (*TargetHttpsProxiesSetQuicOverrideRequest) Descriptor

func (*TargetHttpsProxiesSetQuicOverrideRequest) Descriptor() ([]byte, []int)

Deprecated: Use TargetHttpsProxiesSetQuicOverrideRequest.ProtoReflect.Descriptor instead.

func (*TargetHttpsProxiesSetQuicOverrideRequest) GetQuicOverride

func (x *TargetHttpsProxiesSetQuicOverrideRequest) GetQuicOverride() string

func (*TargetHttpsProxiesSetQuicOverrideRequest) ProtoMessage

func (*TargetHttpsProxiesSetQuicOverrideRequest) ProtoReflect

func (*TargetHttpsProxiesSetQuicOverrideRequest) Reset

func (*TargetHttpsProxiesSetQuicOverrideRequest) String

type TargetHttpsProxiesSetQuicOverrideRequest_QuicOverride

type TargetHttpsProxiesSetQuicOverrideRequest_QuicOverride int32

QUIC policy for the TargetHttpsProxy resource.

const (
	// A value indicating that the enum field is not set.
	TargetHttpsProxiesSetQuicOverrideRequest_UNDEFINED_QUIC_OVERRIDE TargetHttpsProxiesSetQuicOverrideRequest_QuicOverride = 0
	// The load balancer will not attempt to negotiate QUIC with clients.
	TargetHttpsProxiesSetQuicOverrideRequest_DISABLE TargetHttpsProxiesSetQuicOverrideRequest_QuicOverride = 241807048
	// The load balancer will attempt to negotiate QUIC with clients.
	TargetHttpsProxiesSetQuicOverrideRequest_ENABLE TargetHttpsProxiesSetQuicOverrideRequest_QuicOverride = 438835587
	// No overrides to the default QUIC policy. This option is implicit if no QUIC override has been specified in the request.
	TargetHttpsProxiesSetQuicOverrideRequest_NONE TargetHttpsProxiesSetQuicOverrideRequest_QuicOverride = 2402104
)

func (TargetHttpsProxiesSetQuicOverrideRequest_QuicOverride) Descriptor

func (TargetHttpsProxiesSetQuicOverrideRequest_QuicOverride) Enum

func (TargetHttpsProxiesSetQuicOverrideRequest_QuicOverride) EnumDescriptor

Deprecated: Use TargetHttpsProxiesSetQuicOverrideRequest_QuicOverride.Descriptor instead.

func (TargetHttpsProxiesSetQuicOverrideRequest_QuicOverride) Number

func (TargetHttpsProxiesSetQuicOverrideRequest_QuicOverride) String

func (TargetHttpsProxiesSetQuicOverrideRequest_QuicOverride) Type

type TargetHttpsProxiesSetSslCertificatesRequest

type TargetHttpsProxiesSetSslCertificatesRequest struct {

	// New set of SslCertificate resources to associate with this TargetHttpsProxy resource. At least one SSL certificate must be specified. Currently, you may specify up to 15 SSL certificates.
	SslCertificates []string `protobuf:"bytes,366006543,rep,name=ssl_certificates,json=sslCertificates,proto3" json:"ssl_certificates,omitempty"`
	// contains filtered or unexported fields
}

func (*TargetHttpsProxiesSetSslCertificatesRequest) Descriptor

Deprecated: Use TargetHttpsProxiesSetSslCertificatesRequest.ProtoReflect.Descriptor instead.

func (*TargetHttpsProxiesSetSslCertificatesRequest) GetSslCertificates

func (x *TargetHttpsProxiesSetSslCertificatesRequest) GetSslCertificates() []string

func (*TargetHttpsProxiesSetSslCertificatesRequest) ProtoMessage

func (*TargetHttpsProxiesSetSslCertificatesRequest) ProtoReflect

func (*TargetHttpsProxiesSetSslCertificatesRequest) Reset

func (*TargetHttpsProxiesSetSslCertificatesRequest) String

type TargetHttpsProxy

type TargetHttpsProxy struct {

	// Optional. A URL referring to a networksecurity.AuthorizationPolicy resource that describes how the proxy should authorize inbound traffic. If left blank, access will not be restricted by an authorization policy. Refer to the AuthorizationPolicy resource for additional details. authorizationPolicy only applies to a global TargetHttpsProxy attached to globalForwardingRules with the loadBalancingScheme set to INTERNAL_SELF_MANAGED. Note: This field currently has no impact.
	AuthorizationPolicy *string `protobuf:"bytes,33945528,opt,name=authorization_policy,json=authorizationPolicy,proto3,oneof" json:"authorization_policy,omitempty"`
	// URL of a certificate map that identifies a certificate map associated with the given target proxy. This field can only be set for global target proxies. If set, sslCertificates will be ignored. Accepted format is //certificatemanager.googleapis.com/projects/{project }/locations/{location}/certificateMaps/{resourceName}.
	CertificateMap *string `protobuf:"bytes,156463796,opt,name=certificate_map,json=certificateMap,proto3,oneof" json:"certificate_map,omitempty"`
	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// An optional description of this resource. Provide this property when you create the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a TargetHttpsProxy. An up-to-date fingerprint must be provided in order to patch the TargetHttpsProxy; otherwise, the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve the TargetHttpsProxy.
	Fingerprint *string `protobuf:"bytes,234678500,opt,name=fingerprint,proto3,oneof" json:"fingerprint,omitempty"`
	// Specifies how long to keep a connection open, after completing a response, while there is no matching traffic (in seconds). If an HTTP keep-alive is not specified, a default value (610 seconds) will be used. For Global external HTTP(S) load balancer, the minimum allowed value is 5 seconds and the maximum allowed value is 1200 seconds. For Global external HTTP(S) load balancer (classic), this option is not available publicly.
	HttpKeepAliveTimeoutSec *int32 `protobuf:"varint,447326046,opt,name=http_keep_alive_timeout_sec,json=httpKeepAliveTimeoutSec,proto3,oneof" json:"http_keep_alive_timeout_sec,omitempty"`
	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Output Only] Type of resource. Always compute#targetHttpsProxy for target HTTPS proxies.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// This field only applies when the forwarding rule that references this target proxy has a loadBalancingScheme set to INTERNAL_SELF_MANAGED. When this field is set to true, Envoy proxies set up inbound traffic interception and bind to the IP address and port specified in the forwarding rule. This is generally useful when using Traffic Director to configure Envoy as a gateway or middle proxy (in other words, not a sidecar proxy). The Envoy proxy listens for inbound requests and handles requests when it receives them. The default is false.
	ProxyBind *bool `protobuf:"varint,286025582,opt,name=proxy_bind,json=proxyBind,proto3,oneof" json:"proxy_bind,omitempty"`
	// Specifies the QUIC override policy for this TargetHttpsProxy resource. This setting determines whether the load balancer attempts to negotiate QUIC with clients. You can specify NONE, ENABLE, or DISABLE. - When quic-override is set to NONE, Google manages whether QUIC is used. - When quic-override is set to ENABLE, the load balancer uses QUIC when possible. - When quic-override is set to DISABLE, the load balancer doesn't use QUIC. - If the quic-override flag is not specified, NONE is implied.
	// Check the QuicOverride enum for the list of possible values.
	QuicOverride *string `protobuf:"bytes,456577197,opt,name=quic_override,json=quicOverride,proto3,oneof" json:"quic_override,omitempty"`
	// [Output Only] URL of the region where the regional TargetHttpsProxy resides. This field is not applicable to global TargetHttpsProxies.
	Region *string `protobuf:"bytes,138946292,opt,name=region,proto3,oneof" json:"region,omitempty"`
	// [Output Only] Server-defined URL for the resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// Optional. A URL referring to a networksecurity.ServerTlsPolicy resource that describes how the proxy should authenticate inbound traffic. serverTlsPolicy only applies to a global TargetHttpsProxy attached to globalForwardingRules with the loadBalancingScheme set to INTERNAL_SELF_MANAGED or EXTERNAL or EXTERNAL_MANAGED. For details which ServerTlsPolicy resources are accepted with INTERNAL_SELF_MANAGED and which with EXTERNAL, EXTERNAL_MANAGED loadBalancingScheme consult ServerTlsPolicy documentation. If left blank, communications are not encrypted.
	ServerTlsPolicy *string `protobuf:"bytes,295825266,opt,name=server_tls_policy,json=serverTlsPolicy,proto3,oneof" json:"server_tls_policy,omitempty"`
	// URLs to SslCertificate resources that are used to authenticate connections between users and the load balancer. At least one SSL certificate must be specified. Currently, you may specify up to 15 SSL certificates. sslCertificates do not apply when the load balancing scheme is set to INTERNAL_SELF_MANAGED.
	SslCertificates []string `protobuf:"bytes,366006543,rep,name=ssl_certificates,json=sslCertificates,proto3" json:"ssl_certificates,omitempty"`
	// URL of SslPolicy resource that will be associated with the TargetHttpsProxy resource. If not set, the TargetHttpsProxy resource has no SSL policy configured.
	SslPolicy *string `protobuf:"bytes,295190213,opt,name=ssl_policy,json=sslPolicy,proto3,oneof" json:"ssl_policy,omitempty"`
	// A fully-qualified or valid partial URL to the UrlMap resource that defines the mapping from URL to the BackendService. For example, the following are all valid URLs for specifying a URL map: - https://www.googleapis.compute/v1/projects/project/global/urlMaps/ url-map - projects/project/global/urlMaps/url-map - global/urlMaps/url-map
	UrlMap *string `protobuf:"bytes,367020684,opt,name=url_map,json=urlMap,proto3,oneof" json:"url_map,omitempty"`
	// contains filtered or unexported fields
}

Represents a Target HTTPS Proxy resource. Google Compute Engine has two Target HTTPS Proxy resources: * [Global](/compute/docs/reference/rest/v1/targetHttpsProxies) * [Regional](/compute/docs/reference/rest/v1/regionTargetHttpsProxies) A target HTTPS proxy is a component of GCP HTTPS load balancers. * targetHttpsProxies are used by external HTTPS load balancers. * regionTargetHttpsProxies are used by internal HTTPS load balancers. Forwarding rules reference a target HTTPS proxy, and the target proxy then references a URL map. For more information, read Using Target Proxies and Forwarding rule concepts.

func (*TargetHttpsProxy) Descriptor

func (*TargetHttpsProxy) Descriptor() ([]byte, []int)

Deprecated: Use TargetHttpsProxy.ProtoReflect.Descriptor instead.

func (*TargetHttpsProxy) GetAuthorizationPolicy

func (x *TargetHttpsProxy) GetAuthorizationPolicy() string

func (*TargetHttpsProxy) GetCertificateMap

func (x *TargetHttpsProxy) GetCertificateMap() string

func (*TargetHttpsProxy) GetCreationTimestamp

func (x *TargetHttpsProxy) GetCreationTimestamp() string

func (*TargetHttpsProxy) GetDescription

func (x *TargetHttpsProxy) GetDescription() string

func (*TargetHttpsProxy) GetFingerprint

func (x *TargetHttpsProxy) GetFingerprint() string

func (*TargetHttpsProxy) GetHttpKeepAliveTimeoutSec

func (x *TargetHttpsProxy) GetHttpKeepAliveTimeoutSec() int32

func (*TargetHttpsProxy) GetId

func (x *TargetHttpsProxy) GetId() uint64

func (*TargetHttpsProxy) GetKind

func (x *TargetHttpsProxy) GetKind() string

func (*TargetHttpsProxy) GetName

func (x *TargetHttpsProxy) GetName() string

func (*TargetHttpsProxy) GetProxyBind

func (x *TargetHttpsProxy) GetProxyBind() bool

func (*TargetHttpsProxy) GetQuicOverride

func (x *TargetHttpsProxy) GetQuicOverride() string

func (*TargetHttpsProxy) GetRegion

func (x *TargetHttpsProxy) GetRegion() string
func (x *TargetHttpsProxy) GetSelfLink() string

func (*TargetHttpsProxy) GetServerTlsPolicy

func (x *TargetHttpsProxy) GetServerTlsPolicy() string

func (*TargetHttpsProxy) GetSslCertificates

func (x *TargetHttpsProxy) GetSslCertificates() []string

func (*TargetHttpsProxy) GetSslPolicy

func (x *TargetHttpsProxy) GetSslPolicy() string

func (*TargetHttpsProxy) GetUrlMap

func (x *TargetHttpsProxy) GetUrlMap() string

func (*TargetHttpsProxy) ProtoMessage

func (*TargetHttpsProxy) ProtoMessage()

func (*TargetHttpsProxy) ProtoReflect

func (x *TargetHttpsProxy) ProtoReflect() protoreflect.Message

func (*TargetHttpsProxy) Reset

func (x *TargetHttpsProxy) Reset()

func (*TargetHttpsProxy) String

func (x *TargetHttpsProxy) String() string

type TargetHttpsProxyAggregatedList

type TargetHttpsProxyAggregatedList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of TargetHttpsProxiesScopedList resources.
	Items map[string]*TargetHttpsProxiesScopedList `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// [Output Only] Type of resource. Always compute#targetHttpsProxyAggregatedList for lists of Target HTTP Proxies.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Unreachable resources.
	Unreachables []string `protobuf:"bytes,243372063,rep,name=unreachables,proto3" json:"unreachables,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*TargetHttpsProxyAggregatedList) Descriptor

func (*TargetHttpsProxyAggregatedList) Descriptor() ([]byte, []int)

Deprecated: Use TargetHttpsProxyAggregatedList.ProtoReflect.Descriptor instead.

func (*TargetHttpsProxyAggregatedList) GetId

func (*TargetHttpsProxyAggregatedList) GetItems

func (*TargetHttpsProxyAggregatedList) GetKind

func (*TargetHttpsProxyAggregatedList) GetNextPageToken

func (x *TargetHttpsProxyAggregatedList) GetNextPageToken() string
func (x *TargetHttpsProxyAggregatedList) GetSelfLink() string

func (*TargetHttpsProxyAggregatedList) GetUnreachables

func (x *TargetHttpsProxyAggregatedList) GetUnreachables() []string

func (*TargetHttpsProxyAggregatedList) GetWarning

func (x *TargetHttpsProxyAggregatedList) GetWarning() *Warning

func (*TargetHttpsProxyAggregatedList) ProtoMessage

func (*TargetHttpsProxyAggregatedList) ProtoMessage()

func (*TargetHttpsProxyAggregatedList) ProtoReflect

func (*TargetHttpsProxyAggregatedList) Reset

func (x *TargetHttpsProxyAggregatedList) Reset()

func (*TargetHttpsProxyAggregatedList) String

type TargetHttpsProxyList

type TargetHttpsProxyList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of TargetHttpsProxy resources.
	Items []*TargetHttpsProxy `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// Type of resource. Always compute#targetHttpsProxyList for lists of target HTTPS proxies.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

Contains a list of TargetHttpsProxy resources.

func (*TargetHttpsProxyList) Descriptor

func (*TargetHttpsProxyList) Descriptor() ([]byte, []int)

Deprecated: Use TargetHttpsProxyList.ProtoReflect.Descriptor instead.

func (*TargetHttpsProxyList) GetId

func (x *TargetHttpsProxyList) GetId() string

func (*TargetHttpsProxyList) GetItems

func (x *TargetHttpsProxyList) GetItems() []*TargetHttpsProxy

func (*TargetHttpsProxyList) GetKind

func (x *TargetHttpsProxyList) GetKind() string

func (*TargetHttpsProxyList) GetNextPageToken

func (x *TargetHttpsProxyList) GetNextPageToken() string
func (x *TargetHttpsProxyList) GetSelfLink() string

func (*TargetHttpsProxyList) GetWarning

func (x *TargetHttpsProxyList) GetWarning() *Warning

func (*TargetHttpsProxyList) ProtoMessage

func (*TargetHttpsProxyList) ProtoMessage()

func (*TargetHttpsProxyList) ProtoReflect

func (x *TargetHttpsProxyList) ProtoReflect() protoreflect.Message

func (*TargetHttpsProxyList) Reset

func (x *TargetHttpsProxyList) Reset()

func (*TargetHttpsProxyList) String

func (x *TargetHttpsProxyList) String() string

type TargetHttpsProxy_QuicOverride

type TargetHttpsProxy_QuicOverride int32

Specifies the QUIC override policy for this TargetHttpsProxy resource. This setting determines whether the load balancer attempts to negotiate QUIC with clients. You can specify NONE, ENABLE, or DISABLE. - When quic-override is set to NONE, Google manages whether QUIC is used. - When quic-override is set to ENABLE, the load balancer uses QUIC when possible. - When quic-override is set to DISABLE, the load balancer doesn't use QUIC. - If the quic-override flag is not specified, NONE is implied.

const (
	// A value indicating that the enum field is not set.
	TargetHttpsProxy_UNDEFINED_QUIC_OVERRIDE TargetHttpsProxy_QuicOverride = 0
	// The load balancer will not attempt to negotiate QUIC with clients.
	TargetHttpsProxy_DISABLE TargetHttpsProxy_QuicOverride = 241807048
	// The load balancer will attempt to negotiate QUIC with clients.
	TargetHttpsProxy_ENABLE TargetHttpsProxy_QuicOverride = 438835587
	// No overrides to the default QUIC policy. This option is implicit if no QUIC override has been specified in the request.
	TargetHttpsProxy_NONE TargetHttpsProxy_QuicOverride = 2402104
)

func (TargetHttpsProxy_QuicOverride) Descriptor

func (TargetHttpsProxy_QuicOverride) Enum

func (TargetHttpsProxy_QuicOverride) EnumDescriptor

func (TargetHttpsProxy_QuicOverride) EnumDescriptor() ([]byte, []int)

Deprecated: Use TargetHttpsProxy_QuicOverride.Descriptor instead.

func (TargetHttpsProxy_QuicOverride) Number

func (TargetHttpsProxy_QuicOverride) String

func (TargetHttpsProxy_QuicOverride) Type

type TargetInstance

type TargetInstance struct {

	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// An optional description of this resource. Provide this property when you create the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A URL to the virtual machine instance that handles traffic for this target instance. When creating a target instance, you can provide the fully-qualified URL or a valid partial URL to the desired virtual machine. For example, the following are all valid URLs: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /instances/instance - projects/project/zones/zone/instances/instance - zones/zone/instances/instance
	Instance *string `protobuf:"bytes,18257045,opt,name=instance,proto3,oneof" json:"instance,omitempty"`
	// [Output Only] The type of the resource. Always compute#targetInstance for target instances.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// Must have a value of NO_NAT. Protocol forwarding delivers packets while preserving the destination IP address of the forwarding rule referencing the target instance.
	// Check the NatPolicy enum for the list of possible values.
	NatPolicy *string `protobuf:"bytes,509780496,opt,name=nat_policy,json=natPolicy,proto3,oneof" json:"nat_policy,omitempty"`
	// The URL of the network this target instance uses to forward traffic. If not specified, the traffic will be forwarded to the network that the default network interface belongs to.
	Network *string `protobuf:"bytes,232872494,opt,name=network,proto3,oneof" json:"network,omitempty"`
	// [Output Only] Server-defined URL for the resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] URL of the zone where the target instance resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
	Zone *string `protobuf:"bytes,3744684,opt,name=zone,proto3,oneof" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

Represents a Target Instance resource. You can use a target instance to handle traffic for one or more forwarding rules, which is ideal for forwarding protocol traffic that is managed by a single source. For example, ESP, AH, TCP, or UDP. For more information, read Target instances.

func (*TargetInstance) Descriptor

func (*TargetInstance) Descriptor() ([]byte, []int)

Deprecated: Use TargetInstance.ProtoReflect.Descriptor instead.

func (*TargetInstance) GetCreationTimestamp

func (x *TargetInstance) GetCreationTimestamp() string

func (*TargetInstance) GetDescription

func (x *TargetInstance) GetDescription() string

func (*TargetInstance) GetId

func (x *TargetInstance) GetId() uint64

func (*TargetInstance) GetInstance

func (x *TargetInstance) GetInstance() string

func (*TargetInstance) GetKind

func (x *TargetInstance) GetKind() string

func (*TargetInstance) GetName

func (x *TargetInstance) GetName() string

func (*TargetInstance) GetNatPolicy

func (x *TargetInstance) GetNatPolicy() string

func (*TargetInstance) GetNetwork

func (x *TargetInstance) GetNetwork() string
func (x *TargetInstance) GetSelfLink() string

func (*TargetInstance) GetZone

func (x *TargetInstance) GetZone() string

func (*TargetInstance) ProtoMessage

func (*TargetInstance) ProtoMessage()

func (*TargetInstance) ProtoReflect

func (x *TargetInstance) ProtoReflect() protoreflect.Message

func (*TargetInstance) Reset

func (x *TargetInstance) Reset()

func (*TargetInstance) String

func (x *TargetInstance) String() string

type TargetInstanceAggregatedList

type TargetInstanceAggregatedList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of TargetInstance resources.
	Items map[string]*TargetInstancesScopedList `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// Type of resource.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Unreachable resources.
	Unreachables []string `protobuf:"bytes,243372063,rep,name=unreachables,proto3" json:"unreachables,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*TargetInstanceAggregatedList) Descriptor

func (*TargetInstanceAggregatedList) Descriptor() ([]byte, []int)

Deprecated: Use TargetInstanceAggregatedList.ProtoReflect.Descriptor instead.

func (*TargetInstanceAggregatedList) GetId

func (*TargetInstanceAggregatedList) GetItems

func (*TargetInstanceAggregatedList) GetKind

func (x *TargetInstanceAggregatedList) GetKind() string

func (*TargetInstanceAggregatedList) GetNextPageToken

func (x *TargetInstanceAggregatedList) GetNextPageToken() string
func (x *TargetInstanceAggregatedList) GetSelfLink() string

func (*TargetInstanceAggregatedList) GetUnreachables

func (x *TargetInstanceAggregatedList) GetUnreachables() []string

func (*TargetInstanceAggregatedList) GetWarning

func (x *TargetInstanceAggregatedList) GetWarning() *Warning

func (*TargetInstanceAggregatedList) ProtoMessage

func (*TargetInstanceAggregatedList) ProtoMessage()

func (*TargetInstanceAggregatedList) ProtoReflect

func (*TargetInstanceAggregatedList) Reset

func (x *TargetInstanceAggregatedList) Reset()

func (*TargetInstanceAggregatedList) String

type TargetInstanceList

type TargetInstanceList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of TargetInstance resources.
	Items []*TargetInstance `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// Type of resource.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

Contains a list of TargetInstance resources.

func (*TargetInstanceList) Descriptor

func (*TargetInstanceList) Descriptor() ([]byte, []int)

Deprecated: Use TargetInstanceList.ProtoReflect.Descriptor instead.

func (*TargetInstanceList) GetId

func (x *TargetInstanceList) GetId() string

func (*TargetInstanceList) GetItems

func (x *TargetInstanceList) GetItems() []*TargetInstance

func (*TargetInstanceList) GetKind

func (x *TargetInstanceList) GetKind() string

func (*TargetInstanceList) GetNextPageToken

func (x *TargetInstanceList) GetNextPageToken() string
func (x *TargetInstanceList) GetSelfLink() string

func (*TargetInstanceList) GetWarning

func (x *TargetInstanceList) GetWarning() *Warning

func (*TargetInstanceList) ProtoMessage

func (*TargetInstanceList) ProtoMessage()

func (*TargetInstanceList) ProtoReflect

func (x *TargetInstanceList) ProtoReflect() protoreflect.Message

func (*TargetInstanceList) Reset

func (x *TargetInstanceList) Reset()

func (*TargetInstanceList) String

func (x *TargetInstanceList) String() string

type TargetInstance_NatPolicy

type TargetInstance_NatPolicy int32

Must have a value of NO_NAT. Protocol forwarding delivers packets while preserving the destination IP address of the forwarding rule referencing the target instance.

const (
	// A value indicating that the enum field is not set.
	TargetInstance_UNDEFINED_NAT_POLICY TargetInstance_NatPolicy = 0
	// No NAT performed.
	TargetInstance_NO_NAT TargetInstance_NatPolicy = 161455491
)

func (TargetInstance_NatPolicy) Descriptor

func (TargetInstance_NatPolicy) Enum

func (TargetInstance_NatPolicy) EnumDescriptor

func (TargetInstance_NatPolicy) EnumDescriptor() ([]byte, []int)

Deprecated: Use TargetInstance_NatPolicy.Descriptor instead.

func (TargetInstance_NatPolicy) Number

func (TargetInstance_NatPolicy) String

func (x TargetInstance_NatPolicy) String() string

func (TargetInstance_NatPolicy) Type

type TargetInstancesClient

type TargetInstancesClient interface {
	// Retrieves an aggregated list of target instances.
	AggregatedList(ctx context.Context, in *AggregatedListTargetInstancesRequest, opts ...grpc.CallOption) (*TargetInstanceAggregatedList, error)
	// Deletes the specified TargetInstance resource.
	Delete(ctx context.Context, in *DeleteTargetInstanceRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified TargetInstance resource.
	Get(ctx context.Context, in *GetTargetInstanceRequest, opts ...grpc.CallOption) (*TargetInstance, error)
	// Creates a TargetInstance resource in the specified project and zone using the data included in the request.
	Insert(ctx context.Context, in *InsertTargetInstanceRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves a list of TargetInstance resources available to the specified project and zone.
	List(ctx context.Context, in *ListTargetInstancesRequest, opts ...grpc.CallOption) (*TargetInstanceList, error)
}

TargetInstancesClient is the client API for TargetInstances service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewTargetInstancesClient

func NewTargetInstancesClient(cc grpc.ClientConnInterface) TargetInstancesClient

type TargetInstancesScopedList

type TargetInstancesScopedList struct {

	// A list of target instances contained in this scope.
	TargetInstances []*TargetInstance `protobuf:"bytes,392915280,rep,name=target_instances,json=targetInstances,proto3" json:"target_instances,omitempty"`
	// Informational warning which replaces the list of addresses when the list is empty.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*TargetInstancesScopedList) Descriptor

func (*TargetInstancesScopedList) Descriptor() ([]byte, []int)

Deprecated: Use TargetInstancesScopedList.ProtoReflect.Descriptor instead.

func (*TargetInstancesScopedList) GetTargetInstances

func (x *TargetInstancesScopedList) GetTargetInstances() []*TargetInstance

func (*TargetInstancesScopedList) GetWarning

func (x *TargetInstancesScopedList) GetWarning() *Warning

func (*TargetInstancesScopedList) ProtoMessage

func (*TargetInstancesScopedList) ProtoMessage()

func (*TargetInstancesScopedList) ProtoReflect

func (*TargetInstancesScopedList) Reset

func (x *TargetInstancesScopedList) Reset()

func (*TargetInstancesScopedList) String

func (x *TargetInstancesScopedList) String() string

type TargetInstancesServer

type TargetInstancesServer interface {
	// Retrieves an aggregated list of target instances.
	AggregatedList(context.Context, *AggregatedListTargetInstancesRequest) (*TargetInstanceAggregatedList, error)
	// Deletes the specified TargetInstance resource.
	Delete(context.Context, *DeleteTargetInstanceRequest) (*Operation, error)
	// Returns the specified TargetInstance resource.
	Get(context.Context, *GetTargetInstanceRequest) (*TargetInstance, error)
	// Creates a TargetInstance resource in the specified project and zone using the data included in the request.
	Insert(context.Context, *InsertTargetInstanceRequest) (*Operation, error)
	// Retrieves a list of TargetInstance resources available to the specified project and zone.
	List(context.Context, *ListTargetInstancesRequest) (*TargetInstanceList, error)
}

TargetInstancesServer is the server API for TargetInstances service.

type TargetPool

type TargetPool struct {

	// The server-defined URL for the resource. This field is applicable only when the containing target pool is serving a forwarding rule as the primary pool, and its failoverRatio field is properly set to a value between [0, 1]. backupPool and failoverRatio together define the fallback behavior of the primary target pool: if the ratio of the healthy instances in the primary pool is at or below failoverRatio, traffic arriving at the load-balanced IP will be directed to the backup pool. In case where failoverRatio and backupPool are not set, or all the instances in the backup pool are unhealthy, the traffic will be directed back to the primary pool in the "force" mode, where traffic will be spread to the healthy instances with the best effort, or to all instances when no instance is healthy.
	BackupPool *string `protobuf:"bytes,45884537,opt,name=backup_pool,json=backupPool,proto3,oneof" json:"backup_pool,omitempty"`
	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// An optional description of this resource. Provide this property when you create the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// This field is applicable only when the containing target pool is serving a forwarding rule as the primary pool (i.e., not as a backup pool to some other target pool). The value of the field must be in [0, 1]. If set, backupPool must also be set. They together define the fallback behavior of the primary target pool: if the ratio of the healthy instances in the primary pool is at or below this number, traffic arriving at the load-balanced IP will be directed to the backup pool. In case where failoverRatio is not set or all the instances in the backup pool are unhealthy, the traffic will be directed back to the primary pool in the "force" mode, where traffic will be spread to the healthy instances with the best effort, or to all instances when no instance is healthy.
	FailoverRatio *float32 `protobuf:"fixed32,212667006,opt,name=failover_ratio,json=failoverRatio,proto3,oneof" json:"failover_ratio,omitempty"`
	// The URL of the HttpHealthCheck resource. A member instance in this pool is considered healthy if and only if the health checks pass. Only legacy HttpHealthChecks are supported. Only one health check may be specified.
	HealthChecks []string `protobuf:"bytes,448370606,rep,name=health_checks,json=healthChecks,proto3" json:"health_checks,omitempty"`
	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of resource URLs to the virtual machine instances serving this pool. They must live in zones contained in the same region as this pool.
	Instances []string `protobuf:"bytes,29097598,rep,name=instances,proto3" json:"instances,omitempty"`
	// [Output Only] Type of the resource. Always compute#targetPool for target pools.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// [Output Only] URL of the region where the target pool resides.
	Region *string `protobuf:"bytes,138946292,opt,name=region,proto3,oneof" json:"region,omitempty"`
	// [Output Only] Server-defined URL for the resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// Session affinity option, must be one of the following values: NONE: Connections from the same client IP may go to any instance in the pool. CLIENT_IP: Connections from the same client IP will go to the same instance in the pool while that instance remains healthy. CLIENT_IP_PROTO: Connections from the same client IP with the same IP protocol will go to the same instance in the pool while that instance remains healthy.
	// Check the SessionAffinity enum for the list of possible values.
	SessionAffinity *string `protobuf:"bytes,463888561,opt,name=session_affinity,json=sessionAffinity,proto3,oneof" json:"session_affinity,omitempty"`
	// contains filtered or unexported fields
}

Represents a Target Pool resource. Target pools are used for network TCP/UDP load balancing. A target pool references member instances, an associated legacy HttpHealthCheck resource, and, optionally, a backup target pool. For more information, read Using target pools.

func (*TargetPool) Descriptor

func (*TargetPool) Descriptor() ([]byte, []int)

Deprecated: Use TargetPool.ProtoReflect.Descriptor instead.

func (*TargetPool) GetBackupPool

func (x *TargetPool) GetBackupPool() string

func (*TargetPool) GetCreationTimestamp

func (x *TargetPool) GetCreationTimestamp() string

func (*TargetPool) GetDescription

func (x *TargetPool) GetDescription() string

func (*TargetPool) GetFailoverRatio

func (x *TargetPool) GetFailoverRatio() float32

func (*TargetPool) GetHealthChecks

func (x *TargetPool) GetHealthChecks() []string

func (*TargetPool) GetId

func (x *TargetPool) GetId() uint64

func (*TargetPool) GetInstances

func (x *TargetPool) GetInstances() []string

func (*TargetPool) GetKind

func (x *TargetPool) GetKind() string

func (*TargetPool) GetName

func (x *TargetPool) GetName() string

func (*TargetPool) GetRegion

func (x *TargetPool) GetRegion() string
func (x *TargetPool) GetSelfLink() string

func (*TargetPool) GetSessionAffinity

func (x *TargetPool) GetSessionAffinity() string

func (*TargetPool) ProtoMessage

func (*TargetPool) ProtoMessage()

func (*TargetPool) ProtoReflect

func (x *TargetPool) ProtoReflect() protoreflect.Message

func (*TargetPool) Reset

func (x *TargetPool) Reset()

func (*TargetPool) String

func (x *TargetPool) String() string

type TargetPoolAggregatedList

type TargetPoolAggregatedList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of TargetPool resources.
	Items map[string]*TargetPoolsScopedList `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// [Output Only] Type of resource. Always compute#targetPoolAggregatedList for aggregated lists of target pools.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Unreachable resources.
	Unreachables []string `protobuf:"bytes,243372063,rep,name=unreachables,proto3" json:"unreachables,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*TargetPoolAggregatedList) Descriptor

func (*TargetPoolAggregatedList) Descriptor() ([]byte, []int)

Deprecated: Use TargetPoolAggregatedList.ProtoReflect.Descriptor instead.

func (*TargetPoolAggregatedList) GetId

func (x *TargetPoolAggregatedList) GetId() string

func (*TargetPoolAggregatedList) GetItems

func (*TargetPoolAggregatedList) GetKind

func (x *TargetPoolAggregatedList) GetKind() string

func (*TargetPoolAggregatedList) GetNextPageToken

func (x *TargetPoolAggregatedList) GetNextPageToken() string
func (x *TargetPoolAggregatedList) GetSelfLink() string

func (*TargetPoolAggregatedList) GetUnreachables

func (x *TargetPoolAggregatedList) GetUnreachables() []string

func (*TargetPoolAggregatedList) GetWarning

func (x *TargetPoolAggregatedList) GetWarning() *Warning

func (*TargetPoolAggregatedList) ProtoMessage

func (*TargetPoolAggregatedList) ProtoMessage()

func (*TargetPoolAggregatedList) ProtoReflect

func (x *TargetPoolAggregatedList) ProtoReflect() protoreflect.Message

func (*TargetPoolAggregatedList) Reset

func (x *TargetPoolAggregatedList) Reset()

func (*TargetPoolAggregatedList) String

func (x *TargetPoolAggregatedList) String() string

type TargetPoolInstanceHealth

type TargetPoolInstanceHealth struct {
	HealthStatus []*HealthStatus `protobuf:"bytes,380545845,rep,name=health_status,json=healthStatus,proto3" json:"health_status,omitempty"`
	// [Output Only] Type of resource. Always compute#targetPoolInstanceHealth when checking the health of an instance.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// contains filtered or unexported fields
}

func (*TargetPoolInstanceHealth) Descriptor

func (*TargetPoolInstanceHealth) Descriptor() ([]byte, []int)

Deprecated: Use TargetPoolInstanceHealth.ProtoReflect.Descriptor instead.

func (*TargetPoolInstanceHealth) GetHealthStatus

func (x *TargetPoolInstanceHealth) GetHealthStatus() []*HealthStatus

func (*TargetPoolInstanceHealth) GetKind

func (x *TargetPoolInstanceHealth) GetKind() string

func (*TargetPoolInstanceHealth) ProtoMessage

func (*TargetPoolInstanceHealth) ProtoMessage()

func (*TargetPoolInstanceHealth) ProtoReflect

func (x *TargetPoolInstanceHealth) ProtoReflect() protoreflect.Message

func (*TargetPoolInstanceHealth) Reset

func (x *TargetPoolInstanceHealth) Reset()

func (*TargetPoolInstanceHealth) String

func (x *TargetPoolInstanceHealth) String() string

type TargetPoolList

type TargetPoolList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of TargetPool resources.
	Items []*TargetPool `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] Type of resource. Always compute#targetPoolList for lists of target pools.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

Contains a list of TargetPool resources.

func (*TargetPoolList) Descriptor

func (*TargetPoolList) Descriptor() ([]byte, []int)

Deprecated: Use TargetPoolList.ProtoReflect.Descriptor instead.

func (*TargetPoolList) GetId

func (x *TargetPoolList) GetId() string

func (*TargetPoolList) GetItems

func (x *TargetPoolList) GetItems() []*TargetPool

func (*TargetPoolList) GetKind

func (x *TargetPoolList) GetKind() string

func (*TargetPoolList) GetNextPageToken

func (x *TargetPoolList) GetNextPageToken() string
func (x *TargetPoolList) GetSelfLink() string

func (*TargetPoolList) GetWarning

func (x *TargetPoolList) GetWarning() *Warning

func (*TargetPoolList) ProtoMessage

func (*TargetPoolList) ProtoMessage()

func (*TargetPoolList) ProtoReflect

func (x *TargetPoolList) ProtoReflect() protoreflect.Message

func (*TargetPoolList) Reset

func (x *TargetPoolList) Reset()

func (*TargetPoolList) String

func (x *TargetPoolList) String() string

type TargetPool_SessionAffinity

type TargetPool_SessionAffinity int32

Session affinity option, must be one of the following values: NONE: Connections from the same client IP may go to any instance in the pool. CLIENT_IP: Connections from the same client IP will go to the same instance in the pool while that instance remains healthy. CLIENT_IP_PROTO: Connections from the same client IP with the same IP protocol will go to the same instance in the pool while that instance remains healthy.

const (
	// A value indicating that the enum field is not set.
	TargetPool_UNDEFINED_SESSION_AFFINITY TargetPool_SessionAffinity = 0
	// 2-tuple hash on packet's source and destination IP addresses. Connections from the same source IP address to the same destination IP address will be served by the same backend VM while that VM remains healthy.
	TargetPool_CLIENT_IP TargetPool_SessionAffinity = 345665051
	// 1-tuple hash only on packet's source IP address. Connections from the same source IP address will be served by the same backend VM while that VM remains healthy. This option can only be used for Internal TCP/UDP Load Balancing.
	TargetPool_CLIENT_IP_NO_DESTINATION TargetPool_SessionAffinity = 106122516
	// 5-tuple hash on packet's source and destination IP addresses, IP protocol, and source and destination ports. Connections for the same IP protocol from the same source IP address and port to the same destination IP address and port will be served by the same backend VM while that VM remains healthy. This option cannot be used for HTTP(S) load balancing.
	TargetPool_CLIENT_IP_PORT_PROTO TargetPool_SessionAffinity = 221722926
	// 3-tuple hash on packet's source and destination IP addresses, and IP protocol. Connections for the same IP protocol from the same source IP address to the same destination IP address will be served by the same backend VM while that VM remains healthy. This option cannot be used for HTTP(S) load balancing.
	TargetPool_CLIENT_IP_PROTO TargetPool_SessionAffinity = 25322148
	// Hash based on a cookie generated by the L7 loadbalancer. Only valid for HTTP(S) load balancing.
	TargetPool_GENERATED_COOKIE TargetPool_SessionAffinity = 370321204
	// The hash is based on a user specified header field.
	TargetPool_HEADER_FIELD TargetPool_SessionAffinity = 200737960
	// The hash is based on a user provided cookie.
	TargetPool_HTTP_COOKIE TargetPool_SessionAffinity = 494981627
	// No session affinity. Connections from the same client IP may go to any instance in the pool.
	TargetPool_NONE TargetPool_SessionAffinity = 2402104
)

func (TargetPool_SessionAffinity) Descriptor

func (TargetPool_SessionAffinity) Enum

func (TargetPool_SessionAffinity) EnumDescriptor

func (TargetPool_SessionAffinity) EnumDescriptor() ([]byte, []int)

Deprecated: Use TargetPool_SessionAffinity.Descriptor instead.

func (TargetPool_SessionAffinity) Number

func (TargetPool_SessionAffinity) String

func (TargetPool_SessionAffinity) Type

type TargetPoolsAddHealthCheckRequest

type TargetPoolsAddHealthCheckRequest struct {

	// The HttpHealthCheck to add to the target pool.
	HealthChecks []*HealthCheckReference `protobuf:"bytes,448370606,rep,name=health_checks,json=healthChecks,proto3" json:"health_checks,omitempty"`
	// contains filtered or unexported fields
}

func (*TargetPoolsAddHealthCheckRequest) Descriptor

func (*TargetPoolsAddHealthCheckRequest) Descriptor() ([]byte, []int)

Deprecated: Use TargetPoolsAddHealthCheckRequest.ProtoReflect.Descriptor instead.

func (*TargetPoolsAddHealthCheckRequest) GetHealthChecks

func (*TargetPoolsAddHealthCheckRequest) ProtoMessage

func (*TargetPoolsAddHealthCheckRequest) ProtoMessage()

func (*TargetPoolsAddHealthCheckRequest) ProtoReflect

func (*TargetPoolsAddHealthCheckRequest) Reset

func (*TargetPoolsAddHealthCheckRequest) String

type TargetPoolsAddInstanceRequest

type TargetPoolsAddInstanceRequest struct {

	// A full or partial URL to an instance to add to this target pool. This can be a full or partial URL. For example, the following are valid URLs: - https://www.googleapis.com/compute/v1/projects/project-id/zones/zone /instances/instance-name - projects/project-id/zones/zone/instances/instance-name - zones/zone/instances/instance-name
	Instances []*InstanceReference `protobuf:"bytes,29097598,rep,name=instances,proto3" json:"instances,omitempty"`
	// contains filtered or unexported fields
}

func (*TargetPoolsAddInstanceRequest) Descriptor

func (*TargetPoolsAddInstanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use TargetPoolsAddInstanceRequest.ProtoReflect.Descriptor instead.

func (*TargetPoolsAddInstanceRequest) GetInstances

func (x *TargetPoolsAddInstanceRequest) GetInstances() []*InstanceReference

func (*TargetPoolsAddInstanceRequest) ProtoMessage

func (*TargetPoolsAddInstanceRequest) ProtoMessage()

func (*TargetPoolsAddInstanceRequest) ProtoReflect

func (*TargetPoolsAddInstanceRequest) Reset

func (x *TargetPoolsAddInstanceRequest) Reset()

func (*TargetPoolsAddInstanceRequest) String

type TargetPoolsClient

type TargetPoolsClient interface {
	// Adds health check URLs to a target pool.
	AddHealthCheck(ctx context.Context, in *AddHealthCheckTargetPoolRequest, opts ...grpc.CallOption) (*Operation, error)
	// Adds an instance to a target pool.
	AddInstance(ctx context.Context, in *AddInstanceTargetPoolRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves an aggregated list of target pools.
	AggregatedList(ctx context.Context, in *AggregatedListTargetPoolsRequest, opts ...grpc.CallOption) (*TargetPoolAggregatedList, error)
	// Deletes the specified target pool.
	Delete(ctx context.Context, in *DeleteTargetPoolRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified target pool.
	Get(ctx context.Context, in *GetTargetPoolRequest, opts ...grpc.CallOption) (*TargetPool, error)
	// Gets the most recent health check results for each IP for the instance that is referenced by the given target pool.
	GetHealth(ctx context.Context, in *GetHealthTargetPoolRequest, opts ...grpc.CallOption) (*TargetPoolInstanceHealth, error)
	// Creates a target pool in the specified project and region using the data included in the request.
	Insert(ctx context.Context, in *InsertTargetPoolRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves a list of target pools available to the specified project and region.
	List(ctx context.Context, in *ListTargetPoolsRequest, opts ...grpc.CallOption) (*TargetPoolList, error)
	// Removes health check URL from a target pool.
	RemoveHealthCheck(ctx context.Context, in *RemoveHealthCheckTargetPoolRequest, opts ...grpc.CallOption) (*Operation, error)
	// Removes instance URL from a target pool.
	RemoveInstance(ctx context.Context, in *RemoveInstanceTargetPoolRequest, opts ...grpc.CallOption) (*Operation, error)
	// Changes a backup target pool's configurations.
	SetBackup(ctx context.Context, in *SetBackupTargetPoolRequest, opts ...grpc.CallOption) (*Operation, error)
}

TargetPoolsClient is the client API for TargetPools service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewTargetPoolsClient

func NewTargetPoolsClient(cc grpc.ClientConnInterface) TargetPoolsClient

type TargetPoolsRemoveHealthCheckRequest

type TargetPoolsRemoveHealthCheckRequest struct {

	// Health check URL to be removed. This can be a full or valid partial URL. For example, the following are valid URLs: - https://www.googleapis.com/compute/beta/projects/project /global/httpHealthChecks/health-check - projects/project/global/httpHealthChecks/health-check - global/httpHealthChecks/health-check
	HealthChecks []*HealthCheckReference `protobuf:"bytes,448370606,rep,name=health_checks,json=healthChecks,proto3" json:"health_checks,omitempty"`
	// contains filtered or unexported fields
}

func (*TargetPoolsRemoveHealthCheckRequest) Descriptor

func (*TargetPoolsRemoveHealthCheckRequest) Descriptor() ([]byte, []int)

Deprecated: Use TargetPoolsRemoveHealthCheckRequest.ProtoReflect.Descriptor instead.

func (*TargetPoolsRemoveHealthCheckRequest) GetHealthChecks

func (*TargetPoolsRemoveHealthCheckRequest) ProtoMessage

func (*TargetPoolsRemoveHealthCheckRequest) ProtoMessage()

func (*TargetPoolsRemoveHealthCheckRequest) ProtoReflect

func (*TargetPoolsRemoveHealthCheckRequest) Reset

func (*TargetPoolsRemoveHealthCheckRequest) String

type TargetPoolsRemoveInstanceRequest

type TargetPoolsRemoveInstanceRequest struct {

	// URLs of the instances to be removed from target pool.
	Instances []*InstanceReference `protobuf:"bytes,29097598,rep,name=instances,proto3" json:"instances,omitempty"`
	// contains filtered or unexported fields
}

func (*TargetPoolsRemoveInstanceRequest) Descriptor

func (*TargetPoolsRemoveInstanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use TargetPoolsRemoveInstanceRequest.ProtoReflect.Descriptor instead.

func (*TargetPoolsRemoveInstanceRequest) GetInstances

func (*TargetPoolsRemoveInstanceRequest) ProtoMessage

func (*TargetPoolsRemoveInstanceRequest) ProtoMessage()

func (*TargetPoolsRemoveInstanceRequest) ProtoReflect

func (*TargetPoolsRemoveInstanceRequest) Reset

func (*TargetPoolsRemoveInstanceRequest) String

type TargetPoolsScopedList

type TargetPoolsScopedList struct {

	// A list of target pools contained in this scope.
	TargetPools []*TargetPool `protobuf:"bytes,336072617,rep,name=target_pools,json=targetPools,proto3" json:"target_pools,omitempty"`
	// Informational warning which replaces the list of addresses when the list is empty.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*TargetPoolsScopedList) Descriptor

func (*TargetPoolsScopedList) Descriptor() ([]byte, []int)

Deprecated: Use TargetPoolsScopedList.ProtoReflect.Descriptor instead.

func (*TargetPoolsScopedList) GetTargetPools

func (x *TargetPoolsScopedList) GetTargetPools() []*TargetPool

func (*TargetPoolsScopedList) GetWarning

func (x *TargetPoolsScopedList) GetWarning() *Warning

func (*TargetPoolsScopedList) ProtoMessage

func (*TargetPoolsScopedList) ProtoMessage()

func (*TargetPoolsScopedList) ProtoReflect

func (x *TargetPoolsScopedList) ProtoReflect() protoreflect.Message

func (*TargetPoolsScopedList) Reset

func (x *TargetPoolsScopedList) Reset()

func (*TargetPoolsScopedList) String

func (x *TargetPoolsScopedList) String() string

type TargetPoolsServer

type TargetPoolsServer interface {
	// Adds health check URLs to a target pool.
	AddHealthCheck(context.Context, *AddHealthCheckTargetPoolRequest) (*Operation, error)
	// Adds an instance to a target pool.
	AddInstance(context.Context, *AddInstanceTargetPoolRequest) (*Operation, error)
	// Retrieves an aggregated list of target pools.
	AggregatedList(context.Context, *AggregatedListTargetPoolsRequest) (*TargetPoolAggregatedList, error)
	// Deletes the specified target pool.
	Delete(context.Context, *DeleteTargetPoolRequest) (*Operation, error)
	// Returns the specified target pool.
	Get(context.Context, *GetTargetPoolRequest) (*TargetPool, error)
	// Gets the most recent health check results for each IP for the instance that is referenced by the given target pool.
	GetHealth(context.Context, *GetHealthTargetPoolRequest) (*TargetPoolInstanceHealth, error)
	// Creates a target pool in the specified project and region using the data included in the request.
	Insert(context.Context, *InsertTargetPoolRequest) (*Operation, error)
	// Retrieves a list of target pools available to the specified project and region.
	List(context.Context, *ListTargetPoolsRequest) (*TargetPoolList, error)
	// Removes health check URL from a target pool.
	RemoveHealthCheck(context.Context, *RemoveHealthCheckTargetPoolRequest) (*Operation, error)
	// Removes instance URL from a target pool.
	RemoveInstance(context.Context, *RemoveInstanceTargetPoolRequest) (*Operation, error)
	// Changes a backup target pool's configurations.
	SetBackup(context.Context, *SetBackupTargetPoolRequest) (*Operation, error)
}

TargetPoolsServer is the server API for TargetPools service.

type TargetReference

type TargetReference struct {
	Target *string `protobuf:"bytes,192835985,opt,name=target,proto3,oneof" json:"target,omitempty"`
	// contains filtered or unexported fields
}

func (*TargetReference) Descriptor

func (*TargetReference) Descriptor() ([]byte, []int)

Deprecated: Use TargetReference.ProtoReflect.Descriptor instead.

func (*TargetReference) GetTarget

func (x *TargetReference) GetTarget() string

func (*TargetReference) ProtoMessage

func (*TargetReference) ProtoMessage()

func (*TargetReference) ProtoReflect

func (x *TargetReference) ProtoReflect() protoreflect.Message

func (*TargetReference) Reset

func (x *TargetReference) Reset()

func (*TargetReference) String

func (x *TargetReference) String() string

type TargetSslProxiesClient

type TargetSslProxiesClient interface {
	// Deletes the specified TargetSslProxy resource.
	Delete(ctx context.Context, in *DeleteTargetSslProxyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified TargetSslProxy resource.
	Get(ctx context.Context, in *GetTargetSslProxyRequest, opts ...grpc.CallOption) (*TargetSslProxy, error)
	// Creates a TargetSslProxy resource in the specified project using the data included in the request.
	Insert(ctx context.Context, in *InsertTargetSslProxyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves the list of TargetSslProxy resources available to the specified project.
	List(ctx context.Context, in *ListTargetSslProxiesRequest, opts ...grpc.CallOption) (*TargetSslProxyList, error)
	// Changes the BackendService for TargetSslProxy.
	SetBackendService(ctx context.Context, in *SetBackendServiceTargetSslProxyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Changes the Certificate Map for TargetSslProxy.
	SetCertificateMap(ctx context.Context, in *SetCertificateMapTargetSslProxyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Changes the ProxyHeaderType for TargetSslProxy.
	SetProxyHeader(ctx context.Context, in *SetProxyHeaderTargetSslProxyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Changes SslCertificates for TargetSslProxy.
	SetSslCertificates(ctx context.Context, in *SetSslCertificatesTargetSslProxyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Sets the SSL policy for TargetSslProxy. The SSL policy specifies the server-side support for SSL features. This affects connections between clients and the SSL proxy load balancer. They do not affect the connection between the load balancer and the backends.
	SetSslPolicy(ctx context.Context, in *SetSslPolicyTargetSslProxyRequest, opts ...grpc.CallOption) (*Operation, error)
}

TargetSslProxiesClient is the client API for TargetSslProxies service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewTargetSslProxiesClient

func NewTargetSslProxiesClient(cc grpc.ClientConnInterface) TargetSslProxiesClient

type TargetSslProxiesServer

type TargetSslProxiesServer interface {
	// Deletes the specified TargetSslProxy resource.
	Delete(context.Context, *DeleteTargetSslProxyRequest) (*Operation, error)
	// Returns the specified TargetSslProxy resource.
	Get(context.Context, *GetTargetSslProxyRequest) (*TargetSslProxy, error)
	// Creates a TargetSslProxy resource in the specified project using the data included in the request.
	Insert(context.Context, *InsertTargetSslProxyRequest) (*Operation, error)
	// Retrieves the list of TargetSslProxy resources available to the specified project.
	List(context.Context, *ListTargetSslProxiesRequest) (*TargetSslProxyList, error)
	// Changes the BackendService for TargetSslProxy.
	SetBackendService(context.Context, *SetBackendServiceTargetSslProxyRequest) (*Operation, error)
	// Changes the Certificate Map for TargetSslProxy.
	SetCertificateMap(context.Context, *SetCertificateMapTargetSslProxyRequest) (*Operation, error)
	// Changes the ProxyHeaderType for TargetSslProxy.
	SetProxyHeader(context.Context, *SetProxyHeaderTargetSslProxyRequest) (*Operation, error)
	// Changes SslCertificates for TargetSslProxy.
	SetSslCertificates(context.Context, *SetSslCertificatesTargetSslProxyRequest) (*Operation, error)
	// Sets the SSL policy for TargetSslProxy. The SSL policy specifies the server-side support for SSL features. This affects connections between clients and the SSL proxy load balancer. They do not affect the connection between the load balancer and the backends.
	SetSslPolicy(context.Context, *SetSslPolicyTargetSslProxyRequest) (*Operation, error)
}

TargetSslProxiesServer is the server API for TargetSslProxies service.

type TargetSslProxiesSetBackendServiceRequest

type TargetSslProxiesSetBackendServiceRequest struct {

	// The URL of the new BackendService resource for the targetSslProxy.
	Service *string `protobuf:"bytes,373540533,opt,name=service,proto3,oneof" json:"service,omitempty"`
	// contains filtered or unexported fields
}

func (*TargetSslProxiesSetBackendServiceRequest) Descriptor

func (*TargetSslProxiesSetBackendServiceRequest) Descriptor() ([]byte, []int)

Deprecated: Use TargetSslProxiesSetBackendServiceRequest.ProtoReflect.Descriptor instead.

func (*TargetSslProxiesSetBackendServiceRequest) GetService

func (*TargetSslProxiesSetBackendServiceRequest) ProtoMessage

func (*TargetSslProxiesSetBackendServiceRequest) ProtoReflect

func (*TargetSslProxiesSetBackendServiceRequest) Reset

func (*TargetSslProxiesSetBackendServiceRequest) String

type TargetSslProxiesSetCertificateMapRequest

type TargetSslProxiesSetCertificateMapRequest struct {

	// URL of the Certificate Map to associate with this TargetSslProxy. Accepted format is //certificatemanager.googleapis.com/projects/{project }/locations/{location}/certificateMaps/{resourceName}.
	CertificateMap *string `protobuf:"bytes,156463796,opt,name=certificate_map,json=certificateMap,proto3,oneof" json:"certificate_map,omitempty"`
	// contains filtered or unexported fields
}

func (*TargetSslProxiesSetCertificateMapRequest) Descriptor

func (*TargetSslProxiesSetCertificateMapRequest) Descriptor() ([]byte, []int)

Deprecated: Use TargetSslProxiesSetCertificateMapRequest.ProtoReflect.Descriptor instead.

func (*TargetSslProxiesSetCertificateMapRequest) GetCertificateMap

func (x *TargetSslProxiesSetCertificateMapRequest) GetCertificateMap() string

func (*TargetSslProxiesSetCertificateMapRequest) ProtoMessage

func (*TargetSslProxiesSetCertificateMapRequest) ProtoReflect

func (*TargetSslProxiesSetCertificateMapRequest) Reset

func (*TargetSslProxiesSetCertificateMapRequest) String

type TargetSslProxiesSetProxyHeaderRequest

type TargetSslProxiesSetProxyHeaderRequest struct {

	// The new type of proxy header to append before sending data to the backend. NONE or PROXY_V1 are allowed.
	// Check the ProxyHeader enum for the list of possible values.
	ProxyHeader *string `protobuf:"bytes,160374142,opt,name=proxy_header,json=proxyHeader,proto3,oneof" json:"proxy_header,omitempty"`
	// contains filtered or unexported fields
}

func (*TargetSslProxiesSetProxyHeaderRequest) Descriptor

func (*TargetSslProxiesSetProxyHeaderRequest) Descriptor() ([]byte, []int)

Deprecated: Use TargetSslProxiesSetProxyHeaderRequest.ProtoReflect.Descriptor instead.

func (*TargetSslProxiesSetProxyHeaderRequest) GetProxyHeader

func (x *TargetSslProxiesSetProxyHeaderRequest) GetProxyHeader() string

func (*TargetSslProxiesSetProxyHeaderRequest) ProtoMessage

func (*TargetSslProxiesSetProxyHeaderRequest) ProtoMessage()

func (*TargetSslProxiesSetProxyHeaderRequest) ProtoReflect

func (*TargetSslProxiesSetProxyHeaderRequest) Reset

func (*TargetSslProxiesSetProxyHeaderRequest) String

type TargetSslProxiesSetProxyHeaderRequest_ProxyHeader

type TargetSslProxiesSetProxyHeaderRequest_ProxyHeader int32

The new type of proxy header to append before sending data to the backend. NONE or PROXY_V1 are allowed.

const (
	// A value indicating that the enum field is not set.
	TargetSslProxiesSetProxyHeaderRequest_UNDEFINED_PROXY_HEADER TargetSslProxiesSetProxyHeaderRequest_ProxyHeader = 0
	TargetSslProxiesSetProxyHeaderRequest_NONE                   TargetSslProxiesSetProxyHeaderRequest_ProxyHeader = 2402104
	TargetSslProxiesSetProxyHeaderRequest_PROXY_V1               TargetSslProxiesSetProxyHeaderRequest_ProxyHeader = 334352940
)

func (TargetSslProxiesSetProxyHeaderRequest_ProxyHeader) Descriptor

func (TargetSslProxiesSetProxyHeaderRequest_ProxyHeader) Enum

func (TargetSslProxiesSetProxyHeaderRequest_ProxyHeader) EnumDescriptor

Deprecated: Use TargetSslProxiesSetProxyHeaderRequest_ProxyHeader.Descriptor instead.

func (TargetSslProxiesSetProxyHeaderRequest_ProxyHeader) Number

func (TargetSslProxiesSetProxyHeaderRequest_ProxyHeader) String

func (TargetSslProxiesSetProxyHeaderRequest_ProxyHeader) Type

type TargetSslProxiesSetSslCertificatesRequest

type TargetSslProxiesSetSslCertificatesRequest struct {

	// New set of URLs to SslCertificate resources to associate with this TargetSslProxy. At least one SSL certificate must be specified. Currently, you may specify up to 15 SSL certificates.
	SslCertificates []string `protobuf:"bytes,366006543,rep,name=ssl_certificates,json=sslCertificates,proto3" json:"ssl_certificates,omitempty"`
	// contains filtered or unexported fields
}

func (*TargetSslProxiesSetSslCertificatesRequest) Descriptor

func (*TargetSslProxiesSetSslCertificatesRequest) Descriptor() ([]byte, []int)

Deprecated: Use TargetSslProxiesSetSslCertificatesRequest.ProtoReflect.Descriptor instead.

func (*TargetSslProxiesSetSslCertificatesRequest) GetSslCertificates

func (x *TargetSslProxiesSetSslCertificatesRequest) GetSslCertificates() []string

func (*TargetSslProxiesSetSslCertificatesRequest) ProtoMessage

func (*TargetSslProxiesSetSslCertificatesRequest) ProtoReflect

func (*TargetSslProxiesSetSslCertificatesRequest) Reset

func (*TargetSslProxiesSetSslCertificatesRequest) String

type TargetSslProxy

type TargetSslProxy struct {

	// URL of a certificate map that identifies a certificate map associated with the given target proxy. This field can only be set for global target proxies. If set, sslCertificates will be ignored. Accepted format is //certificatemanager.googleapis.com/projects/{project }/locations/{location}/certificateMaps/{resourceName}.
	CertificateMap *string `protobuf:"bytes,156463796,opt,name=certificate_map,json=certificateMap,proto3,oneof" json:"certificate_map,omitempty"`
	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// An optional description of this resource. Provide this property when you create the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Output Only] Type of the resource. Always compute#targetSslProxy for target SSL proxies.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE.
	// Check the ProxyHeader enum for the list of possible values.
	ProxyHeader *string `protobuf:"bytes,160374142,opt,name=proxy_header,json=proxyHeader,proto3,oneof" json:"proxy_header,omitempty"`
	// [Output Only] Server-defined URL for the resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// URL to the BackendService resource.
	Service *string `protobuf:"bytes,373540533,opt,name=service,proto3,oneof" json:"service,omitempty"`
	// URLs to SslCertificate resources that are used to authenticate connections to Backends. At least one SSL certificate must be specified. Currently, you may specify up to 15 SSL certificates. sslCertificates do not apply when the load balancing scheme is set to INTERNAL_SELF_MANAGED.
	SslCertificates []string `protobuf:"bytes,366006543,rep,name=ssl_certificates,json=sslCertificates,proto3" json:"ssl_certificates,omitempty"`
	// URL of SslPolicy resource that will be associated with the TargetSslProxy resource. If not set, the TargetSslProxy resource will not have any SSL policy configured.
	SslPolicy *string `protobuf:"bytes,295190213,opt,name=ssl_policy,json=sslPolicy,proto3,oneof" json:"ssl_policy,omitempty"`
	// contains filtered or unexported fields
}

Represents a Target SSL Proxy resource. A target SSL proxy is a component of a SSL Proxy load balancer. Global forwarding rules reference a target SSL proxy, and the target proxy then references an external backend service. For more information, read Using Target Proxies.

func (*TargetSslProxy) Descriptor

func (*TargetSslProxy) Descriptor() ([]byte, []int)

Deprecated: Use TargetSslProxy.ProtoReflect.Descriptor instead.

func (*TargetSslProxy) GetCertificateMap

func (x *TargetSslProxy) GetCertificateMap() string

func (*TargetSslProxy) GetCreationTimestamp

func (x *TargetSslProxy) GetCreationTimestamp() string

func (*TargetSslProxy) GetDescription

func (x *TargetSslProxy) GetDescription() string

func (*TargetSslProxy) GetId

func (x *TargetSslProxy) GetId() uint64

func (*TargetSslProxy) GetKind

func (x *TargetSslProxy) GetKind() string

func (*TargetSslProxy) GetName

func (x *TargetSslProxy) GetName() string

func (*TargetSslProxy) GetProxyHeader

func (x *TargetSslProxy) GetProxyHeader() string
func (x *TargetSslProxy) GetSelfLink() string

func (*TargetSslProxy) GetService

func (x *TargetSslProxy) GetService() string

func (*TargetSslProxy) GetSslCertificates

func (x *TargetSslProxy) GetSslCertificates() []string

func (*TargetSslProxy) GetSslPolicy

func (x *TargetSslProxy) GetSslPolicy() string

func (*TargetSslProxy) ProtoMessage

func (*TargetSslProxy) ProtoMessage()

func (*TargetSslProxy) ProtoReflect

func (x *TargetSslProxy) ProtoReflect() protoreflect.Message

func (*TargetSslProxy) Reset

func (x *TargetSslProxy) Reset()

func (*TargetSslProxy) String

func (x *TargetSslProxy) String() string

type TargetSslProxyList

type TargetSslProxyList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of TargetSslProxy resources.
	Items []*TargetSslProxy `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// Type of resource.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

Contains a list of TargetSslProxy resources.

func (*TargetSslProxyList) Descriptor

func (*TargetSslProxyList) Descriptor() ([]byte, []int)

Deprecated: Use TargetSslProxyList.ProtoReflect.Descriptor instead.

func (*TargetSslProxyList) GetId

func (x *TargetSslProxyList) GetId() string

func (*TargetSslProxyList) GetItems

func (x *TargetSslProxyList) GetItems() []*TargetSslProxy

func (*TargetSslProxyList) GetKind

func (x *TargetSslProxyList) GetKind() string

func (*TargetSslProxyList) GetNextPageToken

func (x *TargetSslProxyList) GetNextPageToken() string
func (x *TargetSslProxyList) GetSelfLink() string

func (*TargetSslProxyList) GetWarning

func (x *TargetSslProxyList) GetWarning() *Warning

func (*TargetSslProxyList) ProtoMessage

func (*TargetSslProxyList) ProtoMessage()

func (*TargetSslProxyList) ProtoReflect

func (x *TargetSslProxyList) ProtoReflect() protoreflect.Message

func (*TargetSslProxyList) Reset

func (x *TargetSslProxyList) Reset()

func (*TargetSslProxyList) String

func (x *TargetSslProxyList) String() string

type TargetSslProxy_ProxyHeader

type TargetSslProxy_ProxyHeader int32

Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE.

const (
	// A value indicating that the enum field is not set.
	TargetSslProxy_UNDEFINED_PROXY_HEADER TargetSslProxy_ProxyHeader = 0
	TargetSslProxy_NONE                   TargetSslProxy_ProxyHeader = 2402104
	TargetSslProxy_PROXY_V1               TargetSslProxy_ProxyHeader = 334352940
)

func (TargetSslProxy_ProxyHeader) Descriptor

func (TargetSslProxy_ProxyHeader) Enum

func (TargetSslProxy_ProxyHeader) EnumDescriptor

func (TargetSslProxy_ProxyHeader) EnumDescriptor() ([]byte, []int)

Deprecated: Use TargetSslProxy_ProxyHeader.Descriptor instead.

func (TargetSslProxy_ProxyHeader) Number

func (TargetSslProxy_ProxyHeader) String

func (TargetSslProxy_ProxyHeader) Type

type TargetTcpProxiesClient

type TargetTcpProxiesClient interface {
	// Retrieves the list of all TargetTcpProxy resources, regional and global, available to the specified project.
	AggregatedList(ctx context.Context, in *AggregatedListTargetTcpProxiesRequest, opts ...grpc.CallOption) (*TargetTcpProxyAggregatedList, error)
	// Deletes the specified TargetTcpProxy resource.
	Delete(ctx context.Context, in *DeleteTargetTcpProxyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified TargetTcpProxy resource.
	Get(ctx context.Context, in *GetTargetTcpProxyRequest, opts ...grpc.CallOption) (*TargetTcpProxy, error)
	// Creates a TargetTcpProxy resource in the specified project using the data included in the request.
	Insert(ctx context.Context, in *InsertTargetTcpProxyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves the list of TargetTcpProxy resources available to the specified project.
	List(ctx context.Context, in *ListTargetTcpProxiesRequest, opts ...grpc.CallOption) (*TargetTcpProxyList, error)
	// Changes the BackendService for TargetTcpProxy.
	SetBackendService(ctx context.Context, in *SetBackendServiceTargetTcpProxyRequest, opts ...grpc.CallOption) (*Operation, error)
	// Changes the ProxyHeaderType for TargetTcpProxy.
	SetProxyHeader(ctx context.Context, in *SetProxyHeaderTargetTcpProxyRequest, opts ...grpc.CallOption) (*Operation, error)
}

TargetTcpProxiesClient is the client API for TargetTcpProxies service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewTargetTcpProxiesClient

func NewTargetTcpProxiesClient(cc grpc.ClientConnInterface) TargetTcpProxiesClient

type TargetTcpProxiesScopedList

type TargetTcpProxiesScopedList struct {

	// A list of TargetTcpProxies contained in this scope.
	TargetTcpProxies []*TargetTcpProxy `protobuf:"bytes,262056832,rep,name=target_tcp_proxies,json=targetTcpProxies,proto3" json:"target_tcp_proxies,omitempty"`
	// Informational warning which replaces the list of backend services when the list is empty.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*TargetTcpProxiesScopedList) Descriptor

func (*TargetTcpProxiesScopedList) Descriptor() ([]byte, []int)

Deprecated: Use TargetTcpProxiesScopedList.ProtoReflect.Descriptor instead.

func (*TargetTcpProxiesScopedList) GetTargetTcpProxies

func (x *TargetTcpProxiesScopedList) GetTargetTcpProxies() []*TargetTcpProxy

func (*TargetTcpProxiesScopedList) GetWarning

func (x *TargetTcpProxiesScopedList) GetWarning() *Warning

func (*TargetTcpProxiesScopedList) ProtoMessage

func (*TargetTcpProxiesScopedList) ProtoMessage()

func (*TargetTcpProxiesScopedList) ProtoReflect

func (*TargetTcpProxiesScopedList) Reset

func (x *TargetTcpProxiesScopedList) Reset()

func (*TargetTcpProxiesScopedList) String

func (x *TargetTcpProxiesScopedList) String() string

type TargetTcpProxiesServer

type TargetTcpProxiesServer interface {
	// Retrieves the list of all TargetTcpProxy resources, regional and global, available to the specified project.
	AggregatedList(context.Context, *AggregatedListTargetTcpProxiesRequest) (*TargetTcpProxyAggregatedList, error)
	// Deletes the specified TargetTcpProxy resource.
	Delete(context.Context, *DeleteTargetTcpProxyRequest) (*Operation, error)
	// Returns the specified TargetTcpProxy resource.
	Get(context.Context, *GetTargetTcpProxyRequest) (*TargetTcpProxy, error)
	// Creates a TargetTcpProxy resource in the specified project using the data included in the request.
	Insert(context.Context, *InsertTargetTcpProxyRequest) (*Operation, error)
	// Retrieves the list of TargetTcpProxy resources available to the specified project.
	List(context.Context, *ListTargetTcpProxiesRequest) (*TargetTcpProxyList, error)
	// Changes the BackendService for TargetTcpProxy.
	SetBackendService(context.Context, *SetBackendServiceTargetTcpProxyRequest) (*Operation, error)
	// Changes the ProxyHeaderType for TargetTcpProxy.
	SetProxyHeader(context.Context, *SetProxyHeaderTargetTcpProxyRequest) (*Operation, error)
}

TargetTcpProxiesServer is the server API for TargetTcpProxies service.

type TargetTcpProxiesSetBackendServiceRequest

type TargetTcpProxiesSetBackendServiceRequest struct {

	// The URL of the new BackendService resource for the targetTcpProxy.
	Service *string `protobuf:"bytes,373540533,opt,name=service,proto3,oneof" json:"service,omitempty"`
	// contains filtered or unexported fields
}

func (*TargetTcpProxiesSetBackendServiceRequest) Descriptor

func (*TargetTcpProxiesSetBackendServiceRequest) Descriptor() ([]byte, []int)

Deprecated: Use TargetTcpProxiesSetBackendServiceRequest.ProtoReflect.Descriptor instead.

func (*TargetTcpProxiesSetBackendServiceRequest) GetService

func (*TargetTcpProxiesSetBackendServiceRequest) ProtoMessage

func (*TargetTcpProxiesSetBackendServiceRequest) ProtoReflect

func (*TargetTcpProxiesSetBackendServiceRequest) Reset

func (*TargetTcpProxiesSetBackendServiceRequest) String

type TargetTcpProxiesSetProxyHeaderRequest

type TargetTcpProxiesSetProxyHeaderRequest struct {

	// The new type of proxy header to append before sending data to the backend. NONE or PROXY_V1 are allowed.
	// Check the ProxyHeader enum for the list of possible values.
	ProxyHeader *string `protobuf:"bytes,160374142,opt,name=proxy_header,json=proxyHeader,proto3,oneof" json:"proxy_header,omitempty"`
	// contains filtered or unexported fields
}

func (*TargetTcpProxiesSetProxyHeaderRequest) Descriptor

func (*TargetTcpProxiesSetProxyHeaderRequest) Descriptor() ([]byte, []int)

Deprecated: Use TargetTcpProxiesSetProxyHeaderRequest.ProtoReflect.Descriptor instead.

func (*TargetTcpProxiesSetProxyHeaderRequest) GetProxyHeader

func (x *TargetTcpProxiesSetProxyHeaderRequest) GetProxyHeader() string

func (*TargetTcpProxiesSetProxyHeaderRequest) ProtoMessage

func (*TargetTcpProxiesSetProxyHeaderRequest) ProtoMessage()

func (*TargetTcpProxiesSetProxyHeaderRequest) ProtoReflect

func (*TargetTcpProxiesSetProxyHeaderRequest) Reset

func (*TargetTcpProxiesSetProxyHeaderRequest) String

type TargetTcpProxiesSetProxyHeaderRequest_ProxyHeader

type TargetTcpProxiesSetProxyHeaderRequest_ProxyHeader int32

The new type of proxy header to append before sending data to the backend. NONE or PROXY_V1 are allowed.

const (
	// A value indicating that the enum field is not set.
	TargetTcpProxiesSetProxyHeaderRequest_UNDEFINED_PROXY_HEADER TargetTcpProxiesSetProxyHeaderRequest_ProxyHeader = 0
	TargetTcpProxiesSetProxyHeaderRequest_NONE                   TargetTcpProxiesSetProxyHeaderRequest_ProxyHeader = 2402104
	TargetTcpProxiesSetProxyHeaderRequest_PROXY_V1               TargetTcpProxiesSetProxyHeaderRequest_ProxyHeader = 334352940
)

func (TargetTcpProxiesSetProxyHeaderRequest_ProxyHeader) Descriptor

func (TargetTcpProxiesSetProxyHeaderRequest_ProxyHeader) Enum

func (TargetTcpProxiesSetProxyHeaderRequest_ProxyHeader) EnumDescriptor

Deprecated: Use TargetTcpProxiesSetProxyHeaderRequest_ProxyHeader.Descriptor instead.

func (TargetTcpProxiesSetProxyHeaderRequest_ProxyHeader) Number

func (TargetTcpProxiesSetProxyHeaderRequest_ProxyHeader) String

func (TargetTcpProxiesSetProxyHeaderRequest_ProxyHeader) Type

type TargetTcpProxy

type TargetTcpProxy struct {

	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// An optional description of this resource. Provide this property when you create the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Output Only] Type of the resource. Always compute#targetTcpProxy for target TCP proxies.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// This field only applies when the forwarding rule that references this target proxy has a loadBalancingScheme set to INTERNAL_SELF_MANAGED. When this field is set to true, Envoy proxies set up inbound traffic interception and bind to the IP address and port specified in the forwarding rule. This is generally useful when using Traffic Director to configure Envoy as a gateway or middle proxy (in other words, not a sidecar proxy). The Envoy proxy listens for inbound requests and handles requests when it receives them. The default is false.
	ProxyBind *bool `protobuf:"varint,286025582,opt,name=proxy_bind,json=proxyBind,proto3,oneof" json:"proxy_bind,omitempty"`
	// Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE.
	// Check the ProxyHeader enum for the list of possible values.
	ProxyHeader *string `protobuf:"bytes,160374142,opt,name=proxy_header,json=proxyHeader,proto3,oneof" json:"proxy_header,omitempty"`
	// [Output Only] URL of the region where the regional TCP proxy resides. This field is not applicable to global TCP proxy.
	Region *string `protobuf:"bytes,138946292,opt,name=region,proto3,oneof" json:"region,omitempty"`
	// [Output Only] Server-defined URL for the resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// URL to the BackendService resource.
	Service *string `protobuf:"bytes,373540533,opt,name=service,proto3,oneof" json:"service,omitempty"`
	// contains filtered or unexported fields
}

Represents a Target TCP Proxy resource. A target TCP proxy is a component of a TCP Proxy load balancer. Global forwarding rules reference target TCP proxy, and the target proxy then references an external backend service. For more information, read TCP Proxy Load Balancing overview.

func (*TargetTcpProxy) Descriptor

func (*TargetTcpProxy) Descriptor() ([]byte, []int)

Deprecated: Use TargetTcpProxy.ProtoReflect.Descriptor instead.

func (*TargetTcpProxy) GetCreationTimestamp

func (x *TargetTcpProxy) GetCreationTimestamp() string

func (*TargetTcpProxy) GetDescription

func (x *TargetTcpProxy) GetDescription() string

func (*TargetTcpProxy) GetId

func (x *TargetTcpProxy) GetId() uint64

func (*TargetTcpProxy) GetKind

func (x *TargetTcpProxy) GetKind() string

func (*TargetTcpProxy) GetName

func (x *TargetTcpProxy) GetName() string

func (*TargetTcpProxy) GetProxyBind

func (x *TargetTcpProxy) GetProxyBind() bool

func (*TargetTcpProxy) GetProxyHeader

func (x *TargetTcpProxy) GetProxyHeader() string

func (*TargetTcpProxy) GetRegion

func (x *TargetTcpProxy) GetRegion() string
func (x *TargetTcpProxy) GetSelfLink() string

func (*TargetTcpProxy) GetService

func (x *TargetTcpProxy) GetService() string

func (*TargetTcpProxy) ProtoMessage

func (*TargetTcpProxy) ProtoMessage()

func (*TargetTcpProxy) ProtoReflect

func (x *TargetTcpProxy) ProtoReflect() protoreflect.Message

func (*TargetTcpProxy) Reset

func (x *TargetTcpProxy) Reset()

func (*TargetTcpProxy) String

func (x *TargetTcpProxy) String() string

type TargetTcpProxyAggregatedList

type TargetTcpProxyAggregatedList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of TargetTcpProxiesScopedList resources.
	Items map[string]*TargetTcpProxiesScopedList `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// [Output Only] Type of resource. Always compute#targetTcpProxyAggregatedList for lists of Target TCP Proxies.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Unreachable resources.
	Unreachables []string `protobuf:"bytes,243372063,rep,name=unreachables,proto3" json:"unreachables,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*TargetTcpProxyAggregatedList) Descriptor

func (*TargetTcpProxyAggregatedList) Descriptor() ([]byte, []int)

Deprecated: Use TargetTcpProxyAggregatedList.ProtoReflect.Descriptor instead.

func (*TargetTcpProxyAggregatedList) GetId

func (*TargetTcpProxyAggregatedList) GetItems

func (*TargetTcpProxyAggregatedList) GetKind

func (x *TargetTcpProxyAggregatedList) GetKind() string

func (*TargetTcpProxyAggregatedList) GetNextPageToken

func (x *TargetTcpProxyAggregatedList) GetNextPageToken() string
func (x *TargetTcpProxyAggregatedList) GetSelfLink() string

func (*TargetTcpProxyAggregatedList) GetUnreachables

func (x *TargetTcpProxyAggregatedList) GetUnreachables() []string

func (*TargetTcpProxyAggregatedList) GetWarning

func (x *TargetTcpProxyAggregatedList) GetWarning() *Warning

func (*TargetTcpProxyAggregatedList) ProtoMessage

func (*TargetTcpProxyAggregatedList) ProtoMessage()

func (*TargetTcpProxyAggregatedList) ProtoReflect

func (*TargetTcpProxyAggregatedList) Reset

func (x *TargetTcpProxyAggregatedList) Reset()

func (*TargetTcpProxyAggregatedList) String

type TargetTcpProxyList

type TargetTcpProxyList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of TargetTcpProxy resources.
	Items []*TargetTcpProxy `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// Type of resource.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

Contains a list of TargetTcpProxy resources.

func (*TargetTcpProxyList) Descriptor

func (*TargetTcpProxyList) Descriptor() ([]byte, []int)

Deprecated: Use TargetTcpProxyList.ProtoReflect.Descriptor instead.

func (*TargetTcpProxyList) GetId

func (x *TargetTcpProxyList) GetId() string

func (*TargetTcpProxyList) GetItems

func (x *TargetTcpProxyList) GetItems() []*TargetTcpProxy

func (*TargetTcpProxyList) GetKind

func (x *TargetTcpProxyList) GetKind() string

func (*TargetTcpProxyList) GetNextPageToken

func (x *TargetTcpProxyList) GetNextPageToken() string
func (x *TargetTcpProxyList) GetSelfLink() string

func (*TargetTcpProxyList) GetWarning

func (x *TargetTcpProxyList) GetWarning() *Warning

func (*TargetTcpProxyList) ProtoMessage

func (*TargetTcpProxyList) ProtoMessage()

func (*TargetTcpProxyList) ProtoReflect

func (x *TargetTcpProxyList) ProtoReflect() protoreflect.Message

func (*TargetTcpProxyList) Reset

func (x *TargetTcpProxyList) Reset()

func (*TargetTcpProxyList) String

func (x *TargetTcpProxyList) String() string

type TargetTcpProxy_ProxyHeader

type TargetTcpProxy_ProxyHeader int32

Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE.

const (
	// A value indicating that the enum field is not set.
	TargetTcpProxy_UNDEFINED_PROXY_HEADER TargetTcpProxy_ProxyHeader = 0
	TargetTcpProxy_NONE                   TargetTcpProxy_ProxyHeader = 2402104
	TargetTcpProxy_PROXY_V1               TargetTcpProxy_ProxyHeader = 334352940
)

func (TargetTcpProxy_ProxyHeader) Descriptor

func (TargetTcpProxy_ProxyHeader) Enum

func (TargetTcpProxy_ProxyHeader) EnumDescriptor

func (TargetTcpProxy_ProxyHeader) EnumDescriptor() ([]byte, []int)

Deprecated: Use TargetTcpProxy_ProxyHeader.Descriptor instead.

func (TargetTcpProxy_ProxyHeader) Number

func (TargetTcpProxy_ProxyHeader) String

func (TargetTcpProxy_ProxyHeader) Type

type TargetVpnGateway

type TargetVpnGateway struct {

	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// An optional description of this resource. Provide this property when you create the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// [Output Only] A list of URLs to the ForwardingRule resources. ForwardingRules are created using compute.forwardingRules.insert and associated with a VPN gateway.
	ForwardingRules []string `protobuf:"bytes,315821365,rep,name=forwarding_rules,json=forwardingRules,proto3" json:"forwarding_rules,omitempty"`
	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Output Only] Type of resource. Always compute#targetVpnGateway for target VPN gateways.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// A fingerprint for the labels being applied to this TargetVpnGateway, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a TargetVpnGateway.
	LabelFingerprint *string `protobuf:"bytes,178124825,opt,name=label_fingerprint,json=labelFingerprint,proto3,oneof" json:"label_fingerprint,omitempty"`
	// Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.
	Labels map[string]string `protobuf:"bytes,500195327,rep,name=labels,proto3" json:"labels,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// URL of the network to which this VPN gateway is attached. Provided by the client when the VPN gateway is created.
	Network *string `protobuf:"bytes,232872494,opt,name=network,proto3,oneof" json:"network,omitempty"`
	// [Output Only] URL of the region where the target VPN gateway resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
	Region *string `protobuf:"bytes,138946292,opt,name=region,proto3,oneof" json:"region,omitempty"`
	// [Output Only] Server-defined URL for the resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] The status of the VPN gateway, which can be one of the following: CREATING, READY, FAILED, or DELETING.
	// Check the Status enum for the list of possible values.
	Status *string `protobuf:"bytes,181260274,opt,name=status,proto3,oneof" json:"status,omitempty"`
	// [Output Only] A list of URLs to VpnTunnel resources. VpnTunnels are created using the compute.vpntunnels.insert method and associated with a VPN gateway.
	Tunnels []string `protobuf:"bytes,104561931,rep,name=tunnels,proto3" json:"tunnels,omitempty"`
	// contains filtered or unexported fields
}

Represents a Target VPN Gateway resource. The target VPN gateway resource represents a Classic Cloud VPN gateway. For more information, read the the Cloud VPN Overview.

func (*TargetVpnGateway) Descriptor

func (*TargetVpnGateway) Descriptor() ([]byte, []int)

Deprecated: Use TargetVpnGateway.ProtoReflect.Descriptor instead.

func (*TargetVpnGateway) GetCreationTimestamp

func (x *TargetVpnGateway) GetCreationTimestamp() string

func (*TargetVpnGateway) GetDescription

func (x *TargetVpnGateway) GetDescription() string

func (*TargetVpnGateway) GetForwardingRules

func (x *TargetVpnGateway) GetForwardingRules() []string

func (*TargetVpnGateway) GetId

func (x *TargetVpnGateway) GetId() uint64

func (*TargetVpnGateway) GetKind

func (x *TargetVpnGateway) GetKind() string

func (*TargetVpnGateway) GetLabelFingerprint

func (x *TargetVpnGateway) GetLabelFingerprint() string

func (*TargetVpnGateway) GetLabels

func (x *TargetVpnGateway) GetLabels() map[string]string

func (*TargetVpnGateway) GetName

func (x *TargetVpnGateway) GetName() string

func (*TargetVpnGateway) GetNetwork

func (x *TargetVpnGateway) GetNetwork() string

func (*TargetVpnGateway) GetRegion

func (x *TargetVpnGateway) GetRegion() string
func (x *TargetVpnGateway) GetSelfLink() string

func (*TargetVpnGateway) GetStatus

func (x *TargetVpnGateway) GetStatus() string

func (*TargetVpnGateway) GetTunnels

func (x *TargetVpnGateway) GetTunnels() []string

func (*TargetVpnGateway) ProtoMessage

func (*TargetVpnGateway) ProtoMessage()

func (*TargetVpnGateway) ProtoReflect

func (x *TargetVpnGateway) ProtoReflect() protoreflect.Message

func (*TargetVpnGateway) Reset

func (x *TargetVpnGateway) Reset()

func (*TargetVpnGateway) String

func (x *TargetVpnGateway) String() string

type TargetVpnGatewayAggregatedList

type TargetVpnGatewayAggregatedList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of TargetVpnGateway resources.
	Items map[string]*TargetVpnGatewaysScopedList `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// [Output Only] Type of resource. Always compute#targetVpnGateway for target VPN gateways.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Unreachable resources.
	Unreachables []string `protobuf:"bytes,243372063,rep,name=unreachables,proto3" json:"unreachables,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*TargetVpnGatewayAggregatedList) Descriptor

func (*TargetVpnGatewayAggregatedList) Descriptor() ([]byte, []int)

Deprecated: Use TargetVpnGatewayAggregatedList.ProtoReflect.Descriptor instead.

func (*TargetVpnGatewayAggregatedList) GetId

func (*TargetVpnGatewayAggregatedList) GetItems

func (*TargetVpnGatewayAggregatedList) GetKind

func (*TargetVpnGatewayAggregatedList) GetNextPageToken

func (x *TargetVpnGatewayAggregatedList) GetNextPageToken() string
func (x *TargetVpnGatewayAggregatedList) GetSelfLink() string

func (*TargetVpnGatewayAggregatedList) GetUnreachables

func (x *TargetVpnGatewayAggregatedList) GetUnreachables() []string

func (*TargetVpnGatewayAggregatedList) GetWarning

func (x *TargetVpnGatewayAggregatedList) GetWarning() *Warning

func (*TargetVpnGatewayAggregatedList) ProtoMessage

func (*TargetVpnGatewayAggregatedList) ProtoMessage()

func (*TargetVpnGatewayAggregatedList) ProtoReflect

func (*TargetVpnGatewayAggregatedList) Reset

func (x *TargetVpnGatewayAggregatedList) Reset()

func (*TargetVpnGatewayAggregatedList) String

type TargetVpnGatewayList

type TargetVpnGatewayList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of TargetVpnGateway resources.
	Items []*TargetVpnGateway `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] Type of resource. Always compute#targetVpnGateway for target VPN gateways.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

Contains a list of TargetVpnGateway resources.

func (*TargetVpnGatewayList) Descriptor

func (*TargetVpnGatewayList) Descriptor() ([]byte, []int)

Deprecated: Use TargetVpnGatewayList.ProtoReflect.Descriptor instead.

func (*TargetVpnGatewayList) GetId

func (x *TargetVpnGatewayList) GetId() string

func (*TargetVpnGatewayList) GetItems

func (x *TargetVpnGatewayList) GetItems() []*TargetVpnGateway

func (*TargetVpnGatewayList) GetKind

func (x *TargetVpnGatewayList) GetKind() string

func (*TargetVpnGatewayList) GetNextPageToken

func (x *TargetVpnGatewayList) GetNextPageToken() string
func (x *TargetVpnGatewayList) GetSelfLink() string

func (*TargetVpnGatewayList) GetWarning

func (x *TargetVpnGatewayList) GetWarning() *Warning

func (*TargetVpnGatewayList) ProtoMessage

func (*TargetVpnGatewayList) ProtoMessage()

func (*TargetVpnGatewayList) ProtoReflect

func (x *TargetVpnGatewayList) ProtoReflect() protoreflect.Message

func (*TargetVpnGatewayList) Reset

func (x *TargetVpnGatewayList) Reset()

func (*TargetVpnGatewayList) String

func (x *TargetVpnGatewayList) String() string

type TargetVpnGateway_Status

type TargetVpnGateway_Status int32

[Output Only] The status of the VPN gateway, which can be one of the following: CREATING, READY, FAILED, or DELETING.

const (
	// A value indicating that the enum field is not set.
	TargetVpnGateway_UNDEFINED_STATUS TargetVpnGateway_Status = 0
	TargetVpnGateway_CREATING         TargetVpnGateway_Status = 455564985
	TargetVpnGateway_DELETING         TargetVpnGateway_Status = 528602024
	TargetVpnGateway_FAILED           TargetVpnGateway_Status = 455706685
	TargetVpnGateway_READY            TargetVpnGateway_Status = 77848963
)

func (TargetVpnGateway_Status) Descriptor

func (TargetVpnGateway_Status) Enum

func (TargetVpnGateway_Status) EnumDescriptor

func (TargetVpnGateway_Status) EnumDescriptor() ([]byte, []int)

Deprecated: Use TargetVpnGateway_Status.Descriptor instead.

func (TargetVpnGateway_Status) Number

func (TargetVpnGateway_Status) String

func (x TargetVpnGateway_Status) String() string

func (TargetVpnGateway_Status) Type

type TargetVpnGatewaysClient

type TargetVpnGatewaysClient interface {
	// Retrieves an aggregated list of target VPN gateways.
	AggregatedList(ctx context.Context, in *AggregatedListTargetVpnGatewaysRequest, opts ...grpc.CallOption) (*TargetVpnGatewayAggregatedList, error)
	// Deletes the specified target VPN gateway.
	Delete(ctx context.Context, in *DeleteTargetVpnGatewayRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified target VPN gateway.
	Get(ctx context.Context, in *GetTargetVpnGatewayRequest, opts ...grpc.CallOption) (*TargetVpnGateway, error)
	// Creates a target VPN gateway in the specified project and region using the data included in the request.
	Insert(ctx context.Context, in *InsertTargetVpnGatewayRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves a list of target VPN gateways available to the specified project and region.
	List(ctx context.Context, in *ListTargetVpnGatewaysRequest, opts ...grpc.CallOption) (*TargetVpnGatewayList, error)
	// Sets the labels on a TargetVpnGateway. To learn more about labels, read the Labeling Resources documentation.
	SetLabels(ctx context.Context, in *SetLabelsTargetVpnGatewayRequest, opts ...grpc.CallOption) (*Operation, error)
}

TargetVpnGatewaysClient is the client API for TargetVpnGateways service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewTargetVpnGatewaysClient

func NewTargetVpnGatewaysClient(cc grpc.ClientConnInterface) TargetVpnGatewaysClient

type TargetVpnGatewaysScopedList

type TargetVpnGatewaysScopedList struct {

	// [Output Only] A list of target VPN gateways contained in this scope.
	TargetVpnGateways []*TargetVpnGateway `protobuf:"bytes,401770888,rep,name=target_vpn_gateways,json=targetVpnGateways,proto3" json:"target_vpn_gateways,omitempty"`
	// [Output Only] Informational warning which replaces the list of addresses when the list is empty.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*TargetVpnGatewaysScopedList) Descriptor

func (*TargetVpnGatewaysScopedList) Descriptor() ([]byte, []int)

Deprecated: Use TargetVpnGatewaysScopedList.ProtoReflect.Descriptor instead.

func (*TargetVpnGatewaysScopedList) GetTargetVpnGateways

func (x *TargetVpnGatewaysScopedList) GetTargetVpnGateways() []*TargetVpnGateway

func (*TargetVpnGatewaysScopedList) GetWarning

func (x *TargetVpnGatewaysScopedList) GetWarning() *Warning

func (*TargetVpnGatewaysScopedList) ProtoMessage

func (*TargetVpnGatewaysScopedList) ProtoMessage()

func (*TargetVpnGatewaysScopedList) ProtoReflect

func (*TargetVpnGatewaysScopedList) Reset

func (x *TargetVpnGatewaysScopedList) Reset()

func (*TargetVpnGatewaysScopedList) String

func (x *TargetVpnGatewaysScopedList) String() string

type TargetVpnGatewaysServer

type TargetVpnGatewaysServer interface {
	// Retrieves an aggregated list of target VPN gateways.
	AggregatedList(context.Context, *AggregatedListTargetVpnGatewaysRequest) (*TargetVpnGatewayAggregatedList, error)
	// Deletes the specified target VPN gateway.
	Delete(context.Context, *DeleteTargetVpnGatewayRequest) (*Operation, error)
	// Returns the specified target VPN gateway.
	Get(context.Context, *GetTargetVpnGatewayRequest) (*TargetVpnGateway, error)
	// Creates a target VPN gateway in the specified project and region using the data included in the request.
	Insert(context.Context, *InsertTargetVpnGatewayRequest) (*Operation, error)
	// Retrieves a list of target VPN gateways available to the specified project and region.
	List(context.Context, *ListTargetVpnGatewaysRequest) (*TargetVpnGatewayList, error)
	// Sets the labels on a TargetVpnGateway. To learn more about labels, read the Labeling Resources documentation.
	SetLabels(context.Context, *SetLabelsTargetVpnGatewayRequest) (*Operation, error)
}

TargetVpnGatewaysServer is the server API for TargetVpnGateways service.

type TestFailure

type TestFailure struct {

	// The actual output URL evaluated by a load balancer containing the scheme, host, path and query parameters.
	ActualOutputUrl *string `protobuf:"bytes,287075458,opt,name=actual_output_url,json=actualOutputUrl,proto3,oneof" json:"actual_output_url,omitempty"`
	// Actual HTTP status code for rule with `urlRedirect` calculated by load balancer
	ActualRedirectResponseCode *int32 `protobuf:"varint,42926553,opt,name=actual_redirect_response_code,json=actualRedirectResponseCode,proto3,oneof" json:"actual_redirect_response_code,omitempty"`
	// BackendService or BackendBucket returned by load balancer.
	ActualService *string `protobuf:"bytes,440379652,opt,name=actual_service,json=actualService,proto3,oneof" json:"actual_service,omitempty"`
	// The expected output URL evaluated by a load balancer containing the scheme, host, path and query parameters.
	ExpectedOutputUrl *string `protobuf:"bytes,433967384,opt,name=expected_output_url,json=expectedOutputUrl,proto3,oneof" json:"expected_output_url,omitempty"`
	// Expected HTTP status code for rule with `urlRedirect` calculated by load balancer
	ExpectedRedirectResponseCode *int32 `protobuf:"varint,18888047,opt,name=expected_redirect_response_code,json=expectedRedirectResponseCode,proto3,oneof" json:"expected_redirect_response_code,omitempty"`
	// Expected BackendService or BackendBucket resource the given URL should be mapped to.
	ExpectedService *string `protobuf:"bytes,133987374,opt,name=expected_service,json=expectedService,proto3,oneof" json:"expected_service,omitempty"`
	// HTTP headers of the request.
	Headers []*UrlMapTestHeader `protobuf:"bytes,258436998,rep,name=headers,proto3" json:"headers,omitempty"`
	// Host portion of the URL.
	Host *string `protobuf:"bytes,3208616,opt,name=host,proto3,oneof" json:"host,omitempty"`
	// Path portion including query parameters in the URL.
	Path *string `protobuf:"bytes,3433509,opt,name=path,proto3,oneof" json:"path,omitempty"`
	// contains filtered or unexported fields
}

func (*TestFailure) Descriptor

func (*TestFailure) Descriptor() ([]byte, []int)

Deprecated: Use TestFailure.ProtoReflect.Descriptor instead.

func (*TestFailure) GetActualOutputUrl

func (x *TestFailure) GetActualOutputUrl() string

func (*TestFailure) GetActualRedirectResponseCode

func (x *TestFailure) GetActualRedirectResponseCode() int32

func (*TestFailure) GetActualService

func (x *TestFailure) GetActualService() string

func (*TestFailure) GetExpectedOutputUrl

func (x *TestFailure) GetExpectedOutputUrl() string

func (*TestFailure) GetExpectedRedirectResponseCode

func (x *TestFailure) GetExpectedRedirectResponseCode() int32

func (*TestFailure) GetExpectedService

func (x *TestFailure) GetExpectedService() string

func (*TestFailure) GetHeaders

func (x *TestFailure) GetHeaders() []*UrlMapTestHeader

func (*TestFailure) GetHost

func (x *TestFailure) GetHost() string

func (*TestFailure) GetPath

func (x *TestFailure) GetPath() string

func (*TestFailure) ProtoMessage

func (*TestFailure) ProtoMessage()

func (*TestFailure) ProtoReflect

func (x *TestFailure) ProtoReflect() protoreflect.Message

func (*TestFailure) Reset

func (x *TestFailure) Reset()

func (*TestFailure) String

func (x *TestFailure) String() string

type TestIamPermissionsDiskRequest

type TestIamPermissionsDiskRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// The body resource for this request
	TestPermissionsRequestResource *TestPermissionsRequest `protobuf:"bytes,439214758,opt,name=test_permissions_request_resource,json=testPermissionsRequestResource,proto3" json:"test_permissions_request_resource,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Disks.TestIamPermissions. See the method description for details.

func (*TestIamPermissionsDiskRequest) Descriptor

func (*TestIamPermissionsDiskRequest) Descriptor() ([]byte, []int)

Deprecated: Use TestIamPermissionsDiskRequest.ProtoReflect.Descriptor instead.

func (*TestIamPermissionsDiskRequest) GetProject

func (x *TestIamPermissionsDiskRequest) GetProject() string

func (*TestIamPermissionsDiskRequest) GetResource

func (x *TestIamPermissionsDiskRequest) GetResource() string

func (*TestIamPermissionsDiskRequest) GetTestPermissionsRequestResource

func (x *TestIamPermissionsDiskRequest) GetTestPermissionsRequestResource() *TestPermissionsRequest

func (*TestIamPermissionsDiskRequest) GetZone

func (*TestIamPermissionsDiskRequest) ProtoMessage

func (*TestIamPermissionsDiskRequest) ProtoMessage()

func (*TestIamPermissionsDiskRequest) ProtoReflect

func (*TestIamPermissionsDiskRequest) Reset

func (x *TestIamPermissionsDiskRequest) Reset()

func (*TestIamPermissionsDiskRequest) String

type TestIamPermissionsExternalVpnGatewayRequest

type TestIamPermissionsExternalVpnGatewayRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// The body resource for this request
	TestPermissionsRequestResource *TestPermissionsRequest `protobuf:"bytes,439214758,opt,name=test_permissions_request_resource,json=testPermissionsRequestResource,proto3" json:"test_permissions_request_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for ExternalVpnGateways.TestIamPermissions. See the method description for details.

func (*TestIamPermissionsExternalVpnGatewayRequest) Descriptor

Deprecated: Use TestIamPermissionsExternalVpnGatewayRequest.ProtoReflect.Descriptor instead.

func (*TestIamPermissionsExternalVpnGatewayRequest) GetProject

func (*TestIamPermissionsExternalVpnGatewayRequest) GetResource

func (*TestIamPermissionsExternalVpnGatewayRequest) GetTestPermissionsRequestResource

func (x *TestIamPermissionsExternalVpnGatewayRequest) GetTestPermissionsRequestResource() *TestPermissionsRequest

func (*TestIamPermissionsExternalVpnGatewayRequest) ProtoMessage

func (*TestIamPermissionsExternalVpnGatewayRequest) ProtoReflect

func (*TestIamPermissionsExternalVpnGatewayRequest) Reset

func (*TestIamPermissionsExternalVpnGatewayRequest) String

type TestIamPermissionsFirewallPolicyRequest

type TestIamPermissionsFirewallPolicyRequest struct {

	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// The body resource for this request
	TestPermissionsRequestResource *TestPermissionsRequest `protobuf:"bytes,439214758,opt,name=test_permissions_request_resource,json=testPermissionsRequestResource,proto3" json:"test_permissions_request_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for FirewallPolicies.TestIamPermissions. See the method description for details.

func (*TestIamPermissionsFirewallPolicyRequest) Descriptor

func (*TestIamPermissionsFirewallPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use TestIamPermissionsFirewallPolicyRequest.ProtoReflect.Descriptor instead.

func (*TestIamPermissionsFirewallPolicyRequest) GetResource

func (*TestIamPermissionsFirewallPolicyRequest) GetTestPermissionsRequestResource

func (x *TestIamPermissionsFirewallPolicyRequest) GetTestPermissionsRequestResource() *TestPermissionsRequest

func (*TestIamPermissionsFirewallPolicyRequest) ProtoMessage

func (*TestIamPermissionsFirewallPolicyRequest) ProtoReflect

func (*TestIamPermissionsFirewallPolicyRequest) Reset

func (*TestIamPermissionsFirewallPolicyRequest) String

type TestIamPermissionsImageRequest

type TestIamPermissionsImageRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// The body resource for this request
	TestPermissionsRequestResource *TestPermissionsRequest `protobuf:"bytes,439214758,opt,name=test_permissions_request_resource,json=testPermissionsRequestResource,proto3" json:"test_permissions_request_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for Images.TestIamPermissions. See the method description for details.

func (*TestIamPermissionsImageRequest) Descriptor

func (*TestIamPermissionsImageRequest) Descriptor() ([]byte, []int)

Deprecated: Use TestIamPermissionsImageRequest.ProtoReflect.Descriptor instead.

func (*TestIamPermissionsImageRequest) GetProject

func (x *TestIamPermissionsImageRequest) GetProject() string

func (*TestIamPermissionsImageRequest) GetResource

func (x *TestIamPermissionsImageRequest) GetResource() string

func (*TestIamPermissionsImageRequest) GetTestPermissionsRequestResource

func (x *TestIamPermissionsImageRequest) GetTestPermissionsRequestResource() *TestPermissionsRequest

func (*TestIamPermissionsImageRequest) ProtoMessage

func (*TestIamPermissionsImageRequest) ProtoMessage()

func (*TestIamPermissionsImageRequest) ProtoReflect

func (*TestIamPermissionsImageRequest) Reset

func (x *TestIamPermissionsImageRequest) Reset()

func (*TestIamPermissionsImageRequest) String

type TestIamPermissionsInstanceRequest

type TestIamPermissionsInstanceRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// The body resource for this request
	TestPermissionsRequestResource *TestPermissionsRequest `protobuf:"bytes,439214758,opt,name=test_permissions_request_resource,json=testPermissionsRequestResource,proto3" json:"test_permissions_request_resource,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Instances.TestIamPermissions. See the method description for details.

func (*TestIamPermissionsInstanceRequest) Descriptor

func (*TestIamPermissionsInstanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use TestIamPermissionsInstanceRequest.ProtoReflect.Descriptor instead.

func (*TestIamPermissionsInstanceRequest) GetProject

func (x *TestIamPermissionsInstanceRequest) GetProject() string

func (*TestIamPermissionsInstanceRequest) GetResource

func (x *TestIamPermissionsInstanceRequest) GetResource() string

func (*TestIamPermissionsInstanceRequest) GetTestPermissionsRequestResource

func (x *TestIamPermissionsInstanceRequest) GetTestPermissionsRequestResource() *TestPermissionsRequest

func (*TestIamPermissionsInstanceRequest) GetZone

func (*TestIamPermissionsInstanceRequest) ProtoMessage

func (*TestIamPermissionsInstanceRequest) ProtoMessage()

func (*TestIamPermissionsInstanceRequest) ProtoReflect

func (*TestIamPermissionsInstanceRequest) Reset

func (*TestIamPermissionsInstanceRequest) String

type TestIamPermissionsInstanceTemplateRequest

type TestIamPermissionsInstanceTemplateRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// The body resource for this request
	TestPermissionsRequestResource *TestPermissionsRequest `protobuf:"bytes,439214758,opt,name=test_permissions_request_resource,json=testPermissionsRequestResource,proto3" json:"test_permissions_request_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for InstanceTemplates.TestIamPermissions. See the method description for details.

func (*TestIamPermissionsInstanceTemplateRequest) Descriptor

func (*TestIamPermissionsInstanceTemplateRequest) Descriptor() ([]byte, []int)

Deprecated: Use TestIamPermissionsInstanceTemplateRequest.ProtoReflect.Descriptor instead.

func (*TestIamPermissionsInstanceTemplateRequest) GetProject

func (*TestIamPermissionsInstanceTemplateRequest) GetResource

func (*TestIamPermissionsInstanceTemplateRequest) GetTestPermissionsRequestResource

func (x *TestIamPermissionsInstanceTemplateRequest) GetTestPermissionsRequestResource() *TestPermissionsRequest

func (*TestIamPermissionsInstanceTemplateRequest) ProtoMessage

func (*TestIamPermissionsInstanceTemplateRequest) ProtoReflect

func (*TestIamPermissionsInstanceTemplateRequest) Reset

func (*TestIamPermissionsInstanceTemplateRequest) String

type TestIamPermissionsLicenseCodeRequest

type TestIamPermissionsLicenseCodeRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// The body resource for this request
	TestPermissionsRequestResource *TestPermissionsRequest `protobuf:"bytes,439214758,opt,name=test_permissions_request_resource,json=testPermissionsRequestResource,proto3" json:"test_permissions_request_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for LicenseCodes.TestIamPermissions. See the method description for details.

func (*TestIamPermissionsLicenseCodeRequest) Descriptor

func (*TestIamPermissionsLicenseCodeRequest) Descriptor() ([]byte, []int)

Deprecated: Use TestIamPermissionsLicenseCodeRequest.ProtoReflect.Descriptor instead.

func (*TestIamPermissionsLicenseCodeRequest) GetProject

func (*TestIamPermissionsLicenseCodeRequest) GetResource

func (*TestIamPermissionsLicenseCodeRequest) GetTestPermissionsRequestResource

func (x *TestIamPermissionsLicenseCodeRequest) GetTestPermissionsRequestResource() *TestPermissionsRequest

func (*TestIamPermissionsLicenseCodeRequest) ProtoMessage

func (*TestIamPermissionsLicenseCodeRequest) ProtoMessage()

func (*TestIamPermissionsLicenseCodeRequest) ProtoReflect

func (*TestIamPermissionsLicenseCodeRequest) Reset

func (*TestIamPermissionsLicenseCodeRequest) String

type TestIamPermissionsLicenseRequest

type TestIamPermissionsLicenseRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// The body resource for this request
	TestPermissionsRequestResource *TestPermissionsRequest `protobuf:"bytes,439214758,opt,name=test_permissions_request_resource,json=testPermissionsRequestResource,proto3" json:"test_permissions_request_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for Licenses.TestIamPermissions. See the method description for details.

func (*TestIamPermissionsLicenseRequest) Descriptor

func (*TestIamPermissionsLicenseRequest) Descriptor() ([]byte, []int)

Deprecated: Use TestIamPermissionsLicenseRequest.ProtoReflect.Descriptor instead.

func (*TestIamPermissionsLicenseRequest) GetProject

func (x *TestIamPermissionsLicenseRequest) GetProject() string

func (*TestIamPermissionsLicenseRequest) GetResource

func (x *TestIamPermissionsLicenseRequest) GetResource() string

func (*TestIamPermissionsLicenseRequest) GetTestPermissionsRequestResource

func (x *TestIamPermissionsLicenseRequest) GetTestPermissionsRequestResource() *TestPermissionsRequest

func (*TestIamPermissionsLicenseRequest) ProtoMessage

func (*TestIamPermissionsLicenseRequest) ProtoMessage()

func (*TestIamPermissionsLicenseRequest) ProtoReflect

func (*TestIamPermissionsLicenseRequest) Reset

func (*TestIamPermissionsLicenseRequest) String

type TestIamPermissionsMachineImageRequest

type TestIamPermissionsMachineImageRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// The body resource for this request
	TestPermissionsRequestResource *TestPermissionsRequest `protobuf:"bytes,439214758,opt,name=test_permissions_request_resource,json=testPermissionsRequestResource,proto3" json:"test_permissions_request_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for MachineImages.TestIamPermissions. See the method description for details.

func (*TestIamPermissionsMachineImageRequest) Descriptor

func (*TestIamPermissionsMachineImageRequest) Descriptor() ([]byte, []int)

Deprecated: Use TestIamPermissionsMachineImageRequest.ProtoReflect.Descriptor instead.

func (*TestIamPermissionsMachineImageRequest) GetProject

func (*TestIamPermissionsMachineImageRequest) GetResource

func (*TestIamPermissionsMachineImageRequest) GetTestPermissionsRequestResource

func (x *TestIamPermissionsMachineImageRequest) GetTestPermissionsRequestResource() *TestPermissionsRequest

func (*TestIamPermissionsMachineImageRequest) ProtoMessage

func (*TestIamPermissionsMachineImageRequest) ProtoMessage()

func (*TestIamPermissionsMachineImageRequest) ProtoReflect

func (*TestIamPermissionsMachineImageRequest) Reset

func (*TestIamPermissionsMachineImageRequest) String

type TestIamPermissionsNetworkAttachmentRequest

type TestIamPermissionsNetworkAttachmentRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// The body resource for this request
	TestPermissionsRequestResource *TestPermissionsRequest `protobuf:"bytes,439214758,opt,name=test_permissions_request_resource,json=testPermissionsRequestResource,proto3" json:"test_permissions_request_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for NetworkAttachments.TestIamPermissions. See the method description for details.

func (*TestIamPermissionsNetworkAttachmentRequest) Descriptor

Deprecated: Use TestIamPermissionsNetworkAttachmentRequest.ProtoReflect.Descriptor instead.

func (*TestIamPermissionsNetworkAttachmentRequest) GetProject

func (*TestIamPermissionsNetworkAttachmentRequest) GetRegion

func (*TestIamPermissionsNetworkAttachmentRequest) GetResource

func (*TestIamPermissionsNetworkAttachmentRequest) GetTestPermissionsRequestResource

func (x *TestIamPermissionsNetworkAttachmentRequest) GetTestPermissionsRequestResource() *TestPermissionsRequest

func (*TestIamPermissionsNetworkAttachmentRequest) ProtoMessage

func (*TestIamPermissionsNetworkAttachmentRequest) ProtoReflect

func (*TestIamPermissionsNetworkAttachmentRequest) Reset

func (*TestIamPermissionsNetworkAttachmentRequest) String

type TestIamPermissionsNetworkEndpointGroupRequest

type TestIamPermissionsNetworkEndpointGroupRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// The body resource for this request
	TestPermissionsRequestResource *TestPermissionsRequest `protobuf:"bytes,439214758,opt,name=test_permissions_request_resource,json=testPermissionsRequestResource,proto3" json:"test_permissions_request_resource,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for NetworkEndpointGroups.TestIamPermissions. See the method description for details.

func (*TestIamPermissionsNetworkEndpointGroupRequest) Descriptor

Deprecated: Use TestIamPermissionsNetworkEndpointGroupRequest.ProtoReflect.Descriptor instead.

func (*TestIamPermissionsNetworkEndpointGroupRequest) GetProject

func (*TestIamPermissionsNetworkEndpointGroupRequest) GetResource

func (*TestIamPermissionsNetworkEndpointGroupRequest) GetTestPermissionsRequestResource

func (x *TestIamPermissionsNetworkEndpointGroupRequest) GetTestPermissionsRequestResource() *TestPermissionsRequest

func (*TestIamPermissionsNetworkEndpointGroupRequest) GetZone

func (*TestIamPermissionsNetworkEndpointGroupRequest) ProtoMessage

func (*TestIamPermissionsNetworkEndpointGroupRequest) ProtoReflect

func (*TestIamPermissionsNetworkEndpointGroupRequest) Reset

func (*TestIamPermissionsNetworkEndpointGroupRequest) String

type TestIamPermissionsNetworkFirewallPolicyRequest

type TestIamPermissionsNetworkFirewallPolicyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// The body resource for this request
	TestPermissionsRequestResource *TestPermissionsRequest `protobuf:"bytes,439214758,opt,name=test_permissions_request_resource,json=testPermissionsRequestResource,proto3" json:"test_permissions_request_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for NetworkFirewallPolicies.TestIamPermissions. See the method description for details.

func (*TestIamPermissionsNetworkFirewallPolicyRequest) Descriptor

Deprecated: Use TestIamPermissionsNetworkFirewallPolicyRequest.ProtoReflect.Descriptor instead.

func (*TestIamPermissionsNetworkFirewallPolicyRequest) GetProject

func (*TestIamPermissionsNetworkFirewallPolicyRequest) GetResource

func (*TestIamPermissionsNetworkFirewallPolicyRequest) GetTestPermissionsRequestResource

func (x *TestIamPermissionsNetworkFirewallPolicyRequest) GetTestPermissionsRequestResource() *TestPermissionsRequest

func (*TestIamPermissionsNetworkFirewallPolicyRequest) ProtoMessage

func (*TestIamPermissionsNetworkFirewallPolicyRequest) ProtoReflect

func (*TestIamPermissionsNetworkFirewallPolicyRequest) Reset

func (*TestIamPermissionsNetworkFirewallPolicyRequest) String

type TestIamPermissionsNodeGroupRequest

type TestIamPermissionsNodeGroupRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// The body resource for this request
	TestPermissionsRequestResource *TestPermissionsRequest `protobuf:"bytes,439214758,opt,name=test_permissions_request_resource,json=testPermissionsRequestResource,proto3" json:"test_permissions_request_resource,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for NodeGroups.TestIamPermissions. See the method description for details.

func (*TestIamPermissionsNodeGroupRequest) Descriptor

func (*TestIamPermissionsNodeGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use TestIamPermissionsNodeGroupRequest.ProtoReflect.Descriptor instead.

func (*TestIamPermissionsNodeGroupRequest) GetProject

func (*TestIamPermissionsNodeGroupRequest) GetResource

func (x *TestIamPermissionsNodeGroupRequest) GetResource() string

func (*TestIamPermissionsNodeGroupRequest) GetTestPermissionsRequestResource

func (x *TestIamPermissionsNodeGroupRequest) GetTestPermissionsRequestResource() *TestPermissionsRequest

func (*TestIamPermissionsNodeGroupRequest) GetZone

func (*TestIamPermissionsNodeGroupRequest) ProtoMessage

func (*TestIamPermissionsNodeGroupRequest) ProtoMessage()

func (*TestIamPermissionsNodeGroupRequest) ProtoReflect

func (*TestIamPermissionsNodeGroupRequest) Reset

func (*TestIamPermissionsNodeGroupRequest) String

type TestIamPermissionsNodeTemplateRequest

type TestIamPermissionsNodeTemplateRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// The body resource for this request
	TestPermissionsRequestResource *TestPermissionsRequest `protobuf:"bytes,439214758,opt,name=test_permissions_request_resource,json=testPermissionsRequestResource,proto3" json:"test_permissions_request_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for NodeTemplates.TestIamPermissions. See the method description for details.

func (*TestIamPermissionsNodeTemplateRequest) Descriptor

func (*TestIamPermissionsNodeTemplateRequest) Descriptor() ([]byte, []int)

Deprecated: Use TestIamPermissionsNodeTemplateRequest.ProtoReflect.Descriptor instead.

func (*TestIamPermissionsNodeTemplateRequest) GetProject

func (*TestIamPermissionsNodeTemplateRequest) GetRegion

func (*TestIamPermissionsNodeTemplateRequest) GetResource

func (*TestIamPermissionsNodeTemplateRequest) GetTestPermissionsRequestResource

func (x *TestIamPermissionsNodeTemplateRequest) GetTestPermissionsRequestResource() *TestPermissionsRequest

func (*TestIamPermissionsNodeTemplateRequest) ProtoMessage

func (*TestIamPermissionsNodeTemplateRequest) ProtoMessage()

func (*TestIamPermissionsNodeTemplateRequest) ProtoReflect

func (*TestIamPermissionsNodeTemplateRequest) Reset

func (*TestIamPermissionsNodeTemplateRequest) String

type TestIamPermissionsPacketMirroringRequest

type TestIamPermissionsPacketMirroringRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// The body resource for this request
	TestPermissionsRequestResource *TestPermissionsRequest `protobuf:"bytes,439214758,opt,name=test_permissions_request_resource,json=testPermissionsRequestResource,proto3" json:"test_permissions_request_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for PacketMirrorings.TestIamPermissions. See the method description for details.

func (*TestIamPermissionsPacketMirroringRequest) Descriptor

func (*TestIamPermissionsPacketMirroringRequest) Descriptor() ([]byte, []int)

Deprecated: Use TestIamPermissionsPacketMirroringRequest.ProtoReflect.Descriptor instead.

func (*TestIamPermissionsPacketMirroringRequest) GetProject

func (*TestIamPermissionsPacketMirroringRequest) GetRegion

func (*TestIamPermissionsPacketMirroringRequest) GetResource

func (*TestIamPermissionsPacketMirroringRequest) GetTestPermissionsRequestResource

func (x *TestIamPermissionsPacketMirroringRequest) GetTestPermissionsRequestResource() *TestPermissionsRequest

func (*TestIamPermissionsPacketMirroringRequest) ProtoMessage

func (*TestIamPermissionsPacketMirroringRequest) ProtoReflect

func (*TestIamPermissionsPacketMirroringRequest) Reset

func (*TestIamPermissionsPacketMirroringRequest) String

type TestIamPermissionsRegionDiskRequest

type TestIamPermissionsRegionDiskRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// The body resource for this request
	TestPermissionsRequestResource *TestPermissionsRequest `protobuf:"bytes,439214758,opt,name=test_permissions_request_resource,json=testPermissionsRequestResource,proto3" json:"test_permissions_request_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionDisks.TestIamPermissions. See the method description for details.

func (*TestIamPermissionsRegionDiskRequest) Descriptor

func (*TestIamPermissionsRegionDiskRequest) Descriptor() ([]byte, []int)

Deprecated: Use TestIamPermissionsRegionDiskRequest.ProtoReflect.Descriptor instead.

func (*TestIamPermissionsRegionDiskRequest) GetProject

func (*TestIamPermissionsRegionDiskRequest) GetRegion

func (*TestIamPermissionsRegionDiskRequest) GetResource

func (*TestIamPermissionsRegionDiskRequest) GetTestPermissionsRequestResource

func (x *TestIamPermissionsRegionDiskRequest) GetTestPermissionsRequestResource() *TestPermissionsRequest

func (*TestIamPermissionsRegionDiskRequest) ProtoMessage

func (*TestIamPermissionsRegionDiskRequest) ProtoMessage()

func (*TestIamPermissionsRegionDiskRequest) ProtoReflect

func (*TestIamPermissionsRegionDiskRequest) Reset

func (*TestIamPermissionsRegionDiskRequest) String

type TestIamPermissionsRegionNetworkFirewallPolicyRequest

type TestIamPermissionsRegionNetworkFirewallPolicyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// The body resource for this request
	TestPermissionsRequestResource *TestPermissionsRequest `protobuf:"bytes,439214758,opt,name=test_permissions_request_resource,json=testPermissionsRequestResource,proto3" json:"test_permissions_request_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionNetworkFirewallPolicies.TestIamPermissions. See the method description for details.

func (*TestIamPermissionsRegionNetworkFirewallPolicyRequest) Descriptor

Deprecated: Use TestIamPermissionsRegionNetworkFirewallPolicyRequest.ProtoReflect.Descriptor instead.

func (*TestIamPermissionsRegionNetworkFirewallPolicyRequest) GetProject

func (*TestIamPermissionsRegionNetworkFirewallPolicyRequest) GetRegion

func (*TestIamPermissionsRegionNetworkFirewallPolicyRequest) GetResource

func (*TestIamPermissionsRegionNetworkFirewallPolicyRequest) GetTestPermissionsRequestResource

func (x *TestIamPermissionsRegionNetworkFirewallPolicyRequest) GetTestPermissionsRequestResource() *TestPermissionsRequest

func (*TestIamPermissionsRegionNetworkFirewallPolicyRequest) ProtoMessage

func (*TestIamPermissionsRegionNetworkFirewallPolicyRequest) ProtoReflect

func (*TestIamPermissionsRegionNetworkFirewallPolicyRequest) Reset

func (*TestIamPermissionsRegionNetworkFirewallPolicyRequest) String

type TestIamPermissionsReservationRequest

type TestIamPermissionsReservationRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// The body resource for this request
	TestPermissionsRequestResource *TestPermissionsRequest `protobuf:"bytes,439214758,opt,name=test_permissions_request_resource,json=testPermissionsRequestResource,proto3" json:"test_permissions_request_resource,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Reservations.TestIamPermissions. See the method description for details.

func (*TestIamPermissionsReservationRequest) Descriptor

func (*TestIamPermissionsReservationRequest) Descriptor() ([]byte, []int)

Deprecated: Use TestIamPermissionsReservationRequest.ProtoReflect.Descriptor instead.

func (*TestIamPermissionsReservationRequest) GetProject

func (*TestIamPermissionsReservationRequest) GetResource

func (*TestIamPermissionsReservationRequest) GetTestPermissionsRequestResource

func (x *TestIamPermissionsReservationRequest) GetTestPermissionsRequestResource() *TestPermissionsRequest

func (*TestIamPermissionsReservationRequest) GetZone

func (*TestIamPermissionsReservationRequest) ProtoMessage

func (*TestIamPermissionsReservationRequest) ProtoMessage()

func (*TestIamPermissionsReservationRequest) ProtoReflect

func (*TestIamPermissionsReservationRequest) Reset

func (*TestIamPermissionsReservationRequest) String

type TestIamPermissionsResourcePolicyRequest

type TestIamPermissionsResourcePolicyRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// The body resource for this request
	TestPermissionsRequestResource *TestPermissionsRequest `protobuf:"bytes,439214758,opt,name=test_permissions_request_resource,json=testPermissionsRequestResource,proto3" json:"test_permissions_request_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for ResourcePolicies.TestIamPermissions. See the method description for details.

func (*TestIamPermissionsResourcePolicyRequest) Descriptor

func (*TestIamPermissionsResourcePolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use TestIamPermissionsResourcePolicyRequest.ProtoReflect.Descriptor instead.

func (*TestIamPermissionsResourcePolicyRequest) GetProject

func (*TestIamPermissionsResourcePolicyRequest) GetRegion

func (*TestIamPermissionsResourcePolicyRequest) GetResource

func (*TestIamPermissionsResourcePolicyRequest) GetTestPermissionsRequestResource

func (x *TestIamPermissionsResourcePolicyRequest) GetTestPermissionsRequestResource() *TestPermissionsRequest

func (*TestIamPermissionsResourcePolicyRequest) ProtoMessage

func (*TestIamPermissionsResourcePolicyRequest) ProtoReflect

func (*TestIamPermissionsResourcePolicyRequest) Reset

func (*TestIamPermissionsResourcePolicyRequest) String

type TestIamPermissionsServiceAttachmentRequest

type TestIamPermissionsServiceAttachmentRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// The body resource for this request
	TestPermissionsRequestResource *TestPermissionsRequest `protobuf:"bytes,439214758,opt,name=test_permissions_request_resource,json=testPermissionsRequestResource,proto3" json:"test_permissions_request_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for ServiceAttachments.TestIamPermissions. See the method description for details.

func (*TestIamPermissionsServiceAttachmentRequest) Descriptor

Deprecated: Use TestIamPermissionsServiceAttachmentRequest.ProtoReflect.Descriptor instead.

func (*TestIamPermissionsServiceAttachmentRequest) GetProject

func (*TestIamPermissionsServiceAttachmentRequest) GetRegion

func (*TestIamPermissionsServiceAttachmentRequest) GetResource

func (*TestIamPermissionsServiceAttachmentRequest) GetTestPermissionsRequestResource

func (x *TestIamPermissionsServiceAttachmentRequest) GetTestPermissionsRequestResource() *TestPermissionsRequest

func (*TestIamPermissionsServiceAttachmentRequest) ProtoMessage

func (*TestIamPermissionsServiceAttachmentRequest) ProtoReflect

func (*TestIamPermissionsServiceAttachmentRequest) Reset

func (*TestIamPermissionsServiceAttachmentRequest) String

type TestIamPermissionsSnapshotRequest

type TestIamPermissionsSnapshotRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// The body resource for this request
	TestPermissionsRequestResource *TestPermissionsRequest `protobuf:"bytes,439214758,opt,name=test_permissions_request_resource,json=testPermissionsRequestResource,proto3" json:"test_permissions_request_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for Snapshots.TestIamPermissions. See the method description for details.

func (*TestIamPermissionsSnapshotRequest) Descriptor

func (*TestIamPermissionsSnapshotRequest) Descriptor() ([]byte, []int)

Deprecated: Use TestIamPermissionsSnapshotRequest.ProtoReflect.Descriptor instead.

func (*TestIamPermissionsSnapshotRequest) GetProject

func (x *TestIamPermissionsSnapshotRequest) GetProject() string

func (*TestIamPermissionsSnapshotRequest) GetResource

func (x *TestIamPermissionsSnapshotRequest) GetResource() string

func (*TestIamPermissionsSnapshotRequest) GetTestPermissionsRequestResource

func (x *TestIamPermissionsSnapshotRequest) GetTestPermissionsRequestResource() *TestPermissionsRequest

func (*TestIamPermissionsSnapshotRequest) ProtoMessage

func (*TestIamPermissionsSnapshotRequest) ProtoMessage()

func (*TestIamPermissionsSnapshotRequest) ProtoReflect

func (*TestIamPermissionsSnapshotRequest) Reset

func (*TestIamPermissionsSnapshotRequest) String

type TestIamPermissionsSubnetworkRequest

type TestIamPermissionsSubnetworkRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// The body resource for this request
	TestPermissionsRequestResource *TestPermissionsRequest `protobuf:"bytes,439214758,opt,name=test_permissions_request_resource,json=testPermissionsRequestResource,proto3" json:"test_permissions_request_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for Subnetworks.TestIamPermissions. See the method description for details.

func (*TestIamPermissionsSubnetworkRequest) Descriptor

func (*TestIamPermissionsSubnetworkRequest) Descriptor() ([]byte, []int)

Deprecated: Use TestIamPermissionsSubnetworkRequest.ProtoReflect.Descriptor instead.

func (*TestIamPermissionsSubnetworkRequest) GetProject

func (*TestIamPermissionsSubnetworkRequest) GetRegion

func (*TestIamPermissionsSubnetworkRequest) GetResource

func (*TestIamPermissionsSubnetworkRequest) GetTestPermissionsRequestResource

func (x *TestIamPermissionsSubnetworkRequest) GetTestPermissionsRequestResource() *TestPermissionsRequest

func (*TestIamPermissionsSubnetworkRequest) ProtoMessage

func (*TestIamPermissionsSubnetworkRequest) ProtoMessage()

func (*TestIamPermissionsSubnetworkRequest) ProtoReflect

func (*TestIamPermissionsSubnetworkRequest) Reset

func (*TestIamPermissionsSubnetworkRequest) String

type TestIamPermissionsVpnGatewayRequest

type TestIamPermissionsVpnGatewayRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// Name or id of the resource for this request.
	Resource string `protobuf:"bytes,195806222,opt,name=resource,proto3" json:"resource,omitempty"`
	// The body resource for this request
	TestPermissionsRequestResource *TestPermissionsRequest `protobuf:"bytes,439214758,opt,name=test_permissions_request_resource,json=testPermissionsRequestResource,proto3" json:"test_permissions_request_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for VpnGateways.TestIamPermissions. See the method description for details.

func (*TestIamPermissionsVpnGatewayRequest) Descriptor

func (*TestIamPermissionsVpnGatewayRequest) Descriptor() ([]byte, []int)

Deprecated: Use TestIamPermissionsVpnGatewayRequest.ProtoReflect.Descriptor instead.

func (*TestIamPermissionsVpnGatewayRequest) GetProject

func (*TestIamPermissionsVpnGatewayRequest) GetRegion

func (*TestIamPermissionsVpnGatewayRequest) GetResource

func (*TestIamPermissionsVpnGatewayRequest) GetTestPermissionsRequestResource

func (x *TestIamPermissionsVpnGatewayRequest) GetTestPermissionsRequestResource() *TestPermissionsRequest

func (*TestIamPermissionsVpnGatewayRequest) ProtoMessage

func (*TestIamPermissionsVpnGatewayRequest) ProtoMessage()

func (*TestIamPermissionsVpnGatewayRequest) ProtoReflect

func (*TestIamPermissionsVpnGatewayRequest) Reset

func (*TestIamPermissionsVpnGatewayRequest) String

type TestPermissionsRequest

type TestPermissionsRequest struct {

	// The set of permissions to check for the 'resource'. Permissions with wildcards (such as '*' or 'storage.*') are not allowed.
	Permissions []string `protobuf:"bytes,59962500,rep,name=permissions,proto3" json:"permissions,omitempty"`
	// contains filtered or unexported fields
}

func (*TestPermissionsRequest) Descriptor

func (*TestPermissionsRequest) Descriptor() ([]byte, []int)

Deprecated: Use TestPermissionsRequest.ProtoReflect.Descriptor instead.

func (*TestPermissionsRequest) GetPermissions

func (x *TestPermissionsRequest) GetPermissions() []string

func (*TestPermissionsRequest) ProtoMessage

func (*TestPermissionsRequest) ProtoMessage()

func (*TestPermissionsRequest) ProtoReflect

func (x *TestPermissionsRequest) ProtoReflect() protoreflect.Message

func (*TestPermissionsRequest) Reset

func (x *TestPermissionsRequest) Reset()

func (*TestPermissionsRequest) String

func (x *TestPermissionsRequest) String() string

type TestPermissionsResponse

type TestPermissionsResponse struct {

	// A subset of `TestPermissionsRequest.permissions` that the caller is allowed.
	Permissions []string `protobuf:"bytes,59962500,rep,name=permissions,proto3" json:"permissions,omitempty"`
	// contains filtered or unexported fields
}

func (*TestPermissionsResponse) Descriptor

func (*TestPermissionsResponse) Descriptor() ([]byte, []int)

Deprecated: Use TestPermissionsResponse.ProtoReflect.Descriptor instead.

func (*TestPermissionsResponse) GetPermissions

func (x *TestPermissionsResponse) GetPermissions() []string

func (*TestPermissionsResponse) ProtoMessage

func (*TestPermissionsResponse) ProtoMessage()

func (*TestPermissionsResponse) ProtoReflect

func (x *TestPermissionsResponse) ProtoReflect() protoreflect.Message

func (*TestPermissionsResponse) Reset

func (x *TestPermissionsResponse) Reset()

func (*TestPermissionsResponse) String

func (x *TestPermissionsResponse) String() string

type Uint128

type Uint128 struct {
	High *uint64 `protobuf:"varint,3202466,opt,name=high,proto3,oneof" json:"high,omitempty"`
	Low  *uint64 `protobuf:"varint,107348,opt,name=low,proto3,oneof" json:"low,omitempty"`
	// contains filtered or unexported fields
}

func (*Uint128) Descriptor

func (*Uint128) Descriptor() ([]byte, []int)

Deprecated: Use Uint128.ProtoReflect.Descriptor instead.

func (*Uint128) GetHigh

func (x *Uint128) GetHigh() uint64

func (*Uint128) GetLow

func (x *Uint128) GetLow() uint64

func (*Uint128) ProtoMessage

func (*Uint128) ProtoMessage()

func (*Uint128) ProtoReflect

func (x *Uint128) ProtoReflect() protoreflect.Message

func (*Uint128) Reset

func (x *Uint128) Reset()

func (*Uint128) String

func (x *Uint128) String() string

type UnimplementedAcceleratorTypesServer

type UnimplementedAcceleratorTypesServer struct {
}

UnimplementedAcceleratorTypesServer can be embedded to have forward compatible implementations.

func (*UnimplementedAcceleratorTypesServer) AggregatedList

func (*UnimplementedAcceleratorTypesServer) Get

func (*UnimplementedAcceleratorTypesServer) List

type UnimplementedAddressesServer

type UnimplementedAddressesServer struct {
}

UnimplementedAddressesServer can be embedded to have forward compatible implementations.

func (*UnimplementedAddressesServer) AggregatedList

func (*UnimplementedAddressesServer) Delete

func (*UnimplementedAddressesServer) Get

func (*UnimplementedAddressesServer) Insert

func (*UnimplementedAddressesServer) List

func (*UnimplementedAddressesServer) Move

func (*UnimplementedAddressesServer) SetLabels

type UnimplementedAutoscalersServer

type UnimplementedAutoscalersServer struct {
}

UnimplementedAutoscalersServer can be embedded to have forward compatible implementations.

func (*UnimplementedAutoscalersServer) AggregatedList

func (*UnimplementedAutoscalersServer) Delete

func (*UnimplementedAutoscalersServer) Get

func (*UnimplementedAutoscalersServer) Insert

func (*UnimplementedAutoscalersServer) List

func (*UnimplementedAutoscalersServer) Patch

func (*UnimplementedAutoscalersServer) Update

type UnimplementedBackendBucketsServer

type UnimplementedBackendBucketsServer struct {
}

UnimplementedBackendBucketsServer can be embedded to have forward compatible implementations.

func (*UnimplementedBackendBucketsServer) AddSignedUrlKey

func (*UnimplementedBackendBucketsServer) Delete

func (*UnimplementedBackendBucketsServer) DeleteSignedUrlKey

func (*UnimplementedBackendBucketsServer) Get

func (*UnimplementedBackendBucketsServer) Insert

func (*UnimplementedBackendBucketsServer) List

func (*UnimplementedBackendBucketsServer) Patch

func (*UnimplementedBackendBucketsServer) SetEdgeSecurityPolicy

func (*UnimplementedBackendBucketsServer) Update

type UnimplementedBackendServicesServer

type UnimplementedBackendServicesServer struct {
}

UnimplementedBackendServicesServer can be embedded to have forward compatible implementations.

func (*UnimplementedBackendServicesServer) AddSignedUrlKey

func (*UnimplementedBackendServicesServer) AggregatedList

func (*UnimplementedBackendServicesServer) Delete

func (*UnimplementedBackendServicesServer) DeleteSignedUrlKey

func (*UnimplementedBackendServicesServer) Get

func (*UnimplementedBackendServicesServer) GetHealth

func (*UnimplementedBackendServicesServer) GetIamPolicy

func (*UnimplementedBackendServicesServer) Insert

func (*UnimplementedBackendServicesServer) List

func (*UnimplementedBackendServicesServer) Patch

func (*UnimplementedBackendServicesServer) SetEdgeSecurityPolicy

func (*UnimplementedBackendServicesServer) SetIamPolicy

func (*UnimplementedBackendServicesServer) SetSecurityPolicy

func (*UnimplementedBackendServicesServer) Update

type UnimplementedDiskTypesServer

type UnimplementedDiskTypesServer struct {
}

UnimplementedDiskTypesServer can be embedded to have forward compatible implementations.

func (*UnimplementedDiskTypesServer) AggregatedList

func (*UnimplementedDiskTypesServer) Get

func (*UnimplementedDiskTypesServer) List

type UnimplementedDisksServer

type UnimplementedDisksServer struct {
}

UnimplementedDisksServer can be embedded to have forward compatible implementations.

func (*UnimplementedDisksServer) AddResourcePolicies

func (*UnimplementedDisksServer) AggregatedList

func (*UnimplementedDisksServer) BulkInsert

func (*UnimplementedDisksServer) CreateSnapshot

func (*UnimplementedDisksServer) Delete

func (*UnimplementedDisksServer) Get

func (*UnimplementedDisksServer) GetIamPolicy

func (*UnimplementedDisksServer) Insert

func (*UnimplementedDisksServer) List

func (*UnimplementedDisksServer) RemoveResourcePolicies

func (*UnimplementedDisksServer) Resize

func (*UnimplementedDisksServer) SetIamPolicy

func (*UnimplementedDisksServer) SetLabels

func (*UnimplementedDisksServer) StartAsyncReplication

func (*UnimplementedDisksServer) StopAsyncReplication

func (*UnimplementedDisksServer) StopGroupAsyncReplication

func (*UnimplementedDisksServer) TestIamPermissions

func (*UnimplementedDisksServer) Update

type UnimplementedExternalVpnGatewaysServer

type UnimplementedExternalVpnGatewaysServer struct {
}

UnimplementedExternalVpnGatewaysServer can be embedded to have forward compatible implementations.

func (*UnimplementedExternalVpnGatewaysServer) Delete

func (*UnimplementedExternalVpnGatewaysServer) Get

func (*UnimplementedExternalVpnGatewaysServer) Insert

func (*UnimplementedExternalVpnGatewaysServer) List

func (*UnimplementedExternalVpnGatewaysServer) SetLabels

func (*UnimplementedExternalVpnGatewaysServer) TestIamPermissions

type UnimplementedFirewallPoliciesServer

type UnimplementedFirewallPoliciesServer struct {
}

UnimplementedFirewallPoliciesServer can be embedded to have forward compatible implementations.

func (*UnimplementedFirewallPoliciesServer) AddAssociation

func (*UnimplementedFirewallPoliciesServer) AddRule

func (*UnimplementedFirewallPoliciesServer) CloneRules

func (*UnimplementedFirewallPoliciesServer) Delete

func (*UnimplementedFirewallPoliciesServer) Get

func (*UnimplementedFirewallPoliciesServer) GetAssociation

func (*UnimplementedFirewallPoliciesServer) GetIamPolicy

func (*UnimplementedFirewallPoliciesServer) GetRule

func (*UnimplementedFirewallPoliciesServer) Insert

func (*UnimplementedFirewallPoliciesServer) List

func (*UnimplementedFirewallPoliciesServer) ListAssociations

func (*UnimplementedFirewallPoliciesServer) Move

func (*UnimplementedFirewallPoliciesServer) Patch

func (*UnimplementedFirewallPoliciesServer) PatchRule

func (*UnimplementedFirewallPoliciesServer) RemoveAssociation

func (*UnimplementedFirewallPoliciesServer) RemoveRule

func (*UnimplementedFirewallPoliciesServer) SetIamPolicy

func (*UnimplementedFirewallPoliciesServer) TestIamPermissions

type UnimplementedFirewallsServer

type UnimplementedFirewallsServer struct {
}

UnimplementedFirewallsServer can be embedded to have forward compatible implementations.

func (*UnimplementedFirewallsServer) Delete

func (*UnimplementedFirewallsServer) Get

func (*UnimplementedFirewallsServer) Insert

func (*UnimplementedFirewallsServer) List

func (*UnimplementedFirewallsServer) Patch

func (*UnimplementedFirewallsServer) Update

type UnimplementedForwardingRulesServer

type UnimplementedForwardingRulesServer struct {
}

UnimplementedForwardingRulesServer can be embedded to have forward compatible implementations.

func (*UnimplementedForwardingRulesServer) AggregatedList

func (*UnimplementedForwardingRulesServer) Delete

func (*UnimplementedForwardingRulesServer) Get

func (*UnimplementedForwardingRulesServer) Insert

func (*UnimplementedForwardingRulesServer) List

func (*UnimplementedForwardingRulesServer) Patch

func (*UnimplementedForwardingRulesServer) SetLabels

func (*UnimplementedForwardingRulesServer) SetTarget

type UnimplementedGlobalAddressesServer

type UnimplementedGlobalAddressesServer struct {
}

UnimplementedGlobalAddressesServer can be embedded to have forward compatible implementations.

func (*UnimplementedGlobalAddressesServer) Delete

func (*UnimplementedGlobalAddressesServer) Get

func (*UnimplementedGlobalAddressesServer) Insert

func (*UnimplementedGlobalAddressesServer) List

func (*UnimplementedGlobalAddressesServer) Move

func (*UnimplementedGlobalAddressesServer) SetLabels

type UnimplementedGlobalForwardingRulesServer

type UnimplementedGlobalForwardingRulesServer struct {
}

UnimplementedGlobalForwardingRulesServer can be embedded to have forward compatible implementations.

func (*UnimplementedGlobalForwardingRulesServer) Delete

func (*UnimplementedGlobalForwardingRulesServer) Get

func (*UnimplementedGlobalForwardingRulesServer) Insert

func (*UnimplementedGlobalForwardingRulesServer) List

func (*UnimplementedGlobalForwardingRulesServer) Patch

func (*UnimplementedGlobalForwardingRulesServer) SetLabels

func (*UnimplementedGlobalForwardingRulesServer) SetTarget

type UnimplementedGlobalNetworkEndpointGroupsServer

type UnimplementedGlobalNetworkEndpointGroupsServer struct {
}

UnimplementedGlobalNetworkEndpointGroupsServer can be embedded to have forward compatible implementations.

func (*UnimplementedGlobalNetworkEndpointGroupsServer) AttachNetworkEndpoints

func (*UnimplementedGlobalNetworkEndpointGroupsServer) Delete

func (*UnimplementedGlobalNetworkEndpointGroupsServer) DetachNetworkEndpoints

func (*UnimplementedGlobalNetworkEndpointGroupsServer) Get

func (*UnimplementedGlobalNetworkEndpointGroupsServer) Insert

func (*UnimplementedGlobalNetworkEndpointGroupsServer) List

func (*UnimplementedGlobalNetworkEndpointGroupsServer) ListNetworkEndpoints

type UnimplementedGlobalOperationsServer

type UnimplementedGlobalOperationsServer struct {
}

UnimplementedGlobalOperationsServer can be embedded to have forward compatible implementations.

func (*UnimplementedGlobalOperationsServer) AggregatedList

func (*UnimplementedGlobalOperationsServer) Delete

func (*UnimplementedGlobalOperationsServer) Get

func (*UnimplementedGlobalOperationsServer) List

func (*UnimplementedGlobalOperationsServer) Wait

type UnimplementedGlobalOrganizationOperationsServer

type UnimplementedGlobalOrganizationOperationsServer struct {
}

UnimplementedGlobalOrganizationOperationsServer can be embedded to have forward compatible implementations.

func (*UnimplementedGlobalOrganizationOperationsServer) Delete

func (*UnimplementedGlobalOrganizationOperationsServer) Get

func (*UnimplementedGlobalOrganizationOperationsServer) List

type UnimplementedGlobalPublicDelegatedPrefixesServer

type UnimplementedGlobalPublicDelegatedPrefixesServer struct {
}

UnimplementedGlobalPublicDelegatedPrefixesServer can be embedded to have forward compatible implementations.

func (*UnimplementedGlobalPublicDelegatedPrefixesServer) Delete

func (*UnimplementedGlobalPublicDelegatedPrefixesServer) Get

func (*UnimplementedGlobalPublicDelegatedPrefixesServer) Insert

func (*UnimplementedGlobalPublicDelegatedPrefixesServer) List

func (*UnimplementedGlobalPublicDelegatedPrefixesServer) Patch

type UnimplementedHealthChecksServer

type UnimplementedHealthChecksServer struct {
}

UnimplementedHealthChecksServer can be embedded to have forward compatible implementations.

func (*UnimplementedHealthChecksServer) AggregatedList

func (*UnimplementedHealthChecksServer) Delete

func (*UnimplementedHealthChecksServer) Get

func (*UnimplementedHealthChecksServer) Insert

func (*UnimplementedHealthChecksServer) List

func (*UnimplementedHealthChecksServer) Patch

func (*UnimplementedHealthChecksServer) Update

type UnimplementedImageFamilyViewsServer

type UnimplementedImageFamilyViewsServer struct {
}

UnimplementedImageFamilyViewsServer can be embedded to have forward compatible implementations.

func (*UnimplementedImageFamilyViewsServer) Get

type UnimplementedImagesServer

type UnimplementedImagesServer struct {
}

UnimplementedImagesServer can be embedded to have forward compatible implementations.

func (*UnimplementedImagesServer) Delete

func (*UnimplementedImagesServer) Deprecate

func (*UnimplementedImagesServer) Get

func (*UnimplementedImagesServer) GetFromFamily

func (*UnimplementedImagesServer) GetIamPolicy

func (*UnimplementedImagesServer) Insert

func (*UnimplementedImagesServer) List

func (*UnimplementedImagesServer) Patch

func (*UnimplementedImagesServer) SetIamPolicy

func (*UnimplementedImagesServer) SetLabels

func (*UnimplementedImagesServer) TestIamPermissions

type UnimplementedInstanceGroupManagersServer

type UnimplementedInstanceGroupManagersServer struct {
}

UnimplementedInstanceGroupManagersServer can be embedded to have forward compatible implementations.

func (*UnimplementedInstanceGroupManagersServer) AbandonInstances

func (*UnimplementedInstanceGroupManagersServer) AggregatedList

func (*UnimplementedInstanceGroupManagersServer) ApplyUpdatesToInstances

func (*UnimplementedInstanceGroupManagersServer) CreateInstances

func (*UnimplementedInstanceGroupManagersServer) Delete

func (*UnimplementedInstanceGroupManagersServer) DeleteInstances

func (*UnimplementedInstanceGroupManagersServer) DeletePerInstanceConfigs

func (*UnimplementedInstanceGroupManagersServer) Get

func (*UnimplementedInstanceGroupManagersServer) Insert

func (*UnimplementedInstanceGroupManagersServer) List

func (*UnimplementedInstanceGroupManagersServer) ListErrors

func (*UnimplementedInstanceGroupManagersServer) ListManagedInstances

func (*UnimplementedInstanceGroupManagersServer) ListPerInstanceConfigs

func (*UnimplementedInstanceGroupManagersServer) Patch

func (*UnimplementedInstanceGroupManagersServer) PatchPerInstanceConfigs

func (*UnimplementedInstanceGroupManagersServer) RecreateInstances

func (*UnimplementedInstanceGroupManagersServer) Resize

func (*UnimplementedInstanceGroupManagersServer) SetInstanceTemplate

func (*UnimplementedInstanceGroupManagersServer) SetTargetPools

func (*UnimplementedInstanceGroupManagersServer) UpdatePerInstanceConfigs

type UnimplementedInstanceGroupsServer

type UnimplementedInstanceGroupsServer struct {
}

UnimplementedInstanceGroupsServer can be embedded to have forward compatible implementations.

func (*UnimplementedInstanceGroupsServer) AddInstances

func (*UnimplementedInstanceGroupsServer) AggregatedList

func (*UnimplementedInstanceGroupsServer) Delete

func (*UnimplementedInstanceGroupsServer) Get

func (*UnimplementedInstanceGroupsServer) Insert

func (*UnimplementedInstanceGroupsServer) List

func (*UnimplementedInstanceGroupsServer) ListInstances

func (*UnimplementedInstanceGroupsServer) RemoveInstances

func (*UnimplementedInstanceGroupsServer) SetNamedPorts

type UnimplementedInstanceTemplatesServer

type UnimplementedInstanceTemplatesServer struct {
}

UnimplementedInstanceTemplatesServer can be embedded to have forward compatible implementations.

func (*UnimplementedInstanceTemplatesServer) AggregatedList

func (*UnimplementedInstanceTemplatesServer) Delete

func (*UnimplementedInstanceTemplatesServer) Get

func (*UnimplementedInstanceTemplatesServer) GetIamPolicy

func (*UnimplementedInstanceTemplatesServer) Insert

func (*UnimplementedInstanceTemplatesServer) List

func (*UnimplementedInstanceTemplatesServer) SetIamPolicy

func (*UnimplementedInstanceTemplatesServer) TestIamPermissions

type UnimplementedInstancesServer

type UnimplementedInstancesServer struct {
}

UnimplementedInstancesServer can be embedded to have forward compatible implementations.

func (*UnimplementedInstancesServer) AddAccessConfig

func (*UnimplementedInstancesServer) AddResourcePolicies

func (*UnimplementedInstancesServer) AggregatedList

func (*UnimplementedInstancesServer) AttachDisk

func (*UnimplementedInstancesServer) BulkInsert

func (*UnimplementedInstancesServer) Delete

func (*UnimplementedInstancesServer) DeleteAccessConfig

func (*UnimplementedInstancesServer) DetachDisk

func (*UnimplementedInstancesServer) Get

func (*UnimplementedInstancesServer) GetEffectiveFirewalls

func (*UnimplementedInstancesServer) GetGuestAttributes

func (*UnimplementedInstancesServer) GetIamPolicy

func (*UnimplementedInstancesServer) GetScreenshot

func (*UnimplementedInstancesServer) GetSerialPortOutput

func (*UnimplementedInstancesServer) GetShieldedInstanceIdentity

func (*UnimplementedInstancesServer) Insert

func (*UnimplementedInstancesServer) List

func (*UnimplementedInstancesServer) ListReferrers

func (*UnimplementedInstancesServer) RemoveResourcePolicies

func (*UnimplementedInstancesServer) Reset

func (*UnimplementedInstancesServer) Resume

func (*UnimplementedInstancesServer) SendDiagnosticInterrupt

func (*UnimplementedInstancesServer) SetDeletionProtection

func (*UnimplementedInstancesServer) SetDiskAutoDelete

func (*UnimplementedInstancesServer) SetIamPolicy

func (*UnimplementedInstancesServer) SetLabels

func (*UnimplementedInstancesServer) SetMachineResources

func (*UnimplementedInstancesServer) SetMachineType

func (*UnimplementedInstancesServer) SetMetadata

func (*UnimplementedInstancesServer) SetMinCpuPlatform

func (*UnimplementedInstancesServer) SetName

func (*UnimplementedInstancesServer) SetScheduling

func (*UnimplementedInstancesServer) SetServiceAccount

func (*UnimplementedInstancesServer) SetShieldedInstanceIntegrityPolicy

func (*UnimplementedInstancesServer) SetTags

func (*UnimplementedInstancesServer) SimulateMaintenanceEvent

func (*UnimplementedInstancesServer) Start

func (*UnimplementedInstancesServer) StartWithEncryptionKey

func (*UnimplementedInstancesServer) Stop

func (*UnimplementedInstancesServer) Suspend

func (*UnimplementedInstancesServer) TestIamPermissions

func (*UnimplementedInstancesServer) Update

func (*UnimplementedInstancesServer) UpdateAccessConfig

func (*UnimplementedInstancesServer) UpdateDisplayDevice

func (*UnimplementedInstancesServer) UpdateNetworkInterface

func (*UnimplementedInstancesServer) UpdateShieldedInstanceConfig

type UnimplementedInterconnectAttachmentsServer

type UnimplementedInterconnectAttachmentsServer struct {
}

UnimplementedInterconnectAttachmentsServer can be embedded to have forward compatible implementations.

func (*UnimplementedInterconnectAttachmentsServer) AggregatedList

func (*UnimplementedInterconnectAttachmentsServer) Delete

func (*UnimplementedInterconnectAttachmentsServer) Get

func (*UnimplementedInterconnectAttachmentsServer) Insert

func (*UnimplementedInterconnectAttachmentsServer) List

func (*UnimplementedInterconnectAttachmentsServer) Patch

func (*UnimplementedInterconnectAttachmentsServer) SetLabels

type UnimplementedInterconnectLocationsServer

type UnimplementedInterconnectLocationsServer struct {
}

UnimplementedInterconnectLocationsServer can be embedded to have forward compatible implementations.

func (*UnimplementedInterconnectLocationsServer) Get

func (*UnimplementedInterconnectLocationsServer) List

type UnimplementedInterconnectRemoteLocationsServer

type UnimplementedInterconnectRemoteLocationsServer struct {
}

UnimplementedInterconnectRemoteLocationsServer can be embedded to have forward compatible implementations.

func (*UnimplementedInterconnectRemoteLocationsServer) Get

func (*UnimplementedInterconnectRemoteLocationsServer) List

type UnimplementedInterconnectsServer

type UnimplementedInterconnectsServer struct {
}

UnimplementedInterconnectsServer can be embedded to have forward compatible implementations.

func (*UnimplementedInterconnectsServer) Delete

func (*UnimplementedInterconnectsServer) Get

func (*UnimplementedInterconnectsServer) GetDiagnostics

func (*UnimplementedInterconnectsServer) Insert

func (*UnimplementedInterconnectsServer) List

func (*UnimplementedInterconnectsServer) Patch

func (*UnimplementedInterconnectsServer) SetLabels

type UnimplementedLicenseCodesServer

type UnimplementedLicenseCodesServer struct {
}

UnimplementedLicenseCodesServer can be embedded to have forward compatible implementations.

func (*UnimplementedLicenseCodesServer) Get

func (*UnimplementedLicenseCodesServer) TestIamPermissions

type UnimplementedLicensesServer

type UnimplementedLicensesServer struct {
}

UnimplementedLicensesServer can be embedded to have forward compatible implementations.

func (*UnimplementedLicensesServer) Delete

func (*UnimplementedLicensesServer) Get

func (*UnimplementedLicensesServer) GetIamPolicy

func (*UnimplementedLicensesServer) Insert

func (*UnimplementedLicensesServer) List

func (*UnimplementedLicensesServer) SetIamPolicy

func (*UnimplementedLicensesServer) TestIamPermissions

type UnimplementedMachineImagesServer

type UnimplementedMachineImagesServer struct {
}

UnimplementedMachineImagesServer can be embedded to have forward compatible implementations.

func (*UnimplementedMachineImagesServer) Delete

func (*UnimplementedMachineImagesServer) Get

func (*UnimplementedMachineImagesServer) GetIamPolicy

func (*UnimplementedMachineImagesServer) Insert

func (*UnimplementedMachineImagesServer) List

func (*UnimplementedMachineImagesServer) SetIamPolicy

func (*UnimplementedMachineImagesServer) TestIamPermissions

type UnimplementedMachineTypesServer

type UnimplementedMachineTypesServer struct {
}

UnimplementedMachineTypesServer can be embedded to have forward compatible implementations.

func (*UnimplementedMachineTypesServer) AggregatedList

func (*UnimplementedMachineTypesServer) Get

func (*UnimplementedMachineTypesServer) List

type UnimplementedNetworkAttachmentsServer

type UnimplementedNetworkAttachmentsServer struct {
}

UnimplementedNetworkAttachmentsServer can be embedded to have forward compatible implementations.

func (*UnimplementedNetworkAttachmentsServer) AggregatedList

func (*UnimplementedNetworkAttachmentsServer) Delete

func (*UnimplementedNetworkAttachmentsServer) Get

func (*UnimplementedNetworkAttachmentsServer) GetIamPolicy

func (*UnimplementedNetworkAttachmentsServer) Insert

func (*UnimplementedNetworkAttachmentsServer) List

func (*UnimplementedNetworkAttachmentsServer) SetIamPolicy

func (*UnimplementedNetworkAttachmentsServer) TestIamPermissions

type UnimplementedNetworkEdgeSecurityServicesServer

type UnimplementedNetworkEdgeSecurityServicesServer struct {
}

UnimplementedNetworkEdgeSecurityServicesServer can be embedded to have forward compatible implementations.

func (*UnimplementedNetworkEdgeSecurityServicesServer) AggregatedList

func (*UnimplementedNetworkEdgeSecurityServicesServer) Delete

func (*UnimplementedNetworkEdgeSecurityServicesServer) Get

func (*UnimplementedNetworkEdgeSecurityServicesServer) Insert

func (*UnimplementedNetworkEdgeSecurityServicesServer) Patch

type UnimplementedNetworkEndpointGroupsServer

type UnimplementedNetworkEndpointGroupsServer struct {
}

UnimplementedNetworkEndpointGroupsServer can be embedded to have forward compatible implementations.

func (*UnimplementedNetworkEndpointGroupsServer) AggregatedList

func (*UnimplementedNetworkEndpointGroupsServer) AttachNetworkEndpoints

func (*UnimplementedNetworkEndpointGroupsServer) Delete

func (*UnimplementedNetworkEndpointGroupsServer) DetachNetworkEndpoints

func (*UnimplementedNetworkEndpointGroupsServer) Get

func (*UnimplementedNetworkEndpointGroupsServer) Insert

func (*UnimplementedNetworkEndpointGroupsServer) List

func (*UnimplementedNetworkEndpointGroupsServer) ListNetworkEndpoints

func (*UnimplementedNetworkEndpointGroupsServer) TestIamPermissions

type UnimplementedNetworkFirewallPoliciesServer

type UnimplementedNetworkFirewallPoliciesServer struct {
}

UnimplementedNetworkFirewallPoliciesServer can be embedded to have forward compatible implementations.

func (*UnimplementedNetworkFirewallPoliciesServer) AddAssociation

func (*UnimplementedNetworkFirewallPoliciesServer) AddRule

func (*UnimplementedNetworkFirewallPoliciesServer) CloneRules

func (*UnimplementedNetworkFirewallPoliciesServer) Delete

func (*UnimplementedNetworkFirewallPoliciesServer) Get

func (*UnimplementedNetworkFirewallPoliciesServer) GetAssociation

func (*UnimplementedNetworkFirewallPoliciesServer) GetIamPolicy

func (*UnimplementedNetworkFirewallPoliciesServer) GetRule

func (*UnimplementedNetworkFirewallPoliciesServer) Insert

func (*UnimplementedNetworkFirewallPoliciesServer) List

func (*UnimplementedNetworkFirewallPoliciesServer) Patch

func (*UnimplementedNetworkFirewallPoliciesServer) PatchRule

func (*UnimplementedNetworkFirewallPoliciesServer) RemoveAssociation

func (*UnimplementedNetworkFirewallPoliciesServer) RemoveRule

func (*UnimplementedNetworkFirewallPoliciesServer) SetIamPolicy

func (*UnimplementedNetworkFirewallPoliciesServer) TestIamPermissions

type UnimplementedNetworksServer

type UnimplementedNetworksServer struct {
}

UnimplementedNetworksServer can be embedded to have forward compatible implementations.

func (*UnimplementedNetworksServer) AddPeering

func (*UnimplementedNetworksServer) Delete

func (*UnimplementedNetworksServer) Get

func (*UnimplementedNetworksServer) GetEffectiveFirewalls

func (*UnimplementedNetworksServer) Insert

func (*UnimplementedNetworksServer) List

func (*UnimplementedNetworksServer) ListPeeringRoutes

func (*UnimplementedNetworksServer) Patch

func (*UnimplementedNetworksServer) RemovePeering

func (*UnimplementedNetworksServer) SwitchToCustomMode

func (*UnimplementedNetworksServer) UpdatePeering

type UnimplementedNodeGroupsServer

type UnimplementedNodeGroupsServer struct {
}

UnimplementedNodeGroupsServer can be embedded to have forward compatible implementations.

func (*UnimplementedNodeGroupsServer) AddNodes

func (*UnimplementedNodeGroupsServer) AggregatedList

func (*UnimplementedNodeGroupsServer) Delete

func (*UnimplementedNodeGroupsServer) DeleteNodes

func (*UnimplementedNodeGroupsServer) Get

func (*UnimplementedNodeGroupsServer) GetIamPolicy

func (*UnimplementedNodeGroupsServer) Insert

func (*UnimplementedNodeGroupsServer) List

func (*UnimplementedNodeGroupsServer) ListNodes

func (*UnimplementedNodeGroupsServer) Patch

func (*UnimplementedNodeGroupsServer) SetIamPolicy

func (*UnimplementedNodeGroupsServer) SetNodeTemplate

func (*UnimplementedNodeGroupsServer) SimulateMaintenanceEvent

func (*UnimplementedNodeGroupsServer) TestIamPermissions

type UnimplementedNodeTemplatesServer

type UnimplementedNodeTemplatesServer struct {
}

UnimplementedNodeTemplatesServer can be embedded to have forward compatible implementations.

func (*UnimplementedNodeTemplatesServer) AggregatedList

func (*UnimplementedNodeTemplatesServer) Delete

func (*UnimplementedNodeTemplatesServer) Get

func (*UnimplementedNodeTemplatesServer) GetIamPolicy

func (*UnimplementedNodeTemplatesServer) Insert

func (*UnimplementedNodeTemplatesServer) List

func (*UnimplementedNodeTemplatesServer) SetIamPolicy

func (*UnimplementedNodeTemplatesServer) TestIamPermissions

type UnimplementedNodeTypesServer

type UnimplementedNodeTypesServer struct {
}

UnimplementedNodeTypesServer can be embedded to have forward compatible implementations.

func (*UnimplementedNodeTypesServer) AggregatedList

func (*UnimplementedNodeTypesServer) Get

func (*UnimplementedNodeTypesServer) List

type UnimplementedPacketMirroringsServer

type UnimplementedPacketMirroringsServer struct {
}

UnimplementedPacketMirroringsServer can be embedded to have forward compatible implementations.

func (*UnimplementedPacketMirroringsServer) AggregatedList

func (*UnimplementedPacketMirroringsServer) Delete

func (*UnimplementedPacketMirroringsServer) Get

func (*UnimplementedPacketMirroringsServer) Insert

func (*UnimplementedPacketMirroringsServer) List

func (*UnimplementedPacketMirroringsServer) Patch

func (*UnimplementedPacketMirroringsServer) TestIamPermissions

type UnimplementedProjectsServer

type UnimplementedProjectsServer struct {
}

UnimplementedProjectsServer can be embedded to have forward compatible implementations.

func (*UnimplementedProjectsServer) DisableXpnHost

func (*UnimplementedProjectsServer) DisableXpnResource

func (*UnimplementedProjectsServer) EnableXpnHost

func (*UnimplementedProjectsServer) EnableXpnResource

func (*UnimplementedProjectsServer) Get

func (*UnimplementedProjectsServer) GetXpnHost

func (*UnimplementedProjectsServer) GetXpnResources

func (*UnimplementedProjectsServer) ListXpnHosts

func (*UnimplementedProjectsServer) MoveDisk

func (*UnimplementedProjectsServer) MoveInstance

func (*UnimplementedProjectsServer) SetCommonInstanceMetadata

func (*UnimplementedProjectsServer) SetDefaultNetworkTier

func (*UnimplementedProjectsServer) SetUsageExportBucket

type UnimplementedPublicAdvertisedPrefixesServer

type UnimplementedPublicAdvertisedPrefixesServer struct {
}

UnimplementedPublicAdvertisedPrefixesServer can be embedded to have forward compatible implementations.

func (*UnimplementedPublicAdvertisedPrefixesServer) Delete

func (*UnimplementedPublicAdvertisedPrefixesServer) Get

func (*UnimplementedPublicAdvertisedPrefixesServer) Insert

func (*UnimplementedPublicAdvertisedPrefixesServer) List

func (*UnimplementedPublicAdvertisedPrefixesServer) Patch

type UnimplementedPublicDelegatedPrefixesServer

type UnimplementedPublicDelegatedPrefixesServer struct {
}

UnimplementedPublicDelegatedPrefixesServer can be embedded to have forward compatible implementations.

func (*UnimplementedPublicDelegatedPrefixesServer) AggregatedList

func (*UnimplementedPublicDelegatedPrefixesServer) Delete

func (*UnimplementedPublicDelegatedPrefixesServer) Get

func (*UnimplementedPublicDelegatedPrefixesServer) Insert

func (*UnimplementedPublicDelegatedPrefixesServer) List

func (*UnimplementedPublicDelegatedPrefixesServer) Patch

type UnimplementedRegionAutoscalersServer

type UnimplementedRegionAutoscalersServer struct {
}

UnimplementedRegionAutoscalersServer can be embedded to have forward compatible implementations.

func (*UnimplementedRegionAutoscalersServer) Delete

func (*UnimplementedRegionAutoscalersServer) Get

func (*UnimplementedRegionAutoscalersServer) Insert

func (*UnimplementedRegionAutoscalersServer) List

func (*UnimplementedRegionAutoscalersServer) Patch

func (*UnimplementedRegionAutoscalersServer) Update

type UnimplementedRegionBackendServicesServer

type UnimplementedRegionBackendServicesServer struct {
}

UnimplementedRegionBackendServicesServer can be embedded to have forward compatible implementations.

func (*UnimplementedRegionBackendServicesServer) Delete

func (*UnimplementedRegionBackendServicesServer) Get

func (*UnimplementedRegionBackendServicesServer) GetHealth

func (*UnimplementedRegionBackendServicesServer) GetIamPolicy

func (*UnimplementedRegionBackendServicesServer) Insert

func (*UnimplementedRegionBackendServicesServer) List

func (*UnimplementedRegionBackendServicesServer) Patch

func (*UnimplementedRegionBackendServicesServer) SetIamPolicy

func (*UnimplementedRegionBackendServicesServer) Update

type UnimplementedRegionCommitmentsServer

type UnimplementedRegionCommitmentsServer struct {
}

UnimplementedRegionCommitmentsServer can be embedded to have forward compatible implementations.

func (*UnimplementedRegionCommitmentsServer) AggregatedList

func (*UnimplementedRegionCommitmentsServer) Get

func (*UnimplementedRegionCommitmentsServer) Insert

func (*UnimplementedRegionCommitmentsServer) List

func (*UnimplementedRegionCommitmentsServer) Update

type UnimplementedRegionDiskTypesServer

type UnimplementedRegionDiskTypesServer struct {
}

UnimplementedRegionDiskTypesServer can be embedded to have forward compatible implementations.

func (*UnimplementedRegionDiskTypesServer) Get

func (*UnimplementedRegionDiskTypesServer) List

type UnimplementedRegionDisksServer

type UnimplementedRegionDisksServer struct {
}

UnimplementedRegionDisksServer can be embedded to have forward compatible implementations.

func (*UnimplementedRegionDisksServer) AddResourcePolicies

func (*UnimplementedRegionDisksServer) BulkInsert

func (*UnimplementedRegionDisksServer) CreateSnapshot

func (*UnimplementedRegionDisksServer) Delete

func (*UnimplementedRegionDisksServer) Get

func (*UnimplementedRegionDisksServer) GetIamPolicy

func (*UnimplementedRegionDisksServer) Insert

func (*UnimplementedRegionDisksServer) List

func (*UnimplementedRegionDisksServer) RemoveResourcePolicies

func (*UnimplementedRegionDisksServer) Resize

func (*UnimplementedRegionDisksServer) SetIamPolicy

func (*UnimplementedRegionDisksServer) SetLabels

func (*UnimplementedRegionDisksServer) StartAsyncReplication

func (*UnimplementedRegionDisksServer) StopAsyncReplication

func (*UnimplementedRegionDisksServer) StopGroupAsyncReplication

func (*UnimplementedRegionDisksServer) TestIamPermissions

func (*UnimplementedRegionDisksServer) Update

type UnimplementedRegionHealthCheckServicesServer

type UnimplementedRegionHealthCheckServicesServer struct {
}

UnimplementedRegionHealthCheckServicesServer can be embedded to have forward compatible implementations.

func (*UnimplementedRegionHealthCheckServicesServer) Delete

func (*UnimplementedRegionHealthCheckServicesServer) Get

func (*UnimplementedRegionHealthCheckServicesServer) Insert

func (*UnimplementedRegionHealthCheckServicesServer) List

func (*UnimplementedRegionHealthCheckServicesServer) Patch

type UnimplementedRegionHealthChecksServer

type UnimplementedRegionHealthChecksServer struct {
}

UnimplementedRegionHealthChecksServer can be embedded to have forward compatible implementations.

func (*UnimplementedRegionHealthChecksServer) Delete

func (*UnimplementedRegionHealthChecksServer) Get

func (*UnimplementedRegionHealthChecksServer) Insert

func (*UnimplementedRegionHealthChecksServer) List

func (*UnimplementedRegionHealthChecksServer) Patch

func (*UnimplementedRegionHealthChecksServer) Update

type UnimplementedRegionInstanceGroupManagersServer

type UnimplementedRegionInstanceGroupManagersServer struct {
}

UnimplementedRegionInstanceGroupManagersServer can be embedded to have forward compatible implementations.

func (*UnimplementedRegionInstanceGroupManagersServer) AbandonInstances

func (*UnimplementedRegionInstanceGroupManagersServer) ApplyUpdatesToInstances

func (*UnimplementedRegionInstanceGroupManagersServer) CreateInstances

func (*UnimplementedRegionInstanceGroupManagersServer) Delete

func (*UnimplementedRegionInstanceGroupManagersServer) DeleteInstances

func (*UnimplementedRegionInstanceGroupManagersServer) DeletePerInstanceConfigs

func (*UnimplementedRegionInstanceGroupManagersServer) Get

func (*UnimplementedRegionInstanceGroupManagersServer) Insert

func (*UnimplementedRegionInstanceGroupManagersServer) List

func (*UnimplementedRegionInstanceGroupManagersServer) ListErrors

func (*UnimplementedRegionInstanceGroupManagersServer) ListManagedInstances

func (*UnimplementedRegionInstanceGroupManagersServer) ListPerInstanceConfigs

func (*UnimplementedRegionInstanceGroupManagersServer) Patch

func (*UnimplementedRegionInstanceGroupManagersServer) PatchPerInstanceConfigs

func (*UnimplementedRegionInstanceGroupManagersServer) RecreateInstances

func (*UnimplementedRegionInstanceGroupManagersServer) Resize

func (*UnimplementedRegionInstanceGroupManagersServer) SetInstanceTemplate

func (*UnimplementedRegionInstanceGroupManagersServer) SetTargetPools

func (*UnimplementedRegionInstanceGroupManagersServer) UpdatePerInstanceConfigs

type UnimplementedRegionInstanceGroupsServer

type UnimplementedRegionInstanceGroupsServer struct {
}

UnimplementedRegionInstanceGroupsServer can be embedded to have forward compatible implementations.

func (*UnimplementedRegionInstanceGroupsServer) Get

func (*UnimplementedRegionInstanceGroupsServer) List

func (*UnimplementedRegionInstanceGroupsServer) ListInstances

func (*UnimplementedRegionInstanceGroupsServer) SetNamedPorts

type UnimplementedRegionInstanceTemplatesServer

type UnimplementedRegionInstanceTemplatesServer struct {
}

UnimplementedRegionInstanceTemplatesServer can be embedded to have forward compatible implementations.

func (*UnimplementedRegionInstanceTemplatesServer) Delete

func (*UnimplementedRegionInstanceTemplatesServer) Get

func (*UnimplementedRegionInstanceTemplatesServer) Insert

func (*UnimplementedRegionInstanceTemplatesServer) List

type UnimplementedRegionInstancesServer

type UnimplementedRegionInstancesServer struct {
}

UnimplementedRegionInstancesServer can be embedded to have forward compatible implementations.

func (*UnimplementedRegionInstancesServer) BulkInsert

type UnimplementedRegionNetworkEndpointGroupsServer

type UnimplementedRegionNetworkEndpointGroupsServer struct {
}

UnimplementedRegionNetworkEndpointGroupsServer can be embedded to have forward compatible implementations.

func (*UnimplementedRegionNetworkEndpointGroupsServer) Delete

func (*UnimplementedRegionNetworkEndpointGroupsServer) Get

func (*UnimplementedRegionNetworkEndpointGroupsServer) Insert

func (*UnimplementedRegionNetworkEndpointGroupsServer) List

type UnimplementedRegionNetworkFirewallPoliciesServer

type UnimplementedRegionNetworkFirewallPoliciesServer struct {
}

UnimplementedRegionNetworkFirewallPoliciesServer can be embedded to have forward compatible implementations.

func (*UnimplementedRegionNetworkFirewallPoliciesServer) AddAssociation

func (*UnimplementedRegionNetworkFirewallPoliciesServer) AddRule

func (*UnimplementedRegionNetworkFirewallPoliciesServer) CloneRules

func (*UnimplementedRegionNetworkFirewallPoliciesServer) Delete

func (*UnimplementedRegionNetworkFirewallPoliciesServer) Get

func (*UnimplementedRegionNetworkFirewallPoliciesServer) GetAssociation

func (*UnimplementedRegionNetworkFirewallPoliciesServer) GetEffectiveFirewalls

func (*UnimplementedRegionNetworkFirewallPoliciesServer) GetIamPolicy

func (*UnimplementedRegionNetworkFirewallPoliciesServer) GetRule

func (*UnimplementedRegionNetworkFirewallPoliciesServer) Insert

func (*UnimplementedRegionNetworkFirewallPoliciesServer) List

func (*UnimplementedRegionNetworkFirewallPoliciesServer) Patch

func (*UnimplementedRegionNetworkFirewallPoliciesServer) PatchRule

func (*UnimplementedRegionNetworkFirewallPoliciesServer) RemoveAssociation

func (*UnimplementedRegionNetworkFirewallPoliciesServer) RemoveRule

func (*UnimplementedRegionNetworkFirewallPoliciesServer) SetIamPolicy

func (*UnimplementedRegionNetworkFirewallPoliciesServer) TestIamPermissions

type UnimplementedRegionNotificationEndpointsServer

type UnimplementedRegionNotificationEndpointsServer struct {
}

UnimplementedRegionNotificationEndpointsServer can be embedded to have forward compatible implementations.

func (*UnimplementedRegionNotificationEndpointsServer) Delete

func (*UnimplementedRegionNotificationEndpointsServer) Get

func (*UnimplementedRegionNotificationEndpointsServer) Insert

func (*UnimplementedRegionNotificationEndpointsServer) List

type UnimplementedRegionOperationsServer

type UnimplementedRegionOperationsServer struct {
}

UnimplementedRegionOperationsServer can be embedded to have forward compatible implementations.

func (*UnimplementedRegionOperationsServer) Delete

func (*UnimplementedRegionOperationsServer) Get

func (*UnimplementedRegionOperationsServer) List

func (*UnimplementedRegionOperationsServer) Wait

type UnimplementedRegionSecurityPoliciesServer

type UnimplementedRegionSecurityPoliciesServer struct {
}

UnimplementedRegionSecurityPoliciesServer can be embedded to have forward compatible implementations.

func (*UnimplementedRegionSecurityPoliciesServer) Delete

func (*UnimplementedRegionSecurityPoliciesServer) Get

func (*UnimplementedRegionSecurityPoliciesServer) Insert

func (*UnimplementedRegionSecurityPoliciesServer) List

func (*UnimplementedRegionSecurityPoliciesServer) Patch

type UnimplementedRegionSslCertificatesServer

type UnimplementedRegionSslCertificatesServer struct {
}

UnimplementedRegionSslCertificatesServer can be embedded to have forward compatible implementations.

func (*UnimplementedRegionSslCertificatesServer) Delete

func (*UnimplementedRegionSslCertificatesServer) Get

func (*UnimplementedRegionSslCertificatesServer) Insert

func (*UnimplementedRegionSslCertificatesServer) List

type UnimplementedRegionSslPoliciesServer

type UnimplementedRegionSslPoliciesServer struct {
}

UnimplementedRegionSslPoliciesServer can be embedded to have forward compatible implementations.

func (*UnimplementedRegionSslPoliciesServer) Delete

func (*UnimplementedRegionSslPoliciesServer) Get

func (*UnimplementedRegionSslPoliciesServer) Insert

func (*UnimplementedRegionSslPoliciesServer) List

func (*UnimplementedRegionSslPoliciesServer) ListAvailableFeatures

func (*UnimplementedRegionSslPoliciesServer) Patch

type UnimplementedRegionTargetHttpProxiesServer

type UnimplementedRegionTargetHttpProxiesServer struct {
}

UnimplementedRegionTargetHttpProxiesServer can be embedded to have forward compatible implementations.

func (*UnimplementedRegionTargetHttpProxiesServer) Delete

func (*UnimplementedRegionTargetHttpProxiesServer) Get

func (*UnimplementedRegionTargetHttpProxiesServer) Insert

func (*UnimplementedRegionTargetHttpProxiesServer) List

func (*UnimplementedRegionTargetHttpProxiesServer) SetUrlMap

type UnimplementedRegionTargetHttpsProxiesServer

type UnimplementedRegionTargetHttpsProxiesServer struct {
}

UnimplementedRegionTargetHttpsProxiesServer can be embedded to have forward compatible implementations.

func (*UnimplementedRegionTargetHttpsProxiesServer) Delete

func (*UnimplementedRegionTargetHttpsProxiesServer) Get

func (*UnimplementedRegionTargetHttpsProxiesServer) Insert

func (*UnimplementedRegionTargetHttpsProxiesServer) List

func (*UnimplementedRegionTargetHttpsProxiesServer) Patch

func (*UnimplementedRegionTargetHttpsProxiesServer) SetSslCertificates

func (*UnimplementedRegionTargetHttpsProxiesServer) SetUrlMap

type UnimplementedRegionTargetTcpProxiesServer

type UnimplementedRegionTargetTcpProxiesServer struct {
}

UnimplementedRegionTargetTcpProxiesServer can be embedded to have forward compatible implementations.

func (*UnimplementedRegionTargetTcpProxiesServer) Delete

func (*UnimplementedRegionTargetTcpProxiesServer) Get

func (*UnimplementedRegionTargetTcpProxiesServer) Insert

func (*UnimplementedRegionTargetTcpProxiesServer) List

type UnimplementedRegionUrlMapsServer

type UnimplementedRegionUrlMapsServer struct {
}

UnimplementedRegionUrlMapsServer can be embedded to have forward compatible implementations.

func (*UnimplementedRegionUrlMapsServer) Delete

func (*UnimplementedRegionUrlMapsServer) Get

func (*UnimplementedRegionUrlMapsServer) Insert

func (*UnimplementedRegionUrlMapsServer) List

func (*UnimplementedRegionUrlMapsServer) Patch

func (*UnimplementedRegionUrlMapsServer) Update

func (*UnimplementedRegionUrlMapsServer) Validate

type UnimplementedRegionsServer

type UnimplementedRegionsServer struct {
}

UnimplementedRegionsServer can be embedded to have forward compatible implementations.

func (*UnimplementedRegionsServer) Get

func (*UnimplementedRegionsServer) List

type UnimplementedReservationsServer

type UnimplementedReservationsServer struct {
}

UnimplementedReservationsServer can be embedded to have forward compatible implementations.

func (*UnimplementedReservationsServer) AggregatedList

func (*UnimplementedReservationsServer) Delete

func (*UnimplementedReservationsServer) Get

func (*UnimplementedReservationsServer) GetIamPolicy

func (*UnimplementedReservationsServer) Insert

func (*UnimplementedReservationsServer) List

func (*UnimplementedReservationsServer) Resize

func (*UnimplementedReservationsServer) SetIamPolicy

func (*UnimplementedReservationsServer) TestIamPermissions

func (*UnimplementedReservationsServer) Update

type UnimplementedResourcePoliciesServer

type UnimplementedResourcePoliciesServer struct {
}

UnimplementedResourcePoliciesServer can be embedded to have forward compatible implementations.

func (*UnimplementedResourcePoliciesServer) AggregatedList

func (*UnimplementedResourcePoliciesServer) Delete

func (*UnimplementedResourcePoliciesServer) Get

func (*UnimplementedResourcePoliciesServer) GetIamPolicy

func (*UnimplementedResourcePoliciesServer) Insert

func (*UnimplementedResourcePoliciesServer) List

func (*UnimplementedResourcePoliciesServer) Patch

func (*UnimplementedResourcePoliciesServer) SetIamPolicy

func (*UnimplementedResourcePoliciesServer) TestIamPermissions

type UnimplementedRoutersServer

type UnimplementedRoutersServer struct {
}

UnimplementedRoutersServer can be embedded to have forward compatible implementations.

func (*UnimplementedRoutersServer) AggregatedList

func (*UnimplementedRoutersServer) Delete

func (*UnimplementedRoutersServer) Get

func (*UnimplementedRoutersServer) GetNatMappingInfo

func (*UnimplementedRoutersServer) GetRouterStatus

func (*UnimplementedRoutersServer) Insert

func (*UnimplementedRoutersServer) List

func (*UnimplementedRoutersServer) Patch

func (*UnimplementedRoutersServer) Preview

func (*UnimplementedRoutersServer) Update

type UnimplementedRoutesServer

type UnimplementedRoutesServer struct {
}

UnimplementedRoutesServer can be embedded to have forward compatible implementations.

func (*UnimplementedRoutesServer) Delete

func (*UnimplementedRoutesServer) Get

func (*UnimplementedRoutesServer) Insert

func (*UnimplementedRoutesServer) List

type UnimplementedSecurityPoliciesServer

type UnimplementedSecurityPoliciesServer struct {
}

UnimplementedSecurityPoliciesServer can be embedded to have forward compatible implementations.

func (*UnimplementedSecurityPoliciesServer) AddRule

func (*UnimplementedSecurityPoliciesServer) AggregatedList

func (*UnimplementedSecurityPoliciesServer) Delete

func (*UnimplementedSecurityPoliciesServer) Get

func (*UnimplementedSecurityPoliciesServer) GetRule

func (*UnimplementedSecurityPoliciesServer) Insert

func (*UnimplementedSecurityPoliciesServer) List

func (*UnimplementedSecurityPoliciesServer) ListPreconfiguredExpressionSets

func (*UnimplementedSecurityPoliciesServer) Patch

func (*UnimplementedSecurityPoliciesServer) PatchRule

func (*UnimplementedSecurityPoliciesServer) RemoveRule

func (*UnimplementedSecurityPoliciesServer) SetLabels

type UnimplementedServiceAttachmentsServer

type UnimplementedServiceAttachmentsServer struct {
}

UnimplementedServiceAttachmentsServer can be embedded to have forward compatible implementations.

func (*UnimplementedServiceAttachmentsServer) AggregatedList

func (*UnimplementedServiceAttachmentsServer) Delete

func (*UnimplementedServiceAttachmentsServer) Get

func (*UnimplementedServiceAttachmentsServer) GetIamPolicy

func (*UnimplementedServiceAttachmentsServer) Insert

func (*UnimplementedServiceAttachmentsServer) List

func (*UnimplementedServiceAttachmentsServer) Patch

func (*UnimplementedServiceAttachmentsServer) SetIamPolicy

func (*UnimplementedServiceAttachmentsServer) TestIamPermissions

type UnimplementedSnapshotsServer

type UnimplementedSnapshotsServer struct {
}

UnimplementedSnapshotsServer can be embedded to have forward compatible implementations.

func (*UnimplementedSnapshotsServer) Delete

func (*UnimplementedSnapshotsServer) Get

func (*UnimplementedSnapshotsServer) GetIamPolicy

func (*UnimplementedSnapshotsServer) Insert

func (*UnimplementedSnapshotsServer) List

func (*UnimplementedSnapshotsServer) SetIamPolicy

func (*UnimplementedSnapshotsServer) SetLabels

func (*UnimplementedSnapshotsServer) TestIamPermissions

type UnimplementedSslCertificatesServer

type UnimplementedSslCertificatesServer struct {
}

UnimplementedSslCertificatesServer can be embedded to have forward compatible implementations.

func (*UnimplementedSslCertificatesServer) AggregatedList

func (*UnimplementedSslCertificatesServer) Delete

func (*UnimplementedSslCertificatesServer) Get

func (*UnimplementedSslCertificatesServer) Insert

func (*UnimplementedSslCertificatesServer) List

type UnimplementedSslPoliciesServer

type UnimplementedSslPoliciesServer struct {
}

UnimplementedSslPoliciesServer can be embedded to have forward compatible implementations.

func (*UnimplementedSslPoliciesServer) AggregatedList

func (*UnimplementedSslPoliciesServer) Delete

func (*UnimplementedSslPoliciesServer) Get

func (*UnimplementedSslPoliciesServer) Insert

func (*UnimplementedSslPoliciesServer) List

func (*UnimplementedSslPoliciesServer) ListAvailableFeatures

func (*UnimplementedSslPoliciesServer) Patch

type UnimplementedSubnetworksServer

type UnimplementedSubnetworksServer struct {
}

UnimplementedSubnetworksServer can be embedded to have forward compatible implementations.

func (*UnimplementedSubnetworksServer) AggregatedList

func (*UnimplementedSubnetworksServer) Delete

func (*UnimplementedSubnetworksServer) ExpandIpCidrRange

func (*UnimplementedSubnetworksServer) Get

func (*UnimplementedSubnetworksServer) GetIamPolicy

func (*UnimplementedSubnetworksServer) Insert

func (*UnimplementedSubnetworksServer) List

func (*UnimplementedSubnetworksServer) ListUsable

func (*UnimplementedSubnetworksServer) Patch

func (*UnimplementedSubnetworksServer) SetIamPolicy

func (*UnimplementedSubnetworksServer) SetPrivateIpGoogleAccess

func (*UnimplementedSubnetworksServer) TestIamPermissions

type UnimplementedTargetGrpcProxiesServer

type UnimplementedTargetGrpcProxiesServer struct {
}

UnimplementedTargetGrpcProxiesServer can be embedded to have forward compatible implementations.

func (*UnimplementedTargetGrpcProxiesServer) Delete

func (*UnimplementedTargetGrpcProxiesServer) Get

func (*UnimplementedTargetGrpcProxiesServer) Insert

func (*UnimplementedTargetGrpcProxiesServer) List

func (*UnimplementedTargetGrpcProxiesServer) Patch

type UnimplementedTargetHttpProxiesServer

type UnimplementedTargetHttpProxiesServer struct {
}

UnimplementedTargetHttpProxiesServer can be embedded to have forward compatible implementations.

func (*UnimplementedTargetHttpProxiesServer) AggregatedList

func (*UnimplementedTargetHttpProxiesServer) Delete

func (*UnimplementedTargetHttpProxiesServer) Get

func (*UnimplementedTargetHttpProxiesServer) Insert

func (*UnimplementedTargetHttpProxiesServer) List

func (*UnimplementedTargetHttpProxiesServer) Patch

func (*UnimplementedTargetHttpProxiesServer) SetUrlMap

type UnimplementedTargetHttpsProxiesServer

type UnimplementedTargetHttpsProxiesServer struct {
}

UnimplementedTargetHttpsProxiesServer can be embedded to have forward compatible implementations.

func (*UnimplementedTargetHttpsProxiesServer) AggregatedList

func (*UnimplementedTargetHttpsProxiesServer) Delete

func (*UnimplementedTargetHttpsProxiesServer) Get

func (*UnimplementedTargetHttpsProxiesServer) Insert

func (*UnimplementedTargetHttpsProxiesServer) List

func (*UnimplementedTargetHttpsProxiesServer) Patch

func (*UnimplementedTargetHttpsProxiesServer) SetCertificateMap

func (*UnimplementedTargetHttpsProxiesServer) SetQuicOverride

func (*UnimplementedTargetHttpsProxiesServer) SetSslCertificates

func (*UnimplementedTargetHttpsProxiesServer) SetSslPolicy

func (*UnimplementedTargetHttpsProxiesServer) SetUrlMap

type UnimplementedTargetInstancesServer

type UnimplementedTargetInstancesServer struct {
}

UnimplementedTargetInstancesServer can be embedded to have forward compatible implementations.

func (*UnimplementedTargetInstancesServer) AggregatedList

func (*UnimplementedTargetInstancesServer) Delete

func (*UnimplementedTargetInstancesServer) Get

func (*UnimplementedTargetInstancesServer) Insert

func (*UnimplementedTargetInstancesServer) List

type UnimplementedTargetPoolsServer

type UnimplementedTargetPoolsServer struct {
}

UnimplementedTargetPoolsServer can be embedded to have forward compatible implementations.

func (*UnimplementedTargetPoolsServer) AddHealthCheck

func (*UnimplementedTargetPoolsServer) AddInstance

func (*UnimplementedTargetPoolsServer) AggregatedList

func (*UnimplementedTargetPoolsServer) Delete

func (*UnimplementedTargetPoolsServer) Get

func (*UnimplementedTargetPoolsServer) GetHealth

func (*UnimplementedTargetPoolsServer) Insert

func (*UnimplementedTargetPoolsServer) List

func (*UnimplementedTargetPoolsServer) RemoveHealthCheck

func (*UnimplementedTargetPoolsServer) RemoveInstance

func (*UnimplementedTargetPoolsServer) SetBackup

type UnimplementedTargetSslProxiesServer

type UnimplementedTargetSslProxiesServer struct {
}

UnimplementedTargetSslProxiesServer can be embedded to have forward compatible implementations.

func (*UnimplementedTargetSslProxiesServer) Delete

func (*UnimplementedTargetSslProxiesServer) Get

func (*UnimplementedTargetSslProxiesServer) Insert

func (*UnimplementedTargetSslProxiesServer) List

func (*UnimplementedTargetSslProxiesServer) SetBackendService

func (*UnimplementedTargetSslProxiesServer) SetCertificateMap

func (*UnimplementedTargetSslProxiesServer) SetProxyHeader

func (*UnimplementedTargetSslProxiesServer) SetSslCertificates

func (*UnimplementedTargetSslProxiesServer) SetSslPolicy

type UnimplementedTargetTcpProxiesServer

type UnimplementedTargetTcpProxiesServer struct {
}

UnimplementedTargetTcpProxiesServer can be embedded to have forward compatible implementations.

func (*UnimplementedTargetTcpProxiesServer) AggregatedList

func (*UnimplementedTargetTcpProxiesServer) Delete

func (*UnimplementedTargetTcpProxiesServer) Get

func (*UnimplementedTargetTcpProxiesServer) Insert

func (*UnimplementedTargetTcpProxiesServer) List

func (*UnimplementedTargetTcpProxiesServer) SetBackendService

func (*UnimplementedTargetTcpProxiesServer) SetProxyHeader

type UnimplementedTargetVpnGatewaysServer

type UnimplementedTargetVpnGatewaysServer struct {
}

UnimplementedTargetVpnGatewaysServer can be embedded to have forward compatible implementations.

func (*UnimplementedTargetVpnGatewaysServer) AggregatedList

func (*UnimplementedTargetVpnGatewaysServer) Delete

func (*UnimplementedTargetVpnGatewaysServer) Get

func (*UnimplementedTargetVpnGatewaysServer) Insert

func (*UnimplementedTargetVpnGatewaysServer) List

func (*UnimplementedTargetVpnGatewaysServer) SetLabels

type UnimplementedUrlMapsServer

type UnimplementedUrlMapsServer struct {
}

UnimplementedUrlMapsServer can be embedded to have forward compatible implementations.

func (*UnimplementedUrlMapsServer) AggregatedList

func (*UnimplementedUrlMapsServer) Delete

func (*UnimplementedUrlMapsServer) Get

func (*UnimplementedUrlMapsServer) Insert

func (*UnimplementedUrlMapsServer) InvalidateCache

func (*UnimplementedUrlMapsServer) List

func (*UnimplementedUrlMapsServer) Patch

func (*UnimplementedUrlMapsServer) Update

func (*UnimplementedUrlMapsServer) Validate

type UnimplementedVpnGatewaysServer

type UnimplementedVpnGatewaysServer struct {
}

UnimplementedVpnGatewaysServer can be embedded to have forward compatible implementations.

func (*UnimplementedVpnGatewaysServer) AggregatedList

func (*UnimplementedVpnGatewaysServer) Delete

func (*UnimplementedVpnGatewaysServer) Get

func (*UnimplementedVpnGatewaysServer) GetStatus

func (*UnimplementedVpnGatewaysServer) Insert

func (*UnimplementedVpnGatewaysServer) List

func (*UnimplementedVpnGatewaysServer) SetLabels

func (*UnimplementedVpnGatewaysServer) TestIamPermissions

type UnimplementedVpnTunnelsServer

type UnimplementedVpnTunnelsServer struct {
}

UnimplementedVpnTunnelsServer can be embedded to have forward compatible implementations.

func (*UnimplementedVpnTunnelsServer) AggregatedList

func (*UnimplementedVpnTunnelsServer) Delete

func (*UnimplementedVpnTunnelsServer) Get

func (*UnimplementedVpnTunnelsServer) Insert

func (*UnimplementedVpnTunnelsServer) List

func (*UnimplementedVpnTunnelsServer) SetLabels

type UnimplementedZoneOperationsServer

type UnimplementedZoneOperationsServer struct {
}

UnimplementedZoneOperationsServer can be embedded to have forward compatible implementations.

func (*UnimplementedZoneOperationsServer) Delete

func (*UnimplementedZoneOperationsServer) Get

func (*UnimplementedZoneOperationsServer) List

func (*UnimplementedZoneOperationsServer) Wait

type UnimplementedZonesServer

type UnimplementedZonesServer struct {
}

UnimplementedZonesServer can be embedded to have forward compatible implementations.

func (*UnimplementedZonesServer) Get

func (*UnimplementedZonesServer) List

type UpdateAccessConfigInstanceRequest

type UpdateAccessConfigInstanceRequest struct {

	// The body resource for this request
	AccessConfigResource *AccessConfig `protobuf:"bytes,387825552,opt,name=access_config_resource,json=accessConfigResource,proto3" json:"access_config_resource,omitempty"`
	// The instance name for this request.
	Instance string `protobuf:"bytes,18257045,opt,name=instance,proto3" json:"instance,omitempty"`
	// The name of the network interface where the access config is attached.
	NetworkInterface string `protobuf:"bytes,365387880,opt,name=network_interface,json=networkInterface,proto3" json:"network_interface,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Instances.UpdateAccessConfig. See the method description for details.

func (*UpdateAccessConfigInstanceRequest) Descriptor

func (*UpdateAccessConfigInstanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateAccessConfigInstanceRequest.ProtoReflect.Descriptor instead.

func (*UpdateAccessConfigInstanceRequest) GetAccessConfigResource

func (x *UpdateAccessConfigInstanceRequest) GetAccessConfigResource() *AccessConfig

func (*UpdateAccessConfigInstanceRequest) GetInstance

func (x *UpdateAccessConfigInstanceRequest) GetInstance() string

func (*UpdateAccessConfigInstanceRequest) GetNetworkInterface

func (x *UpdateAccessConfigInstanceRequest) GetNetworkInterface() string

func (*UpdateAccessConfigInstanceRequest) GetProject

func (x *UpdateAccessConfigInstanceRequest) GetProject() string

func (*UpdateAccessConfigInstanceRequest) GetRequestId

func (x *UpdateAccessConfigInstanceRequest) GetRequestId() string

func (*UpdateAccessConfigInstanceRequest) GetZone

func (*UpdateAccessConfigInstanceRequest) ProtoMessage

func (*UpdateAccessConfigInstanceRequest) ProtoMessage()

func (*UpdateAccessConfigInstanceRequest) ProtoReflect

func (*UpdateAccessConfigInstanceRequest) Reset

func (*UpdateAccessConfigInstanceRequest) String

type UpdateAutoscalerRequest

type UpdateAutoscalerRequest struct {

	// Name of the autoscaler to update.
	Autoscaler *string `protobuf:"bytes,517258967,opt,name=autoscaler,proto3,oneof" json:"autoscaler,omitempty"`
	// The body resource for this request
	AutoscalerResource *Autoscaler `protobuf:"bytes,207616118,opt,name=autoscaler_resource,json=autoscalerResource,proto3" json:"autoscaler_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Autoscalers.Update. See the method description for details.

func (*UpdateAutoscalerRequest) Descriptor

func (*UpdateAutoscalerRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateAutoscalerRequest.ProtoReflect.Descriptor instead.

func (*UpdateAutoscalerRequest) GetAutoscaler

func (x *UpdateAutoscalerRequest) GetAutoscaler() string

func (*UpdateAutoscalerRequest) GetAutoscalerResource

func (x *UpdateAutoscalerRequest) GetAutoscalerResource() *Autoscaler

func (*UpdateAutoscalerRequest) GetProject

func (x *UpdateAutoscalerRequest) GetProject() string

func (*UpdateAutoscalerRequest) GetRequestId

func (x *UpdateAutoscalerRequest) GetRequestId() string

func (*UpdateAutoscalerRequest) GetZone

func (x *UpdateAutoscalerRequest) GetZone() string

func (*UpdateAutoscalerRequest) ProtoMessage

func (*UpdateAutoscalerRequest) ProtoMessage()

func (*UpdateAutoscalerRequest) ProtoReflect

func (x *UpdateAutoscalerRequest) ProtoReflect() protoreflect.Message

func (*UpdateAutoscalerRequest) Reset

func (x *UpdateAutoscalerRequest) Reset()

func (*UpdateAutoscalerRequest) String

func (x *UpdateAutoscalerRequest) String() string

type UpdateBackendBucketRequest

type UpdateBackendBucketRequest struct {

	// Name of the BackendBucket resource to update.
	BackendBucket string `protobuf:"bytes,91714037,opt,name=backend_bucket,json=backendBucket,proto3" json:"backend_bucket,omitempty"`
	// The body resource for this request
	BackendBucketResource *BackendBucket `protobuf:"bytes,380757784,opt,name=backend_bucket_resource,json=backendBucketResource,proto3" json:"backend_bucket_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for BackendBuckets.Update. See the method description for details.

func (*UpdateBackendBucketRequest) Descriptor

func (*UpdateBackendBucketRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateBackendBucketRequest.ProtoReflect.Descriptor instead.

func (*UpdateBackendBucketRequest) GetBackendBucket

func (x *UpdateBackendBucketRequest) GetBackendBucket() string

func (*UpdateBackendBucketRequest) GetBackendBucketResource

func (x *UpdateBackendBucketRequest) GetBackendBucketResource() *BackendBucket

func (*UpdateBackendBucketRequest) GetProject

func (x *UpdateBackendBucketRequest) GetProject() string

func (*UpdateBackendBucketRequest) GetRequestId

func (x *UpdateBackendBucketRequest) GetRequestId() string

func (*UpdateBackendBucketRequest) ProtoMessage

func (*UpdateBackendBucketRequest) ProtoMessage()

func (*UpdateBackendBucketRequest) ProtoReflect

func (*UpdateBackendBucketRequest) Reset

func (x *UpdateBackendBucketRequest) Reset()

func (*UpdateBackendBucketRequest) String

func (x *UpdateBackendBucketRequest) String() string

type UpdateBackendServiceRequest

type UpdateBackendServiceRequest struct {

	// Name of the BackendService resource to update.
	BackendService string `protobuf:"bytes,306946058,opt,name=backend_service,json=backendService,proto3" json:"backend_service,omitempty"`
	// The body resource for this request
	BackendServiceResource *BackendService `protobuf:"bytes,347586723,opt,name=backend_service_resource,json=backendServiceResource,proto3" json:"backend_service_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for BackendServices.Update. See the method description for details.

func (*UpdateBackendServiceRequest) Descriptor

func (*UpdateBackendServiceRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateBackendServiceRequest.ProtoReflect.Descriptor instead.

func (*UpdateBackendServiceRequest) GetBackendService

func (x *UpdateBackendServiceRequest) GetBackendService() string

func (*UpdateBackendServiceRequest) GetBackendServiceResource

func (x *UpdateBackendServiceRequest) GetBackendServiceResource() *BackendService

func (*UpdateBackendServiceRequest) GetProject

func (x *UpdateBackendServiceRequest) GetProject() string

func (*UpdateBackendServiceRequest) GetRequestId

func (x *UpdateBackendServiceRequest) GetRequestId() string

func (*UpdateBackendServiceRequest) ProtoMessage

func (*UpdateBackendServiceRequest) ProtoMessage()

func (*UpdateBackendServiceRequest) ProtoReflect

func (*UpdateBackendServiceRequest) Reset

func (x *UpdateBackendServiceRequest) Reset()

func (*UpdateBackendServiceRequest) String

func (x *UpdateBackendServiceRequest) String() string

type UpdateDiskRequest

type UpdateDiskRequest struct {

	// The disk name for this request.
	Disk string `protobuf:"bytes,3083677,opt,name=disk,proto3" json:"disk,omitempty"`
	// The body resource for this request
	DiskResource *Disk   `protobuf:"bytes,25880688,opt,name=disk_resource,json=diskResource,proto3" json:"disk_resource,omitempty"`
	Paths        *string `protobuf:"bytes,106438894,opt,name=paths,proto3,oneof" json:"paths,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// update_mask indicates fields to be updated as part of this request.
	UpdateMask *string `protobuf:"bytes,500079778,opt,name=update_mask,json=updateMask,proto3,oneof" json:"update_mask,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Disks.Update. See the method description for details.

func (*UpdateDiskRequest) Descriptor

func (*UpdateDiskRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateDiskRequest.ProtoReflect.Descriptor instead.

func (*UpdateDiskRequest) GetDisk

func (x *UpdateDiskRequest) GetDisk() string

func (*UpdateDiskRequest) GetDiskResource

func (x *UpdateDiskRequest) GetDiskResource() *Disk

func (*UpdateDiskRequest) GetPaths

func (x *UpdateDiskRequest) GetPaths() string

func (*UpdateDiskRequest) GetProject

func (x *UpdateDiskRequest) GetProject() string

func (*UpdateDiskRequest) GetRequestId

func (x *UpdateDiskRequest) GetRequestId() string

func (*UpdateDiskRequest) GetUpdateMask

func (x *UpdateDiskRequest) GetUpdateMask() string

func (*UpdateDiskRequest) GetZone

func (x *UpdateDiskRequest) GetZone() string

func (*UpdateDiskRequest) ProtoMessage

func (*UpdateDiskRequest) ProtoMessage()

func (*UpdateDiskRequest) ProtoReflect

func (x *UpdateDiskRequest) ProtoReflect() protoreflect.Message

func (*UpdateDiskRequest) Reset

func (x *UpdateDiskRequest) Reset()

func (*UpdateDiskRequest) String

func (x *UpdateDiskRequest) String() string

type UpdateDisplayDeviceInstanceRequest

type UpdateDisplayDeviceInstanceRequest struct {

	// The body resource for this request
	DisplayDeviceResource *DisplayDevice `protobuf:"bytes,289686106,opt,name=display_device_resource,json=displayDeviceResource,proto3" json:"display_device_resource,omitempty"`
	// Name of the instance scoping this request.
	Instance string `protobuf:"bytes,18257045,opt,name=instance,proto3" json:"instance,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Instances.UpdateDisplayDevice. See the method description for details.

func (*UpdateDisplayDeviceInstanceRequest) Descriptor

func (*UpdateDisplayDeviceInstanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateDisplayDeviceInstanceRequest.ProtoReflect.Descriptor instead.

func (*UpdateDisplayDeviceInstanceRequest) GetDisplayDeviceResource

func (x *UpdateDisplayDeviceInstanceRequest) GetDisplayDeviceResource() *DisplayDevice

func (*UpdateDisplayDeviceInstanceRequest) GetInstance

func (x *UpdateDisplayDeviceInstanceRequest) GetInstance() string

func (*UpdateDisplayDeviceInstanceRequest) GetProject

func (*UpdateDisplayDeviceInstanceRequest) GetRequestId

func (x *UpdateDisplayDeviceInstanceRequest) GetRequestId() string

func (*UpdateDisplayDeviceInstanceRequest) GetZone

func (*UpdateDisplayDeviceInstanceRequest) ProtoMessage

func (*UpdateDisplayDeviceInstanceRequest) ProtoMessage()

func (*UpdateDisplayDeviceInstanceRequest) ProtoReflect

func (*UpdateDisplayDeviceInstanceRequest) Reset

func (*UpdateDisplayDeviceInstanceRequest) String

type UpdateFirewallRequest

type UpdateFirewallRequest struct {

	// Name of the firewall rule to update.
	Firewall string `protobuf:"bytes,511016192,opt,name=firewall,proto3" json:"firewall,omitempty"`
	// The body resource for this request
	FirewallResource *Firewall `protobuf:"bytes,41425005,opt,name=firewall_resource,json=firewallResource,proto3" json:"firewall_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for Firewalls.Update. See the method description for details.

func (*UpdateFirewallRequest) Descriptor

func (*UpdateFirewallRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateFirewallRequest.ProtoReflect.Descriptor instead.

func (*UpdateFirewallRequest) GetFirewall

func (x *UpdateFirewallRequest) GetFirewall() string

func (*UpdateFirewallRequest) GetFirewallResource

func (x *UpdateFirewallRequest) GetFirewallResource() *Firewall

func (*UpdateFirewallRequest) GetProject

func (x *UpdateFirewallRequest) GetProject() string

func (*UpdateFirewallRequest) GetRequestId

func (x *UpdateFirewallRequest) GetRequestId() string

func (*UpdateFirewallRequest) ProtoMessage

func (*UpdateFirewallRequest) ProtoMessage()

func (*UpdateFirewallRequest) ProtoReflect

func (x *UpdateFirewallRequest) ProtoReflect() protoreflect.Message

func (*UpdateFirewallRequest) Reset

func (x *UpdateFirewallRequest) Reset()

func (*UpdateFirewallRequest) String

func (x *UpdateFirewallRequest) String() string

type UpdateHealthCheckRequest

type UpdateHealthCheckRequest struct {

	// Name of the HealthCheck resource to update.
	HealthCheck string `protobuf:"bytes,308876645,opt,name=health_check,json=healthCheck,proto3" json:"health_check,omitempty"`
	// The body resource for this request
	HealthCheckResource *HealthCheck `protobuf:"bytes,201925032,opt,name=health_check_resource,json=healthCheckResource,proto3" json:"health_check_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for HealthChecks.Update. See the method description for details.

func (*UpdateHealthCheckRequest) Descriptor

func (*UpdateHealthCheckRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateHealthCheckRequest.ProtoReflect.Descriptor instead.

func (*UpdateHealthCheckRequest) GetHealthCheck

func (x *UpdateHealthCheckRequest) GetHealthCheck() string

func (*UpdateHealthCheckRequest) GetHealthCheckResource

func (x *UpdateHealthCheckRequest) GetHealthCheckResource() *HealthCheck

func (*UpdateHealthCheckRequest) GetProject

func (x *UpdateHealthCheckRequest) GetProject() string

func (*UpdateHealthCheckRequest) GetRequestId

func (x *UpdateHealthCheckRequest) GetRequestId() string

func (*UpdateHealthCheckRequest) ProtoMessage

func (*UpdateHealthCheckRequest) ProtoMessage()

func (*UpdateHealthCheckRequest) ProtoReflect

func (x *UpdateHealthCheckRequest) ProtoReflect() protoreflect.Message

func (*UpdateHealthCheckRequest) Reset

func (x *UpdateHealthCheckRequest) Reset()

func (*UpdateHealthCheckRequest) String

func (x *UpdateHealthCheckRequest) String() string

type UpdateInstanceRequest

type UpdateInstanceRequest struct {

	// Name of the instance resource to update.
	Instance string `protobuf:"bytes,18257045,opt,name=instance,proto3" json:"instance,omitempty"`
	// The body resource for this request
	InstanceResource *Instance `protobuf:"bytes,215988344,opt,name=instance_resource,json=instanceResource,proto3" json:"instance_resource,omitempty"`
	// Specifies the action to take when updating an instance even if the updated properties do not require it. If not specified, then Compute Engine acts based on the minimum action that the updated properties require.
	// Check the MinimalAction enum for the list of possible values.
	MinimalAction *string `protobuf:"bytes,270567060,opt,name=minimal_action,json=minimalAction,proto3,oneof" json:"minimal_action,omitempty"`
	// Specifies the most disruptive action that can be taken on the instance as part of the update. Compute Engine returns an error if the instance properties require a more disruptive action as part of the instance update. Valid options from lowest to highest are NO_EFFECT, REFRESH, and RESTART.
	// Check the MostDisruptiveAllowedAction enum for the list of possible values.
	MostDisruptiveAllowedAction *string `protobuf:"bytes,66103053,opt,name=most_disruptive_allowed_action,json=mostDisruptiveAllowedAction,proto3,oneof" json:"most_disruptive_allowed_action,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Instances.Update. See the method description for details.

func (*UpdateInstanceRequest) Descriptor

func (*UpdateInstanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateInstanceRequest.ProtoReflect.Descriptor instead.

func (*UpdateInstanceRequest) GetInstance

func (x *UpdateInstanceRequest) GetInstance() string

func (*UpdateInstanceRequest) GetInstanceResource

func (x *UpdateInstanceRequest) GetInstanceResource() *Instance

func (*UpdateInstanceRequest) GetMinimalAction

func (x *UpdateInstanceRequest) GetMinimalAction() string

func (*UpdateInstanceRequest) GetMostDisruptiveAllowedAction

func (x *UpdateInstanceRequest) GetMostDisruptiveAllowedAction() string

func (*UpdateInstanceRequest) GetProject

func (x *UpdateInstanceRequest) GetProject() string

func (*UpdateInstanceRequest) GetRequestId

func (x *UpdateInstanceRequest) GetRequestId() string

func (*UpdateInstanceRequest) GetZone

func (x *UpdateInstanceRequest) GetZone() string

func (*UpdateInstanceRequest) ProtoMessage

func (*UpdateInstanceRequest) ProtoMessage()

func (*UpdateInstanceRequest) ProtoReflect

func (x *UpdateInstanceRequest) ProtoReflect() protoreflect.Message

func (*UpdateInstanceRequest) Reset

func (x *UpdateInstanceRequest) Reset()

func (*UpdateInstanceRequest) String

func (x *UpdateInstanceRequest) String() string

type UpdateInstanceRequest_MinimalAction

type UpdateInstanceRequest_MinimalAction int32

Specifies the action to take when updating an instance even if the updated properties do not require it. If not specified, then Compute Engine acts based on the minimum action that the updated properties require. Additional supported values which may be not listed in the enum directly due to technical reasons: INVALID NO_EFFECT REFRESH RESTART

const (
	// A value indicating that the enum field is not set.
	UpdateInstanceRequest_UNDEFINED_MINIMAL_ACTION UpdateInstanceRequest_MinimalAction = 0
)

func (UpdateInstanceRequest_MinimalAction) Descriptor

func (UpdateInstanceRequest_MinimalAction) Enum

func (UpdateInstanceRequest_MinimalAction) EnumDescriptor

func (UpdateInstanceRequest_MinimalAction) EnumDescriptor() ([]byte, []int)

Deprecated: Use UpdateInstanceRequest_MinimalAction.Descriptor instead.

func (UpdateInstanceRequest_MinimalAction) Number

func (UpdateInstanceRequest_MinimalAction) String

func (UpdateInstanceRequest_MinimalAction) Type

type UpdateInstanceRequest_MostDisruptiveAllowedAction

type UpdateInstanceRequest_MostDisruptiveAllowedAction int32

Specifies the most disruptive action that can be taken on the instance as part of the update. Compute Engine returns an error if the instance properties require a more disruptive action as part of the instance update. Valid options from lowest to highest are NO_EFFECT, REFRESH, and RESTART. Additional supported values which may be not listed in the enum directly due to technical reasons: INVALID NO_EFFECT REFRESH RESTART

const (
	// A value indicating that the enum field is not set.
	UpdateInstanceRequest_UNDEFINED_MOST_DISRUPTIVE_ALLOWED_ACTION UpdateInstanceRequest_MostDisruptiveAllowedAction = 0
)

func (UpdateInstanceRequest_MostDisruptiveAllowedAction) Descriptor

func (UpdateInstanceRequest_MostDisruptiveAllowedAction) Enum

func (UpdateInstanceRequest_MostDisruptiveAllowedAction) EnumDescriptor

Deprecated: Use UpdateInstanceRequest_MostDisruptiveAllowedAction.Descriptor instead.

func (UpdateInstanceRequest_MostDisruptiveAllowedAction) Number

func (UpdateInstanceRequest_MostDisruptiveAllowedAction) String

func (UpdateInstanceRequest_MostDisruptiveAllowedAction) Type

type UpdateNetworkInterfaceInstanceRequest

type UpdateNetworkInterfaceInstanceRequest struct {

	// The instance name for this request.
	Instance string `protobuf:"bytes,18257045,opt,name=instance,proto3" json:"instance,omitempty"`
	// The name of the network interface to update.
	NetworkInterface string `protobuf:"bytes,365387880,opt,name=network_interface,json=networkInterface,proto3" json:"network_interface,omitempty"`
	// The body resource for this request
	NetworkInterfaceResource *NetworkInterface `protobuf:"bytes,325814789,opt,name=network_interface_resource,json=networkInterfaceResource,proto3" json:"network_interface_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Instances.UpdateNetworkInterface. See the method description for details.

func (*UpdateNetworkInterfaceInstanceRequest) Descriptor

func (*UpdateNetworkInterfaceInstanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateNetworkInterfaceInstanceRequest.ProtoReflect.Descriptor instead.

func (*UpdateNetworkInterfaceInstanceRequest) GetInstance

func (*UpdateNetworkInterfaceInstanceRequest) GetNetworkInterface

func (x *UpdateNetworkInterfaceInstanceRequest) GetNetworkInterface() string

func (*UpdateNetworkInterfaceInstanceRequest) GetNetworkInterfaceResource

func (x *UpdateNetworkInterfaceInstanceRequest) GetNetworkInterfaceResource() *NetworkInterface

func (*UpdateNetworkInterfaceInstanceRequest) GetProject

func (*UpdateNetworkInterfaceInstanceRequest) GetRequestId

func (*UpdateNetworkInterfaceInstanceRequest) GetZone

func (*UpdateNetworkInterfaceInstanceRequest) ProtoMessage

func (*UpdateNetworkInterfaceInstanceRequest) ProtoMessage()

func (*UpdateNetworkInterfaceInstanceRequest) ProtoReflect

func (*UpdateNetworkInterfaceInstanceRequest) Reset

func (*UpdateNetworkInterfaceInstanceRequest) String

type UpdatePeeringNetworkRequest

type UpdatePeeringNetworkRequest struct {

	// Name of the network resource which the updated peering is belonging to.
	Network string `protobuf:"bytes,232872494,opt,name=network,proto3" json:"network,omitempty"`
	// The body resource for this request
	NetworksUpdatePeeringRequestResource *NetworksUpdatePeeringRequest `protobuf:"bytes,224433497,opt,name=networks_update_peering_request_resource,json=networksUpdatePeeringRequestResource,proto3" json:"networks_update_peering_request_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for Networks.UpdatePeering. See the method description for details.

func (*UpdatePeeringNetworkRequest) Descriptor

func (*UpdatePeeringNetworkRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdatePeeringNetworkRequest.ProtoReflect.Descriptor instead.

func (*UpdatePeeringNetworkRequest) GetNetwork

func (x *UpdatePeeringNetworkRequest) GetNetwork() string

func (*UpdatePeeringNetworkRequest) GetNetworksUpdatePeeringRequestResource

func (x *UpdatePeeringNetworkRequest) GetNetworksUpdatePeeringRequestResource() *NetworksUpdatePeeringRequest

func (*UpdatePeeringNetworkRequest) GetProject

func (x *UpdatePeeringNetworkRequest) GetProject() string

func (*UpdatePeeringNetworkRequest) GetRequestId

func (x *UpdatePeeringNetworkRequest) GetRequestId() string

func (*UpdatePeeringNetworkRequest) ProtoMessage

func (*UpdatePeeringNetworkRequest) ProtoMessage()

func (*UpdatePeeringNetworkRequest) ProtoReflect

func (*UpdatePeeringNetworkRequest) Reset

func (x *UpdatePeeringNetworkRequest) Reset()

func (*UpdatePeeringNetworkRequest) String

func (x *UpdatePeeringNetworkRequest) String() string

type UpdatePerInstanceConfigsInstanceGroupManagerRequest

type UpdatePerInstanceConfigsInstanceGroupManagerRequest struct {

	// The name of the managed instance group. It should conform to RFC1035.
	InstanceGroupManager string `protobuf:"bytes,249363395,opt,name=instance_group_manager,json=instanceGroupManager,proto3" json:"instance_group_manager,omitempty"`
	// The body resource for this request
	InstanceGroupManagersUpdatePerInstanceConfigsReqResource *InstanceGroupManagersUpdatePerInstanceConfigsReq `protobuf:"bytes,141402302,opt,name=instance_group_managers_update_per_instance_configs_req_resource,json=instanceGroupManagersUpdatePerInstanceConfigsReqResource,proto3" json:"instance_group_managers_update_per_instance_configs_req_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The name of the zone where the managed instance group is located. It should conform to RFC1035.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for InstanceGroupManagers.UpdatePerInstanceConfigs. See the method description for details.

func (*UpdatePerInstanceConfigsInstanceGroupManagerRequest) Descriptor

Deprecated: Use UpdatePerInstanceConfigsInstanceGroupManagerRequest.ProtoReflect.Descriptor instead.

func (*UpdatePerInstanceConfigsInstanceGroupManagerRequest) GetInstanceGroupManager

func (x *UpdatePerInstanceConfigsInstanceGroupManagerRequest) GetInstanceGroupManager() string

func (*UpdatePerInstanceConfigsInstanceGroupManagerRequest) GetInstanceGroupManagersUpdatePerInstanceConfigsReqResource

func (x *UpdatePerInstanceConfigsInstanceGroupManagerRequest) GetInstanceGroupManagersUpdatePerInstanceConfigsReqResource() *InstanceGroupManagersUpdatePerInstanceConfigsReq

func (*UpdatePerInstanceConfigsInstanceGroupManagerRequest) GetProject

func (*UpdatePerInstanceConfigsInstanceGroupManagerRequest) GetRequestId

func (*UpdatePerInstanceConfigsInstanceGroupManagerRequest) GetZone

func (*UpdatePerInstanceConfigsInstanceGroupManagerRequest) ProtoMessage

func (*UpdatePerInstanceConfigsInstanceGroupManagerRequest) ProtoReflect

func (*UpdatePerInstanceConfigsInstanceGroupManagerRequest) Reset

func (*UpdatePerInstanceConfigsInstanceGroupManagerRequest) String

type UpdatePerInstanceConfigsRegionInstanceGroupManagerRequest

type UpdatePerInstanceConfigsRegionInstanceGroupManagerRequest struct {

	// The name of the managed instance group. It should conform to RFC1035.
	InstanceGroupManager string `protobuf:"bytes,249363395,opt,name=instance_group_manager,json=instanceGroupManager,proto3" json:"instance_group_manager,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request, should conform to RFC1035.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// The body resource for this request
	RegionInstanceGroupManagerUpdateInstanceConfigReqResource *RegionInstanceGroupManagerUpdateInstanceConfigReq `protobuf:"bytes,89036583,opt,name=region_instance_group_manager_update_instance_config_req_resource,json=regionInstanceGroupManagerUpdateInstanceConfigReqResource,proto3" json:"region_instance_group_manager_update_instance_config_req_resource,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionInstanceGroupManagers.UpdatePerInstanceConfigs. See the method description for details.

func (*UpdatePerInstanceConfigsRegionInstanceGroupManagerRequest) Descriptor

Deprecated: Use UpdatePerInstanceConfigsRegionInstanceGroupManagerRequest.ProtoReflect.Descriptor instead.

func (*UpdatePerInstanceConfigsRegionInstanceGroupManagerRequest) GetInstanceGroupManager

func (*UpdatePerInstanceConfigsRegionInstanceGroupManagerRequest) GetProject

func (*UpdatePerInstanceConfigsRegionInstanceGroupManagerRequest) GetRegion

func (*UpdatePerInstanceConfigsRegionInstanceGroupManagerRequest) GetRegionInstanceGroupManagerUpdateInstanceConfigReqResource

func (x *UpdatePerInstanceConfigsRegionInstanceGroupManagerRequest) GetRegionInstanceGroupManagerUpdateInstanceConfigReqResource() *RegionInstanceGroupManagerUpdateInstanceConfigReq

func (*UpdatePerInstanceConfigsRegionInstanceGroupManagerRequest) GetRequestId

func (*UpdatePerInstanceConfigsRegionInstanceGroupManagerRequest) ProtoMessage

func (*UpdatePerInstanceConfigsRegionInstanceGroupManagerRequest) ProtoReflect

func (*UpdatePerInstanceConfigsRegionInstanceGroupManagerRequest) Reset

func (*UpdatePerInstanceConfigsRegionInstanceGroupManagerRequest) String

type UpdateRegionAutoscalerRequest

type UpdateRegionAutoscalerRequest struct {

	// Name of the autoscaler to update.
	Autoscaler *string `protobuf:"bytes,517258967,opt,name=autoscaler,proto3,oneof" json:"autoscaler,omitempty"`
	// The body resource for this request
	AutoscalerResource *Autoscaler `protobuf:"bytes,207616118,opt,name=autoscaler_resource,json=autoscalerResource,proto3" json:"autoscaler_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionAutoscalers.Update. See the method description for details.

func (*UpdateRegionAutoscalerRequest) Descriptor

func (*UpdateRegionAutoscalerRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateRegionAutoscalerRequest.ProtoReflect.Descriptor instead.

func (*UpdateRegionAutoscalerRequest) GetAutoscaler

func (x *UpdateRegionAutoscalerRequest) GetAutoscaler() string

func (*UpdateRegionAutoscalerRequest) GetAutoscalerResource

func (x *UpdateRegionAutoscalerRequest) GetAutoscalerResource() *Autoscaler

func (*UpdateRegionAutoscalerRequest) GetProject

func (x *UpdateRegionAutoscalerRequest) GetProject() string

func (*UpdateRegionAutoscalerRequest) GetRegion

func (x *UpdateRegionAutoscalerRequest) GetRegion() string

func (*UpdateRegionAutoscalerRequest) GetRequestId

func (x *UpdateRegionAutoscalerRequest) GetRequestId() string

func (*UpdateRegionAutoscalerRequest) ProtoMessage

func (*UpdateRegionAutoscalerRequest) ProtoMessage()

func (*UpdateRegionAutoscalerRequest) ProtoReflect

func (*UpdateRegionAutoscalerRequest) Reset

func (x *UpdateRegionAutoscalerRequest) Reset()

func (*UpdateRegionAutoscalerRequest) String

type UpdateRegionBackendServiceRequest

type UpdateRegionBackendServiceRequest struct {

	// Name of the BackendService resource to update.
	BackendService string `protobuf:"bytes,306946058,opt,name=backend_service,json=backendService,proto3" json:"backend_service,omitempty"`
	// The body resource for this request
	BackendServiceResource *BackendService `protobuf:"bytes,347586723,opt,name=backend_service_resource,json=backendServiceResource,proto3" json:"backend_service_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionBackendServices.Update. See the method description for details.

func (*UpdateRegionBackendServiceRequest) Descriptor

func (*UpdateRegionBackendServiceRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateRegionBackendServiceRequest.ProtoReflect.Descriptor instead.

func (*UpdateRegionBackendServiceRequest) GetBackendService

func (x *UpdateRegionBackendServiceRequest) GetBackendService() string

func (*UpdateRegionBackendServiceRequest) GetBackendServiceResource

func (x *UpdateRegionBackendServiceRequest) GetBackendServiceResource() *BackendService

func (*UpdateRegionBackendServiceRequest) GetProject

func (x *UpdateRegionBackendServiceRequest) GetProject() string

func (*UpdateRegionBackendServiceRequest) GetRegion

func (*UpdateRegionBackendServiceRequest) GetRequestId

func (x *UpdateRegionBackendServiceRequest) GetRequestId() string

func (*UpdateRegionBackendServiceRequest) ProtoMessage

func (*UpdateRegionBackendServiceRequest) ProtoMessage()

func (*UpdateRegionBackendServiceRequest) ProtoReflect

func (*UpdateRegionBackendServiceRequest) Reset

func (*UpdateRegionBackendServiceRequest) String

type UpdateRegionCommitmentRequest

type UpdateRegionCommitmentRequest struct {

	// Name of the commitment for which auto renew is being updated.
	Commitment string `protobuf:"bytes,482134805,opt,name=commitment,proto3" json:"commitment,omitempty"`
	// The body resource for this request
	CommitmentResource *Commitment `protobuf:"bytes,244240888,opt,name=commitment_resource,json=commitmentResource,proto3" json:"commitment_resource,omitempty"`
	Paths              *string     `protobuf:"bytes,106438894,opt,name=paths,proto3,oneof" json:"paths,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// update_mask indicates fields to be updated as part of this request.
	UpdateMask *string `protobuf:"bytes,500079778,opt,name=update_mask,json=updateMask,proto3,oneof" json:"update_mask,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionCommitments.Update. See the method description for details.

func (*UpdateRegionCommitmentRequest) Descriptor

func (*UpdateRegionCommitmentRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateRegionCommitmentRequest.ProtoReflect.Descriptor instead.

func (*UpdateRegionCommitmentRequest) GetCommitment

func (x *UpdateRegionCommitmentRequest) GetCommitment() string

func (*UpdateRegionCommitmentRequest) GetCommitmentResource

func (x *UpdateRegionCommitmentRequest) GetCommitmentResource() *Commitment

func (*UpdateRegionCommitmentRequest) GetPaths

func (x *UpdateRegionCommitmentRequest) GetPaths() string

func (*UpdateRegionCommitmentRequest) GetProject

func (x *UpdateRegionCommitmentRequest) GetProject() string

func (*UpdateRegionCommitmentRequest) GetRegion

func (x *UpdateRegionCommitmentRequest) GetRegion() string

func (*UpdateRegionCommitmentRequest) GetRequestId

func (x *UpdateRegionCommitmentRequest) GetRequestId() string

func (*UpdateRegionCommitmentRequest) GetUpdateMask

func (x *UpdateRegionCommitmentRequest) GetUpdateMask() string

func (*UpdateRegionCommitmentRequest) ProtoMessage

func (*UpdateRegionCommitmentRequest) ProtoMessage()

func (*UpdateRegionCommitmentRequest) ProtoReflect

func (*UpdateRegionCommitmentRequest) Reset

func (x *UpdateRegionCommitmentRequest) Reset()

func (*UpdateRegionCommitmentRequest) String

type UpdateRegionDiskRequest

type UpdateRegionDiskRequest struct {

	// The disk name for this request.
	Disk string `protobuf:"bytes,3083677,opt,name=disk,proto3" json:"disk,omitempty"`
	// The body resource for this request
	DiskResource *Disk   `protobuf:"bytes,25880688,opt,name=disk_resource,json=diskResource,proto3" json:"disk_resource,omitempty"`
	Paths        *string `protobuf:"bytes,106438894,opt,name=paths,proto3,oneof" json:"paths,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// The name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// update_mask indicates fields to be updated as part of this request.
	UpdateMask *string `protobuf:"bytes,500079778,opt,name=update_mask,json=updateMask,proto3,oneof" json:"update_mask,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionDisks.Update. See the method description for details.

func (*UpdateRegionDiskRequest) Descriptor

func (*UpdateRegionDiskRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateRegionDiskRequest.ProtoReflect.Descriptor instead.

func (*UpdateRegionDiskRequest) GetDisk

func (x *UpdateRegionDiskRequest) GetDisk() string

func (*UpdateRegionDiskRequest) GetDiskResource

func (x *UpdateRegionDiskRequest) GetDiskResource() *Disk

func (*UpdateRegionDiskRequest) GetPaths

func (x *UpdateRegionDiskRequest) GetPaths() string

func (*UpdateRegionDiskRequest) GetProject

func (x *UpdateRegionDiskRequest) GetProject() string

func (*UpdateRegionDiskRequest) GetRegion

func (x *UpdateRegionDiskRequest) GetRegion() string

func (*UpdateRegionDiskRequest) GetRequestId

func (x *UpdateRegionDiskRequest) GetRequestId() string

func (*UpdateRegionDiskRequest) GetUpdateMask

func (x *UpdateRegionDiskRequest) GetUpdateMask() string

func (*UpdateRegionDiskRequest) ProtoMessage

func (*UpdateRegionDiskRequest) ProtoMessage()

func (*UpdateRegionDiskRequest) ProtoReflect

func (x *UpdateRegionDiskRequest) ProtoReflect() protoreflect.Message

func (*UpdateRegionDiskRequest) Reset

func (x *UpdateRegionDiskRequest) Reset()

func (*UpdateRegionDiskRequest) String

func (x *UpdateRegionDiskRequest) String() string

type UpdateRegionHealthCheckRequest

type UpdateRegionHealthCheckRequest struct {

	// Name of the HealthCheck resource to update.
	HealthCheck string `protobuf:"bytes,308876645,opt,name=health_check,json=healthCheck,proto3" json:"health_check,omitempty"`
	// The body resource for this request
	HealthCheckResource *HealthCheck `protobuf:"bytes,201925032,opt,name=health_check_resource,json=healthCheckResource,proto3" json:"health_check_resource,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionHealthChecks.Update. See the method description for details.

func (*UpdateRegionHealthCheckRequest) Descriptor

func (*UpdateRegionHealthCheckRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateRegionHealthCheckRequest.ProtoReflect.Descriptor instead.

func (*UpdateRegionHealthCheckRequest) GetHealthCheck

func (x *UpdateRegionHealthCheckRequest) GetHealthCheck() string

func (*UpdateRegionHealthCheckRequest) GetHealthCheckResource

func (x *UpdateRegionHealthCheckRequest) GetHealthCheckResource() *HealthCheck

func (*UpdateRegionHealthCheckRequest) GetProject

func (x *UpdateRegionHealthCheckRequest) GetProject() string

func (*UpdateRegionHealthCheckRequest) GetRegion

func (x *UpdateRegionHealthCheckRequest) GetRegion() string

func (*UpdateRegionHealthCheckRequest) GetRequestId

func (x *UpdateRegionHealthCheckRequest) GetRequestId() string

func (*UpdateRegionHealthCheckRequest) ProtoMessage

func (*UpdateRegionHealthCheckRequest) ProtoMessage()

func (*UpdateRegionHealthCheckRequest) ProtoReflect

func (*UpdateRegionHealthCheckRequest) Reset

func (x *UpdateRegionHealthCheckRequest) Reset()

func (*UpdateRegionHealthCheckRequest) String

type UpdateRegionUrlMapRequest

type UpdateRegionUrlMapRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// begin_interface: MixerMutationRequestBuilder Request ID to support idempotency.
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the UrlMap resource to update.
	UrlMap string `protobuf:"bytes,367020684,opt,name=url_map,json=urlMap,proto3" json:"url_map,omitempty"`
	// The body resource for this request
	UrlMapResource *UrlMap `protobuf:"bytes,168675425,opt,name=url_map_resource,json=urlMapResource,proto3" json:"url_map_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionUrlMaps.Update. See the method description for details.

func (*UpdateRegionUrlMapRequest) Descriptor

func (*UpdateRegionUrlMapRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateRegionUrlMapRequest.ProtoReflect.Descriptor instead.

func (*UpdateRegionUrlMapRequest) GetProject

func (x *UpdateRegionUrlMapRequest) GetProject() string

func (*UpdateRegionUrlMapRequest) GetRegion

func (x *UpdateRegionUrlMapRequest) GetRegion() string

func (*UpdateRegionUrlMapRequest) GetRequestId

func (x *UpdateRegionUrlMapRequest) GetRequestId() string

func (*UpdateRegionUrlMapRequest) GetUrlMap

func (x *UpdateRegionUrlMapRequest) GetUrlMap() string

func (*UpdateRegionUrlMapRequest) GetUrlMapResource

func (x *UpdateRegionUrlMapRequest) GetUrlMapResource() *UrlMap

func (*UpdateRegionUrlMapRequest) ProtoMessage

func (*UpdateRegionUrlMapRequest) ProtoMessage()

func (*UpdateRegionUrlMapRequest) ProtoReflect

func (*UpdateRegionUrlMapRequest) Reset

func (x *UpdateRegionUrlMapRequest) Reset()

func (*UpdateRegionUrlMapRequest) String

func (x *UpdateRegionUrlMapRequest) String() string

type UpdateReservationRequest

type UpdateReservationRequest struct {
	Paths *string `protobuf:"bytes,106438894,opt,name=paths,proto3,oneof" json:"paths,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the reservation to update.
	Reservation string `protobuf:"bytes,47530956,opt,name=reservation,proto3" json:"reservation,omitempty"`
	// The body resource for this request
	ReservationResource *Reservation `protobuf:"bytes,285030177,opt,name=reservation_resource,json=reservationResource,proto3" json:"reservation_resource,omitempty"`
	// Update_mask indicates fields to be updated as part of this request.
	UpdateMask *string `protobuf:"bytes,500079778,opt,name=update_mask,json=updateMask,proto3,oneof" json:"update_mask,omitempty"`
	// Name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Reservations.Update. See the method description for details.

func (*UpdateReservationRequest) Descriptor

func (*UpdateReservationRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateReservationRequest.ProtoReflect.Descriptor instead.

func (*UpdateReservationRequest) GetPaths

func (x *UpdateReservationRequest) GetPaths() string

func (*UpdateReservationRequest) GetProject

func (x *UpdateReservationRequest) GetProject() string

func (*UpdateReservationRequest) GetRequestId

func (x *UpdateReservationRequest) GetRequestId() string

func (*UpdateReservationRequest) GetReservation

func (x *UpdateReservationRequest) GetReservation() string

func (*UpdateReservationRequest) GetReservationResource

func (x *UpdateReservationRequest) GetReservationResource() *Reservation

func (*UpdateReservationRequest) GetUpdateMask

func (x *UpdateReservationRequest) GetUpdateMask() string

func (*UpdateReservationRequest) GetZone

func (x *UpdateReservationRequest) GetZone() string

func (*UpdateReservationRequest) ProtoMessage

func (*UpdateReservationRequest) ProtoMessage()

func (*UpdateReservationRequest) ProtoReflect

func (x *UpdateReservationRequest) ProtoReflect() protoreflect.Message

func (*UpdateReservationRequest) Reset

func (x *UpdateReservationRequest) Reset()

func (*UpdateReservationRequest) String

func (x *UpdateReservationRequest) String() string

type UpdateRouterRequest

type UpdateRouterRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the Router resource to update.
	Router string `protobuf:"bytes,148608841,opt,name=router,proto3" json:"router,omitempty"`
	// The body resource for this request
	RouterResource *Router `protobuf:"bytes,155222084,opt,name=router_resource,json=routerResource,proto3" json:"router_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for Routers.Update. See the method description for details.

func (*UpdateRouterRequest) Descriptor

func (*UpdateRouterRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateRouterRequest.ProtoReflect.Descriptor instead.

func (*UpdateRouterRequest) GetProject

func (x *UpdateRouterRequest) GetProject() string

func (*UpdateRouterRequest) GetRegion

func (x *UpdateRouterRequest) GetRegion() string

func (*UpdateRouterRequest) GetRequestId

func (x *UpdateRouterRequest) GetRequestId() string

func (*UpdateRouterRequest) GetRouter

func (x *UpdateRouterRequest) GetRouter() string

func (*UpdateRouterRequest) GetRouterResource

func (x *UpdateRouterRequest) GetRouterResource() *Router

func (*UpdateRouterRequest) ProtoMessage

func (*UpdateRouterRequest) ProtoMessage()

func (*UpdateRouterRequest) ProtoReflect

func (x *UpdateRouterRequest) ProtoReflect() protoreflect.Message

func (*UpdateRouterRequest) Reset

func (x *UpdateRouterRequest) Reset()

func (*UpdateRouterRequest) String

func (x *UpdateRouterRequest) String() string

type UpdateShieldedInstanceConfigInstanceRequest

type UpdateShieldedInstanceConfigInstanceRequest struct {

	// Name or id of the instance scoping this request.
	Instance string `protobuf:"bytes,18257045,opt,name=instance,proto3" json:"instance,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// The body resource for this request
	ShieldedInstanceConfigResource *ShieldedInstanceConfig `protobuf:"bytes,272059224,opt,name=shielded_instance_config_resource,json=shieldedInstanceConfigResource,proto3" json:"shielded_instance_config_resource,omitempty"`
	// The name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for Instances.UpdateShieldedInstanceConfig. See the method description for details.

func (*UpdateShieldedInstanceConfigInstanceRequest) Descriptor

Deprecated: Use UpdateShieldedInstanceConfigInstanceRequest.ProtoReflect.Descriptor instead.

func (*UpdateShieldedInstanceConfigInstanceRequest) GetInstance

func (*UpdateShieldedInstanceConfigInstanceRequest) GetProject

func (*UpdateShieldedInstanceConfigInstanceRequest) GetRequestId

func (*UpdateShieldedInstanceConfigInstanceRequest) GetShieldedInstanceConfigResource

func (x *UpdateShieldedInstanceConfigInstanceRequest) GetShieldedInstanceConfigResource() *ShieldedInstanceConfig

func (*UpdateShieldedInstanceConfigInstanceRequest) GetZone

func (*UpdateShieldedInstanceConfigInstanceRequest) ProtoMessage

func (*UpdateShieldedInstanceConfigInstanceRequest) ProtoReflect

func (*UpdateShieldedInstanceConfigInstanceRequest) Reset

func (*UpdateShieldedInstanceConfigInstanceRequest) String

type UpdateUrlMapRequest

type UpdateUrlMapRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
	RequestId *string `protobuf:"bytes,37109963,opt,name=request_id,json=requestId,proto3,oneof" json:"request_id,omitempty"`
	// Name of the UrlMap resource to update.
	UrlMap string `protobuf:"bytes,367020684,opt,name=url_map,json=urlMap,proto3" json:"url_map,omitempty"`
	// The body resource for this request
	UrlMapResource *UrlMap `protobuf:"bytes,168675425,opt,name=url_map_resource,json=urlMapResource,proto3" json:"url_map_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for UrlMaps.Update. See the method description for details.

func (*UpdateUrlMapRequest) Descriptor

func (*UpdateUrlMapRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateUrlMapRequest.ProtoReflect.Descriptor instead.

func (*UpdateUrlMapRequest) GetProject

func (x *UpdateUrlMapRequest) GetProject() string

func (*UpdateUrlMapRequest) GetRequestId

func (x *UpdateUrlMapRequest) GetRequestId() string

func (*UpdateUrlMapRequest) GetUrlMap

func (x *UpdateUrlMapRequest) GetUrlMap() string

func (*UpdateUrlMapRequest) GetUrlMapResource

func (x *UpdateUrlMapRequest) GetUrlMapResource() *UrlMap

func (*UpdateUrlMapRequest) ProtoMessage

func (*UpdateUrlMapRequest) ProtoMessage()

func (*UpdateUrlMapRequest) ProtoReflect

func (x *UpdateUrlMapRequest) ProtoReflect() protoreflect.Message

func (*UpdateUrlMapRequest) Reset

func (x *UpdateUrlMapRequest) Reset()

func (*UpdateUrlMapRequest) String

func (x *UpdateUrlMapRequest) String() string

type UrlMap

type UrlMap struct {

	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// defaultRouteAction takes effect when none of the hostRules match. The load balancer performs advanced routing actions, such as URL rewrites and header transformations, before forwarding the request to the selected backend. If defaultRouteAction specifies any weightedBackendServices, defaultService must not be set. Conversely if defaultService is set, defaultRouteAction cannot contain any weightedBackendServices. Only one of defaultRouteAction or defaultUrlRedirect must be set. URL maps for Classic external HTTP(S) load balancers only support the urlRewrite action within defaultRouteAction. defaultRouteAction has no effect when the URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true.
	DefaultRouteAction *HttpRouteAction `protobuf:"bytes,378919466,opt,name=default_route_action,json=defaultRouteAction,proto3,oneof" json:"default_route_action,omitempty"`
	// The full or partial URL of the defaultService resource to which traffic is directed if none of the hostRules match. If defaultRouteAction is also specified, advanced routing actions, such as URL rewrites, take effect before sending the request to the backend. However, if defaultService is specified, defaultRouteAction cannot contain any weightedBackendServices. Conversely, if routeAction specifies any weightedBackendServices, service must not be specified. Only one of defaultService, defaultUrlRedirect , or defaultRouteAction.weightedBackendService must be set. defaultService has no effect when the URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true.
	DefaultService *string `protobuf:"bytes,370242231,opt,name=default_service,json=defaultService,proto3,oneof" json:"default_service,omitempty"`
	// When none of the specified hostRules match, the request is redirected to a URL specified by defaultUrlRedirect. If defaultUrlRedirect is specified, defaultService or defaultRouteAction must not be set. Not supported when the URL map is bound to a target gRPC proxy.
	DefaultUrlRedirect *HttpRedirectAction `protobuf:"bytes,359503338,opt,name=default_url_redirect,json=defaultUrlRedirect,proto3,oneof" json:"default_url_redirect,omitempty"`
	// An optional description of this resource. Provide this property when you create the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field is ignored when inserting a UrlMap. An up-to-date fingerprint must be provided in order to update the UrlMap, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a UrlMap.
	Fingerprint *string `protobuf:"bytes,234678500,opt,name=fingerprint,proto3,oneof" json:"fingerprint,omitempty"`
	// Specifies changes to request and response headers that need to take effect for the selected backendService. The headerAction specified here take effect after headerAction specified under pathMatcher. headerAction is not supported for load balancers that have their loadBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
	HeaderAction *HttpHeaderAction `protobuf:"bytes,328077352,opt,name=header_action,json=headerAction,proto3,oneof" json:"header_action,omitempty"`
	// The list of host rules to use against the URL.
	HostRules []*HostRule `protobuf:"bytes,311804832,rep,name=host_rules,json=hostRules,proto3" json:"host_rules,omitempty"`
	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Output Only] Type of the resource. Always compute#urlMaps for url maps.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// The list of named PathMatchers to use against the URL.
	PathMatchers []*PathMatcher `protobuf:"bytes,271664219,rep,name=path_matchers,json=pathMatchers,proto3" json:"path_matchers,omitempty"`
	// [Output Only] URL of the region where the regional URL map resides. This field is not applicable to global URL maps. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
	Region *string `protobuf:"bytes,138946292,opt,name=region,proto3,oneof" json:"region,omitempty"`
	// [Output Only] Server-defined URL for the resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// The list of expected URL mapping tests. Request to update the UrlMap succeeds only if all test cases pass. You can specify a maximum of 100 tests per UrlMap. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
	Tests []*UrlMapTest `protobuf:"bytes,110251553,rep,name=tests,proto3" json:"tests,omitempty"`
	// contains filtered or unexported fields
}

Represents a URL Map resource. Compute Engine has two URL Map resources: * [Global](/compute/docs/reference/rest/v1/urlMaps) * [Regional](/compute/docs/reference/rest/v1/regionUrlMaps) A URL map resource is a component of certain types of cloud load balancers and Traffic Director: * urlMaps are used by external HTTP(S) load balancers and Traffic Director. * regionUrlMaps are used by internal HTTP(S) load balancers. For a list of supported URL map features by the load balancer type, see the Load balancing features: Routing and traffic management table. For a list of supported URL map features for Traffic Director, see the Traffic Director features: Routing and traffic management table. This resource defines mappings from hostnames and URL paths to either a backend service or a backend bucket. To use the global urlMaps resource, the backend service must have a loadBalancingScheme of either EXTERNAL or INTERNAL_SELF_MANAGED. To use the regionUrlMaps resource, the backend service must have a loadBalancingScheme of INTERNAL_MANAGED. For more information, read URL Map Concepts.

func (*UrlMap) Descriptor

func (*UrlMap) Descriptor() ([]byte, []int)

Deprecated: Use UrlMap.ProtoReflect.Descriptor instead.

func (*UrlMap) GetCreationTimestamp

func (x *UrlMap) GetCreationTimestamp() string

func (*UrlMap) GetDefaultRouteAction

func (x *UrlMap) GetDefaultRouteAction() *HttpRouteAction

func (*UrlMap) GetDefaultService

func (x *UrlMap) GetDefaultService() string

func (*UrlMap) GetDefaultUrlRedirect

func (x *UrlMap) GetDefaultUrlRedirect() *HttpRedirectAction

func (*UrlMap) GetDescription

func (x *UrlMap) GetDescription() string

func (*UrlMap) GetFingerprint

func (x *UrlMap) GetFingerprint() string

func (*UrlMap) GetHeaderAction

func (x *UrlMap) GetHeaderAction() *HttpHeaderAction

func (*UrlMap) GetHostRules

func (x *UrlMap) GetHostRules() []*HostRule

func (*UrlMap) GetId

func (x *UrlMap) GetId() uint64

func (*UrlMap) GetKind

func (x *UrlMap) GetKind() string

func (*UrlMap) GetName

func (x *UrlMap) GetName() string

func (*UrlMap) GetPathMatchers

func (x *UrlMap) GetPathMatchers() []*PathMatcher

func (*UrlMap) GetRegion

func (x *UrlMap) GetRegion() string
func (x *UrlMap) GetSelfLink() string

func (*UrlMap) GetTests

func (x *UrlMap) GetTests() []*UrlMapTest

func (*UrlMap) ProtoMessage

func (*UrlMap) ProtoMessage()

func (*UrlMap) ProtoReflect

func (x *UrlMap) ProtoReflect() protoreflect.Message

func (*UrlMap) Reset

func (x *UrlMap) Reset()

func (*UrlMap) String

func (x *UrlMap) String() string

type UrlMapList

type UrlMapList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of UrlMap resources.
	Items []*UrlMap `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// Type of resource.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

Contains a list of UrlMap resources.

func (*UrlMapList) Descriptor

func (*UrlMapList) Descriptor() ([]byte, []int)

Deprecated: Use UrlMapList.ProtoReflect.Descriptor instead.

func (*UrlMapList) GetId

func (x *UrlMapList) GetId() string

func (*UrlMapList) GetItems

func (x *UrlMapList) GetItems() []*UrlMap

func (*UrlMapList) GetKind

func (x *UrlMapList) GetKind() string

func (*UrlMapList) GetNextPageToken

func (x *UrlMapList) GetNextPageToken() string
func (x *UrlMapList) GetSelfLink() string

func (*UrlMapList) GetWarning

func (x *UrlMapList) GetWarning() *Warning

func (*UrlMapList) ProtoMessage

func (*UrlMapList) ProtoMessage()

func (*UrlMapList) ProtoReflect

func (x *UrlMapList) ProtoReflect() protoreflect.Message

func (*UrlMapList) Reset

func (x *UrlMapList) Reset()

func (*UrlMapList) String

func (x *UrlMapList) String() string

type UrlMapReference

type UrlMapReference struct {
	UrlMap *string `protobuf:"bytes,367020684,opt,name=url_map,json=urlMap,proto3,oneof" json:"url_map,omitempty"`
	// contains filtered or unexported fields
}

func (*UrlMapReference) Descriptor

func (*UrlMapReference) Descriptor() ([]byte, []int)

Deprecated: Use UrlMapReference.ProtoReflect.Descriptor instead.

func (*UrlMapReference) GetUrlMap

func (x *UrlMapReference) GetUrlMap() string

func (*UrlMapReference) ProtoMessage

func (*UrlMapReference) ProtoMessage()

func (*UrlMapReference) ProtoReflect

func (x *UrlMapReference) ProtoReflect() protoreflect.Message

func (*UrlMapReference) Reset

func (x *UrlMapReference) Reset()

func (*UrlMapReference) String

func (x *UrlMapReference) String() string

type UrlMapTest

type UrlMapTest struct {

	// Description of this test case.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// The expected output URL evaluated by the load balancer containing the scheme, host, path and query parameters. For rules that forward requests to backends, the test passes only when expectedOutputUrl matches the request forwarded by the load balancer to backends. For rules with urlRewrite, the test verifies that the forwarded request matches hostRewrite and pathPrefixRewrite in the urlRewrite action. When service is specified, expectedOutputUrl`s scheme is ignored. For rules with urlRedirect, the test passes only if expectedOutputUrl matches the URL in the load balancer's redirect response. If urlRedirect specifies https_redirect, the test passes only if the scheme in expectedOutputUrl is also set to HTTPS. If urlRedirect specifies strip_query, the test passes only if expectedOutputUrl does not contain any query parameters. expectedOutputUrl is optional when service is specified.
	ExpectedOutputUrl *string `protobuf:"bytes,433967384,opt,name=expected_output_url,json=expectedOutputUrl,proto3,oneof" json:"expected_output_url,omitempty"`
	// For rules with urlRedirect, the test passes only if expectedRedirectResponseCode matches the HTTP status code in load balancer's redirect response. expectedRedirectResponseCode cannot be set when service is set.
	ExpectedRedirectResponseCode *int32 `protobuf:"varint,18888047,opt,name=expected_redirect_response_code,json=expectedRedirectResponseCode,proto3,oneof" json:"expected_redirect_response_code,omitempty"`
	// HTTP headers for this request. If headers contains a host header, then host must also match the header value.
	Headers []*UrlMapTestHeader `protobuf:"bytes,258436998,rep,name=headers,proto3" json:"headers,omitempty"`
	// Host portion of the URL. If headers contains a host header, then host must also match the header value.
	Host *string `protobuf:"bytes,3208616,opt,name=host,proto3,oneof" json:"host,omitempty"`
	// Path portion of the URL.
	Path *string `protobuf:"bytes,3433509,opt,name=path,proto3,oneof" json:"path,omitempty"`
	// Expected BackendService or BackendBucket resource the given URL should be mapped to. The service field cannot be set if expectedRedirectResponseCode is set.
	Service *string `protobuf:"bytes,373540533,opt,name=service,proto3,oneof" json:"service,omitempty"`
	// contains filtered or unexported fields
}

Message for the expected URL mappings.

func (*UrlMapTest) Descriptor

func (*UrlMapTest) Descriptor() ([]byte, []int)

Deprecated: Use UrlMapTest.ProtoReflect.Descriptor instead.

func (*UrlMapTest) GetDescription

func (x *UrlMapTest) GetDescription() string

func (*UrlMapTest) GetExpectedOutputUrl

func (x *UrlMapTest) GetExpectedOutputUrl() string

func (*UrlMapTest) GetExpectedRedirectResponseCode

func (x *UrlMapTest) GetExpectedRedirectResponseCode() int32

func (*UrlMapTest) GetHeaders

func (x *UrlMapTest) GetHeaders() []*UrlMapTestHeader

func (*UrlMapTest) GetHost

func (x *UrlMapTest) GetHost() string

func (*UrlMapTest) GetPath

func (x *UrlMapTest) GetPath() string

func (*UrlMapTest) GetService

func (x *UrlMapTest) GetService() string

func (*UrlMapTest) ProtoMessage

func (*UrlMapTest) ProtoMessage()

func (*UrlMapTest) ProtoReflect

func (x *UrlMapTest) ProtoReflect() protoreflect.Message

func (*UrlMapTest) Reset

func (x *UrlMapTest) Reset()

func (*UrlMapTest) String

func (x *UrlMapTest) String() string

type UrlMapTestHeader

type UrlMapTestHeader struct {

	// Header name.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// Header value.
	Value *string `protobuf:"bytes,111972721,opt,name=value,proto3,oneof" json:"value,omitempty"`
	// contains filtered or unexported fields
}

HTTP headers used in UrlMapTests.

func (*UrlMapTestHeader) Descriptor

func (*UrlMapTestHeader) Descriptor() ([]byte, []int)

Deprecated: Use UrlMapTestHeader.ProtoReflect.Descriptor instead.

func (*UrlMapTestHeader) GetName

func (x *UrlMapTestHeader) GetName() string

func (*UrlMapTestHeader) GetValue

func (x *UrlMapTestHeader) GetValue() string

func (*UrlMapTestHeader) ProtoMessage

func (*UrlMapTestHeader) ProtoMessage()

func (*UrlMapTestHeader) ProtoReflect

func (x *UrlMapTestHeader) ProtoReflect() protoreflect.Message

func (*UrlMapTestHeader) Reset

func (x *UrlMapTestHeader) Reset()

func (*UrlMapTestHeader) String

func (x *UrlMapTestHeader) String() string

type UrlMapValidationResult

type UrlMapValidationResult struct {
	LoadErrors []string `protobuf:"bytes,310147300,rep,name=load_errors,json=loadErrors,proto3" json:"load_errors,omitempty"`
	// Whether the given UrlMap can be successfully loaded. If false, 'loadErrors' indicates the reasons.
	LoadSucceeded *bool          `protobuf:"varint,128326216,opt,name=load_succeeded,json=loadSucceeded,proto3,oneof" json:"load_succeeded,omitempty"`
	TestFailures  []*TestFailure `protobuf:"bytes,505934134,rep,name=test_failures,json=testFailures,proto3" json:"test_failures,omitempty"`
	// If successfully loaded, this field indicates whether the test passed. If false, 'testFailures's indicate the reason of failure.
	TestPassed *bool `protobuf:"varint,192708797,opt,name=test_passed,json=testPassed,proto3,oneof" json:"test_passed,omitempty"`
	// contains filtered or unexported fields
}

Message representing the validation result for a UrlMap.

func (*UrlMapValidationResult) Descriptor

func (*UrlMapValidationResult) Descriptor() ([]byte, []int)

Deprecated: Use UrlMapValidationResult.ProtoReflect.Descriptor instead.

func (*UrlMapValidationResult) GetLoadErrors

func (x *UrlMapValidationResult) GetLoadErrors() []string

func (*UrlMapValidationResult) GetLoadSucceeded

func (x *UrlMapValidationResult) GetLoadSucceeded() bool

func (*UrlMapValidationResult) GetTestFailures

func (x *UrlMapValidationResult) GetTestFailures() []*TestFailure

func (*UrlMapValidationResult) GetTestPassed

func (x *UrlMapValidationResult) GetTestPassed() bool

func (*UrlMapValidationResult) ProtoMessage

func (*UrlMapValidationResult) ProtoMessage()

func (*UrlMapValidationResult) ProtoReflect

func (x *UrlMapValidationResult) ProtoReflect() protoreflect.Message

func (*UrlMapValidationResult) Reset

func (x *UrlMapValidationResult) Reset()

func (*UrlMapValidationResult) String

func (x *UrlMapValidationResult) String() string

type UrlMapsAggregatedList

type UrlMapsAggregatedList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of UrlMapsScopedList resources.
	Items map[string]*UrlMapsScopedList `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// Type of resource.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Unreachable resources.
	Unreachables []string `protobuf:"bytes,243372063,rep,name=unreachables,proto3" json:"unreachables,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*UrlMapsAggregatedList) Descriptor

func (*UrlMapsAggregatedList) Descriptor() ([]byte, []int)

Deprecated: Use UrlMapsAggregatedList.ProtoReflect.Descriptor instead.

func (*UrlMapsAggregatedList) GetId

func (x *UrlMapsAggregatedList) GetId() string

func (*UrlMapsAggregatedList) GetItems

func (x *UrlMapsAggregatedList) GetItems() map[string]*UrlMapsScopedList

func (*UrlMapsAggregatedList) GetKind

func (x *UrlMapsAggregatedList) GetKind() string

func (*UrlMapsAggregatedList) GetNextPageToken

func (x *UrlMapsAggregatedList) GetNextPageToken() string
func (x *UrlMapsAggregatedList) GetSelfLink() string

func (*UrlMapsAggregatedList) GetUnreachables

func (x *UrlMapsAggregatedList) GetUnreachables() []string

func (*UrlMapsAggregatedList) GetWarning

func (x *UrlMapsAggregatedList) GetWarning() *Warning

func (*UrlMapsAggregatedList) ProtoMessage

func (*UrlMapsAggregatedList) ProtoMessage()

func (*UrlMapsAggregatedList) ProtoReflect

func (x *UrlMapsAggregatedList) ProtoReflect() protoreflect.Message

func (*UrlMapsAggregatedList) Reset

func (x *UrlMapsAggregatedList) Reset()

func (*UrlMapsAggregatedList) String

func (x *UrlMapsAggregatedList) String() string

type UrlMapsClient

type UrlMapsClient interface {
	// Retrieves the list of all UrlMap resources, regional and global, available to the specified project.
	AggregatedList(ctx context.Context, in *AggregatedListUrlMapsRequest, opts ...grpc.CallOption) (*UrlMapsAggregatedList, error)
	// Deletes the specified UrlMap resource.
	Delete(ctx context.Context, in *DeleteUrlMapRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified UrlMap resource.
	Get(ctx context.Context, in *GetUrlMapRequest, opts ...grpc.CallOption) (*UrlMap, error)
	// Creates a UrlMap resource in the specified project using the data included in the request.
	Insert(ctx context.Context, in *InsertUrlMapRequest, opts ...grpc.CallOption) (*Operation, error)
	// Initiates a cache invalidation operation, invalidating the specified path, scoped to the specified UrlMap. For more information, see [Invalidating cached content](/cdn/docs/invalidating-cached-content).
	InvalidateCache(ctx context.Context, in *InvalidateCacheUrlMapRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves the list of UrlMap resources available to the specified project.
	List(ctx context.Context, in *ListUrlMapsRequest, opts ...grpc.CallOption) (*UrlMapList, error)
	// Patches the specified UrlMap resource with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
	Patch(ctx context.Context, in *PatchUrlMapRequest, opts ...grpc.CallOption) (*Operation, error)
	// Updates the specified UrlMap resource with the data included in the request.
	Update(ctx context.Context, in *UpdateUrlMapRequest, opts ...grpc.CallOption) (*Operation, error)
	// Runs static validation for the UrlMap. In particular, the tests of the provided UrlMap will be run. Calling this method does NOT create the UrlMap.
	Validate(ctx context.Context, in *ValidateUrlMapRequest, opts ...grpc.CallOption) (*UrlMapsValidateResponse, error)
}

UrlMapsClient is the client API for UrlMaps service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewUrlMapsClient

func NewUrlMapsClient(cc grpc.ClientConnInterface) UrlMapsClient

type UrlMapsScopedList

type UrlMapsScopedList struct {

	// A list of UrlMaps contained in this scope.
	UrlMaps []*UrlMap `protobuf:"bytes,103352167,rep,name=url_maps,json=urlMaps,proto3" json:"url_maps,omitempty"`
	// Informational warning which replaces the list of backend services when the list is empty.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*UrlMapsScopedList) Descriptor

func (*UrlMapsScopedList) Descriptor() ([]byte, []int)

Deprecated: Use UrlMapsScopedList.ProtoReflect.Descriptor instead.

func (*UrlMapsScopedList) GetUrlMaps

func (x *UrlMapsScopedList) GetUrlMaps() []*UrlMap

func (*UrlMapsScopedList) GetWarning

func (x *UrlMapsScopedList) GetWarning() *Warning

func (*UrlMapsScopedList) ProtoMessage

func (*UrlMapsScopedList) ProtoMessage()

func (*UrlMapsScopedList) ProtoReflect

func (x *UrlMapsScopedList) ProtoReflect() protoreflect.Message

func (*UrlMapsScopedList) Reset

func (x *UrlMapsScopedList) Reset()

func (*UrlMapsScopedList) String

func (x *UrlMapsScopedList) String() string

type UrlMapsServer

type UrlMapsServer interface {
	// Retrieves the list of all UrlMap resources, regional and global, available to the specified project.
	AggregatedList(context.Context, *AggregatedListUrlMapsRequest) (*UrlMapsAggregatedList, error)
	// Deletes the specified UrlMap resource.
	Delete(context.Context, *DeleteUrlMapRequest) (*Operation, error)
	// Returns the specified UrlMap resource.
	Get(context.Context, *GetUrlMapRequest) (*UrlMap, error)
	// Creates a UrlMap resource in the specified project using the data included in the request.
	Insert(context.Context, *InsertUrlMapRequest) (*Operation, error)
	// Initiates a cache invalidation operation, invalidating the specified path, scoped to the specified UrlMap. For more information, see [Invalidating cached content](/cdn/docs/invalidating-cached-content).
	InvalidateCache(context.Context, *InvalidateCacheUrlMapRequest) (*Operation, error)
	// Retrieves the list of UrlMap resources available to the specified project.
	List(context.Context, *ListUrlMapsRequest) (*UrlMapList, error)
	// Patches the specified UrlMap resource with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules.
	Patch(context.Context, *PatchUrlMapRequest) (*Operation, error)
	// Updates the specified UrlMap resource with the data included in the request.
	Update(context.Context, *UpdateUrlMapRequest) (*Operation, error)
	// Runs static validation for the UrlMap. In particular, the tests of the provided UrlMap will be run. Calling this method does NOT create the UrlMap.
	Validate(context.Context, *ValidateUrlMapRequest) (*UrlMapsValidateResponse, error)
}

UrlMapsServer is the server API for UrlMaps service.

type UrlMapsValidateRequest

type UrlMapsValidateRequest struct {

	// Specifies the load balancer type(s) this validation request is for. Use EXTERNAL_MANAGED for HTTP/HTTPS External Global Load Balancer with Advanced Traffic Management. Use EXTERNAL for Classic HTTP/HTTPS External Global Load Balancer. Other load balancer types are not supported. For more information, refer to Choosing a load balancer. If unspecified, the load balancing scheme will be inferred from the backend service resources this URL map references. If that can not be inferred (for example, this URL map only references backend buckets, or this Url map is for rewrites and redirects only and doesn't reference any backends), EXTERNAL will be used as the default type. If specified, the scheme(s) must not conflict with the load balancing scheme of the backend service resources this Url map references.
	// Check the LoadBalancingSchemes enum for the list of possible values.
	LoadBalancingSchemes []string `protobuf:"bytes,6308527,rep,name=load_balancing_schemes,json=loadBalancingSchemes,proto3" json:"load_balancing_schemes,omitempty"`
	// Content of the UrlMap to be validated.
	Resource *UrlMap `protobuf:"bytes,195806222,opt,name=resource,proto3,oneof" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

func (*UrlMapsValidateRequest) Descriptor

func (*UrlMapsValidateRequest) Descriptor() ([]byte, []int)

Deprecated: Use UrlMapsValidateRequest.ProtoReflect.Descriptor instead.

func (*UrlMapsValidateRequest) GetLoadBalancingSchemes

func (x *UrlMapsValidateRequest) GetLoadBalancingSchemes() []string

func (*UrlMapsValidateRequest) GetResource

func (x *UrlMapsValidateRequest) GetResource() *UrlMap

func (*UrlMapsValidateRequest) ProtoMessage

func (*UrlMapsValidateRequest) ProtoMessage()

func (*UrlMapsValidateRequest) ProtoReflect

func (x *UrlMapsValidateRequest) ProtoReflect() protoreflect.Message

func (*UrlMapsValidateRequest) Reset

func (x *UrlMapsValidateRequest) Reset()

func (*UrlMapsValidateRequest) String

func (x *UrlMapsValidateRequest) String() string

type UrlMapsValidateRequest_LoadBalancingSchemes

type UrlMapsValidateRequest_LoadBalancingSchemes int32
const (
	// A value indicating that the enum field is not set.
	UrlMapsValidateRequest_UNDEFINED_LOAD_BALANCING_SCHEMES UrlMapsValidateRequest_LoadBalancingSchemes = 0
	// Signifies that this will be used for Classic L7 External Load Balancing.
	UrlMapsValidateRequest_EXTERNAL UrlMapsValidateRequest_LoadBalancingSchemes = 35607499
	// Signifies that this will be used for Envoy-based L7 External Load Balancing.
	UrlMapsValidateRequest_EXTERNAL_MANAGED UrlMapsValidateRequest_LoadBalancingSchemes = 512006923
	// If unspecified, the validation will try to infer the scheme from the backend service resources this Url map references. If the inferrence is not possible, EXTERNAL will be used as the default type.
	UrlMapsValidateRequest_LOAD_BALANCING_SCHEME_UNSPECIFIED UrlMapsValidateRequest_LoadBalancingSchemes = 526507452
)

func (UrlMapsValidateRequest_LoadBalancingSchemes) Descriptor

func (UrlMapsValidateRequest_LoadBalancingSchemes) Enum

func (UrlMapsValidateRequest_LoadBalancingSchemes) EnumDescriptor

func (UrlMapsValidateRequest_LoadBalancingSchemes) EnumDescriptor() ([]byte, []int)

Deprecated: Use UrlMapsValidateRequest_LoadBalancingSchemes.Descriptor instead.

func (UrlMapsValidateRequest_LoadBalancingSchemes) Number

func (UrlMapsValidateRequest_LoadBalancingSchemes) String

func (UrlMapsValidateRequest_LoadBalancingSchemes) Type

type UrlMapsValidateResponse

type UrlMapsValidateResponse struct {
	Result *UrlMapValidationResult `protobuf:"bytes,139315229,opt,name=result,proto3,oneof" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*UrlMapsValidateResponse) Descriptor

func (*UrlMapsValidateResponse) Descriptor() ([]byte, []int)

Deprecated: Use UrlMapsValidateResponse.ProtoReflect.Descriptor instead.

func (*UrlMapsValidateResponse) GetResult

func (*UrlMapsValidateResponse) ProtoMessage

func (*UrlMapsValidateResponse) ProtoMessage()

func (*UrlMapsValidateResponse) ProtoReflect

func (x *UrlMapsValidateResponse) ProtoReflect() protoreflect.Message

func (*UrlMapsValidateResponse) Reset

func (x *UrlMapsValidateResponse) Reset()

func (*UrlMapsValidateResponse) String

func (x *UrlMapsValidateResponse) String() string

type UrlRewrite

type UrlRewrite struct {

	// Before forwarding the request to the selected service, the request's host header is replaced with contents of hostRewrite. The value must be from 1 to 255 characters.
	HostRewrite *string `protobuf:"bytes,159819253,opt,name=host_rewrite,json=hostRewrite,proto3,oneof" json:"host_rewrite,omitempty"`
	// Before forwarding the request to the selected backend service, the matching portion of the request's path is replaced by pathPrefixRewrite. The value must be from 1 to 1024 characters.
	PathPrefixRewrite *string `protobuf:"bytes,41186361,opt,name=path_prefix_rewrite,json=pathPrefixRewrite,proto3,oneof" json:"path_prefix_rewrite,omitempty"`
	//  If specified, the pattern rewrites the URL path (based on the :path header) using the HTTP template syntax. A corresponding path_template_match must be specified. Any template variables must exist in the path_template_match field. - -At least one variable must be specified in the path_template_match field - You can omit variables from the rewritten URL - The * and ** operators cannot be matched unless they have a corresponding variable name - e.g. {format=*} or {var=**}. For example, a path_template_match of /static/{format=**} could be rewritten as /static/content/{format} to prefix /content to the URL. Variables can also be re-ordered in a rewrite, so that /{country}/{format}/{suffix=**} can be rewritten as /content/{format}/{country}/{suffix}. At least one non-empty routeRules[].matchRules[].path_template_match is required. Only one of path_prefix_rewrite or path_template_rewrite may be specified.
	PathTemplateRewrite *string `protobuf:"bytes,423409569,opt,name=path_template_rewrite,json=pathTemplateRewrite,proto3,oneof" json:"path_template_rewrite,omitempty"`
	// contains filtered or unexported fields
}

The spec for modifying the path before sending the request to the matched backend service.

func (*UrlRewrite) Descriptor

func (*UrlRewrite) Descriptor() ([]byte, []int)

Deprecated: Use UrlRewrite.ProtoReflect.Descriptor instead.

func (*UrlRewrite) GetHostRewrite

func (x *UrlRewrite) GetHostRewrite() string

func (*UrlRewrite) GetPathPrefixRewrite

func (x *UrlRewrite) GetPathPrefixRewrite() string

func (*UrlRewrite) GetPathTemplateRewrite

func (x *UrlRewrite) GetPathTemplateRewrite() string

func (*UrlRewrite) ProtoMessage

func (*UrlRewrite) ProtoMessage()

func (*UrlRewrite) ProtoReflect

func (x *UrlRewrite) ProtoReflect() protoreflect.Message

func (*UrlRewrite) Reset

func (x *UrlRewrite) Reset()

func (*UrlRewrite) String

func (x *UrlRewrite) String() string

type UsableSubnetwork

type UsableSubnetwork struct {

	// [Output Only] The external IPv6 address range that is assigned to this subnetwork.
	ExternalIpv6Prefix *string `protobuf:"bytes,139299190,opt,name=external_ipv6_prefix,json=externalIpv6Prefix,proto3,oneof" json:"external_ipv6_prefix,omitempty"`
	// [Output Only] The internal IPv6 address range that is assigned to this subnetwork.
	InternalIpv6Prefix *string `protobuf:"bytes,506270056,opt,name=internal_ipv6_prefix,json=internalIpv6Prefix,proto3,oneof" json:"internal_ipv6_prefix,omitempty"`
	// The range of internal addresses that are owned by this subnetwork.
	IpCidrRange *string `protobuf:"bytes,98117322,opt,name=ip_cidr_range,json=ipCidrRange,proto3,oneof" json:"ip_cidr_range,omitempty"`
	// The access type of IPv6 address this subnet holds. It's immutable and can only be specified during creation or the first time the subnet is updated into IPV4_IPV6 dual stack.
	// Check the Ipv6AccessType enum for the list of possible values.
	Ipv6AccessType *string `protobuf:"bytes,504658653,opt,name=ipv6_access_type,json=ipv6AccessType,proto3,oneof" json:"ipv6_access_type,omitempty"`
	// Network URL.
	Network *string `protobuf:"bytes,232872494,opt,name=network,proto3,oneof" json:"network,omitempty"`
	// The purpose of the resource. This field can be either PRIVATE, REGIONAL_MANAGED_PROXY, PRIVATE_SERVICE_CONNECT, or INTERNAL_HTTPS_LOAD_BALANCER. PRIVATE is the default purpose for user-created subnets or subnets that are automatically created in auto mode networks. A subnet with purpose set to REGIONAL_MANAGED_PROXY is a user-created subnetwork that is reserved for regional Envoy-based load balancers. A subnet with purpose set to PRIVATE_SERVICE_CONNECT is used to publish services using Private Service Connect. A subnet with purpose set to INTERNAL_HTTPS_LOAD_BALANCER is a proxy-only subnet that can be used only by regional internal HTTP(S) load balancers. Note that REGIONAL_MANAGED_PROXY is the preferred setting for all regional Envoy load balancers. If unspecified, the subnet purpose defaults to PRIVATE. The enableFlowLogs field isn't supported if the subnet purpose field is set to REGIONAL_MANAGED_PROXY.
	// Check the Purpose enum for the list of possible values.
	Purpose *string `protobuf:"bytes,316407070,opt,name=purpose,proto3,oneof" json:"purpose,omitempty"`
	// The role of subnetwork. Currently, this field is only used when purpose = REGIONAL_MANAGED_PROXY. The value can be set to ACTIVE or BACKUP. An ACTIVE subnetwork is one that is currently being used for Envoy-based load balancers in a region. A BACKUP subnetwork is one that is ready to be promoted to ACTIVE or is currently draining. This field can be updated with a patch request.
	// Check the Role enum for the list of possible values.
	Role *string `protobuf:"bytes,3506294,opt,name=role,proto3,oneof" json:"role,omitempty"`
	// Secondary IP ranges.
	SecondaryIpRanges []*UsableSubnetworkSecondaryRange `protobuf:"bytes,136658915,rep,name=secondary_ip_ranges,json=secondaryIpRanges,proto3" json:"secondary_ip_ranges,omitempty"`
	// The stack type for the subnet. If set to IPV4_ONLY, new VMs in the subnet are assigned IPv4 addresses only. If set to IPV4_IPV6, new VMs in the subnet can be assigned both IPv4 and IPv6 addresses. If not specified, IPV4_ONLY is used. This field can be both set at resource creation time and updated using patch.
	// Check the StackType enum for the list of possible values.
	StackType *string `protobuf:"bytes,425908881,opt,name=stack_type,json=stackType,proto3,oneof" json:"stack_type,omitempty"`
	// Subnetwork URL.
	Subnetwork *string `protobuf:"bytes,307827694,opt,name=subnetwork,proto3,oneof" json:"subnetwork,omitempty"`
	// contains filtered or unexported fields
}

Subnetwork which the current user has compute.subnetworks.use permission on.

func (*UsableSubnetwork) Descriptor

func (*UsableSubnetwork) Descriptor() ([]byte, []int)

Deprecated: Use UsableSubnetwork.ProtoReflect.Descriptor instead.

func (*UsableSubnetwork) GetExternalIpv6Prefix

func (x *UsableSubnetwork) GetExternalIpv6Prefix() string

func (*UsableSubnetwork) GetInternalIpv6Prefix

func (x *UsableSubnetwork) GetInternalIpv6Prefix() string

func (*UsableSubnetwork) GetIpCidrRange

func (x *UsableSubnetwork) GetIpCidrRange() string

func (*UsableSubnetwork) GetIpv6AccessType

func (x *UsableSubnetwork) GetIpv6AccessType() string

func (*UsableSubnetwork) GetNetwork

func (x *UsableSubnetwork) GetNetwork() string

func (*UsableSubnetwork) GetPurpose

func (x *UsableSubnetwork) GetPurpose() string

func (*UsableSubnetwork) GetRole

func (x *UsableSubnetwork) GetRole() string

func (*UsableSubnetwork) GetSecondaryIpRanges

func (x *UsableSubnetwork) GetSecondaryIpRanges() []*UsableSubnetworkSecondaryRange

func (*UsableSubnetwork) GetStackType

func (x *UsableSubnetwork) GetStackType() string

func (*UsableSubnetwork) GetSubnetwork

func (x *UsableSubnetwork) GetSubnetwork() string

func (*UsableSubnetwork) ProtoMessage

func (*UsableSubnetwork) ProtoMessage()

func (*UsableSubnetwork) ProtoReflect

func (x *UsableSubnetwork) ProtoReflect() protoreflect.Message

func (*UsableSubnetwork) Reset

func (x *UsableSubnetwork) Reset()

func (*UsableSubnetwork) String

func (x *UsableSubnetwork) String() string

type UsableSubnetworkSecondaryRange

type UsableSubnetworkSecondaryRange struct {

	// The range of IP addresses belonging to this subnetwork secondary range.
	IpCidrRange *string `protobuf:"bytes,98117322,opt,name=ip_cidr_range,json=ipCidrRange,proto3,oneof" json:"ip_cidr_range,omitempty"`
	// The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM instance. The name must be 1-63 characters long, and comply with RFC1035. The name must be unique within the subnetwork.
	RangeName *string `protobuf:"bytes,332216397,opt,name=range_name,json=rangeName,proto3,oneof" json:"range_name,omitempty"`
	// contains filtered or unexported fields
}

Secondary IP range of a usable subnetwork.

func (*UsableSubnetworkSecondaryRange) Descriptor

func (*UsableSubnetworkSecondaryRange) Descriptor() ([]byte, []int)

Deprecated: Use UsableSubnetworkSecondaryRange.ProtoReflect.Descriptor instead.

func (*UsableSubnetworkSecondaryRange) GetIpCidrRange

func (x *UsableSubnetworkSecondaryRange) GetIpCidrRange() string

func (*UsableSubnetworkSecondaryRange) GetRangeName

func (x *UsableSubnetworkSecondaryRange) GetRangeName() string

func (*UsableSubnetworkSecondaryRange) ProtoMessage

func (*UsableSubnetworkSecondaryRange) ProtoMessage()

func (*UsableSubnetworkSecondaryRange) ProtoReflect

func (*UsableSubnetworkSecondaryRange) Reset

func (x *UsableSubnetworkSecondaryRange) Reset()

func (*UsableSubnetworkSecondaryRange) String

type UsableSubnetwork_Ipv6AccessType

type UsableSubnetwork_Ipv6AccessType int32

The access type of IPv6 address this subnet holds. It's immutable and can only be specified during creation or the first time the subnet is updated into IPV4_IPV6 dual stack.

const (
	// A value indicating that the enum field is not set.
	UsableSubnetwork_UNDEFINED_IPV6_ACCESS_TYPE UsableSubnetwork_Ipv6AccessType = 0
	// VMs on this subnet will be assigned IPv6 addresses that are accessible via the Internet, as well as the VPC network.
	UsableSubnetwork_EXTERNAL UsableSubnetwork_Ipv6AccessType = 35607499
	// VMs on this subnet will be assigned IPv6 addresses that are only accessible over the VPC network.
	UsableSubnetwork_INTERNAL UsableSubnetwork_Ipv6AccessType = 279295677
)

func (UsableSubnetwork_Ipv6AccessType) Descriptor

func (UsableSubnetwork_Ipv6AccessType) Enum

func (UsableSubnetwork_Ipv6AccessType) EnumDescriptor

func (UsableSubnetwork_Ipv6AccessType) EnumDescriptor() ([]byte, []int)

Deprecated: Use UsableSubnetwork_Ipv6AccessType.Descriptor instead.

func (UsableSubnetwork_Ipv6AccessType) Number

func (UsableSubnetwork_Ipv6AccessType) String

func (UsableSubnetwork_Ipv6AccessType) Type

type UsableSubnetwork_Purpose

type UsableSubnetwork_Purpose int32

The purpose of the resource. This field can be either PRIVATE, REGIONAL_MANAGED_PROXY, PRIVATE_SERVICE_CONNECT, or INTERNAL_HTTPS_LOAD_BALANCER. PRIVATE is the default purpose for user-created subnets or subnets that are automatically created in auto mode networks. A subnet with purpose set to REGIONAL_MANAGED_PROXY is a user-created subnetwork that is reserved for regional Envoy-based load balancers. A subnet with purpose set to PRIVATE_SERVICE_CONNECT is used to publish services using Private Service Connect. A subnet with purpose set to INTERNAL_HTTPS_LOAD_BALANCER is a proxy-only subnet that can be used only by regional internal HTTP(S) load balancers. Note that REGIONAL_MANAGED_PROXY is the preferred setting for all regional Envoy load balancers. If unspecified, the subnet purpose defaults to PRIVATE. The enableFlowLogs field isn't supported if the subnet purpose field is set to REGIONAL_MANAGED_PROXY.

const (
	// A value indicating that the enum field is not set.
	UsableSubnetwork_UNDEFINED_PURPOSE UsableSubnetwork_Purpose = 0
	// Subnet reserved for Internal HTTP(S) Load Balancing.
	UsableSubnetwork_INTERNAL_HTTPS_LOAD_BALANCER UsableSubnetwork_Purpose = 248748889
	// Regular user created or automatically created subnet.
	UsableSubnetwork_PRIVATE UsableSubnetwork_Purpose = 403485027
	// Regular user created or automatically created subnet.
	UsableSubnetwork_PRIVATE_RFC_1918 UsableSubnetwork_Purpose = 254902107
	// Subnetworks created for Private Service Connect in the producer network.
	UsableSubnetwork_PRIVATE_SERVICE_CONNECT UsableSubnetwork_Purpose = 48134724
	// Subnetwork used for Regional Internal/External HTTP(S) Load Balancing.
	UsableSubnetwork_REGIONAL_MANAGED_PROXY UsableSubnetwork_Purpose = 153049966
)

func (UsableSubnetwork_Purpose) Descriptor

func (UsableSubnetwork_Purpose) Enum

func (UsableSubnetwork_Purpose) EnumDescriptor

func (UsableSubnetwork_Purpose) EnumDescriptor() ([]byte, []int)

Deprecated: Use UsableSubnetwork_Purpose.Descriptor instead.

func (UsableSubnetwork_Purpose) Number

func (UsableSubnetwork_Purpose) String

func (x UsableSubnetwork_Purpose) String() string

func (UsableSubnetwork_Purpose) Type

type UsableSubnetwork_Role

type UsableSubnetwork_Role int32

The role of subnetwork. Currently, this field is only used when purpose = REGIONAL_MANAGED_PROXY. The value can be set to ACTIVE or BACKUP. An ACTIVE subnetwork is one that is currently being used for Envoy-based load balancers in a region. A BACKUP subnetwork is one that is ready to be promoted to ACTIVE or is currently draining. This field can be updated with a patch request.

const (
	// A value indicating that the enum field is not set.
	UsableSubnetwork_UNDEFINED_ROLE UsableSubnetwork_Role = 0
	// The ACTIVE subnet that is currently used.
	UsableSubnetwork_ACTIVE UsableSubnetwork_Role = 314733318
	// The BACKUP subnet that could be promoted to ACTIVE.
	UsableSubnetwork_BACKUP UsableSubnetwork_Role = 341010882
)

func (UsableSubnetwork_Role) Descriptor

func (UsableSubnetwork_Role) Enum

func (UsableSubnetwork_Role) EnumDescriptor

func (UsableSubnetwork_Role) EnumDescriptor() ([]byte, []int)

Deprecated: Use UsableSubnetwork_Role.Descriptor instead.

func (UsableSubnetwork_Role) Number

func (UsableSubnetwork_Role) String

func (x UsableSubnetwork_Role) String() string

func (UsableSubnetwork_Role) Type

type UsableSubnetwork_StackType

type UsableSubnetwork_StackType int32

The stack type for the subnet. If set to IPV4_ONLY, new VMs in the subnet are assigned IPv4 addresses only. If set to IPV4_IPV6, new VMs in the subnet can be assigned both IPv4 and IPv6 addresses. If not specified, IPV4_ONLY is used. This field can be both set at resource creation time and updated using patch.

const (
	// A value indicating that the enum field is not set.
	UsableSubnetwork_UNDEFINED_STACK_TYPE UsableSubnetwork_StackType = 0
	// New VMs in this subnet can have both IPv4 and IPv6 addresses.
	UsableSubnetwork_IPV4_IPV6 UsableSubnetwork_StackType = 22197249
	// New VMs in this subnet will only be assigned IPv4 addresses.
	UsableSubnetwork_IPV4_ONLY UsableSubnetwork_StackType = 22373798
)

func (UsableSubnetwork_StackType) Descriptor

func (UsableSubnetwork_StackType) Enum

func (UsableSubnetwork_StackType) EnumDescriptor

func (UsableSubnetwork_StackType) EnumDescriptor() ([]byte, []int)

Deprecated: Use UsableSubnetwork_StackType.Descriptor instead.

func (UsableSubnetwork_StackType) Number

func (UsableSubnetwork_StackType) String

func (UsableSubnetwork_StackType) Type

type UsableSubnetworksAggregatedList

type UsableSubnetworksAggregatedList struct {

	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Output] A list of usable subnetwork URLs.
	Items []*UsableSubnetwork `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] Type of resource. Always compute#usableSubnetworksAggregatedList for aggregated lists of usable subnetworks.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results. In special cases listUsable may return 0 subnetworks and nextPageToken which still should be used to get the next page of results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*UsableSubnetworksAggregatedList) Descriptor

func (*UsableSubnetworksAggregatedList) Descriptor() ([]byte, []int)

Deprecated: Use UsableSubnetworksAggregatedList.ProtoReflect.Descriptor instead.

func (*UsableSubnetworksAggregatedList) GetId

func (*UsableSubnetworksAggregatedList) GetItems

func (*UsableSubnetworksAggregatedList) GetKind

func (*UsableSubnetworksAggregatedList) GetNextPageToken

func (x *UsableSubnetworksAggregatedList) GetNextPageToken() string
func (x *UsableSubnetworksAggregatedList) GetSelfLink() string

func (*UsableSubnetworksAggregatedList) GetWarning

func (x *UsableSubnetworksAggregatedList) GetWarning() *Warning

func (*UsableSubnetworksAggregatedList) ProtoMessage

func (*UsableSubnetworksAggregatedList) ProtoMessage()

func (*UsableSubnetworksAggregatedList) ProtoReflect

func (*UsableSubnetworksAggregatedList) Reset

func (*UsableSubnetworksAggregatedList) String

type UsageExportLocation

type UsageExportLocation struct {

	// The name of an existing bucket in Cloud Storage where the usage report object is stored. The Google Service Account is granted write access to this bucket. This can either be the bucket name by itself, such as example-bucket, or the bucket name with gs:// or https://storage.googleapis.com/ in front of it, such as gs://example-bucket.
	BucketName *string `protobuf:"bytes,283610048,opt,name=bucket_name,json=bucketName,proto3,oneof" json:"bucket_name,omitempty"`
	// An optional prefix for the name of the usage report object stored in bucketName. If not supplied, defaults to usage_gce. The report is stored as a CSV file named report_name_prefix_gce_YYYYMMDD.csv where YYYYMMDD is the day of the usage according to Pacific Time. If you supply a prefix, it should conform to Cloud Storage object naming conventions.
	ReportNamePrefix *string `protobuf:"bytes,320198715,opt,name=report_name_prefix,json=reportNamePrefix,proto3,oneof" json:"report_name_prefix,omitempty"`
	// contains filtered or unexported fields
}

The location in Cloud Storage and naming method of the daily usage report. Contains bucket_name and report_name prefix.

func (*UsageExportLocation) Descriptor

func (*UsageExportLocation) Descriptor() ([]byte, []int)

Deprecated: Use UsageExportLocation.ProtoReflect.Descriptor instead.

func (*UsageExportLocation) GetBucketName

func (x *UsageExportLocation) GetBucketName() string

func (*UsageExportLocation) GetReportNamePrefix

func (x *UsageExportLocation) GetReportNamePrefix() string

func (*UsageExportLocation) ProtoMessage

func (*UsageExportLocation) ProtoMessage()

func (*UsageExportLocation) ProtoReflect

func (x *UsageExportLocation) ProtoReflect() protoreflect.Message

func (*UsageExportLocation) Reset

func (x *UsageExportLocation) Reset()

func (*UsageExportLocation) String

func (x *UsageExportLocation) String() string

type ValidateRegionUrlMapRequest

type ValidateRegionUrlMapRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region scoping this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// The body resource for this request
	RegionUrlMapsValidateRequestResource *RegionUrlMapsValidateRequest `protobuf:"bytes,56632858,opt,name=region_url_maps_validate_request_resource,json=regionUrlMapsValidateRequestResource,proto3" json:"region_url_maps_validate_request_resource,omitempty"`
	// Name of the UrlMap resource to be validated as.
	UrlMap string `protobuf:"bytes,367020684,opt,name=url_map,json=urlMap,proto3" json:"url_map,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionUrlMaps.Validate. See the method description for details.

func (*ValidateRegionUrlMapRequest) Descriptor

func (*ValidateRegionUrlMapRequest) Descriptor() ([]byte, []int)

Deprecated: Use ValidateRegionUrlMapRequest.ProtoReflect.Descriptor instead.

func (*ValidateRegionUrlMapRequest) GetProject

func (x *ValidateRegionUrlMapRequest) GetProject() string

func (*ValidateRegionUrlMapRequest) GetRegion

func (x *ValidateRegionUrlMapRequest) GetRegion() string

func (*ValidateRegionUrlMapRequest) GetRegionUrlMapsValidateRequestResource

func (x *ValidateRegionUrlMapRequest) GetRegionUrlMapsValidateRequestResource() *RegionUrlMapsValidateRequest

func (*ValidateRegionUrlMapRequest) GetUrlMap

func (x *ValidateRegionUrlMapRequest) GetUrlMap() string

func (*ValidateRegionUrlMapRequest) ProtoMessage

func (*ValidateRegionUrlMapRequest) ProtoMessage()

func (*ValidateRegionUrlMapRequest) ProtoReflect

func (*ValidateRegionUrlMapRequest) Reset

func (x *ValidateRegionUrlMapRequest) Reset()

func (*ValidateRegionUrlMapRequest) String

func (x *ValidateRegionUrlMapRequest) String() string

type ValidateUrlMapRequest

type ValidateUrlMapRequest struct {

	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the UrlMap resource to be validated as.
	UrlMap string `protobuf:"bytes,367020684,opt,name=url_map,json=urlMap,proto3" json:"url_map,omitempty"`
	// The body resource for this request
	UrlMapsValidateRequestResource *UrlMapsValidateRequest `protobuf:"bytes,395913455,opt,name=url_maps_validate_request_resource,json=urlMapsValidateRequestResource,proto3" json:"url_maps_validate_request_resource,omitempty"`
	// contains filtered or unexported fields
}

A request message for UrlMaps.Validate. See the method description for details.

func (*ValidateUrlMapRequest) Descriptor

func (*ValidateUrlMapRequest) Descriptor() ([]byte, []int)

Deprecated: Use ValidateUrlMapRequest.ProtoReflect.Descriptor instead.

func (*ValidateUrlMapRequest) GetProject

func (x *ValidateUrlMapRequest) GetProject() string

func (*ValidateUrlMapRequest) GetUrlMap

func (x *ValidateUrlMapRequest) GetUrlMap() string

func (*ValidateUrlMapRequest) GetUrlMapsValidateRequestResource

func (x *ValidateUrlMapRequest) GetUrlMapsValidateRequestResource() *UrlMapsValidateRequest

func (*ValidateUrlMapRequest) ProtoMessage

func (*ValidateUrlMapRequest) ProtoMessage()

func (*ValidateUrlMapRequest) ProtoReflect

func (x *ValidateUrlMapRequest) ProtoReflect() protoreflect.Message

func (*ValidateUrlMapRequest) Reset

func (x *ValidateUrlMapRequest) Reset()

func (*ValidateUrlMapRequest) String

func (x *ValidateUrlMapRequest) String() string

type VmEndpointNatMappings

type VmEndpointNatMappings struct {

	// Name of the VM instance which the endpoint belongs to
	InstanceName         *string                                      `protobuf:"bytes,227947509,opt,name=instance_name,json=instanceName,proto3,oneof" json:"instance_name,omitempty"`
	InterfaceNatMappings []*VmEndpointNatMappingsInterfaceNatMappings `protobuf:"bytes,256196617,rep,name=interface_nat_mappings,json=interfaceNatMappings,proto3" json:"interface_nat_mappings,omitempty"`
	// contains filtered or unexported fields
}

Contain information of Nat mapping for a VM endpoint (i.e., NIC).

func (*VmEndpointNatMappings) Descriptor

func (*VmEndpointNatMappings) Descriptor() ([]byte, []int)

Deprecated: Use VmEndpointNatMappings.ProtoReflect.Descriptor instead.

func (*VmEndpointNatMappings) GetInstanceName

func (x *VmEndpointNatMappings) GetInstanceName() string

func (*VmEndpointNatMappings) GetInterfaceNatMappings

func (x *VmEndpointNatMappings) GetInterfaceNatMappings() []*VmEndpointNatMappingsInterfaceNatMappings

func (*VmEndpointNatMappings) ProtoMessage

func (*VmEndpointNatMappings) ProtoMessage()

func (*VmEndpointNatMappings) ProtoReflect

func (x *VmEndpointNatMappings) ProtoReflect() protoreflect.Message

func (*VmEndpointNatMappings) Reset

func (x *VmEndpointNatMappings) Reset()

func (*VmEndpointNatMappings) String

func (x *VmEndpointNatMappings) String() string

type VmEndpointNatMappingsInterfaceNatMappings

type VmEndpointNatMappingsInterfaceNatMappings struct {

	// List of all drain IP:port-range mappings assigned to this interface. These ranges are inclusive, that is, both the first and the last ports can be used for NAT. Example: ["2.2.2.2:12345-12355", "1.1.1.1:2234-2234"].
	DrainNatIpPortRanges []string `protobuf:"bytes,395440577,rep,name=drain_nat_ip_port_ranges,json=drainNatIpPortRanges,proto3" json:"drain_nat_ip_port_ranges,omitempty"`
	// A list of all IP:port-range mappings assigned to this interface. These ranges are inclusive, that is, both the first and the last ports can be used for NAT. Example: ["2.2.2.2:12345-12355", "1.1.1.1:2234-2234"].
	NatIpPortRanges []string `protobuf:"bytes,531830810,rep,name=nat_ip_port_ranges,json=natIpPortRanges,proto3" json:"nat_ip_port_ranges,omitempty"`
	// Total number of drain ports across all NAT IPs allocated to this interface. It equals to the aggregated port number in the field drain_nat_ip_port_ranges.
	NumTotalDrainNatPorts *int32 `protobuf:"varint,335532793,opt,name=num_total_drain_nat_ports,json=numTotalDrainNatPorts,proto3,oneof" json:"num_total_drain_nat_ports,omitempty"`
	// Total number of ports across all NAT IPs allocated to this interface. It equals to the aggregated port number in the field nat_ip_port_ranges.
	NumTotalNatPorts *int32 `protobuf:"varint,299904384,opt,name=num_total_nat_ports,json=numTotalNatPorts,proto3,oneof" json:"num_total_nat_ports,omitempty"`
	// Information about mappings provided by rules in this NAT.
	RuleMappings []*VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings `protobuf:"bytes,486192968,rep,name=rule_mappings,json=ruleMappings,proto3" json:"rule_mappings,omitempty"`
	// Alias IP range for this interface endpoint. It will be a private (RFC 1918) IP range. Examples: "10.33.4.55/32", or "192.168.5.0/24".
	SourceAliasIpRange *string `protobuf:"bytes,440340952,opt,name=source_alias_ip_range,json=sourceAliasIpRange,proto3,oneof" json:"source_alias_ip_range,omitempty"`
	// Primary IP of the VM for this NIC.
	SourceVirtualIp *string `protobuf:"bytes,149836159,opt,name=source_virtual_ip,json=sourceVirtualIp,proto3,oneof" json:"source_virtual_ip,omitempty"`
	// contains filtered or unexported fields
}

Contain information of Nat mapping for an interface of this endpoint.

func (*VmEndpointNatMappingsInterfaceNatMappings) Descriptor

func (*VmEndpointNatMappingsInterfaceNatMappings) Descriptor() ([]byte, []int)

Deprecated: Use VmEndpointNatMappingsInterfaceNatMappings.ProtoReflect.Descriptor instead.

func (*VmEndpointNatMappingsInterfaceNatMappings) GetDrainNatIpPortRanges

func (x *VmEndpointNatMappingsInterfaceNatMappings) GetDrainNatIpPortRanges() []string

func (*VmEndpointNatMappingsInterfaceNatMappings) GetNatIpPortRanges

func (x *VmEndpointNatMappingsInterfaceNatMappings) GetNatIpPortRanges() []string

func (*VmEndpointNatMappingsInterfaceNatMappings) GetNumTotalDrainNatPorts

func (x *VmEndpointNatMappingsInterfaceNatMappings) GetNumTotalDrainNatPorts() int32

func (*VmEndpointNatMappingsInterfaceNatMappings) GetNumTotalNatPorts

func (x *VmEndpointNatMappingsInterfaceNatMappings) GetNumTotalNatPorts() int32

func (*VmEndpointNatMappingsInterfaceNatMappings) GetRuleMappings

func (*VmEndpointNatMappingsInterfaceNatMappings) GetSourceAliasIpRange

func (x *VmEndpointNatMappingsInterfaceNatMappings) GetSourceAliasIpRange() string

func (*VmEndpointNatMappingsInterfaceNatMappings) GetSourceVirtualIp

func (x *VmEndpointNatMappingsInterfaceNatMappings) GetSourceVirtualIp() string

func (*VmEndpointNatMappingsInterfaceNatMappings) ProtoMessage

func (*VmEndpointNatMappingsInterfaceNatMappings) ProtoReflect

func (*VmEndpointNatMappingsInterfaceNatMappings) Reset

func (*VmEndpointNatMappingsInterfaceNatMappings) String

type VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings

type VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings struct {

	// List of all drain IP:port-range mappings assigned to this interface by this rule. These ranges are inclusive, that is, both the first and the last ports can be used for NAT. Example: ["2.2.2.2:12345-12355", "1.1.1.1:2234-2234"].
	DrainNatIpPortRanges []string `protobuf:"bytes,395440577,rep,name=drain_nat_ip_port_ranges,json=drainNatIpPortRanges,proto3" json:"drain_nat_ip_port_ranges,omitempty"`
	// A list of all IP:port-range mappings assigned to this interface by this rule. These ranges are inclusive, that is, both the first and the last ports can be used for NAT. Example: ["2.2.2.2:12345-12355", "1.1.1.1:2234-2234"].
	NatIpPortRanges []string `protobuf:"bytes,531830810,rep,name=nat_ip_port_ranges,json=natIpPortRanges,proto3" json:"nat_ip_port_ranges,omitempty"`
	// Total number of drain ports across all NAT IPs allocated to this interface by this rule. It equals the aggregated port number in the field drain_nat_ip_port_ranges.
	NumTotalDrainNatPorts *int32 `protobuf:"varint,335532793,opt,name=num_total_drain_nat_ports,json=numTotalDrainNatPorts,proto3,oneof" json:"num_total_drain_nat_ports,omitempty"`
	// Total number of ports across all NAT IPs allocated to this interface by this rule. It equals the aggregated port number in the field nat_ip_port_ranges.
	NumTotalNatPorts *int32 `protobuf:"varint,299904384,opt,name=num_total_nat_ports,json=numTotalNatPorts,proto3,oneof" json:"num_total_nat_ports,omitempty"`
	// Rule number of the NAT Rule.
	RuleNumber *int32 `protobuf:"varint,535211500,opt,name=rule_number,json=ruleNumber,proto3,oneof" json:"rule_number,omitempty"`
	// contains filtered or unexported fields
}

Contains information of NAT Mappings provided by a NAT Rule.

func (*VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings) Descriptor

Deprecated: Use VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings.ProtoReflect.Descriptor instead.

func (*VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings) GetDrainNatIpPortRanges

func (*VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings) GetNatIpPortRanges

func (*VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings) GetNumTotalDrainNatPorts

func (*VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings) GetNumTotalNatPorts

func (*VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings) GetRuleNumber

func (*VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings) ProtoMessage

func (*VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings) ProtoReflect

func (*VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings) Reset

func (*VmEndpointNatMappingsInterfaceNatMappingsNatRuleMappings) String

type VmEndpointNatMappingsList

type VmEndpointNatMappingsList struct {

	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Output Only] Type of resource. Always compute#vmEndpointNatMappingsList for lists of Nat mappings of VM endpoints.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] A list of Nat mapping information of VM endpoints.
	Result []*VmEndpointNatMappings `protobuf:"bytes,139315229,rep,name=result,proto3" json:"result,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

Contains a list of VmEndpointNatMappings.

func (*VmEndpointNatMappingsList) Descriptor

func (*VmEndpointNatMappingsList) Descriptor() ([]byte, []int)

Deprecated: Use VmEndpointNatMappingsList.ProtoReflect.Descriptor instead.

func (*VmEndpointNatMappingsList) GetId

func (x *VmEndpointNatMappingsList) GetId() string

func (*VmEndpointNatMappingsList) GetKind

func (x *VmEndpointNatMappingsList) GetKind() string

func (*VmEndpointNatMappingsList) GetNextPageToken

func (x *VmEndpointNatMappingsList) GetNextPageToken() string

func (*VmEndpointNatMappingsList) GetResult

func (x *VmEndpointNatMappingsList) GetSelfLink() string

func (*VmEndpointNatMappingsList) GetWarning

func (x *VmEndpointNatMappingsList) GetWarning() *Warning

func (*VmEndpointNatMappingsList) ProtoMessage

func (*VmEndpointNatMappingsList) ProtoMessage()

func (*VmEndpointNatMappingsList) ProtoReflect

func (*VmEndpointNatMappingsList) Reset

func (x *VmEndpointNatMappingsList) Reset()

func (*VmEndpointNatMappingsList) String

func (x *VmEndpointNatMappingsList) String() string

type VpnGateway

type VpnGateway struct {

	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// An optional description of this resource. Provide this property when you create the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Output Only] Type of resource. Always compute#vpnGateway for VPN gateways.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// A fingerprint for the labels being applied to this VpnGateway, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a VpnGateway.
	LabelFingerprint *string `protobuf:"bytes,178124825,opt,name=label_fingerprint,json=labelFingerprint,proto3,oneof" json:"label_fingerprint,omitempty"`
	// Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.
	Labels map[string]string `protobuf:"bytes,500195327,rep,name=labels,proto3" json:"labels,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// URL of the network to which this VPN gateway is attached. Provided by the client when the VPN gateway is created.
	Network *string `protobuf:"bytes,232872494,opt,name=network,proto3,oneof" json:"network,omitempty"`
	// [Output Only] URL of the region where the VPN gateway resides.
	Region *string `protobuf:"bytes,138946292,opt,name=region,proto3,oneof" json:"region,omitempty"`
	// [Output Only] Server-defined URL for the resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// The stack type for this VPN gateway to identify the IP protocols that are enabled. Possible values are: IPV4_ONLY, IPV4_IPV6. If not specified, IPV4_ONLY will be used.
	// Check the StackType enum for the list of possible values.
	StackType *string `protobuf:"bytes,425908881,opt,name=stack_type,json=stackType,proto3,oneof" json:"stack_type,omitempty"`
	// The list of VPN interfaces associated with this VPN gateway.
	VpnInterfaces []*VpnGatewayVpnGatewayInterface `protobuf:"bytes,91842181,rep,name=vpn_interfaces,json=vpnInterfaces,proto3" json:"vpn_interfaces,omitempty"`
	// contains filtered or unexported fields
}

Represents a HA VPN gateway. HA VPN is a high-availability (HA) Cloud VPN solution that lets you securely connect your on-premises network to your Google Cloud Virtual Private Cloud network through an IPsec VPN connection in a single region. For more information about Cloud HA VPN solutions, see Cloud VPN topologies .

func (*VpnGateway) Descriptor

func (*VpnGateway) Descriptor() ([]byte, []int)

Deprecated: Use VpnGateway.ProtoReflect.Descriptor instead.

func (*VpnGateway) GetCreationTimestamp

func (x *VpnGateway) GetCreationTimestamp() string

func (*VpnGateway) GetDescription

func (x *VpnGateway) GetDescription() string

func (*VpnGateway) GetId

func (x *VpnGateway) GetId() uint64

func (*VpnGateway) GetKind

func (x *VpnGateway) GetKind() string

func (*VpnGateway) GetLabelFingerprint

func (x *VpnGateway) GetLabelFingerprint() string

func (*VpnGateway) GetLabels

func (x *VpnGateway) GetLabels() map[string]string

func (*VpnGateway) GetName

func (x *VpnGateway) GetName() string

func (*VpnGateway) GetNetwork

func (x *VpnGateway) GetNetwork() string

func (*VpnGateway) GetRegion

func (x *VpnGateway) GetRegion() string
func (x *VpnGateway) GetSelfLink() string

func (*VpnGateway) GetStackType

func (x *VpnGateway) GetStackType() string

func (*VpnGateway) GetVpnInterfaces

func (x *VpnGateway) GetVpnInterfaces() []*VpnGatewayVpnGatewayInterface

func (*VpnGateway) ProtoMessage

func (*VpnGateway) ProtoMessage()

func (*VpnGateway) ProtoReflect

func (x *VpnGateway) ProtoReflect() protoreflect.Message

func (*VpnGateway) Reset

func (x *VpnGateway) Reset()

func (*VpnGateway) String

func (x *VpnGateway) String() string

type VpnGatewayAggregatedList

type VpnGatewayAggregatedList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of VpnGateway resources.
	Items map[string]*VpnGatewaysScopedList `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// [Output Only] Type of resource. Always compute#vpnGateway for VPN gateways.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Unreachable resources.
	Unreachables []string `protobuf:"bytes,243372063,rep,name=unreachables,proto3" json:"unreachables,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*VpnGatewayAggregatedList) Descriptor

func (*VpnGatewayAggregatedList) Descriptor() ([]byte, []int)

Deprecated: Use VpnGatewayAggregatedList.ProtoReflect.Descriptor instead.

func (*VpnGatewayAggregatedList) GetId

func (x *VpnGatewayAggregatedList) GetId() string

func (*VpnGatewayAggregatedList) GetItems

func (*VpnGatewayAggregatedList) GetKind

func (x *VpnGatewayAggregatedList) GetKind() string

func (*VpnGatewayAggregatedList) GetNextPageToken

func (x *VpnGatewayAggregatedList) GetNextPageToken() string
func (x *VpnGatewayAggregatedList) GetSelfLink() string

func (*VpnGatewayAggregatedList) GetUnreachables

func (x *VpnGatewayAggregatedList) GetUnreachables() []string

func (*VpnGatewayAggregatedList) GetWarning

func (x *VpnGatewayAggregatedList) GetWarning() *Warning

func (*VpnGatewayAggregatedList) ProtoMessage

func (*VpnGatewayAggregatedList) ProtoMessage()

func (*VpnGatewayAggregatedList) ProtoReflect

func (x *VpnGatewayAggregatedList) ProtoReflect() protoreflect.Message

func (*VpnGatewayAggregatedList) Reset

func (x *VpnGatewayAggregatedList) Reset()

func (*VpnGatewayAggregatedList) String

func (x *VpnGatewayAggregatedList) String() string

type VpnGatewayList

type VpnGatewayList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of VpnGateway resources.
	Items []*VpnGateway `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] Type of resource. Always compute#vpnGateway for VPN gateways.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

Contains a list of VpnGateway resources.

func (*VpnGatewayList) Descriptor

func (*VpnGatewayList) Descriptor() ([]byte, []int)

Deprecated: Use VpnGatewayList.ProtoReflect.Descriptor instead.

func (*VpnGatewayList) GetId

func (x *VpnGatewayList) GetId() string

func (*VpnGatewayList) GetItems

func (x *VpnGatewayList) GetItems() []*VpnGateway

func (*VpnGatewayList) GetKind

func (x *VpnGatewayList) GetKind() string

func (*VpnGatewayList) GetNextPageToken

func (x *VpnGatewayList) GetNextPageToken() string
func (x *VpnGatewayList) GetSelfLink() string

func (*VpnGatewayList) GetWarning

func (x *VpnGatewayList) GetWarning() *Warning

func (*VpnGatewayList) ProtoMessage

func (*VpnGatewayList) ProtoMessage()

func (*VpnGatewayList) ProtoReflect

func (x *VpnGatewayList) ProtoReflect() protoreflect.Message

func (*VpnGatewayList) Reset

func (x *VpnGatewayList) Reset()

func (*VpnGatewayList) String

func (x *VpnGatewayList) String() string

type VpnGatewayStatus

type VpnGatewayStatus struct {

	// List of VPN connection for this VpnGateway.
	VpnConnections []*VpnGatewayStatusVpnConnection `protobuf:"bytes,439334538,rep,name=vpn_connections,json=vpnConnections,proto3" json:"vpn_connections,omitempty"`
	// contains filtered or unexported fields
}

func (*VpnGatewayStatus) Descriptor

func (*VpnGatewayStatus) Descriptor() ([]byte, []int)

Deprecated: Use VpnGatewayStatus.ProtoReflect.Descriptor instead.

func (*VpnGatewayStatus) GetVpnConnections

func (x *VpnGatewayStatus) GetVpnConnections() []*VpnGatewayStatusVpnConnection

func (*VpnGatewayStatus) ProtoMessage

func (*VpnGatewayStatus) ProtoMessage()

func (*VpnGatewayStatus) ProtoReflect

func (x *VpnGatewayStatus) ProtoReflect() protoreflect.Message

func (*VpnGatewayStatus) Reset

func (x *VpnGatewayStatus) Reset()

func (*VpnGatewayStatus) String

func (x *VpnGatewayStatus) String() string

type VpnGatewayStatusHighAvailabilityRequirementState

type VpnGatewayStatusHighAvailabilityRequirementState struct {

	// Indicates the high availability requirement state for the VPN connection. Valid values are CONNECTION_REDUNDANCY_MET, CONNECTION_REDUNDANCY_NOT_MET.
	// Check the State enum for the list of possible values.
	State *string `protobuf:"bytes,109757585,opt,name=state,proto3,oneof" json:"state,omitempty"`
	// Indicates the reason why the VPN connection does not meet the high availability redundancy criteria/requirement. Valid values is INCOMPLETE_TUNNELS_COVERAGE.
	// Check the UnsatisfiedReason enum for the list of possible values.
	UnsatisfiedReason *string `protobuf:"bytes,55016330,opt,name=unsatisfied_reason,json=unsatisfiedReason,proto3,oneof" json:"unsatisfied_reason,omitempty"`
	// contains filtered or unexported fields
}

Describes the high availability requirement state for the VPN connection between this Cloud VPN gateway and a peer gateway.

func (*VpnGatewayStatusHighAvailabilityRequirementState) Descriptor

Deprecated: Use VpnGatewayStatusHighAvailabilityRequirementState.ProtoReflect.Descriptor instead.

func (*VpnGatewayStatusHighAvailabilityRequirementState) GetState

func (*VpnGatewayStatusHighAvailabilityRequirementState) GetUnsatisfiedReason

func (x *VpnGatewayStatusHighAvailabilityRequirementState) GetUnsatisfiedReason() string

func (*VpnGatewayStatusHighAvailabilityRequirementState) ProtoMessage

func (*VpnGatewayStatusHighAvailabilityRequirementState) ProtoReflect

func (*VpnGatewayStatusHighAvailabilityRequirementState) Reset

func (*VpnGatewayStatusHighAvailabilityRequirementState) String

type VpnGatewayStatusHighAvailabilityRequirementState_State

type VpnGatewayStatusHighAvailabilityRequirementState_State int32

Indicates the high availability requirement state for the VPN connection. Valid values are CONNECTION_REDUNDANCY_MET, CONNECTION_REDUNDANCY_NOT_MET.

const (
	// A value indicating that the enum field is not set.
	VpnGatewayStatusHighAvailabilityRequirementState_UNDEFINED_STATE VpnGatewayStatusHighAvailabilityRequirementState_State = 0
	// VPN tunnels are configured with adequate redundancy from Cloud VPN gateway to the peer VPN gateway. For both GCP-to-non-GCP and GCP-to-GCP connections, the adequate redundancy is a pre-requirement for users to get 99.99% availability on GCP side; please note that for any connection, end-to-end 99.99% availability is subject to proper configuration on the peer VPN gateway.
	VpnGatewayStatusHighAvailabilityRequirementState_CONNECTION_REDUNDANCY_MET VpnGatewayStatusHighAvailabilityRequirementState_State = 505242907
	// VPN tunnels are not configured with adequate redundancy from the Cloud VPN gateway to the peer gateway
	VpnGatewayStatusHighAvailabilityRequirementState_CONNECTION_REDUNDANCY_NOT_MET VpnGatewayStatusHighAvailabilityRequirementState_State = 511863311
)

func (VpnGatewayStatusHighAvailabilityRequirementState_State) Descriptor

func (VpnGatewayStatusHighAvailabilityRequirementState_State) Enum

func (VpnGatewayStatusHighAvailabilityRequirementState_State) EnumDescriptor

Deprecated: Use VpnGatewayStatusHighAvailabilityRequirementState_State.Descriptor instead.

func (VpnGatewayStatusHighAvailabilityRequirementState_State) Number

func (VpnGatewayStatusHighAvailabilityRequirementState_State) String

func (VpnGatewayStatusHighAvailabilityRequirementState_State) Type

type VpnGatewayStatusHighAvailabilityRequirementState_UnsatisfiedReason

type VpnGatewayStatusHighAvailabilityRequirementState_UnsatisfiedReason int32

Indicates the reason why the VPN connection does not meet the high availability redundancy criteria/requirement. Valid values is INCOMPLETE_TUNNELS_COVERAGE.

const (
	// A value indicating that the enum field is not set.
	VpnGatewayStatusHighAvailabilityRequirementState_UNDEFINED_UNSATISFIED_REASON VpnGatewayStatusHighAvailabilityRequirementState_UnsatisfiedReason = 0
	VpnGatewayStatusHighAvailabilityRequirementState_INCOMPLETE_TUNNELS_COVERAGE  VpnGatewayStatusHighAvailabilityRequirementState_UnsatisfiedReason = 55917437
)

func (VpnGatewayStatusHighAvailabilityRequirementState_UnsatisfiedReason) Descriptor

func (VpnGatewayStatusHighAvailabilityRequirementState_UnsatisfiedReason) Enum

func (VpnGatewayStatusHighAvailabilityRequirementState_UnsatisfiedReason) EnumDescriptor

Deprecated: Use VpnGatewayStatusHighAvailabilityRequirementState_UnsatisfiedReason.Descriptor instead.

func (VpnGatewayStatusHighAvailabilityRequirementState_UnsatisfiedReason) Number

func (VpnGatewayStatusHighAvailabilityRequirementState_UnsatisfiedReason) String

func (VpnGatewayStatusHighAvailabilityRequirementState_UnsatisfiedReason) Type

type VpnGatewayStatusTunnel

type VpnGatewayStatusTunnel struct {

	// The VPN gateway interface this VPN tunnel is associated with.
	LocalGatewayInterface *uint32 `protobuf:"varint,158764330,opt,name=local_gateway_interface,json=localGatewayInterface,proto3,oneof" json:"local_gateway_interface,omitempty"`
	// The peer gateway interface this VPN tunnel is connected to, the peer gateway could either be an external VPN gateway or a Google Cloud VPN gateway.
	PeerGatewayInterface *uint32 `protobuf:"varint,214380385,opt,name=peer_gateway_interface,json=peerGatewayInterface,proto3,oneof" json:"peer_gateway_interface,omitempty"`
	// URL reference to the VPN tunnel.
	TunnelUrl *string `protobuf:"bytes,78975256,opt,name=tunnel_url,json=tunnelUrl,proto3,oneof" json:"tunnel_url,omitempty"`
	// contains filtered or unexported fields
}

Contains some information about a VPN tunnel.

func (*VpnGatewayStatusTunnel) Descriptor

func (*VpnGatewayStatusTunnel) Descriptor() ([]byte, []int)

Deprecated: Use VpnGatewayStatusTunnel.ProtoReflect.Descriptor instead.

func (*VpnGatewayStatusTunnel) GetLocalGatewayInterface

func (x *VpnGatewayStatusTunnel) GetLocalGatewayInterface() uint32

func (*VpnGatewayStatusTunnel) GetPeerGatewayInterface

func (x *VpnGatewayStatusTunnel) GetPeerGatewayInterface() uint32

func (*VpnGatewayStatusTunnel) GetTunnelUrl

func (x *VpnGatewayStatusTunnel) GetTunnelUrl() string

func (*VpnGatewayStatusTunnel) ProtoMessage

func (*VpnGatewayStatusTunnel) ProtoMessage()

func (*VpnGatewayStatusTunnel) ProtoReflect

func (x *VpnGatewayStatusTunnel) ProtoReflect() protoreflect.Message

func (*VpnGatewayStatusTunnel) Reset

func (x *VpnGatewayStatusTunnel) Reset()

func (*VpnGatewayStatusTunnel) String

func (x *VpnGatewayStatusTunnel) String() string

type VpnGatewayStatusVpnConnection

type VpnGatewayStatusVpnConnection struct {

	// URL reference to the peer external VPN gateways to which the VPN tunnels in this VPN connection are connected. This field is mutually exclusive with peer_gcp_gateway.
	PeerExternalGateway *string `protobuf:"bytes,384956173,opt,name=peer_external_gateway,json=peerExternalGateway,proto3,oneof" json:"peer_external_gateway,omitempty"`
	// URL reference to the peer side VPN gateways to which the VPN tunnels in this VPN connection are connected. This field is mutually exclusive with peer_gcp_gateway.
	PeerGcpGateway *string `protobuf:"bytes,281867452,opt,name=peer_gcp_gateway,json=peerGcpGateway,proto3,oneof" json:"peer_gcp_gateway,omitempty"`
	// HighAvailabilityRequirementState for the VPN connection.
	State *VpnGatewayStatusHighAvailabilityRequirementState `protobuf:"bytes,109757585,opt,name=state,proto3,oneof" json:"state,omitempty"`
	// List of VPN tunnels that are in this VPN connection.
	Tunnels []*VpnGatewayStatusTunnel `protobuf:"bytes,104561931,rep,name=tunnels,proto3" json:"tunnels,omitempty"`
	// contains filtered or unexported fields
}

A VPN connection contains all VPN tunnels connected from this VpnGateway to the same peer gateway. The peer gateway could either be an external VPN gateway or a Google Cloud VPN gateway.

func (*VpnGatewayStatusVpnConnection) Descriptor

func (*VpnGatewayStatusVpnConnection) Descriptor() ([]byte, []int)

Deprecated: Use VpnGatewayStatusVpnConnection.ProtoReflect.Descriptor instead.

func (*VpnGatewayStatusVpnConnection) GetPeerExternalGateway

func (x *VpnGatewayStatusVpnConnection) GetPeerExternalGateway() string

func (*VpnGatewayStatusVpnConnection) GetPeerGcpGateway

func (x *VpnGatewayStatusVpnConnection) GetPeerGcpGateway() string

func (*VpnGatewayStatusVpnConnection) GetState

func (*VpnGatewayStatusVpnConnection) GetTunnels

func (*VpnGatewayStatusVpnConnection) ProtoMessage

func (*VpnGatewayStatusVpnConnection) ProtoMessage()

func (*VpnGatewayStatusVpnConnection) ProtoReflect

func (*VpnGatewayStatusVpnConnection) Reset

func (x *VpnGatewayStatusVpnConnection) Reset()

func (*VpnGatewayStatusVpnConnection) String

type VpnGatewayVpnGatewayInterface

type VpnGatewayVpnGatewayInterface struct {

	// [Output Only] Numeric identifier for this VPN interface associated with the VPN gateway.
	Id *uint32 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// URL of the VLAN attachment (interconnectAttachment) resource for this VPN gateway interface. When the value of this field is present, the VPN gateway is used for HA VPN over Cloud Interconnect; all egress or ingress traffic for this VPN gateway interface goes through the specified VLAN attachment resource.
	InterconnectAttachment *string `protobuf:"bytes,308135284,opt,name=interconnect_attachment,json=interconnectAttachment,proto3,oneof" json:"interconnect_attachment,omitempty"`
	// [Output Only] IP address for this VPN interface associated with the VPN gateway. The IP address could be either a regional external IP address or a regional internal IP address. The two IP addresses for a VPN gateway must be all regional external or regional internal IP addresses. There cannot be a mix of regional external IP addresses and regional internal IP addresses. For HA VPN over Cloud Interconnect, the IP addresses for both interfaces could either be regional internal IP addresses or regional external IP addresses. For regular (non HA VPN over Cloud Interconnect) HA VPN tunnels, the IP address must be a regional external IP address.
	IpAddress *string `protobuf:"bytes,406272220,opt,name=ip_address,json=ipAddress,proto3,oneof" json:"ip_address,omitempty"`
	// contains filtered or unexported fields
}

A VPN gateway interface.

func (*VpnGatewayVpnGatewayInterface) Descriptor

func (*VpnGatewayVpnGatewayInterface) Descriptor() ([]byte, []int)

Deprecated: Use VpnGatewayVpnGatewayInterface.ProtoReflect.Descriptor instead.

func (*VpnGatewayVpnGatewayInterface) GetId

func (*VpnGatewayVpnGatewayInterface) GetInterconnectAttachment

func (x *VpnGatewayVpnGatewayInterface) GetInterconnectAttachment() string

func (*VpnGatewayVpnGatewayInterface) GetIpAddress

func (x *VpnGatewayVpnGatewayInterface) GetIpAddress() string

func (*VpnGatewayVpnGatewayInterface) ProtoMessage

func (*VpnGatewayVpnGatewayInterface) ProtoMessage()

func (*VpnGatewayVpnGatewayInterface) ProtoReflect

func (*VpnGatewayVpnGatewayInterface) Reset

func (x *VpnGatewayVpnGatewayInterface) Reset()

func (*VpnGatewayVpnGatewayInterface) String

type VpnGateway_StackType

type VpnGateway_StackType int32

The stack type for this VPN gateway to identify the IP protocols that are enabled. Possible values are: IPV4_ONLY, IPV4_IPV6. If not specified, IPV4_ONLY will be used.

const (
	// A value indicating that the enum field is not set.
	VpnGateway_UNDEFINED_STACK_TYPE VpnGateway_StackType = 0
	// Enable VPN gateway with both IPv4 and IPv6 protocols.
	VpnGateway_IPV4_IPV6 VpnGateway_StackType = 22197249
	// Enable VPN gateway with only IPv4 protocol.
	VpnGateway_IPV4_ONLY VpnGateway_StackType = 22373798
)

func (VpnGateway_StackType) Descriptor

func (VpnGateway_StackType) Enum

func (VpnGateway_StackType) EnumDescriptor

func (VpnGateway_StackType) EnumDescriptor() ([]byte, []int)

Deprecated: Use VpnGateway_StackType.Descriptor instead.

func (VpnGateway_StackType) Number

func (VpnGateway_StackType) String

func (x VpnGateway_StackType) String() string

func (VpnGateway_StackType) Type

type VpnGatewaysClient

type VpnGatewaysClient interface {
	// Retrieves an aggregated list of VPN gateways.
	AggregatedList(ctx context.Context, in *AggregatedListVpnGatewaysRequest, opts ...grpc.CallOption) (*VpnGatewayAggregatedList, error)
	// Deletes the specified VPN gateway.
	Delete(ctx context.Context, in *DeleteVpnGatewayRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified VPN gateway.
	Get(ctx context.Context, in *GetVpnGatewayRequest, opts ...grpc.CallOption) (*VpnGateway, error)
	// Returns the status for the specified VPN gateway.
	GetStatus(ctx context.Context, in *GetStatusVpnGatewayRequest, opts ...grpc.CallOption) (*VpnGatewaysGetStatusResponse, error)
	// Creates a VPN gateway in the specified project and region using the data included in the request.
	Insert(ctx context.Context, in *InsertVpnGatewayRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves a list of VPN gateways available to the specified project and region.
	List(ctx context.Context, in *ListVpnGatewaysRequest, opts ...grpc.CallOption) (*VpnGatewayList, error)
	// Sets the labels on a VpnGateway. To learn more about labels, read the Labeling Resources documentation.
	SetLabels(ctx context.Context, in *SetLabelsVpnGatewayRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns permissions that a caller has on the specified resource.
	TestIamPermissions(ctx context.Context, in *TestIamPermissionsVpnGatewayRequest, opts ...grpc.CallOption) (*TestPermissionsResponse, error)
}

VpnGatewaysClient is the client API for VpnGateways service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewVpnGatewaysClient

func NewVpnGatewaysClient(cc grpc.ClientConnInterface) VpnGatewaysClient

type VpnGatewaysGetStatusResponse

type VpnGatewaysGetStatusResponse struct {
	Result *VpnGatewayStatus `protobuf:"bytes,139315229,opt,name=result,proto3,oneof" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*VpnGatewaysGetStatusResponse) Descriptor

func (*VpnGatewaysGetStatusResponse) Descriptor() ([]byte, []int)

Deprecated: Use VpnGatewaysGetStatusResponse.ProtoReflect.Descriptor instead.

func (*VpnGatewaysGetStatusResponse) GetResult

func (*VpnGatewaysGetStatusResponse) ProtoMessage

func (*VpnGatewaysGetStatusResponse) ProtoMessage()

func (*VpnGatewaysGetStatusResponse) ProtoReflect

func (*VpnGatewaysGetStatusResponse) Reset

func (x *VpnGatewaysGetStatusResponse) Reset()

func (*VpnGatewaysGetStatusResponse) String

type VpnGatewaysScopedList

type VpnGatewaysScopedList struct {

	// [Output Only] A list of VPN gateways contained in this scope.
	VpnGateways []*VpnGateway `protobuf:"bytes,259177882,rep,name=vpn_gateways,json=vpnGateways,proto3" json:"vpn_gateways,omitempty"`
	// [Output Only] Informational warning which replaces the list of addresses when the list is empty.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*VpnGatewaysScopedList) Descriptor

func (*VpnGatewaysScopedList) Descriptor() ([]byte, []int)

Deprecated: Use VpnGatewaysScopedList.ProtoReflect.Descriptor instead.

func (*VpnGatewaysScopedList) GetVpnGateways

func (x *VpnGatewaysScopedList) GetVpnGateways() []*VpnGateway

func (*VpnGatewaysScopedList) GetWarning

func (x *VpnGatewaysScopedList) GetWarning() *Warning

func (*VpnGatewaysScopedList) ProtoMessage

func (*VpnGatewaysScopedList) ProtoMessage()

func (*VpnGatewaysScopedList) ProtoReflect

func (x *VpnGatewaysScopedList) ProtoReflect() protoreflect.Message

func (*VpnGatewaysScopedList) Reset

func (x *VpnGatewaysScopedList) Reset()

func (*VpnGatewaysScopedList) String

func (x *VpnGatewaysScopedList) String() string

type VpnGatewaysServer

type VpnGatewaysServer interface {
	// Retrieves an aggregated list of VPN gateways.
	AggregatedList(context.Context, *AggregatedListVpnGatewaysRequest) (*VpnGatewayAggregatedList, error)
	// Deletes the specified VPN gateway.
	Delete(context.Context, *DeleteVpnGatewayRequest) (*Operation, error)
	// Returns the specified VPN gateway.
	Get(context.Context, *GetVpnGatewayRequest) (*VpnGateway, error)
	// Returns the status for the specified VPN gateway.
	GetStatus(context.Context, *GetStatusVpnGatewayRequest) (*VpnGatewaysGetStatusResponse, error)
	// Creates a VPN gateway in the specified project and region using the data included in the request.
	Insert(context.Context, *InsertVpnGatewayRequest) (*Operation, error)
	// Retrieves a list of VPN gateways available to the specified project and region.
	List(context.Context, *ListVpnGatewaysRequest) (*VpnGatewayList, error)
	// Sets the labels on a VpnGateway. To learn more about labels, read the Labeling Resources documentation.
	SetLabels(context.Context, *SetLabelsVpnGatewayRequest) (*Operation, error)
	// Returns permissions that a caller has on the specified resource.
	TestIamPermissions(context.Context, *TestIamPermissionsVpnGatewayRequest) (*TestPermissionsResponse, error)
}

VpnGatewaysServer is the server API for VpnGateways service.

type VpnTunnel

type VpnTunnel struct {

	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// An optional description of this resource. Provide this property when you create the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// [Output Only] Detailed status message for the VPN tunnel.
	DetailedStatus *string `protobuf:"bytes,333501025,opt,name=detailed_status,json=detailedStatus,proto3,oneof" json:"detailed_status,omitempty"`
	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// IKE protocol version to use when establishing the VPN tunnel with the peer VPN gateway. Acceptable IKE versions are 1 or 2. The default version is 2.
	IkeVersion *int32 `protobuf:"varint,218376220,opt,name=ike_version,json=ikeVersion,proto3,oneof" json:"ike_version,omitempty"`
	// [Output Only] Type of resource. Always compute#vpnTunnel for VPN tunnels.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// A fingerprint for the labels being applied to this VpnTunnel, which is essentially a hash of the labels set used for optimistic locking. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a VpnTunnel.
	LabelFingerprint *string `protobuf:"bytes,178124825,opt,name=label_fingerprint,json=labelFingerprint,proto3,oneof" json:"label_fingerprint,omitempty"`
	// Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.
	Labels map[string]string `protobuf:"bytes,500195327,rep,name=labels,proto3" json:"labels,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// Local traffic selector to use when establishing the VPN tunnel with the peer VPN gateway. The value should be a CIDR formatted string, for example: 192.168.0.0/16. The ranges must be disjoint. Only IPv4 is supported.
	LocalTrafficSelector []string `protobuf:"bytes,317314613,rep,name=local_traffic_selector,json=localTrafficSelector,proto3" json:"local_traffic_selector,omitempty"`
	// Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// URL of the peer side external VPN gateway to which this VPN tunnel is connected. Provided by the client when the VPN tunnel is created. This field is exclusive with the field peerGcpGateway.
	PeerExternalGateway *string `protobuf:"bytes,384956173,opt,name=peer_external_gateway,json=peerExternalGateway,proto3,oneof" json:"peer_external_gateway,omitempty"`
	// The interface ID of the external VPN gateway to which this VPN tunnel is connected. Provided by the client when the VPN tunnel is created. Possible values are: `0`, `1`, `2`, `3`. The number of IDs in use depends on the external VPN gateway redundancy type.
	PeerExternalGatewayInterface *int32 `protobuf:"varint,452768391,opt,name=peer_external_gateway_interface,json=peerExternalGatewayInterface,proto3,oneof" json:"peer_external_gateway_interface,omitempty"`
	// URL of the peer side HA GCP VPN gateway to which this VPN tunnel is connected. Provided by the client when the VPN tunnel is created. This field can be used when creating highly available VPN from VPC network to VPC network, the field is exclusive with the field peerExternalGateway. If provided, the VPN tunnel will automatically use the same vpnGatewayInterface ID in the peer GCP VPN gateway.
	PeerGcpGateway *string `protobuf:"bytes,281867452,opt,name=peer_gcp_gateway,json=peerGcpGateway,proto3,oneof" json:"peer_gcp_gateway,omitempty"`
	// IP address of the peer VPN gateway. Only IPv4 is supported.
	PeerIp *string `protobuf:"bytes,383249700,opt,name=peer_ip,json=peerIp,proto3,oneof" json:"peer_ip,omitempty"`
	// [Output Only] URL of the region where the VPN tunnel resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.
	Region *string `protobuf:"bytes,138946292,opt,name=region,proto3,oneof" json:"region,omitempty"`
	// Remote traffic selectors to use when establishing the VPN tunnel with the peer VPN gateway. The value should be a CIDR formatted string, for example: 192.168.0.0/16. The ranges should be disjoint. Only IPv4 is supported.
	RemoteTrafficSelector []string `protobuf:"bytes,358887098,rep,name=remote_traffic_selector,json=remoteTrafficSelector,proto3" json:"remote_traffic_selector,omitempty"`
	// URL of the router resource to be used for dynamic routing.
	Router *string `protobuf:"bytes,148608841,opt,name=router,proto3,oneof" json:"router,omitempty"`
	// [Output Only] Server-defined URL for the resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// Shared secret used to set the secure session between the Cloud VPN gateway and the peer VPN gateway.
	SharedSecret *string `protobuf:"bytes,381932490,opt,name=shared_secret,json=sharedSecret,proto3,oneof" json:"shared_secret,omitempty"`
	// Hash of the shared secret.
	SharedSecretHash *string `protobuf:"bytes,398881891,opt,name=shared_secret_hash,json=sharedSecretHash,proto3,oneof" json:"shared_secret_hash,omitempty"`
	// [Output Only] The status of the VPN tunnel, which can be one of the following: - PROVISIONING: Resource is being allocated for the VPN tunnel. - WAITING_FOR_FULL_CONFIG: Waiting to receive all VPN-related configs from the user. Network, TargetVpnGateway, VpnTunnel, ForwardingRule, and Route resources are needed to setup the VPN tunnel. - FIRST_HANDSHAKE: Successful first handshake with the peer VPN. - ESTABLISHED: Secure session is successfully established with the peer VPN. - NETWORK_ERROR: Deprecated, replaced by NO_INCOMING_PACKETS - AUTHORIZATION_ERROR: Auth error (for example, bad shared secret). - NEGOTIATION_FAILURE: Handshake failed. - DEPROVISIONING: Resources are being deallocated for the VPN tunnel. - FAILED: Tunnel creation has failed and the tunnel is not ready to be used. - NO_INCOMING_PACKETS: No incoming packets from peer. - REJECTED: Tunnel configuration was rejected, can be result of being denied access. - ALLOCATING_RESOURCES: Cloud VPN is in the process of allocating all required resources. - STOPPED: Tunnel is stopped due to its Forwarding Rules being deleted for Classic VPN tunnels or the project is in frozen state. - PEER_IDENTITY_MISMATCH: Peer identity does not match peer IP, probably behind NAT. - TS_NARROWING_NOT_ALLOWED: Traffic selector narrowing not allowed for an HA-VPN tunnel.
	// Check the Status enum for the list of possible values.
	Status *string `protobuf:"bytes,181260274,opt,name=status,proto3,oneof" json:"status,omitempty"`
	// URL of the Target VPN gateway with which this VPN tunnel is associated. Provided by the client when the VPN tunnel is created.
	TargetVpnGateway *string `protobuf:"bytes,532512843,opt,name=target_vpn_gateway,json=targetVpnGateway,proto3,oneof" json:"target_vpn_gateway,omitempty"`
	// URL of the VPN gateway with which this VPN tunnel is associated. Provided by the client when the VPN tunnel is created. This must be used (instead of target_vpn_gateway) if a High Availability VPN gateway resource is created.
	VpnGateway *string `protobuf:"bytes,406684153,opt,name=vpn_gateway,json=vpnGateway,proto3,oneof" json:"vpn_gateway,omitempty"`
	// The interface ID of the VPN gateway with which this VPN tunnel is associated. Possible values are: `0`, `1`.
	VpnGatewayInterface *int32 `protobuf:"varint,95979123,opt,name=vpn_gateway_interface,json=vpnGatewayInterface,proto3,oneof" json:"vpn_gateway_interface,omitempty"`
	// contains filtered or unexported fields
}

Represents a Cloud VPN Tunnel resource. For more information about VPN, read the the Cloud VPN Overview.

func (*VpnTunnel) Descriptor

func (*VpnTunnel) Descriptor() ([]byte, []int)

Deprecated: Use VpnTunnel.ProtoReflect.Descriptor instead.

func (*VpnTunnel) GetCreationTimestamp

func (x *VpnTunnel) GetCreationTimestamp() string

func (*VpnTunnel) GetDescription

func (x *VpnTunnel) GetDescription() string

func (*VpnTunnel) GetDetailedStatus

func (x *VpnTunnel) GetDetailedStatus() string

func (*VpnTunnel) GetId

func (x *VpnTunnel) GetId() uint64

func (*VpnTunnel) GetIkeVersion

func (x *VpnTunnel) GetIkeVersion() int32

func (*VpnTunnel) GetKind

func (x *VpnTunnel) GetKind() string

func (*VpnTunnel) GetLabelFingerprint

func (x *VpnTunnel) GetLabelFingerprint() string

func (*VpnTunnel) GetLabels

func (x *VpnTunnel) GetLabels() map[string]string

func (*VpnTunnel) GetLocalTrafficSelector

func (x *VpnTunnel) GetLocalTrafficSelector() []string

func (*VpnTunnel) GetName

func (x *VpnTunnel) GetName() string

func (*VpnTunnel) GetPeerExternalGateway

func (x *VpnTunnel) GetPeerExternalGateway() string

func (*VpnTunnel) GetPeerExternalGatewayInterface

func (x *VpnTunnel) GetPeerExternalGatewayInterface() int32

func (*VpnTunnel) GetPeerGcpGateway

func (x *VpnTunnel) GetPeerGcpGateway() string

func (*VpnTunnel) GetPeerIp

func (x *VpnTunnel) GetPeerIp() string

func (*VpnTunnel) GetRegion

func (x *VpnTunnel) GetRegion() string

func (*VpnTunnel) GetRemoteTrafficSelector

func (x *VpnTunnel) GetRemoteTrafficSelector() []string

func (*VpnTunnel) GetRouter

func (x *VpnTunnel) GetRouter() string
func (x *VpnTunnel) GetSelfLink() string

func (*VpnTunnel) GetSharedSecret

func (x *VpnTunnel) GetSharedSecret() string

func (*VpnTunnel) GetSharedSecretHash

func (x *VpnTunnel) GetSharedSecretHash() string

func (*VpnTunnel) GetStatus

func (x *VpnTunnel) GetStatus() string

func (*VpnTunnel) GetTargetVpnGateway

func (x *VpnTunnel) GetTargetVpnGateway() string

func (*VpnTunnel) GetVpnGateway

func (x *VpnTunnel) GetVpnGateway() string

func (*VpnTunnel) GetVpnGatewayInterface

func (x *VpnTunnel) GetVpnGatewayInterface() int32

func (*VpnTunnel) ProtoMessage

func (*VpnTunnel) ProtoMessage()

func (*VpnTunnel) ProtoReflect

func (x *VpnTunnel) ProtoReflect() protoreflect.Message

func (*VpnTunnel) Reset

func (x *VpnTunnel) Reset()

func (*VpnTunnel) String

func (x *VpnTunnel) String() string

type VpnTunnelAggregatedList

type VpnTunnelAggregatedList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of VpnTunnelsScopedList resources.
	Items map[string]*VpnTunnelsScopedList `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// [Output Only] Type of resource. Always compute#vpnTunnel for VPN tunnels.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Unreachable resources.
	Unreachables []string `protobuf:"bytes,243372063,rep,name=unreachables,proto3" json:"unreachables,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*VpnTunnelAggregatedList) Descriptor

func (*VpnTunnelAggregatedList) Descriptor() ([]byte, []int)

Deprecated: Use VpnTunnelAggregatedList.ProtoReflect.Descriptor instead.

func (*VpnTunnelAggregatedList) GetId

func (x *VpnTunnelAggregatedList) GetId() string

func (*VpnTunnelAggregatedList) GetItems

func (*VpnTunnelAggregatedList) GetKind

func (x *VpnTunnelAggregatedList) GetKind() string

func (*VpnTunnelAggregatedList) GetNextPageToken

func (x *VpnTunnelAggregatedList) GetNextPageToken() string
func (x *VpnTunnelAggregatedList) GetSelfLink() string

func (*VpnTunnelAggregatedList) GetUnreachables

func (x *VpnTunnelAggregatedList) GetUnreachables() []string

func (*VpnTunnelAggregatedList) GetWarning

func (x *VpnTunnelAggregatedList) GetWarning() *Warning

func (*VpnTunnelAggregatedList) ProtoMessage

func (*VpnTunnelAggregatedList) ProtoMessage()

func (*VpnTunnelAggregatedList) ProtoReflect

func (x *VpnTunnelAggregatedList) ProtoReflect() protoreflect.Message

func (*VpnTunnelAggregatedList) Reset

func (x *VpnTunnelAggregatedList) Reset()

func (*VpnTunnelAggregatedList) String

func (x *VpnTunnelAggregatedList) String() string

type VpnTunnelList

type VpnTunnelList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of VpnTunnel resources.
	Items []*VpnTunnel `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] Type of resource. Always compute#vpnTunnel for VPN tunnels.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

Contains a list of VpnTunnel resources.

func (*VpnTunnelList) Descriptor

func (*VpnTunnelList) Descriptor() ([]byte, []int)

Deprecated: Use VpnTunnelList.ProtoReflect.Descriptor instead.

func (*VpnTunnelList) GetId

func (x *VpnTunnelList) GetId() string

func (*VpnTunnelList) GetItems

func (x *VpnTunnelList) GetItems() []*VpnTunnel

func (*VpnTunnelList) GetKind

func (x *VpnTunnelList) GetKind() string

func (*VpnTunnelList) GetNextPageToken

func (x *VpnTunnelList) GetNextPageToken() string
func (x *VpnTunnelList) GetSelfLink() string

func (*VpnTunnelList) GetWarning

func (x *VpnTunnelList) GetWarning() *Warning

func (*VpnTunnelList) ProtoMessage

func (*VpnTunnelList) ProtoMessage()

func (*VpnTunnelList) ProtoReflect

func (x *VpnTunnelList) ProtoReflect() protoreflect.Message

func (*VpnTunnelList) Reset

func (x *VpnTunnelList) Reset()

func (*VpnTunnelList) String

func (x *VpnTunnelList) String() string

type VpnTunnel_Status

type VpnTunnel_Status int32

[Output Only] The status of the VPN tunnel, which can be one of the following: - PROVISIONING: Resource is being allocated for the VPN tunnel. - WAITING_FOR_FULL_CONFIG: Waiting to receive all VPN-related configs from the user. Network, TargetVpnGateway, VpnTunnel, ForwardingRule, and Route resources are needed to setup the VPN tunnel. - FIRST_HANDSHAKE: Successful first handshake with the peer VPN. - ESTABLISHED: Secure session is successfully established with the peer VPN. - NETWORK_ERROR: Deprecated, replaced by NO_INCOMING_PACKETS - AUTHORIZATION_ERROR: Auth error (for example, bad shared secret). - NEGOTIATION_FAILURE: Handshake failed. - DEPROVISIONING: Resources are being deallocated for the VPN tunnel. - FAILED: Tunnel creation has failed and the tunnel is not ready to be used. - NO_INCOMING_PACKETS: No incoming packets from peer. - REJECTED: Tunnel configuration was rejected, can be result of being denied access. - ALLOCATING_RESOURCES: Cloud VPN is in the process of allocating all required resources. - STOPPED: Tunnel is stopped due to its Forwarding Rules being deleted for Classic VPN tunnels or the project is in frozen state. - PEER_IDENTITY_MISMATCH: Peer identity does not match peer IP, probably behind NAT. - TS_NARROWING_NOT_ALLOWED: Traffic selector narrowing not allowed for an HA-VPN tunnel.

const (
	// A value indicating that the enum field is not set.
	VpnTunnel_UNDEFINED_STATUS VpnTunnel_Status = 0
	// Cloud VPN is in the process of allocating all required resources (specifically, a borg task).
	VpnTunnel_ALLOCATING_RESOURCES VpnTunnel_Status = 320922816
	// Auth error (e.g. bad shared secret).
	VpnTunnel_AUTHORIZATION_ERROR VpnTunnel_Status = 23580290
	// Resources is being deallocated for the VPN tunnel.
	VpnTunnel_DEPROVISIONING VpnTunnel_Status = 428935662
	// Secure session is successfully established with peer VPN.
	VpnTunnel_ESTABLISHED VpnTunnel_Status = 88852344
	// Tunnel creation has failed and the tunnel is not ready to be used.
	VpnTunnel_FAILED VpnTunnel_Status = 455706685
	// Successful first handshake with peer VPN.
	VpnTunnel_FIRST_HANDSHAKE VpnTunnel_Status = 191393000
	// Handshake failed.
	VpnTunnel_NEGOTIATION_FAILURE VpnTunnel_Status = 360325868
	// Deprecated, replaced by NO_INCOMING_PACKETS
	VpnTunnel_NETWORK_ERROR VpnTunnel_Status = 193912951
	// No incoming packets from peer
	VpnTunnel_NO_INCOMING_PACKETS VpnTunnel_Status = 119983216
	// Resource is being allocated for the VPN tunnel.
	VpnTunnel_PROVISIONING VpnTunnel_Status = 290896621
	// Tunnel configuration was rejected, can be result of being denylisted.
	VpnTunnel_REJECTED VpnTunnel_Status = 174130302
	// Tunnel is stopped due to its Forwarding Rules being deleted.
	VpnTunnel_STOPPED VpnTunnel_Status = 444276141
	// Waiting to receive all VPN-related configs from user. Network, TargetVpnGateway, VpnTunnel, ForwardingRule and Route resources are needed to setup VPN tunnel.
	VpnTunnel_WAITING_FOR_FULL_CONFIG VpnTunnel_Status = 41640522
)

func (VpnTunnel_Status) Descriptor

func (VpnTunnel_Status) Enum

func (VpnTunnel_Status) EnumDescriptor

func (VpnTunnel_Status) EnumDescriptor() ([]byte, []int)

Deprecated: Use VpnTunnel_Status.Descriptor instead.

func (VpnTunnel_Status) Number

func (VpnTunnel_Status) String

func (x VpnTunnel_Status) String() string

func (VpnTunnel_Status) Type

type VpnTunnelsClient

type VpnTunnelsClient interface {
	// Retrieves an aggregated list of VPN tunnels.
	AggregatedList(ctx context.Context, in *AggregatedListVpnTunnelsRequest, opts ...grpc.CallOption) (*VpnTunnelAggregatedList, error)
	// Deletes the specified VpnTunnel resource.
	Delete(ctx context.Context, in *DeleteVpnTunnelRequest, opts ...grpc.CallOption) (*Operation, error)
	// Returns the specified VpnTunnel resource.
	Get(ctx context.Context, in *GetVpnTunnelRequest, opts ...grpc.CallOption) (*VpnTunnel, error)
	// Creates a VpnTunnel resource in the specified project and region using the data included in the request.
	Insert(ctx context.Context, in *InsertVpnTunnelRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves a list of VpnTunnel resources contained in the specified project and region.
	List(ctx context.Context, in *ListVpnTunnelsRequest, opts ...grpc.CallOption) (*VpnTunnelList, error)
	// Sets the labels on a VpnTunnel. To learn more about labels, read the Labeling Resources documentation.
	SetLabels(ctx context.Context, in *SetLabelsVpnTunnelRequest, opts ...grpc.CallOption) (*Operation, error)
}

VpnTunnelsClient is the client API for VpnTunnels service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewVpnTunnelsClient

func NewVpnTunnelsClient(cc grpc.ClientConnInterface) VpnTunnelsClient

type VpnTunnelsScopedList

type VpnTunnelsScopedList struct {

	// A list of VPN tunnels contained in this scope.
	VpnTunnels []*VpnTunnel `protobuf:"bytes,163494080,rep,name=vpn_tunnels,json=vpnTunnels,proto3" json:"vpn_tunnels,omitempty"`
	// Informational warning which replaces the list of addresses when the list is empty.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*VpnTunnelsScopedList) Descriptor

func (*VpnTunnelsScopedList) Descriptor() ([]byte, []int)

Deprecated: Use VpnTunnelsScopedList.ProtoReflect.Descriptor instead.

func (*VpnTunnelsScopedList) GetVpnTunnels

func (x *VpnTunnelsScopedList) GetVpnTunnels() []*VpnTunnel

func (*VpnTunnelsScopedList) GetWarning

func (x *VpnTunnelsScopedList) GetWarning() *Warning

func (*VpnTunnelsScopedList) ProtoMessage

func (*VpnTunnelsScopedList) ProtoMessage()

func (*VpnTunnelsScopedList) ProtoReflect

func (x *VpnTunnelsScopedList) ProtoReflect() protoreflect.Message

func (*VpnTunnelsScopedList) Reset

func (x *VpnTunnelsScopedList) Reset()

func (*VpnTunnelsScopedList) String

func (x *VpnTunnelsScopedList) String() string

type VpnTunnelsServer

type VpnTunnelsServer interface {
	// Retrieves an aggregated list of VPN tunnels.
	AggregatedList(context.Context, *AggregatedListVpnTunnelsRequest) (*VpnTunnelAggregatedList, error)
	// Deletes the specified VpnTunnel resource.
	Delete(context.Context, *DeleteVpnTunnelRequest) (*Operation, error)
	// Returns the specified VpnTunnel resource.
	Get(context.Context, *GetVpnTunnelRequest) (*VpnTunnel, error)
	// Creates a VpnTunnel resource in the specified project and region using the data included in the request.
	Insert(context.Context, *InsertVpnTunnelRequest) (*Operation, error)
	// Retrieves a list of VpnTunnel resources contained in the specified project and region.
	List(context.Context, *ListVpnTunnelsRequest) (*VpnTunnelList, error)
	// Sets the labels on a VpnTunnel. To learn more about labels, read the Labeling Resources documentation.
	SetLabels(context.Context, *SetLabelsVpnTunnelRequest) (*Operation, error)
}

VpnTunnelsServer is the server API for VpnTunnels service.

type WafExpressionSet

type WafExpressionSet struct {

	// A list of alternate IDs. The format should be: - E.g. XSS-stable Generic suffix like "stable" is particularly useful if a policy likes to avail newer set of expressions without having to change the policy. A given alias name can't be used for more than one entity set.
	Aliases []string `protobuf:"bytes,159207166,rep,name=aliases,proto3" json:"aliases,omitempty"`
	// List of available expressions.
	Expressions []*WafExpressionSetExpression `protobuf:"bytes,175554779,rep,name=expressions,proto3" json:"expressions,omitempty"`
	// Google specified expression set ID. The format should be: - E.g. XSS-20170329 required
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*WafExpressionSet) Descriptor

func (*WafExpressionSet) Descriptor() ([]byte, []int)

Deprecated: Use WafExpressionSet.ProtoReflect.Descriptor instead.

func (*WafExpressionSet) GetAliases

func (x *WafExpressionSet) GetAliases() []string

func (*WafExpressionSet) GetExpressions

func (x *WafExpressionSet) GetExpressions() []*WafExpressionSetExpression

func (*WafExpressionSet) GetId

func (x *WafExpressionSet) GetId() string

func (*WafExpressionSet) ProtoMessage

func (*WafExpressionSet) ProtoMessage()

func (*WafExpressionSet) ProtoReflect

func (x *WafExpressionSet) ProtoReflect() protoreflect.Message

func (*WafExpressionSet) Reset

func (x *WafExpressionSet) Reset()

func (*WafExpressionSet) String

func (x *WafExpressionSet) String() string

type WafExpressionSetExpression

type WafExpressionSetExpression struct {

	// Expression ID should uniquely identify the origin of the expression. E.g. owasp-crs-v020901-id973337 identifies Owasp core rule set version 2.9.1 rule id 973337. The ID could be used to determine the individual attack definition that has been detected. It could also be used to exclude it from the policy in case of false positive. required
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// The sensitivity value associated with the WAF rule ID. This corresponds to the ModSecurity paranoia level, ranging from 1 to 4. 0 is reserved for opt-in only rules.
	Sensitivity *int32 `protobuf:"varint,27532959,opt,name=sensitivity,proto3,oneof" json:"sensitivity,omitempty"`
	// contains filtered or unexported fields
}

func (*WafExpressionSetExpression) Descriptor

func (*WafExpressionSetExpression) Descriptor() ([]byte, []int)

Deprecated: Use WafExpressionSetExpression.ProtoReflect.Descriptor instead.

func (*WafExpressionSetExpression) GetId

func (*WafExpressionSetExpression) GetSensitivity

func (x *WafExpressionSetExpression) GetSensitivity() int32

func (*WafExpressionSetExpression) ProtoMessage

func (*WafExpressionSetExpression) ProtoMessage()

func (*WafExpressionSetExpression) ProtoReflect

func (*WafExpressionSetExpression) Reset

func (x *WafExpressionSetExpression) Reset()

func (*WafExpressionSetExpression) String

func (x *WafExpressionSetExpression) String() string

type WaitGlobalOperationRequest

type WaitGlobalOperationRequest struct {

	// Name of the Operations resource to return.
	Operation string `protobuf:"bytes,52090215,opt,name=operation,proto3" json:"operation,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

A request message for GlobalOperations.Wait. See the method description for details.

func (*WaitGlobalOperationRequest) Descriptor

func (*WaitGlobalOperationRequest) Descriptor() ([]byte, []int)

Deprecated: Use WaitGlobalOperationRequest.ProtoReflect.Descriptor instead.

func (*WaitGlobalOperationRequest) GetOperation

func (x *WaitGlobalOperationRequest) GetOperation() string

func (*WaitGlobalOperationRequest) GetProject

func (x *WaitGlobalOperationRequest) GetProject() string

func (*WaitGlobalOperationRequest) ProtoMessage

func (*WaitGlobalOperationRequest) ProtoMessage()

func (*WaitGlobalOperationRequest) ProtoReflect

func (*WaitGlobalOperationRequest) Reset

func (x *WaitGlobalOperationRequest) Reset()

func (*WaitGlobalOperationRequest) String

func (x *WaitGlobalOperationRequest) String() string

type WaitRegionOperationRequest

type WaitRegionOperationRequest struct {

	// Name of the Operations resource to return.
	Operation string `protobuf:"bytes,52090215,opt,name=operation,proto3" json:"operation,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the region for this request.
	Region string `protobuf:"bytes,138946292,opt,name=region,proto3" json:"region,omitempty"`
	// contains filtered or unexported fields
}

A request message for RegionOperations.Wait. See the method description for details.

func (*WaitRegionOperationRequest) Descriptor

func (*WaitRegionOperationRequest) Descriptor() ([]byte, []int)

Deprecated: Use WaitRegionOperationRequest.ProtoReflect.Descriptor instead.

func (*WaitRegionOperationRequest) GetOperation

func (x *WaitRegionOperationRequest) GetOperation() string

func (*WaitRegionOperationRequest) GetProject

func (x *WaitRegionOperationRequest) GetProject() string

func (*WaitRegionOperationRequest) GetRegion

func (x *WaitRegionOperationRequest) GetRegion() string

func (*WaitRegionOperationRequest) ProtoMessage

func (*WaitRegionOperationRequest) ProtoMessage()

func (*WaitRegionOperationRequest) ProtoReflect

func (*WaitRegionOperationRequest) Reset

func (x *WaitRegionOperationRequest) Reset()

func (*WaitRegionOperationRequest) String

func (x *WaitRegionOperationRequest) String() string

type WaitZoneOperationRequest

type WaitZoneOperationRequest struct {

	// Name of the Operations resource to return.
	Operation string `protobuf:"bytes,52090215,opt,name=operation,proto3" json:"operation,omitempty"`
	// Project ID for this request.
	Project string `protobuf:"bytes,227560217,opt,name=project,proto3" json:"project,omitempty"`
	// Name of the zone for this request.
	Zone string `protobuf:"bytes,3744684,opt,name=zone,proto3" json:"zone,omitempty"`
	// contains filtered or unexported fields
}

A request message for ZoneOperations.Wait. See the method description for details.

func (*WaitZoneOperationRequest) Descriptor

func (*WaitZoneOperationRequest) Descriptor() ([]byte, []int)

Deprecated: Use WaitZoneOperationRequest.ProtoReflect.Descriptor instead.

func (*WaitZoneOperationRequest) GetOperation

func (x *WaitZoneOperationRequest) GetOperation() string

func (*WaitZoneOperationRequest) GetProject

func (x *WaitZoneOperationRequest) GetProject() string

func (*WaitZoneOperationRequest) GetZone

func (x *WaitZoneOperationRequest) GetZone() string

func (*WaitZoneOperationRequest) ProtoMessage

func (*WaitZoneOperationRequest) ProtoMessage()

func (*WaitZoneOperationRequest) ProtoReflect

func (x *WaitZoneOperationRequest) ProtoReflect() protoreflect.Message

func (*WaitZoneOperationRequest) Reset

func (x *WaitZoneOperationRequest) Reset()

func (*WaitZoneOperationRequest) String

func (x *WaitZoneOperationRequest) String() string

type Warning

type Warning struct {

	// [Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
	// Check the Code enum for the list of possible values.
	Code *string `protobuf:"bytes,3059181,opt,name=code,proto3,oneof" json:"code,omitempty"`
	// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
	Data []*Data `protobuf:"bytes,3076010,rep,name=data,proto3" json:"data,omitempty"`
	// [Output Only] A human-readable description of the warning code.
	Message *string `protobuf:"bytes,418054151,opt,name=message,proto3,oneof" json:"message,omitempty"`
	// contains filtered or unexported fields
}

[Output Only] Informational warning message.

func (*Warning) Descriptor

func (*Warning) Descriptor() ([]byte, []int)

Deprecated: Use Warning.ProtoReflect.Descriptor instead.

func (*Warning) GetCode

func (x *Warning) GetCode() string

func (*Warning) GetData

func (x *Warning) GetData() []*Data

func (*Warning) GetMessage

func (x *Warning) GetMessage() string

func (*Warning) ProtoMessage

func (*Warning) ProtoMessage()

func (*Warning) ProtoReflect

func (x *Warning) ProtoReflect() protoreflect.Message

func (*Warning) Reset

func (x *Warning) Reset()

func (*Warning) String

func (x *Warning) String() string

type Warning_Code

type Warning_Code int32

[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.

const (
	// A value indicating that the enum field is not set.
	Warning_UNDEFINED_CODE Warning_Code = 0
	// Warning about failed cleanup of transient changes made by a failed operation.
	Warning_CLEANUP_FAILED Warning_Code = 150308440
	// A link to a deprecated resource was created.
	Warning_DEPRECATED_RESOURCE_USED Warning_Code = 391835586
	// When deploying and at least one of the resources has a type marked as deprecated
	Warning_DEPRECATED_TYPE_USED Warning_Code = 346526230
	// The user created a boot disk that is larger than image size.
	Warning_DISK_SIZE_LARGER_THAN_IMAGE_SIZE Warning_Code = 369442967
	// When deploying and at least one of the resources has a type marked as experimental
	Warning_EXPERIMENTAL_TYPE_USED Warning_Code = 451954443
	// Warning that is present in an external api call
	Warning_EXTERNAL_API_WARNING Warning_Code = 175546307
	// Warning that value of a field has been overridden. Deprecated unused field.
	Warning_FIELD_VALUE_OVERRIDEN Warning_Code = 329669423
	// The operation involved use of an injected kernel, which is deprecated.
	Warning_INJECTED_KERNELS_DEPRECATED Warning_Code = 417377419
	// A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.
	Warning_INVALID_HEALTH_CHECK_FOR_DYNAMIC_WIEGHTED_LB Warning_Code = 401542606
	// When deploying a deployment with a exceedingly large number of resources
	Warning_LARGE_DEPLOYMENT_WARNING Warning_Code = 481440678
	// Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.
	Warning_LIST_OVERHEAD_QUOTA_EXCEED Warning_Code = 47618117
	// A resource depends on a missing type
	Warning_MISSING_TYPE_DEPENDENCY Warning_Code = 344505463
	// The route's nextHopIp address is not assigned to an instance on the network.
	Warning_NEXT_HOP_ADDRESS_NOT_ASSIGNED Warning_Code = 324964999
	// The route's next hop instance cannot ip forward.
	Warning_NEXT_HOP_CANNOT_IP_FORWARD Warning_Code = 383382887
	// The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.
	Warning_NEXT_HOP_INSTANCE_HAS_NO_IPV6_INTERFACE Warning_Code = 146748434
	// The route's nextHopInstance URL refers to an instance that does not exist.
	Warning_NEXT_HOP_INSTANCE_NOT_FOUND Warning_Code = 464250446
	// The route's nextHopInstance URL refers to an instance that is not on the same network as the route.
	Warning_NEXT_HOP_INSTANCE_NOT_ON_NETWORK Warning_Code = 243758146
	// The route's next hop instance does not have a status of RUNNING.
	Warning_NEXT_HOP_NOT_RUNNING Warning_Code = 417081265
	// Error which is not critical. We decided to continue the process despite the mentioned error.
	Warning_NOT_CRITICAL_ERROR Warning_Code = 105763924
	// No results are present on a particular list page.
	Warning_NO_RESULTS_ON_PAGE Warning_Code = 30036744
	// Success is reported, but some results may be missing due to errors
	Warning_PARTIAL_SUCCESS Warning_Code = 39966469
	// The user attempted to use a resource that requires a TOS they have not accepted.
	Warning_REQUIRED_TOS_AGREEMENT Warning_Code = 3745539
	// Warning that a resource is in use.
	Warning_RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING Warning_Code = 496728641
	// One or more of the resources set to auto-delete could not be deleted because they were in use.
	Warning_RESOURCE_NOT_DELETED Warning_Code = 168598460
	// When a resource schema validation is ignored.
	Warning_SCHEMA_VALIDATION_IGNORED Warning_Code = 275245642
	// Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.
	Warning_SINGLE_INSTANCE_PROPERTY_TEMPLATE Warning_Code = 268305617
	// When undeclared properties in the schema are present
	Warning_UNDECLARED_PROPERTIES Warning_Code = 390513439
	// A given scope cannot be reached.
	Warning_UNREACHABLE Warning_Code = 13328052
)

func (Warning_Code) Descriptor

func (Warning_Code) Enum

func (x Warning_Code) Enum() *Warning_Code

func (Warning_Code) EnumDescriptor

func (Warning_Code) EnumDescriptor() ([]byte, []int)

Deprecated: Use Warning_Code.Descriptor instead.

func (Warning_Code) Number

func (Warning_Code) String

func (x Warning_Code) String() string

func (Warning_Code) Type

type Warnings

type Warnings struct {

	// [Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.
	// Check the Code enum for the list of possible values.
	Code *string `protobuf:"bytes,3059181,opt,name=code,proto3,oneof" json:"code,omitempty"`
	// [Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }
	Data []*Data `protobuf:"bytes,3076010,rep,name=data,proto3" json:"data,omitempty"`
	// [Output Only] A human-readable description of the warning code.
	Message *string `protobuf:"bytes,418054151,opt,name=message,proto3,oneof" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*Warnings) Descriptor

func (*Warnings) Descriptor() ([]byte, []int)

Deprecated: Use Warnings.ProtoReflect.Descriptor instead.

func (*Warnings) GetCode

func (x *Warnings) GetCode() string

func (*Warnings) GetData

func (x *Warnings) GetData() []*Data

func (*Warnings) GetMessage

func (x *Warnings) GetMessage() string

func (*Warnings) ProtoMessage

func (*Warnings) ProtoMessage()

func (*Warnings) ProtoReflect

func (x *Warnings) ProtoReflect() protoreflect.Message

func (*Warnings) Reset

func (x *Warnings) Reset()

func (*Warnings) String

func (x *Warnings) String() string

type Warnings_Code

type Warnings_Code int32

[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.

const (
	// A value indicating that the enum field is not set.
	Warnings_UNDEFINED_CODE Warnings_Code = 0
	// Warning about failed cleanup of transient changes made by a failed operation.
	Warnings_CLEANUP_FAILED Warnings_Code = 150308440
	// A link to a deprecated resource was created.
	Warnings_DEPRECATED_RESOURCE_USED Warnings_Code = 391835586
	// When deploying and at least one of the resources has a type marked as deprecated
	Warnings_DEPRECATED_TYPE_USED Warnings_Code = 346526230
	// The user created a boot disk that is larger than image size.
	Warnings_DISK_SIZE_LARGER_THAN_IMAGE_SIZE Warnings_Code = 369442967
	// When deploying and at least one of the resources has a type marked as experimental
	Warnings_EXPERIMENTAL_TYPE_USED Warnings_Code = 451954443
	// Warning that is present in an external api call
	Warnings_EXTERNAL_API_WARNING Warnings_Code = 175546307
	// Warning that value of a field has been overridden. Deprecated unused field.
	Warnings_FIELD_VALUE_OVERRIDEN Warnings_Code = 329669423
	// The operation involved use of an injected kernel, which is deprecated.
	Warnings_INJECTED_KERNELS_DEPRECATED Warnings_Code = 417377419
	// A WEIGHTED_MAGLEV backend service is associated with a health check that is not of type HTTP/HTTPS/HTTP2.
	Warnings_INVALID_HEALTH_CHECK_FOR_DYNAMIC_WIEGHTED_LB Warnings_Code = 401542606
	// When deploying a deployment with a exceedingly large number of resources
	Warnings_LARGE_DEPLOYMENT_WARNING Warnings_Code = 481440678
	// Resource can't be retrieved due to list overhead quota exceed which captures the amount of resources filtered out by user-defined list filter.
	Warnings_LIST_OVERHEAD_QUOTA_EXCEED Warnings_Code = 47618117
	// A resource depends on a missing type
	Warnings_MISSING_TYPE_DEPENDENCY Warnings_Code = 344505463
	// The route's nextHopIp address is not assigned to an instance on the network.
	Warnings_NEXT_HOP_ADDRESS_NOT_ASSIGNED Warnings_Code = 324964999
	// The route's next hop instance cannot ip forward.
	Warnings_NEXT_HOP_CANNOT_IP_FORWARD Warnings_Code = 383382887
	// The route's nextHopInstance URL refers to an instance that does not have an ipv6 interface on the same network as the route.
	Warnings_NEXT_HOP_INSTANCE_HAS_NO_IPV6_INTERFACE Warnings_Code = 146748434
	// The route's nextHopInstance URL refers to an instance that does not exist.
	Warnings_NEXT_HOP_INSTANCE_NOT_FOUND Warnings_Code = 464250446
	// The route's nextHopInstance URL refers to an instance that is not on the same network as the route.
	Warnings_NEXT_HOP_INSTANCE_NOT_ON_NETWORK Warnings_Code = 243758146
	// The route's next hop instance does not have a status of RUNNING.
	Warnings_NEXT_HOP_NOT_RUNNING Warnings_Code = 417081265
	// Error which is not critical. We decided to continue the process despite the mentioned error.
	Warnings_NOT_CRITICAL_ERROR Warnings_Code = 105763924
	// No results are present on a particular list page.
	Warnings_NO_RESULTS_ON_PAGE Warnings_Code = 30036744
	// Success is reported, but some results may be missing due to errors
	Warnings_PARTIAL_SUCCESS Warnings_Code = 39966469
	// The user attempted to use a resource that requires a TOS they have not accepted.
	Warnings_REQUIRED_TOS_AGREEMENT Warnings_Code = 3745539
	// Warning that a resource is in use.
	Warnings_RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING Warnings_Code = 496728641
	// One or more of the resources set to auto-delete could not be deleted because they were in use.
	Warnings_RESOURCE_NOT_DELETED Warnings_Code = 168598460
	// When a resource schema validation is ignored.
	Warnings_SCHEMA_VALIDATION_IGNORED Warnings_Code = 275245642
	// Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.
	Warnings_SINGLE_INSTANCE_PROPERTY_TEMPLATE Warnings_Code = 268305617
	// When undeclared properties in the schema are present
	Warnings_UNDECLARED_PROPERTIES Warnings_Code = 390513439
	// A given scope cannot be reached.
	Warnings_UNREACHABLE Warnings_Code = 13328052
)

func (Warnings_Code) Descriptor

func (Warnings_Code) Enum

func (x Warnings_Code) Enum() *Warnings_Code

func (Warnings_Code) EnumDescriptor

func (Warnings_Code) EnumDescriptor() ([]byte, []int)

Deprecated: Use Warnings_Code.Descriptor instead.

func (Warnings_Code) Number

func (Warnings_Code) String

func (x Warnings_Code) String() string

func (Warnings_Code) Type

type WeightedBackendService

type WeightedBackendService struct {

	// The full or partial URL to the default BackendService resource. Before forwarding the request to backendService, the load balancer applies any relevant headerActions specified as part of this backendServiceWeight.
	BackendService *string `protobuf:"bytes,306946058,opt,name=backend_service,json=backendService,proto3,oneof" json:"backend_service,omitempty"`
	// Specifies changes to request and response headers that need to take effect for the selected backendService. headerAction specified here take effect before headerAction in the enclosing HttpRouteRule, PathMatcher and UrlMap. headerAction is not supported for load balancers that have their loadBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
	HeaderAction *HttpHeaderAction `protobuf:"bytes,328077352,opt,name=header_action,json=headerAction,proto3,oneof" json:"header_action,omitempty"`
	// Specifies the fraction of traffic sent to a backend service, computed as weight / (sum of all weightedBackendService weights in routeAction) . The selection of a backend service is determined only for new traffic. Once a user's request has been directed to a backend service, subsequent requests are sent to the same backend service as determined by the backend service's session affinity policy. The value must be from 0 to 1000.
	Weight *uint32 `protobuf:"varint,282149496,opt,name=weight,proto3,oneof" json:"weight,omitempty"`
	// contains filtered or unexported fields
}

In contrast to a single BackendService in HttpRouteAction to which all matching traffic is directed to, WeightedBackendService allows traffic to be split across multiple backend services. The volume of traffic for each backend service is proportional to the weight specified in each WeightedBackendService

func (*WeightedBackendService) Descriptor

func (*WeightedBackendService) Descriptor() ([]byte, []int)

Deprecated: Use WeightedBackendService.ProtoReflect.Descriptor instead.

func (*WeightedBackendService) GetBackendService

func (x *WeightedBackendService) GetBackendService() string

func (*WeightedBackendService) GetHeaderAction

func (x *WeightedBackendService) GetHeaderAction() *HttpHeaderAction

func (*WeightedBackendService) GetWeight

func (x *WeightedBackendService) GetWeight() uint32

func (*WeightedBackendService) ProtoMessage

func (*WeightedBackendService) ProtoMessage()

func (*WeightedBackendService) ProtoReflect

func (x *WeightedBackendService) ProtoReflect() protoreflect.Message

func (*WeightedBackendService) Reset

func (x *WeightedBackendService) Reset()

func (*WeightedBackendService) String

func (x *WeightedBackendService) String() string

type XpnHostList

type XpnHostList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Output Only] A list of shared VPC host project URLs.
	Items []*Project `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// [Output Only] Type of resource. Always compute#xpnHostList for lists of shared VPC hosts.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

func (*XpnHostList) Descriptor

func (*XpnHostList) Descriptor() ([]byte, []int)

Deprecated: Use XpnHostList.ProtoReflect.Descriptor instead.

func (*XpnHostList) GetId

func (x *XpnHostList) GetId() string

func (*XpnHostList) GetItems

func (x *XpnHostList) GetItems() []*Project

func (*XpnHostList) GetKind

func (x *XpnHostList) GetKind() string

func (*XpnHostList) GetNextPageToken

func (x *XpnHostList) GetNextPageToken() string
func (x *XpnHostList) GetSelfLink() string

func (*XpnHostList) GetWarning

func (x *XpnHostList) GetWarning() *Warning

func (*XpnHostList) ProtoMessage

func (*XpnHostList) ProtoMessage()

func (*XpnHostList) ProtoReflect

func (x *XpnHostList) ProtoReflect() protoreflect.Message

func (*XpnHostList) Reset

func (x *XpnHostList) Reset()

func (*XpnHostList) String

func (x *XpnHostList) String() string

type XpnResourceId

type XpnResourceId struct {

	// The ID of the service resource. In the case of projects, this field supports project id (e.g., my-project-123) and project number (e.g. 12345678).
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// The type of the service resource.
	// Check the Type enum for the list of possible values.
	Type *string `protobuf:"bytes,3575610,opt,name=type,proto3,oneof" json:"type,omitempty"`
	// contains filtered or unexported fields
}

Service resource (a.k.a service project) ID.

func (*XpnResourceId) Descriptor

func (*XpnResourceId) Descriptor() ([]byte, []int)

Deprecated: Use XpnResourceId.ProtoReflect.Descriptor instead.

func (*XpnResourceId) GetId

func (x *XpnResourceId) GetId() string

func (*XpnResourceId) GetType

func (x *XpnResourceId) GetType() string

func (*XpnResourceId) ProtoMessage

func (*XpnResourceId) ProtoMessage()

func (*XpnResourceId) ProtoReflect

func (x *XpnResourceId) ProtoReflect() protoreflect.Message

func (*XpnResourceId) Reset

func (x *XpnResourceId) Reset()

func (*XpnResourceId) String

func (x *XpnResourceId) String() string

type XpnResourceId_Type

type XpnResourceId_Type int32

The type of the service resource.

const (
	// A value indicating that the enum field is not set.
	XpnResourceId_UNDEFINED_TYPE                XpnResourceId_Type = 0
	XpnResourceId_PROJECT                       XpnResourceId_Type = 408671993
	XpnResourceId_XPN_RESOURCE_TYPE_UNSPECIFIED XpnResourceId_Type = 151607034
)

func (XpnResourceId_Type) Descriptor

func (XpnResourceId_Type) Enum

func (XpnResourceId_Type) EnumDescriptor

func (XpnResourceId_Type) EnumDescriptor() ([]byte, []int)

Deprecated: Use XpnResourceId_Type.Descriptor instead.

func (XpnResourceId_Type) Number

func (XpnResourceId_Type) String

func (x XpnResourceId_Type) String() string

func (XpnResourceId_Type) Type

type Zone

type Zone struct {

	// [Output Only] Available cpu/platform selections for the zone.
	AvailableCpuPlatforms []string `protobuf:"bytes,175536531,rep,name=available_cpu_platforms,json=availableCpuPlatforms,proto3" json:"available_cpu_platforms,omitempty"`
	// [Output Only] Creation timestamp in RFC3339 text format.
	CreationTimestamp *string `protobuf:"bytes,30525366,opt,name=creation_timestamp,json=creationTimestamp,proto3,oneof" json:"creation_timestamp,omitempty"`
	// [Output Only] The deprecation status associated with this zone.
	Deprecated *DeprecationStatus `protobuf:"bytes,515138995,opt,name=deprecated,proto3,oneof" json:"deprecated,omitempty"`
	// [Output Only] Textual description of the resource.
	Description *string `protobuf:"bytes,422937596,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// [Output Only] The unique identifier for the resource. This identifier is defined by the server.
	Id *uint64 `protobuf:"varint,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// [Output Only] Type of the resource. Always compute#zone for zones.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] Name of the resource.
	Name *string `protobuf:"bytes,3373707,opt,name=name,proto3,oneof" json:"name,omitempty"`
	// [Output Only] Full URL reference to the region which hosts the zone.
	Region *string `protobuf:"bytes,138946292,opt,name=region,proto3,oneof" json:"region,omitempty"`
	// [Output Only] Server-defined URL for the resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Status of the zone, either UP or DOWN.
	// Check the Status enum for the list of possible values.
	Status *string `protobuf:"bytes,181260274,opt,name=status,proto3,oneof" json:"status,omitempty"`
	// [Output Only] Reserved for future use.
	SupportsPzs *bool `protobuf:"varint,83983214,opt,name=supports_pzs,json=supportsPzs,proto3,oneof" json:"supports_pzs,omitempty"`
	// contains filtered or unexported fields
}

Represents a Zone resource. A zone is a deployment area. These deployment areas are subsets of a region. For example the zone us-east1-a is located in the us-east1 region. For more information, read Regions and Zones.

func (*Zone) Descriptor

func (*Zone) Descriptor() ([]byte, []int)

Deprecated: Use Zone.ProtoReflect.Descriptor instead.

func (*Zone) GetAvailableCpuPlatforms

func (x *Zone) GetAvailableCpuPlatforms() []string

func (*Zone) GetCreationTimestamp

func (x *Zone) GetCreationTimestamp() string

func (*Zone) GetDeprecated

func (x *Zone) GetDeprecated() *DeprecationStatus

func (*Zone) GetDescription

func (x *Zone) GetDescription() string

func (*Zone) GetId

func (x *Zone) GetId() uint64

func (*Zone) GetKind

func (x *Zone) GetKind() string

func (*Zone) GetName

func (x *Zone) GetName() string

func (*Zone) GetRegion

func (x *Zone) GetRegion() string
func (x *Zone) GetSelfLink() string

func (*Zone) GetStatus

func (x *Zone) GetStatus() string

func (*Zone) GetSupportsPzs

func (x *Zone) GetSupportsPzs() bool

func (*Zone) ProtoMessage

func (*Zone) ProtoMessage()

func (*Zone) ProtoReflect

func (x *Zone) ProtoReflect() protoreflect.Message

func (*Zone) Reset

func (x *Zone) Reset()

func (*Zone) String

func (x *Zone) String() string

type ZoneList

type ZoneList struct {

	// [Output Only] Unique identifier for the resource; defined by the server.
	Id *string `protobuf:"bytes,3355,opt,name=id,proto3,oneof" json:"id,omitempty"`
	// A list of Zone resources.
	Items []*Zone `protobuf:"bytes,100526016,rep,name=items,proto3" json:"items,omitempty"`
	// Type of resource.
	Kind *string `protobuf:"bytes,3292052,opt,name=kind,proto3,oneof" json:"kind,omitempty"`
	// [Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.
	NextPageToken *string `protobuf:"bytes,79797525,opt,name=next_page_token,json=nextPageToken,proto3,oneof" json:"next_page_token,omitempty"`
	// [Output Only] Server-defined URL for this resource.
	SelfLink *string `protobuf:"bytes,456214797,opt,name=self_link,json=selfLink,proto3,oneof" json:"self_link,omitempty"`
	// [Output Only] Informational warning message.
	Warning *Warning `protobuf:"bytes,50704284,opt,name=warning,proto3,oneof" json:"warning,omitempty"`
	// contains filtered or unexported fields
}

Contains a list of zone resources.

func (*ZoneList) Descriptor

func (*ZoneList) Descriptor() ([]byte, []int)

Deprecated: Use ZoneList.ProtoReflect.Descriptor instead.

func (*ZoneList) GetId

func (x *ZoneList) GetId() string

func (*ZoneList) GetItems

func (x *ZoneList) GetItems() []*Zone

func (*ZoneList) GetKind

func (x *ZoneList) GetKind() string

func (*ZoneList) GetNextPageToken

func (x *ZoneList) GetNextPageToken() string
func (x *ZoneList) GetSelfLink() string

func (*ZoneList) GetWarning

func (x *ZoneList) GetWarning() *Warning

func (*ZoneList) ProtoMessage

func (*ZoneList) ProtoMessage()

func (*ZoneList) ProtoReflect

func (x *ZoneList) ProtoReflect() protoreflect.Message

func (*ZoneList) Reset

func (x *ZoneList) Reset()

func (*ZoneList) String

func (x *ZoneList) String() string

type ZoneOperationsClient

type ZoneOperationsClient interface {
	// Deletes the specified zone-specific Operations resource.
	Delete(ctx context.Context, in *DeleteZoneOperationRequest, opts ...grpc.CallOption) (*DeleteZoneOperationResponse, error)
	// Retrieves the specified zone-specific Operations resource.
	Get(ctx context.Context, in *GetZoneOperationRequest, opts ...grpc.CallOption) (*Operation, error)
	// Retrieves a list of Operation resources contained within the specified zone.
	List(ctx context.Context, in *ListZoneOperationsRequest, opts ...grpc.CallOption) (*OperationList, error)
	// Waits for the specified Operation resource to return as `DONE` or for the request to approach the 2 minute deadline, and retrieves the specified Operation resource. This method waits for no more than the 2 minutes and then returns the current state of the operation, which might be `DONE` or still in progress. This method is called on a best-effort basis. Specifically: - In uncommon cases, when the server is overloaded, the request might return before the default deadline is reached, or might return after zero seconds. - If the default deadline is reached, there is no guarantee that the operation is actually done when the method returns. Be prepared to retry if the operation is not `DONE`.
	Wait(ctx context.Context, in *WaitZoneOperationRequest, opts ...grpc.CallOption) (*Operation, error)
}

ZoneOperationsClient is the client API for ZoneOperations service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewZoneOperationsClient

func NewZoneOperationsClient(cc grpc.ClientConnInterface) ZoneOperationsClient

type ZoneOperationsServer

type ZoneOperationsServer interface {
	// Deletes the specified zone-specific Operations resource.
	Delete(context.Context, *DeleteZoneOperationRequest) (*DeleteZoneOperationResponse, error)
	// Retrieves the specified zone-specific Operations resource.
	Get(context.Context, *GetZoneOperationRequest) (*Operation, error)
	// Retrieves a list of Operation resources contained within the specified zone.
	List(context.Context, *ListZoneOperationsRequest) (*OperationList, error)
	// Waits for the specified Operation resource to return as `DONE` or for the request to approach the 2 minute deadline, and retrieves the specified Operation resource. This method waits for no more than the 2 minutes and then returns the current state of the operation, which might be `DONE` or still in progress. This method is called on a best-effort basis. Specifically: - In uncommon cases, when the server is overloaded, the request might return before the default deadline is reached, or might return after zero seconds. - If the default deadline is reached, there is no guarantee that the operation is actually done when the method returns. Be prepared to retry if the operation is not `DONE`.
	Wait(context.Context, *WaitZoneOperationRequest) (*Operation, error)
}

ZoneOperationsServer is the server API for ZoneOperations service.

type ZoneSetLabelsRequest

type ZoneSetLabelsRequest struct {

	// The fingerprint of the previous set of labels for this resource, used to detect conflicts. The fingerprint is initially generated by Compute Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash in order to update or change labels. Make a get() request to the resource to get the latest fingerprint.
	LabelFingerprint *string `protobuf:"bytes,178124825,opt,name=label_fingerprint,json=labelFingerprint,proto3,oneof" json:"label_fingerprint,omitempty"`
	// The labels to set for this resource.
	Labels map[string]string `protobuf:"bytes,500195327,rep,name=labels,proto3" json:"labels,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
	// contains filtered or unexported fields
}

func (*ZoneSetLabelsRequest) Descriptor

func (*ZoneSetLabelsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ZoneSetLabelsRequest.ProtoReflect.Descriptor instead.

func (*ZoneSetLabelsRequest) GetLabelFingerprint

func (x *ZoneSetLabelsRequest) GetLabelFingerprint() string

func (*ZoneSetLabelsRequest) GetLabels

func (x *ZoneSetLabelsRequest) GetLabels() map[string]string

func (*ZoneSetLabelsRequest) ProtoMessage

func (*ZoneSetLabelsRequest) ProtoMessage()

func (*ZoneSetLabelsRequest) ProtoReflect

func (x *ZoneSetLabelsRequest) ProtoReflect() protoreflect.Message

func (*ZoneSetLabelsRequest) Reset

func (x *ZoneSetLabelsRequest) Reset()

func (*ZoneSetLabelsRequest) String

func (x *ZoneSetLabelsRequest) String() string

type ZoneSetPolicyRequest

type ZoneSetPolicyRequest struct {

	// Flatten Policy to create a backwacd compatible wire-format. Deprecated. Use 'policy' to specify bindings.
	Bindings []*Binding `protobuf:"bytes,403251854,rep,name=bindings,proto3" json:"bindings,omitempty"`
	// Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify the etag.
	Etag *string `protobuf:"bytes,3123477,opt,name=etag,proto3,oneof" json:"etag,omitempty"`
	// REQUIRED: The complete policy to be applied to the 'resource'. The size of the policy is limited to a few 10s of KB. An empty policy is in general a valid policy but certain services (like Projects) might reject them.
	Policy *Policy `protobuf:"bytes,91071794,opt,name=policy,proto3,oneof" json:"policy,omitempty"`
	// contains filtered or unexported fields
}

func (*ZoneSetPolicyRequest) Descriptor

func (*ZoneSetPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use ZoneSetPolicyRequest.ProtoReflect.Descriptor instead.

func (*ZoneSetPolicyRequest) GetBindings

func (x *ZoneSetPolicyRequest) GetBindings() []*Binding

func (*ZoneSetPolicyRequest) GetEtag

func (x *ZoneSetPolicyRequest) GetEtag() string

func (*ZoneSetPolicyRequest) GetPolicy

func (x *ZoneSetPolicyRequest) GetPolicy() *Policy

func (*ZoneSetPolicyRequest) ProtoMessage

func (*ZoneSetPolicyRequest) ProtoMessage()

func (*ZoneSetPolicyRequest) ProtoReflect

func (x *ZoneSetPolicyRequest) ProtoReflect() protoreflect.Message

func (*ZoneSetPolicyRequest) Reset

func (x *ZoneSetPolicyRequest) Reset()

func (*ZoneSetPolicyRequest) String

func (x *ZoneSetPolicyRequest) String() string

type Zone_Status

type Zone_Status int32

[Output Only] Status of the zone, either UP or DOWN.

const (
	// A value indicating that the enum field is not set.
	Zone_UNDEFINED_STATUS Zone_Status = 0
	Zone_DOWN             Zone_Status = 2104482
	Zone_UP               Zone_Status = 2715
)

func (Zone_Status) Descriptor

func (Zone_Status) Enum

func (x Zone_Status) Enum() *Zone_Status

func (Zone_Status) EnumDescriptor

func (Zone_Status) EnumDescriptor() ([]byte, []int)

Deprecated: Use Zone_Status.Descriptor instead.

func (Zone_Status) Number

func (x Zone_Status) Number() protoreflect.EnumNumber

func (Zone_Status) String

func (x Zone_Status) String() string

func (Zone_Status) Type

type ZonesClient

type ZonesClient interface {
	// Returns the specified Zone resource.
	Get(ctx context.Context, in *GetZoneRequest, opts ...grpc.CallOption) (*Zone, error)
	// Retrieves the list of Zone resources available to the specified project.
	List(ctx context.Context, in *ListZonesRequest, opts ...grpc.CallOption) (*ZoneList, error)
}

ZonesClient is the client API for Zones service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewZonesClient

func NewZonesClient(cc grpc.ClientConnInterface) ZonesClient

type ZonesServer

type ZonesServer interface {
	// Returns the specified Zone resource.
	Get(context.Context, *GetZoneRequest) (*Zone, error)
	// Retrieves the list of Zone resources available to the specified project.
	List(context.Context, *ListZonesRequest) (*ZoneList, error)
}

ZonesServer is the server API for Zones service.

Source Files

compute.pb.go

Version
v1.23.1
Published
Oct 12, 2023
Platform
js/wasm
Imports
10 packages
Last checked
1 hour ago

Tools for package owners.