blob: 1086e12384b96eb1fd70ad8b058357cc85eb74f5 [file] [log] [blame]
// Code generated by protoc-gen-go. DO NOT EDIT.
// source: google/cloud/asset/v1p1beta1/asset_service.proto
package asset
import (
context "context"
fmt "fmt"
math "math"
proto "github.com/golang/protobuf/proto"
_ "google.golang.org/genproto/googleapis/api/annotations"
grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
)
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
var _ = fmt.Errorf
var _ = math.Inf
// This is a compile-time assertion to ensure that this generated file
// is compatible with the proto package it is being compiled against.
// A compilation error at this line likely means your copy of the
// proto package needs to be updated.
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
// Search all resources request.
type SearchAllResourcesRequest struct {
// Required. The relative name of an asset. The search is limited to the resources
// within the `scope`. The allowed value must be:
// * Organization number (such as "organizations/123")
// * Folder number(such as "folders/1234")
// * Project number (such as "projects/12345")
// * Project id (such as "projects/abc")
Scope string `protobuf:"bytes,1,opt,name=scope,proto3" json:"scope,omitempty"`
// Optional. The query statement.
Query string `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"`
// Optional. A list of asset types that this request searches for. If empty, it will
// search all the supported asset types.
AssetTypes []string `protobuf:"bytes,3,rep,name=asset_types,json=assetTypes,proto3" json:"asset_types,omitempty"`
// Optional. The page size for search result pagination. Page size is capped at 500 even
// if a larger value is given. If set to zero, server will pick an appropriate
// default. Returned results may be fewer than requested. When this happens,
// there could be more results as long as `next_page_token` is returned.
PageSize int32 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
// Optional. If present, then retrieve the next batch of results from the preceding call
// to this method. `page_token` must be the value of `next_page_token` from
// the previous response. The values of all other method parameters, must be
// identical to those in the previous call.
PageToken string `protobuf:"bytes,5,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
// Optional. A comma separated list of fields specifying the sorting order of the
// results. The default order is ascending. Add " desc" after the field name
// to indicate descending order. Redundant space characters are ignored. For
// example, " foo , bar desc ".
OrderBy string `protobuf:"bytes,10,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SearchAllResourcesRequest) Reset() { *m = SearchAllResourcesRequest{} }
func (m *SearchAllResourcesRequest) String() string { return proto.CompactTextString(m) }
func (*SearchAllResourcesRequest) ProtoMessage() {}
func (*SearchAllResourcesRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_a3ebba5b73acb095, []int{0}
}
func (m *SearchAllResourcesRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SearchAllResourcesRequest.Unmarshal(m, b)
}
func (m *SearchAllResourcesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SearchAllResourcesRequest.Marshal(b, m, deterministic)
}
func (m *SearchAllResourcesRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_SearchAllResourcesRequest.Merge(m, src)
}
func (m *SearchAllResourcesRequest) XXX_Size() int {
return xxx_messageInfo_SearchAllResourcesRequest.Size(m)
}
func (m *SearchAllResourcesRequest) XXX_DiscardUnknown() {
xxx_messageInfo_SearchAllResourcesRequest.DiscardUnknown(m)
}
var xxx_messageInfo_SearchAllResourcesRequest proto.InternalMessageInfo
func (m *SearchAllResourcesRequest) GetScope() string {
if m != nil {
return m.Scope
}
return ""
}
func (m *SearchAllResourcesRequest) GetQuery() string {
if m != nil {
return m.Query
}
return ""
}
func (m *SearchAllResourcesRequest) GetAssetTypes() []string {
if m != nil {
return m.AssetTypes
}
return nil
}
func (m *SearchAllResourcesRequest) GetPageSize() int32 {
if m != nil {
return m.PageSize
}
return 0
}
func (m *SearchAllResourcesRequest) GetPageToken() string {
if m != nil {
return m.PageToken
}
return ""
}
func (m *SearchAllResourcesRequest) GetOrderBy() string {
if m != nil {
return m.OrderBy
}
return ""
}
// Search all resources response.
type SearchAllResourcesResponse struct {
// A list of resource that match the search query.
Results []*StandardResourceMetadata `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
// If there are more results than those appearing in this response, then
// `next_page_token` is included. To get the next set of results, call this
// method again using the value of `next_page_token` as `page_token`.
NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SearchAllResourcesResponse) Reset() { *m = SearchAllResourcesResponse{} }
func (m *SearchAllResourcesResponse) String() string { return proto.CompactTextString(m) }
func (*SearchAllResourcesResponse) ProtoMessage() {}
func (*SearchAllResourcesResponse) Descriptor() ([]byte, []int) {
return fileDescriptor_a3ebba5b73acb095, []int{1}
}
func (m *SearchAllResourcesResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SearchAllResourcesResponse.Unmarshal(m, b)
}
func (m *SearchAllResourcesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SearchAllResourcesResponse.Marshal(b, m, deterministic)
}
func (m *SearchAllResourcesResponse) XXX_Merge(src proto.Message) {
xxx_messageInfo_SearchAllResourcesResponse.Merge(m, src)
}
func (m *SearchAllResourcesResponse) XXX_Size() int {
return xxx_messageInfo_SearchAllResourcesResponse.Size(m)
}
func (m *SearchAllResourcesResponse) XXX_DiscardUnknown() {
xxx_messageInfo_SearchAllResourcesResponse.DiscardUnknown(m)
}
var xxx_messageInfo_SearchAllResourcesResponse proto.InternalMessageInfo
func (m *SearchAllResourcesResponse) GetResults() []*StandardResourceMetadata {
if m != nil {
return m.Results
}
return nil
}
func (m *SearchAllResourcesResponse) GetNextPageToken() string {
if m != nil {
return m.NextPageToken
}
return ""
}
// Search all IAM policies request.
type SearchAllIamPoliciesRequest struct {
// Required. The relative name of an asset. The search is limited to the resources
// within the `scope`. The allowed value must be:
// * Organization number (such as "organizations/123")
// * Folder number(such as "folders/1234")
// * Project number (such as "projects/12345")
// * Project id (such as "projects/abc")
Scope string `protobuf:"bytes,1,opt,name=scope,proto3" json:"scope,omitempty"`
// Optional. The query statement.
// Examples:
// * "policy:myuser@mydomain.com"
// * "policy:(myuser@mydomain.com viewer)"
Query string `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"`
// Optional. The page size for search result pagination. Page size is capped at 500 even
// if a larger value is given. If set to zero, server will pick an appropriate
// default. Returned results may be fewer than requested. When this happens,
// there could be more results as long as `next_page_token` is returned.
PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
// Optional. If present, retrieve the next batch of results from the preceding call to
// this method. `page_token` must be the value of `next_page_token` from the
// previous response. The values of all other method parameters must be
// identical to those in the previous call.
PageToken string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SearchAllIamPoliciesRequest) Reset() { *m = SearchAllIamPoliciesRequest{} }
func (m *SearchAllIamPoliciesRequest) String() string { return proto.CompactTextString(m) }
func (*SearchAllIamPoliciesRequest) ProtoMessage() {}
func (*SearchAllIamPoliciesRequest) Descriptor() ([]byte, []int) {
return fileDescriptor_a3ebba5b73acb095, []int{2}
}
func (m *SearchAllIamPoliciesRequest) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SearchAllIamPoliciesRequest.Unmarshal(m, b)
}
func (m *SearchAllIamPoliciesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SearchAllIamPoliciesRequest.Marshal(b, m, deterministic)
}
func (m *SearchAllIamPoliciesRequest) XXX_Merge(src proto.Message) {
xxx_messageInfo_SearchAllIamPoliciesRequest.Merge(m, src)
}
func (m *SearchAllIamPoliciesRequest) XXX_Size() int {
return xxx_messageInfo_SearchAllIamPoliciesRequest.Size(m)
}
func (m *SearchAllIamPoliciesRequest) XXX_DiscardUnknown() {
xxx_messageInfo_SearchAllIamPoliciesRequest.DiscardUnknown(m)
}
var xxx_messageInfo_SearchAllIamPoliciesRequest proto.InternalMessageInfo
func (m *SearchAllIamPoliciesRequest) GetScope() string {
if m != nil {
return m.Scope
}
return ""
}
func (m *SearchAllIamPoliciesRequest) GetQuery() string {
if m != nil {
return m.Query
}
return ""
}
func (m *SearchAllIamPoliciesRequest) GetPageSize() int32 {
if m != nil {
return m.PageSize
}
return 0
}
func (m *SearchAllIamPoliciesRequest) GetPageToken() string {
if m != nil {
return m.PageToken
}
return ""
}
// Search all IAM policies response.
type SearchAllIamPoliciesResponse struct {
// A list of IamPolicy that match the search query. Related information such
// as the associated resource is returned along with the policy.
Results []*IamPolicySearchResult `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
// Set if there are more results than those appearing in this response; to get
// the next set of results, call this method again, using this value as the
// `page_token`.
NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
XXX_NoUnkeyedLiteral struct{} `json:"-"`
XXX_unrecognized []byte `json:"-"`
XXX_sizecache int32 `json:"-"`
}
func (m *SearchAllIamPoliciesResponse) Reset() { *m = SearchAllIamPoliciesResponse{} }
func (m *SearchAllIamPoliciesResponse) String() string { return proto.CompactTextString(m) }
func (*SearchAllIamPoliciesResponse) ProtoMessage() {}
func (*SearchAllIamPoliciesResponse) Descriptor() ([]byte, []int) {
return fileDescriptor_a3ebba5b73acb095, []int{3}
}
func (m *SearchAllIamPoliciesResponse) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_SearchAllIamPoliciesResponse.Unmarshal(m, b)
}
func (m *SearchAllIamPoliciesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
return xxx_messageInfo_SearchAllIamPoliciesResponse.Marshal(b, m, deterministic)
}
func (m *SearchAllIamPoliciesResponse) XXX_Merge(src proto.Message) {
xxx_messageInfo_SearchAllIamPoliciesResponse.Merge(m, src)
}
func (m *SearchAllIamPoliciesResponse) XXX_Size() int {
return xxx_messageInfo_SearchAllIamPoliciesResponse.Size(m)
}
func (m *SearchAllIamPoliciesResponse) XXX_DiscardUnknown() {
xxx_messageInfo_SearchAllIamPoliciesResponse.DiscardUnknown(m)
}
var xxx_messageInfo_SearchAllIamPoliciesResponse proto.InternalMessageInfo
func (m *SearchAllIamPoliciesResponse) GetResults() []*IamPolicySearchResult {
if m != nil {
return m.Results
}
return nil
}
func (m *SearchAllIamPoliciesResponse) GetNextPageToken() string {
if m != nil {
return m.NextPageToken
}
return ""
}
func init() {
proto.RegisterType((*SearchAllResourcesRequest)(nil), "google.cloud.asset.v1p1beta1.SearchAllResourcesRequest")
proto.RegisterType((*SearchAllResourcesResponse)(nil), "google.cloud.asset.v1p1beta1.SearchAllResourcesResponse")
proto.RegisterType((*SearchAllIamPoliciesRequest)(nil), "google.cloud.asset.v1p1beta1.SearchAllIamPoliciesRequest")
proto.RegisterType((*SearchAllIamPoliciesResponse)(nil), "google.cloud.asset.v1p1beta1.SearchAllIamPoliciesResponse")
}
func init() {
proto.RegisterFile("google/cloud/asset/v1p1beta1/asset_service.proto", fileDescriptor_a3ebba5b73acb095)
}
var fileDescriptor_a3ebba5b73acb095 = []byte{
// 658 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x54, 0xdf, 0x6a, 0x13, 0x4f,
0x14, 0x66, 0x92, 0xf6, 0xd7, 0x76, 0xfa, 0x13, 0x71, 0x10, 0xba, 0x8d, 0x45, 0x43, 0x10, 0xa9,
0x25, 0xee, 0x9a, 0x16, 0xfc, 0x53, 0xf1, 0x62, 0xe3, 0x85, 0x08, 0x16, 0xc2, 0xa6, 0xf4, 0x42,
0x0a, 0x61, 0xb2, 0x39, 0xdd, 0x0c, 0x6e, 0x76, 0xb6, 0x33, 0xb3, 0xad, 0xa9, 0x78, 0xe3, 0x9d,
0xd7, 0xa2, 0xe0, 0x2b, 0xf8, 0x04, 0x3e, 0x43, 0xef, 0x54, 0xbc, 0x29, 0x08, 0x5e, 0xf8, 0x20,
0xb2, 0x33, 0xbb, 0xcd, 0xda, 0xa6, 0xad, 0xd5, 0xcb, 0x39, 0xdf, 0xf9, 0xbe, 0x73, 0xce, 0x77,
0x66, 0x06, 0xdf, 0x0e, 0x38, 0x0f, 0x42, 0x70, 0xfc, 0x90, 0x27, 0x3d, 0x87, 0x4a, 0x09, 0xca,
0xd9, 0x69, 0xc4, 0x8d, 0x2e, 0x28, 0xda, 0x30, 0xe7, 0x8e, 0x04, 0xb1, 0xc3, 0x7c, 0xb0, 0x63,
0xc1, 0x15, 0x27, 0x0b, 0x86, 0x61, 0x6b, 0x86, 0xad, 0x33, 0xec, 0x43, 0x46, 0x25, 0x43, 0x1d,
0x1a, 0x33, 0x87, 0x46, 0x11, 0x57, 0x54, 0x31, 0x1e, 0x49, 0xc3, 0xad, 0xcc, 0x15, 0x50, 0x3f,
0x64, 0x10, 0xa9, 0x0c, 0xb8, 0x56, 0x00, 0xb6, 0x18, 0x84, 0xbd, 0x4e, 0x17, 0xfa, 0x74, 0x87,
0x71, 0x91, 0x25, 0xdc, 0x3c, 0xbb, 0xcf, 0xac, 0x48, 0xed, 0x3b, 0xc2, 0xf3, 0x6d, 0xa0, 0xc2,
0xef, 0xbb, 0x61, 0xe8, 0x81, 0xe4, 0x89, 0xf0, 0x41, 0x7a, 0xb0, 0x9d, 0x80, 0x54, 0x64, 0x1e,
0x4f, 0x4a, 0x9f, 0xc7, 0x60, 0xa1, 0x2a, 0x5a, 0x9c, 0x69, 0x96, 0x7f, 0xb8, 0x25, 0xcf, 0x44,
0x52, 0x68, 0x3b, 0x01, 0x31, 0xb4, 0x4a, 0x39, 0x84, 0x3c, 0x13, 0x21, 0xd7, 0xf1, 0xac, 0xf1,
0x42, 0x0d, 0x63, 0x90, 0x56, 0xb9, 0x5a, 0xce, 0x13, 0xb0, 0x8e, 0xaf, 0xa7, 0x61, 0x52, 0xc5,
0x33, 0x31, 0x0d, 0xa0, 0x23, 0xd9, 0x1e, 0x58, 0x13, 0x55, 0xb4, 0x38, 0x69, 0x72, 0xa6, 0xd3,
0x68, 0x9b, 0xed, 0x01, 0xa9, 0x61, 0xac, 0x33, 0x14, 0x7f, 0x0e, 0x91, 0x35, 0x39, 0xaa, 0xa3,
0x89, 0xeb, 0x69, 0x94, 0x5c, 0xc5, 0xd3, 0x5c, 0xf4, 0x40, 0x74, 0xba, 0x43, 0x0b, 0x8f, 0x32,
0xa6, 0x74, 0xb0, 0x39, 0xac, 0xbd, 0x47, 0xb8, 0x32, 0x6e, 0x3e, 0x19, 0xf3, 0x48, 0x02, 0x69,
0xe1, 0x29, 0x01, 0x32, 0x09, 0x95, 0xb4, 0x50, 0xb5, 0xbc, 0x38, 0xbb, 0x7c, 0xc7, 0x3e, 0x6d,
0x63, 0x76, 0x5b, 0xd1, 0xa8, 0x47, 0x45, 0x2f, 0x57, 0x5a, 0x03, 0x45, 0x7b, 0x54, 0x51, 0x2f,
0x97, 0x21, 0x37, 0xf0, 0xc5, 0x08, 0x5e, 0xa8, 0x4e, 0xa1, 0x73, 0xed, 0x90, 0x77, 0x21, 0x0d,
0xb7, 0xf2, 0xc6, 0x6b, 0x1f, 0x10, 0xbe, 0x72, 0xd8, 0xd8, 0x13, 0x3a, 0x68, 0xf1, 0x90, 0xf9,
0xec, 0x5f, 0xad, 0xff, 0xcd, 0xd4, 0xf2, 0xd9, 0xa6, 0x4e, 0x8c, 0x33, 0xb5, 0xf6, 0x0e, 0xe1,
0x85, 0xf1, 0xbd, 0x65, 0xb6, 0xad, 0x1d, 0xb5, 0x6d, 0xe5, 0x74, 0xdb, 0x72, 0x8d, 0xa1, 0x51,
0xf5, 0x34, 0xf7, 0xdc, 0x9e, 0x2d, 0xbf, 0x99, 0xc0, 0xff, 0xbb, 0xa9, 0x74, 0xdb, 0x3c, 0x32,
0xf2, 0x0d, 0x61, 0x72, 0x7c, 0xbb, 0xe4, 0xee, 0x19, 0x4b, 0x3c, 0xe9, 0xbe, 0x57, 0xee, 0x9d,
0x9f, 0x68, 0x1c, 0xa9, 0x3d, 0x3d, 0x70, 0xe7, 0xf4, 0x76, 0xea, 0x7a, 0x11, 0xf5, 0xc2, 0x03,
0x78, 0xfd, 0xf5, 0xe7, 0xdb, 0x52, 0x9d, 0x2c, 0x15, 0x9e, 0xe0, 0x4b, 0x9d, 0xfa, 0x70, 0xc9,
0x59, 0x7a, 0xe5, 0x88, 0x5c, 0x6b, 0x55, 0xe6, 0xf2, 0xe4, 0x33, 0xc2, 0x97, 0xc7, 0x2d, 0x80,
0xdc, 0xff, 0xc3, 0x06, 0x8f, 0x5f, 0xa8, 0xca, 0xea, 0xdf, 0x50, 0xb3, 0xe9, 0x9a, 0x07, 0xee,
0x6c, 0x61, 0x3a, 0x3d, 0x91, 0x4d, 0xea, 0x27, 0x4c, 0xc4, 0x46, 0x0a, 0xa3, 0x99, 0x2a, 0x6b,
0xfb, 0xee, 0xbc, 0x2e, 0x6d, 0x2a, 0x9b, 0x66, 0x68, 0xcc, 0xa4, 0xed, 0xf3, 0xc1, 0x17, 0xd7,
0xee, 0x2b, 0x15, 0xcb, 0x55, 0xc7, 0xd9, 0xdd, 0xdd, 0x3d, 0x02, 0x3a, 0x34, 0x51, 0x7d, 0xf3,
0x99, 0xdd, 0x8a, 0x43, 0xaa, 0xb6, 0xb8, 0x18, 0x34, 0x3f, 0x21, 0x5c, 0xf5, 0xf9, 0xe0, 0xd4,
0xa1, 0x9a, 0x97, 0x8a, 0xb7, 0xa5, 0x95, 0x7e, 0x78, 0x2d, 0xf4, 0xcc, 0xcd, 0x28, 0x01, 0x0f,
0x69, 0x14, 0xd8, 0x5c, 0x04, 0x4e, 0x00, 0x91, 0xfe, 0x0e, 0x9d, 0x51, 0xe1, 0xf1, 0x9f, 0xe7,
0x03, 0x7d, 0xfe, 0x58, 0x5a, 0x78, 0x6c, 0x34, 0x1e, 0xe9, 0xb2, 0xba, 0x8a, 0xbd, 0xd1, 0x68,
0x35, 0x9a, 0x69, 0xd2, 0x7e, 0x0e, 0x6f, 0x6a, 0x78, 0x53, 0xc3, 0x9b, 0x1b, 0xb9, 0x46, 0xf7,
0x3f, 0x5d, 0x6b, 0xe5, 0x57, 0x00, 0x00, 0x00, 0xff, 0xff, 0x63, 0xe7, 0x3c, 0x2d, 0x4f, 0x06,
0x00, 0x00,
}
// Reference imports to suppress errors if they are not otherwise used.
var _ context.Context
var _ grpc.ClientConnInterface
// This is a compile-time assertion to ensure that this generated file
// is compatible with the grpc package it is being compiled against.
const _ = grpc.SupportPackageIsVersion6
// AssetServiceClient is the client API for AssetService service.
//
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
type AssetServiceClient interface {
// Searches all the resources under a given accessible CRM scope
// (project/folder/organization). This RPC gives callers
// especially admins the ability to search all the resources under a scope,
// even if they don't have .get permission of all the resources. Callers
// should have cloud.assets.SearchAllResources permission on the requested
// scope, otherwise it will be rejected.
SearchAllResources(ctx context.Context, in *SearchAllResourcesRequest, opts ...grpc.CallOption) (*SearchAllResourcesResponse, error)
// Searches all the IAM policies under a given accessible CRM scope
// (project/folder/organization). This RPC gives callers
// especially admins the ability to search all the IAM policies under a scope,
// even if they don't have .getIamPolicy permission of all the IAM policies.
// Callers should have cloud.assets.SearchAllIamPolicies permission on the
// requested scope, otherwise it will be rejected.
SearchAllIamPolicies(ctx context.Context, in *SearchAllIamPoliciesRequest, opts ...grpc.CallOption) (*SearchAllIamPoliciesResponse, error)
}
type assetServiceClient struct {
cc grpc.ClientConnInterface
}
func NewAssetServiceClient(cc grpc.ClientConnInterface) AssetServiceClient {
return &assetServiceClient{cc}
}
func (c *assetServiceClient) SearchAllResources(ctx context.Context, in *SearchAllResourcesRequest, opts ...grpc.CallOption) (*SearchAllResourcesResponse, error) {
out := new(SearchAllResourcesResponse)
err := c.cc.Invoke(ctx, "/google.cloud.asset.v1p1beta1.AssetService/SearchAllResources", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
func (c *assetServiceClient) SearchAllIamPolicies(ctx context.Context, in *SearchAllIamPoliciesRequest, opts ...grpc.CallOption) (*SearchAllIamPoliciesResponse, error) {
out := new(SearchAllIamPoliciesResponse)
err := c.cc.Invoke(ctx, "/google.cloud.asset.v1p1beta1.AssetService/SearchAllIamPolicies", in, out, opts...)
if err != nil {
return nil, err
}
return out, nil
}
// AssetServiceServer is the server API for AssetService service.
type AssetServiceServer interface {
// Searches all the resources under a given accessible CRM scope
// (project/folder/organization). This RPC gives callers
// especially admins the ability to search all the resources under a scope,
// even if they don't have .get permission of all the resources. Callers
// should have cloud.assets.SearchAllResources permission on the requested
// scope, otherwise it will be rejected.
SearchAllResources(context.Context, *SearchAllResourcesRequest) (*SearchAllResourcesResponse, error)
// Searches all the IAM policies under a given accessible CRM scope
// (project/folder/organization). This RPC gives callers
// especially admins the ability to search all the IAM policies under a scope,
// even if they don't have .getIamPolicy permission of all the IAM policies.
// Callers should have cloud.assets.SearchAllIamPolicies permission on the
// requested scope, otherwise it will be rejected.
SearchAllIamPolicies(context.Context, *SearchAllIamPoliciesRequest) (*SearchAllIamPoliciesResponse, error)
}
// UnimplementedAssetServiceServer can be embedded to have forward compatible implementations.
type UnimplementedAssetServiceServer struct {
}
func (*UnimplementedAssetServiceServer) SearchAllResources(ctx context.Context, req *SearchAllResourcesRequest) (*SearchAllResourcesResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method SearchAllResources not implemented")
}
func (*UnimplementedAssetServiceServer) SearchAllIamPolicies(ctx context.Context, req *SearchAllIamPoliciesRequest) (*SearchAllIamPoliciesResponse, error) {
return nil, status.Errorf(codes.Unimplemented, "method SearchAllIamPolicies not implemented")
}
func RegisterAssetServiceServer(s *grpc.Server, srv AssetServiceServer) {
s.RegisterService(&_AssetService_serviceDesc, srv)
}
func _AssetService_SearchAllResources_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(SearchAllResourcesRequest)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AssetServiceServer).SearchAllResources(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/google.cloud.asset.v1p1beta1.AssetService/SearchAllResources",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AssetServiceServer).SearchAllResources(ctx, req.(*SearchAllResourcesRequest))
}
return interceptor(ctx, in, info, handler)
}
func _AssetService_SearchAllIamPolicies_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
in := new(SearchAllIamPoliciesRequest)
if err := dec(in); err != nil {
return nil, err
}
if interceptor == nil {
return srv.(AssetServiceServer).SearchAllIamPolicies(ctx, in)
}
info := &grpc.UnaryServerInfo{
Server: srv,
FullMethod: "/google.cloud.asset.v1p1beta1.AssetService/SearchAllIamPolicies",
}
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
return srv.(AssetServiceServer).SearchAllIamPolicies(ctx, req.(*SearchAllIamPoliciesRequest))
}
return interceptor(ctx, in, info, handler)
}
var _AssetService_serviceDesc = grpc.ServiceDesc{
ServiceName: "google.cloud.asset.v1p1beta1.AssetService",
HandlerType: (*AssetServiceServer)(nil),
Methods: []grpc.MethodDesc{
{
MethodName: "SearchAllResources",
Handler: _AssetService_SearchAllResources_Handler,
},
{
MethodName: "SearchAllIamPolicies",
Handler: _AssetService_SearchAllIamPolicies_Handler,
},
},
Streams: []grpc.StreamDesc{},
Metadata: "google/cloud/asset/v1p1beta1/asset_service.proto",
}